发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
Persona Docs
Create user-centered documentation that defines who a product is for and how they interact with it. Persona docs establish the foundation for product-driven development — every feature decision, design choice, and prioritization call flows from understanding your users.
Entity Relationship Diagrams (ERD)
ERDs model database schemas, showing tables (entities), their columns (attributes), and relationships between tables. Essential for database design and documentation.
Full-Stack Feature Orchestration (Meta-Skill)
Coordinate the entire lifecycle of a feature — from understanding who it's for, through design, implementation, testing, and documentation. This meta-skill routes to the right skill, command, or agent at each stage and enforces stage gates so nothing ships half-baked.
Feature Specification (Meta-Skill)
Bridge persona documentation and development. This skill translates user needs, pain points, and journeys identified in persona docs into structured, implementable feature specifications with clear acceptance criteria.
Project Summary Template
Use this template when generating a methodology summary document for an extracted project.
Design System Template
Use this template when extracting design system documentation from a project.
Pattern Extraction
Extract reusable patterns, skills, and methodology documentation from existing codebases.
Context-Driven Development
Treat project context as a first-class artifact managed alongside code. Instead of relying on ad-hoc prompts or scattered documentation, establish a persistent, structured foundation that informs all AI interactions.
Command Patterns
This document describes the common patterns for slash commands, helping you choose the right structure for your workflow.
Command Examples
This document provides complete, real-world examples of slash commands from the erk project. Use these as references when creating new commands.
Command Best Practices
This document provides quality guidelines, writing style recommendations, common pitfalls, and a detailed template structure for creating effective slash commands.
Command Creator
Slash commands are markdown files in `.claude/commands/` (project) or `~/.claude/commands/` (global) that expand into prompts when invoked.