Skills for smarter AI agents
Extend your agent's capabilities with curated skills — specialized workflows, domain expertise, and tool integrations.
Featured Skills
View All →Tech Lead's Club - Spec-Driven Development
Turn your AI agent into a disciplined engineering partner. Spec-Driven guides every project through 4 adaptive phases — Specify, Design, Tasks, Execute — automatically sizing depth by complexity. From quick bug fixes to full feature builds, it produces atomic commits, requirement traceability, and persistent memory across sessions. Stack-agnostic, zero config, and works with any AI coding agent.
npx @tech-leads-club/agent-skills install --skill tlc-spec-drivenAccessibility (a11y)
QualityAudit and improve web accessibility following WCAG 2.1 guidelines. Use when asked to "improve accessibility", "a11y audit", "WCAG compliance", "screen reader support", "keyboard navigation", or "make accessible". Do NOT use for SEO (use seo), performance (use core-web-vitals), or comprehensive site audits covering multiple areas (use web-quality-audit).
npx agent-skills install --skill accessibilityADR Creator
Skill & Agent CreationCreates Architecture Decision Records (ADRs) to document significant architectural choices and their rationale for future team members. Use when the user says "write an ADR", "document this decision", "record why we chose X", "add an architecture decision record", "create an ADR for", or wants to capture the reasoning behind a technical choice so the team understands it later. Do NOT use when the decision hasn't been made yet (use create-rfc instead), for implementation planning (use technical-design-doc-creator), or for general documentation.
npx agent-skills install --skill create-adrAI Cold Outreach
Go-to-MarketWhen the user wants to build an AI-powered outreach system, write cold emails, improve deliverability, or scale personalized outreach. Also use when the user mentions 'cold email,' 'cold outreach,' 'outreach automation,' 'Instantly,' 'Smartlead,' 'Clay,' 'email sequences,' 'deliverability,' 'personalization at scale,' 'reply rate,' or 'outreach stack.' This skill covers the complete AI cold outreach system from signal detection through conversion. Do NOT use for technical implementation, code review, or software architecture.
npx agent-skills install --skill ai-cold-outreachWhat are agent skills?
An agent skill is a packaged set of instructions — a Markdown file, plus optional scripts, templates and reference docs — that you install into an AI coding agent. Once installed, the agent loads the skill when the task matches its triggers, so it follows the same reviewed workflow every time instead of improvising. Every skill in this registry is security-scanned and version-tracked.
The registry currently holds 92 skills across 14 categories, installable into 19 AI coding agents.
Skill categories
Supported AI coding agents
Downloads
last 30 days
Quick Start
Install skills directly from the command line:
npx @tech-leads-club/agent-skills install --skill [skill-name]Skills are installed to your agent's skills directory (e.g., .cursor/skills/, .claude/skills/)