AI AGENT ADDONS

Source Driven Development

addyosmani/agent-skills

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.

Add Source Driven Development skill to your workflow

Global

mkdir -p ~/.claude/skills/source-driven-development

Project

mkdir -p .claude/skills/source-driven-development

Source Repository

Stars
67,574
Forks
7,328
Watchers
67,574
License
MIT
Last Push
23 days ago
Created
5 months ago