source-driven-development

Cite official documentation for each framework-specific code pattern.

1|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/cyalcala/va-freelance-hub --skill source-driven-development-cyalcala
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: source-driven-development
Source: https://github.com/cyalcala/va-freelance-hub/tree/main/.antigravity/skills_old_tainted/source-driven-development
Command: npx skills add https://github.com/cyalcala/va-freelance-hub --skill source-driven-development-cyalcala

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It ensures that every framework-specific implementation decision is backed by official documentation, preventing reliance on outdated patterns or memory-only coding. This approach creates verifiable, citeable code decisions that can be audited and updated as docs evolve.

Core Features & Use Cases

  • Enforces citation of official sources for framework-specific patterns across projects
  • Improves code quality and maintainability by aligning implementations with current standards
  • Use Case: when building boilerplates or starter code, verify each pattern against authoritative docs before implementation

Quick Start

Cite official documentation for each framework pattern before writing or committing code.

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

Source-driven development verifies framework-specific code patterns against official documentation by citing authoritative sources before writing or committing code. This ensures your implementations are traceable, verifiable, and aligned with current standards.

What is source-driven development and when do I need it for boilerplate code?

Source-driven development is an approach that backs code decisions with official docs. You need it when building boilerplates or starter code to verify each pattern against authoritative documentation before implementation, preventing reliance on memory-only coding.

How do I ensure my code decisions are backed by official documentation?

You ensure code decisions are backed by official documentation by enforcing the citation of official sources for framework-specific patterns across your project. This creates verifiable, auditable code decisions that can be updated as documentation evolves.

Does source-driven development flag unverified code patterns?

Yes, source-driven development flags any verifications that remain unverified. It demonstrates outputs that cite official docs for each pattern and explicitly highlights any code decisions lacking authoritative verification.

Why should I cite official docs for framework-specific patterns?

You should cite official docs for framework-specific patterns because it improves code quality and maintainability. This practice prevents reliance on outdated patterns and creates auditable, verifiable code decisions that can be updated as documentation evolves.

Can I use source-driven development for existing codebases or only new starter code?

Source-driven development is primarily used when building boilerplates or starter code to verify each pattern against authoritative docs before implementation. However, enforcing citation of official sources can also be applied to improve code quality across existing projects.