A growing collection of skills for teams who want to think before they build.
The core idea: before writing code, understand the problem clearly and capture intent in a spec. Then build against that spec. Then verify the result against the original intent — not just "does it run" but "does it do what we meant."
Each skill is a standalone tool. Use one, use several, or use them as inspiration for your own.
Run the installer — it registers the plugin and sets everything up in one step:
bash <(curl -fsSL https://raw.githubusercontent.com/rsgopal/SGD/main/install-claude.sh)
Then invoke any skill with /skill-name in Claude Code. To uninstall:
bash <(curl -fsSL https://raw.githubusercontent.com/rsgopal/SGD/main/uninstall-claude.sh)
Copy a skill's SKILL.md from this repo into your project's .claude/skills/ folder:
# example: installing sgd:triage into your project
mkdir -p your-project/.claude/skills/sgd-triage
curl -fsSL https://raw.githubusercontent.com/rsgopal/SGD/main/skills/sgd-triage/SKILL.md \
-o your-project/.claude/skills/sgd-triage/SKILL.md
The skill will be available only within that project.
Each skill includes a prompt.md — the same instructions without any Claude-specific syntax. Paste it into your tool's custom instructions, system prompt, or chat window.
| Skill | What it does |
|---|---|
sgd:triage | Classify a problem using the Cynefin framework before committing to an approach |
This repo grows one skill at a time. If you build something useful on top of these ideas, open a PR or file an issue.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub rsgopal/sgd --plugin sgdDesign fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Complete developer toolkit for Claude Code