Every line of code you write should come from official documentation. This skill helps you build with frameworks by checking the real sources first. No guessing from memory, no outdated patterns. You get code that is correct and up to date.
When you use a framework like React or Django, the rules change over time. This skill finds the exact version you are using. Then it fetches the right documentation page. It follows the official patterns and shows you where they came from. You can trust the code because the sources are clear.
This approach is great for building starter projects, reviewing code, or adding features like forms and routing. It stops you from using bad advice from old tutorials. The result is code that works correctly today.
Global
mkdir -p ~/.claude/skills/source-driven-developmentProject
mkdir -p .claude/skills/source-driven-developmentSource Repository
Web Design Guidelinesvercel-labs/agent-skills
Review your UI code for compliance with web interface guidelines
Improve Codebase Architecturemattpocock/skills
Scan your codebase for architecture improvements with visual reports and pick one to refactor
Zoom Outmattpocock/skills
Get a big picture view of your code with a simple map of modules and callers
Caveman Reviewjuliusbrussee/caveman
Ultra-compressed one-line code review comments that cut noise
Requesting Code Reviewobra/superpowers
Catch code issues early with focused automated reviews before every merge
Receiving Code Reviewobra/superpowers
Think first, then code. Verify feedback before making changes. Stay objective
Auditpbakaus/impeccable
Audit your code for accessibility performance theming and anti-patterns
Request Refactor Planmattpocock/skills
Plan safe code refactors with tiny commits and clear GitHub issues