by thonymg
# Add to your Claude Code skills
git clone https://github.com/thonymg/skillsLast scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T17:06:22.553Z",
"npmAuditRan": true,
"pipAuditRan": true
}skills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by thonymg. It has 0 GitHub stars.
Yes. skills passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/thonymg/skills" and add it to your Claude Code skills directory (see the Installation section above).
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh skills against similar tools.
No comments yet. Be the first to share your thoughts!
30 days in the Featured rail · terms & refunds
A 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 |
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