A curated collection of rules, guides, skills, and resources for coding agents.
Resources are organized by domain, each containing the same sub-categories:
| Sub-category | Description |
|---|---|
skills/ |
Agent skill definitions |
mcp/ |
MCP server documentation |
rules/ |
Coding rules and conventions |
guides/ |
How-to guides and best practices |
showcase/ |
Configuration examples |
<domain>/
├── skills/
├── mcp/
├── rules/
├── guides/
└── showcase/
| Domain | Description | Contents |
|---|---|---|
| frontend/ | React, Next.js, UI/UX, etc. | 3 docs |
| backend/ | API, DB, infrastructure, etc. | - |
| app/ | Mobile, desktop, etc. | 5 docs |
| devops/ | CI/CD, cloud, infrastructure, etc. | - |
| data/ | ML, analytics, pipelines, etc. | - |
| vscode-extension/ | VS Code extension development | 22 docs |
Resources not tied to a specific domain.
| Directory | Description |
|---|---|
| guides/ | How-to guides and best practices |
| mcp/ | MCP server documentation |
| rules/ | Coding rules and conventions |
| showcase/ | Configuration examples |
| skills/ | Agent skill definitions |
Standalone Claude role prompts for specialized personas. See role/ for all available roles.
| Role | Tech Stack |
|---|---|
| CTO | General |
| Debugger | DevTools |
| Refactoring Expert | General |
| React Performance Engineer | React, Next.js |
| Frontend Code Reviewer | Frontend |
| Frontend UX Engineer | WCAG, ARIA |
| Three.js Creative Developer | Three.js, WebGL, GSAP |
| RESTful API Designer | REST, OpenAPI, Zod |
| Jest Test Engineer | Jest, Vitest, Playwright |
| Semantic SEO Expert | HTML, Schema.org, JSON-LD |
| Senior Product Planner | General |
- Add domain-specific resources under the appropriate
<domain>/<category>/directory - Add cross-domain resources under the root-level directories (
guides/,mcp/,rules/,showcase/,skills/) - Add new roles using role/_template.md
- Update the relevant README when adding new files