Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
This collection provides a structured framework for developers to build and govern AI agent capabilities. It streamlines the process of creating custom skills, from initial authoring and validation to final packaging and governance.
The toolkit includes specialized utilities for automating repository setup and generating professional animated CLI demos via VHS terminal recordings, ensuring that new skills are well-documented and visually demonstrated.
Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.
In the Claude Code plugin interface, select Browse and install plugins, select daymade/claude-code-skills, select skill-creator, and then select Install now.
Installs: The complete daymade-docs documentation suite; its documented skills install together rather than as separate single-skill plugins. · Claude Code
Before you start
Claude Code 2.0.13 or later
For read-docx-review: a .NET SDK, dotnet-script, and either uv-managed Python or system Python 3
For the first read-docx-review run: network access for NuGet restore
Run this command in a terminal to add the marketplace.
claude plugin marketplace add https://github.com/daymade/claude-code-skills
Run this command in a terminal to install the complete documentation suite.
Installs: The complete daymade-claude-code suite, including claude-usage-analyst. · Claude Code
Before you start
Claude Code 2.0.13 or later
python3
Node.js with the npm executable available for the documented global ccusage installation step
Run this command in a terminal to add the marketplace.
claude plugin marketplace add https://github.com/daymade/claude-code-skills
Run this command in a terminal to install the complete daymade-claude-code suite.
claude plugin install daymade-claude-code@daymade-skills
If ccusage is not already available, use the documented global installation method by running this command in a terminal. This step requires the npm executable listed in the prerequisites.
Installs: Automated installation for the daymade/claude-code-skills marketplace; the excerpt does not enumerate the exact installed skill selection. · Claude Code
Installs: Automated installation for the daymade/claude-code-skills marketplace; the excerpt does not enumerate the exact installed skill selection. · Claude Code
Replace <stock-codes-or-keywords> with comma-separated A-share codes such as 000001,600519, or with specific filtering keywords.
Python 3.10+ and requests must be available; beautifulsoup4 is also needed when policy sources are requested.
JIN10_APP_ID is optional; without it, the Jin10 source is skipped.
Check the repository for this skill’s setup.
Use ashare-news-fetcher to fetch up to 20 public Chinese market and policy news items related to <stock-codes-or-keywords>. Return the result as Markdown, label each source, and note any source that was skipped or failed. Do not provide investment advice.
Replace <reviewed-document.docx> with the path to the reviewed Word or WPS-exported DOCX file.
Run from the read-docx-review skill directory, or resolve its scripts with absolute paths.
Use read-docx-review on <reviewed-document.docx> and produce a Markdown reconciliation table of unresolved comments and tracked changes. Keep the source document read-only and leave the disposition column blank for my decisions.
Replace <timezone> with an IANA timezone such as America/Los_Angeles.
Local ccusage data must be available.
python3 and either ccusage or npx ccusage@latest must be available.
Use claude-usage-analyst to explain today's local Claude Code usage in <timezone>. Show total tokens, estimated cost, input, output, cache creation, cache reads, and any 5-hour blocks relevant to quota exhaustion. Clearly separate observed ccusage numbers from interpretation.