Agent Skills is a TypeScript CLI catalog to install, update, and manage vetted AI agent skills from a centralized registry. It supports interactive wizard setup, per-skill installation, and MCP server integration.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
Agent Skills is a CLI tool (TypeScript) that serves as a secure, validated skill registry for AI coding agents. It provides commands to install, update, remove, and list skills, and supports targeting specific agents (e.g., Cursor, Claude Code) and installation methods (copy or symlink).
How it works
The CLI fetches the skills catalog on-demand from a CDN, allows browsing and selecting skills, downloads and caches them locally, and installs them into the target agent configurations. Cached skills are stored in ~/.cache/agent-skills/ for offline use. It also includes an MCP server implementation (@tech-leads-club/agent-skills-mcp) to expose the catalog to AI agents.
Getting started
Install Skills in Your Project
npx @tech-leads-club/agent-skills
This launches an interactive wizard with steps: Choose Action, Browse & Select, Choose agents, Installation method, Scope. Other CLI usage:
# List available skills
agent-skills list
agent-skills ls # Alias
# Install one skill
agent-skills install -s tlc-spec-driven
# Install multiple skills
agent-skills install -s aws-advisor coding-guidelines docs-writer
# Install to specific agents
agent-skills install -s my-skill -a cursor claude-code
Global Installation (Optional)
npm install -g @tech-leads-club/agent-skills
agent-skills # Use 'agent-skills' instead of 'npx @tech-leads-club/agent-skills'
Recent releases
Latest: 0.17.2 (2026-08-04) — features tlc-spec-driven: close task status in the same atomic commit. Other recent: 1.4.10 (2026-07-31) - alignment release with no code changes; 0.17.1 (2026-07-31) with autonomous operator skill; 0.1.6 (2026-07-31) with MCP staging; 1.4.9 (2026-07-20) fixes.
Traction
Stars: 4983; Forks: 450; Open issues: 7; Language: TypeScript; License: none listed.
Behind the repo
URL to project site: https://tech-leads-club.github.io/agent-skills/
Caveats
License: Software Engine under MIT License; content licensing includes CC-BY-4.0 for skill files; age: created 2026-01-19; last push 2026-08-04.






