source-driven-development

Verify code correctness against official framework documentation and version-specific patterns.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/reez455G/my-ai-agents --skill source-driven-development-reez455g
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: source-driven-development
Source: https://github.com/reez455G/my-ai-agents/tree/main/.omp/skills/source-driven-development
Command: npx skills add https://github.com/reez455G/my-ai-agents --skill source-driven-development-reez455g

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps prevent implementation errors by ensuring that every code decision is backed by official documentation, reducing the risk of outdated patterns and deprecated APIs.

Core Features & Use Cases

  • Official Documentation Access: Fetches and references the most up-to-date official documentation for the relevant framework or library.
  • Version Detection: Identifies the exact versions of frameworks or libraries used in the project.
  • Pattern Implementation: Writes code that matches the patterns shown in the current version's documentation.
  • Source Citing: Provides citations for every framework-specific pattern used in the code.
  • Use Case: Ideal for developers who want to ensure their code is up-to-date with the latest best practices and official recommendations.

Quick Start

Run the 'source-driven-development' skill to verify the code for the React component 'MyComponent'.

Frequently Asked Questions about source-driven-development

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify code correctness against official documentation?

To verify code correctness against official documentation, this skill fetches current framework docs, detects your exact library versions, and checks that all code patterns match recommended practices. It provides citations for every framework-specific pattern used.

What is the best way to prevent deprecated API usage in my project?

Preventing deprecated API usage requires referencing current official documentation. This skill identifies your framework versions and ensures all implemented code patterns align with current best practices, reducing the risk of outdated patterns and deprecated APIs.

How do I ensure my code follows the recommended practices for a specific framework version?

Ensuring code follows recommended practices involves version detection and pattern matching. This skill identifies the exact framework version in your project, accesses the relevant official documentation, and verifies code matches the documented patterns.

Can I use this to check React components for API compliance?

Yes, you can check React components for API compliance. By running this skill and specifying the component name, it references the official React documentation to verify that the component's code patterns are current and correctly implemented.

Do I need official documentation sources and version information to verify code patterns?

Yes, you need access to official documentation sources and version information for the relevant frameworks or libraries. This skill requires these inputs to accurately identify the exact versions used and ensure code patterns match the current documentation.

What are the limitations of source-driven development for code verification?

The main limitation of source-driven development is its dependency on accessing official documentation sources and accurate version information. Without correct version detection or available documentation, the skill cannot verify that code patterns are current and properly implemented.