source-driven-development

Inspect dependency manifests and apply patterns from official documentation.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/RefractSystems/virtmcu --skill source-driven-development-refractsystems
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: source-driven-development
Source: https://github.com/RefractSystems/virtmcu/tree/main/.gemini/skills/source-driven-development
Command: npx skills add https://github.com/RefractSystems/virtmcu --skill source-driven-development-refractsystems

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ground decisions in official documentation to prevent outdated patterns and ensure correctness across frameworks and libraries.

Core Features & Use Cases

  • Verify the stack and versions from dependency manifests to anchor decisions to current official docs.
  • Fetch, cite, and apply patterns directly from the authoritative sources relevant to the project's framework.
  • Surface and reason about conflicts between code and documented guidance, guiding safe migrations.

Quick Start

Ask me to verify dependencies, fetch the exact official docs for your framework version, and implement patterns per documented guidance.

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 patterns against official framework documentation?

Verify code patterns against official framework documentation by inspecting dependency manifests to detect versions, fetching authoritative references, and enforcing documented patterns while flagging unresolved conflicts for review.

What is source-driven development for preventing outdated code patterns?

Source-driven development anchors implementation decisions to official documentation, ensuring correctness across frameworks by retrieving current references and preventing the use of outdated code patterns.

How do I check dependency versions before applying framework best practices?

Check dependency versions before applying framework best practices by inspecting project manifests to ensure version detection aligns with current official documentation and verifiable patterns.

Can I use official documentation citations to guide framework migrations?

Use official documentation citations to guide framework migrations by surfosing conflicts between code and documented guidance, enabling safe transitions based on current authoritative references.

What are the limitations of relying on official docs for code verification?

Limitations of relying on official docs for code verification include encountering unresolved conflicts between code and documented guidance, which requires manual user review to ensure safe implementation.