A curated collection of 115 skills, 16 agents, and 48 commands for Claude Code and Cursor.
# AI Agent Skills, Agents & Commands A curated collection of **115 skills**, **16 agents**, and **48 commands** for [Claude Code](https://docs.anthropic.com/en/docs/build-with-cursor/prompt-caching) and [Cursor](https://cursor.sh). Extend your AI coding assistant with domain expertise, autonomous workflows, and structured development processes. ## What's Inside | Type | Count | Description | |------|-------|-------------| | [**Skills**](#skills) | 115 | Modular knowledge modules — patterns, frameworks, and decision guides | | [**Agents**](#agents) | 16 | Autonomous multi-phase workflow agents | | [**Commands**](#commands) | 48 | Slash commands for structured development tasks | --- ## Quick Start ### Install Skills with [skills.sh](https://skills.sh) The fastest way to install a skill from this repo: ```bash npx add https://github.com/wpank/ai/tree/main/skills/<category>/<skill-name> ``` Example: `npx add https://github.com/wpank/ai/tree/main/skills/api/api-design` ### OpenClaw / Moltbot / Clawbot ```bash npx clawhub@latest install <skill-name> ``` Example: `npx clawhub@latest install animated-financial-display` ### Clone the Full Repo For access to everything — skills, agents, and commands: ```bash git clone https://github.com/wpank/ai ~/.ai-skills ``` Then copy what you need into your projects (see Installation below). --- ## Installation ### Skills via [skills.sh](https://skills.sh) Install a skill from this repo by URL: ```bash npx add https://github.com/wpank/ai/tree/main/skills/<category>/<skill-name> ``` Example: `npx add https://github.com/wpank/ai/tree/main/skills/api/api-design` ### OpenClaw / Moltbot / Clawbot ```bash npx clawhub@latest install <skill-name> ``` Example: `npx clawhub@latest install animated-financial-display` ### Agents & Commands (Manual Copy) Agents and commands are **not** published to skills.sh. Clone this repo and copy what you need into your project's `.cursor/` or `.cursor/` directory. ```bash git clone h
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.