# Add to your Claude Code skills
git clone https://github.com/thonymg/skillsA curated collection of Agent Skills for Claude Code and other AI coding agents.
GitHub: https://github.com/thonymg/skills
A skill is a small, self-contained prompt bundle (a SKILL.md + optional references/vocabulary) that teaches an agent:
description)Typical capabilities provided by skills in this repo:
pnpx skills add thonymg/skills --skill='*'
npx skills add thonymg/skills --skill='*'
bunx skills add thonymg/skills --skill='*'
Or install all skills globally:
pnpx skills add thonymg/skills --skill='*' -g
npx skills add thonymg/skills --skill='*' -g
bunx skills add thonymg/skills --skill='*' -g
Learn more at vercel-labs/skills.
| Skill | Description | Triggers | |-------|-------------|----------| | naming-convention | Structured naming convention system — syntax, semantics, and grammar rules for variables, functions, classes, files, and more | naming, convention, prefix, suffix, camelCase, snake_case, identifier |
No comments yet. Be the first to share your thoughts!
user.getUserName() → user.getName()data, info, temp, xprocessAndSaveOrder() → split into 2 actionsManager/Handler/Helper must be paired with an entityEach skill is a SKILL.md file with YAML frontmatter that tells the agent when and how to activate it. Skills can include reference files for deeper context.
Skills are activated on-demand by the agent based on the description field. For example, naming-convention activates whenever you discuss naming, conventions, or code readability.
In practice, you can trigger it by asking things like:
skills/<name>/SKILL.md with frontmatter (name, description, metadata)references/ for detailed topic (optional)meta.ts under manualMIT