What problem does it solve?
This Skill prevents unreliable, memory-based framework implementations by ensuring every framework-specific decision is verified against authoritative documentation so users receive correct, up-to-date, and auditable code.
Core Features & Use Cases
- Dependency and version detection: Reads dependency files to determine exact framework and library versions before making implementation decisions.
- Targeted documentation fetching: Locates and extracts the specific official docs pages or anchors needed for a given API or pattern rather than relying on generic sources.
- Docs-driven implementation and citation: Implements code that follows the documented API signatures and migration guidance, surfaces conflicts with existing code, and includes full-source URLs and quoted passages for verification.
- Use case: When updating form handling in a React app, detect React version from package.json, fetch the precise React docs for the recommended pattern, implement the change per docs, and show the sources.
Quick Start
Ask the skill to detect project dependencies, verify the relevant official documentation for the requested framework pattern, implement the pattern according to those docs, and include full source URLs.