Agent skills for Claude Code
Claude Code — Anthropic's agentic coding tool. All 92 skills in this registry are plain Markdown instruction files, so every one of them works with Claude Code; the installer only needs to know where Claude Code reads its skills from.
How to install skills in Claude Code
Install into the current project:
npx @tech-leads-club/agent-skills install --agent claude-codeInstall for every project on this machine:
npx @tech-leads-club/agent-skills install --agent claude-code --globalInstall one specific skill:
npx @tech-leads-club/agent-skills install --skill tlc-spec-driven --agent claude-codeWhere Claude Code stores skills
| Project install path | .claude/skills |
|---|---|
| Global install path | ~/.claude/skills |