Template
My personal Claude Code skills — 59 of them. Use any, fork the repo, or contribute yours. Install with /plugin marketplace add marzun9620/agent_skills
npx -y skills add marzun9620/agent_skills --skill _templateAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
ONE-LINE summary of what this skill does and when to use it. Put trigger phrases here so Claude auto-invokes correctly. Example — "Generate release notes from merged PRs. Use when the user asks for a changelog, release summary, or what shipped this week."
SKILL.md
0.8 KB, 116 tokens by cl100k_base, as published. Nobody here has run it
Skill name
Brief context — what this skill does and the shape of its output.
Instructions
- Step one.
- Step two.
- Step three.
Output format
Describe the expected output structure here so Claude produces consistent results.
Notes
- Keep this file under ~500 lines.
- Move long reference material into sibling files (e.g.
reference.md) and link to them — they only load when Claude reads them. - Bundled scripts go in
scripts/and are executed via bash; their code never enters context.