Source-Driven Development
Backs every framework decision with a citation from the official docs.
Install
npx skills add addyosmani/agent-skills --skill source-driven-development
Bir framework ya da kütüphaneye özgü kod yazılacakken; doğruluğun sürüme bağlı olduğu her durumda
- Author
- Addy Osmani
- License
- MIT
Before writing framework-specific code the agent reads the project's dependency file to pin exact versions, pulls the matching official documentation, and implements from what it read rather than from memory. Every pattern it produces carries a link the reviewer can open. Version-independent work such as renames or plain logic is deliberately left out, because fetching docs there only costs time.
Similar skills
Ponytail
SkillArgues for the smallest change that actually solves the problem.
Working Backwards Press Release
SkillWrites the launch announcement first, so a weak idea dies before anyone writes a spec.
scope-guard
SkillCatches an edit that lands outside the project you are in.
Comments(0)
Sign in to comment