Stats
Links
Categories
A collection of skills for Claude Code to enhance AI-assisted development workflows
npx claudepluginhub britt/claude-code-skillsSkills for AI-assisted development: project setup, product specs, user stories, verification plans, daily planning, and more
A collection of skills for Claude to enhance AI-assisted development workflows.
| Skill | Description | Claude Code | Claude.ai |
|---|---|---|---|
| sgai-goal | Compose GOAL.md files for SGAI workspaces through interactive conversation | * | |
| setting-up-a-project | Author CLAUDE.md with project purpose, tech stack, and development practices | * | |
| working-on-an-issue | Work on, read, or implement a GitHub issue | * | |
| project-analysis | Analyze project codebase structure, architecture, key files, and dependencies | * | * |
| project-planning | Orchestrate end-to-end project planning with issues, diagrams, dependencies, and timelines | * | * |
| issue-decomposition | Decompose projects into well-structured GitHub issues with user stories and estimates | * | * |
| dependency-mapping | Generate Mermaid dependency graphs showing issue relationships and critical paths | * | * |
| timeline-planning | Generate Mermaid Gantt charts for project timelines with phases and milestones | * | * |
| Skill | Description | Claude Code | Claude.ai |
|---|---|---|---|
| requirement-elicitation | Conversational wizard for eliciting functional, nonfunctional, and edge-case requirements | * | * |
| idea-to-design | Turn an idea note into a design document | * | * |
| writing-product-specs | Write comprehensive product specification documents | * | * |
| writing-user-stories | Write properly formatted user stories for task definition | * | * |
| user-story-template | Guide writing well-formed user stories with acceptance criteria | * | * |
| writing-verification-plans | Acceptance test verification plans (real-world testing, never mocks) | * | * |
| context-aware-questions | Identify information gaps and generate questions to surface missing requirements | * | * |
| Skill | Description | Claude Code | Claude.ai |
|---|---|---|---|
| at-risk-detection | Identify at-risk issues and PRs: stale items, blocked work, deadline risks, scope creep | * | * |
| triage-new-issues | Review new GitHub issues, assess priority, suggest labels, and recommend assignees | * | * |
| stakeholder-tracking | Define stakeholder personas and track their goals | * | * |
| stakeholder-updates | Craft clear, concise stakeholder communications | * | * |
| prepare-meeting-agenda | Generate meeting agendas from recent issues, PRs, and notes | * | * |
| Skill | Description | Claude Code | Claude.ai |
|---|---|---|---|
| architecture-diagramming | Generate Mermaid architecture diagrams showing system components and data flows | * | * |
| mermaid-diagrams | Guide for creating syntactically correct Mermaid diagrams for GitHub | * | * |
| markdown-formatting | Format AI outputs into consistent, readable Markdown | * | * |
| build-faq-from-issues | Extract common questions from closed issues and generate an FAQ document | * | * |
| summarize-conversation-thread | Summarize GitHub issue/PR threads into key decisions and action items | * | * |
| consolidate-notes-summary | Synthesize findings across multiple notes into a consolidated summary | * | * |
| research-topic-summarize | Research topics via web search and synthesize detailed summaries with sources | * | * |
| Skill | Description | Claude Code | Claude.ai |
|---|---|---|---|
| daily-planning-ritual | Interactive daily planning across work and personal life dimensions | * | * |
| summoning-the-user | Gets user's attention when Claude needs input while running in the background | * |
Add this repository as a plugin marketplace:
/plugin marketplace add britt/claude-code-skills
Install all skills:
/plugin install britt/claude-code-skills
Install individual skills:
Official prompts.chat marketplace - AI prompts, skills, and tools for Claude Code
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations