What problem does it solve?
This Skill addresses the challenge of ensuring that every code implementation is grounded in official documentation, thus providing source-cited code that is free from outdated patterns and authoritative.
Core Features & Use Cases
- Documentation-Backed Code: Ensures that every code decision is backed by official documentation.
- Version Identification: Identifies and fetches the correct version of a framework's documentation for implementation.
- Pattern Implementation: Follows documented patterns strictly and avoids deprecated practices.
- Conflict Resolution: Resolves discrepancies between official documentation and existing codebase.
- Citation: Cites all framework-specific patterns with full URLs for verifiable references.
- Use Case: Ideal for implementing features in frameworks like React, Django, or Vue where correctness matters, or for reviewing and improving code that uses framework-specific patterns.
Quick Start
Implement a new feature in your project and use the 'source-driven-development' skill to ensure that all code decisions are backed by official documentation.