source-driven-development

Generates code using official framework documentation and version-aware dependency analysis.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the risk of using outdated patterns, deprecated APIs, or hallucinated best practices by forcing every implementation decision to be verified against official framework documentation.

Core Features & Use Cases

  • Version-Aware Implementation: Automatically identifies the project stack and version from dependency files to ensure code compatibility.
  • Authoritative Citation: Requires every framework-specific pattern to be backed by a direct link to official documentation, ensuring long-term maintainability.
  • Conflict Resolution: Surfaces discrepancies between existing codebase patterns and modern official recommendations for user review.

Quick Start

Use the source-driven-development skill to implement a new form component in React 19 by fetching the latest official documentation and citing the relevant hooks.

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 documentation to prevent using deprecated APIs during refactoring?

To verify framework documentation during refactoring, analyze project dependency files to identify the exact stack version, then cross-reference implementation decisions against official sources. This prevents outdated patterns and ensures code correctness by requiring authoritative citations for every framework-specific pattern used.

What is source-driven development for code quality and framework verification?

Source-driven development is a practice that grounds software implementation decisions in official framework documentation. It eliminates the risk of using hallucinated best practices or outdated training data by requiring dependency analysis and authoritative source verification for feature development and boilerplate generation.

How do I implement version-aware features when my codebase has conflicting patterns?

To implement version-aware features with conflicting patterns, identify the project stack and version from dependency files to ensure compatibility. The process surfaces discrepancies between existing codebase patterns and modern official recommendations for user review before proceeding.

Does this approach work with specific framework versions like React 19?

Yes, this approach works with specific framework versions like React 19 by automatically identifying the project stack and version from dependency files. It fetches the latest official documentation and cites relevant hooks to ensure version-specific API usage is correct and maintainable.

What are the limitations of relying on official documentation for boilerplate generation?

A limitation of relying on official documentation for boilerplate generation is that it requires dependency analysis and authoritative source verification, which may surface discrepancies between existing codebase patterns and modern recommendations. This forces user review of conflicts rather than automated resolution.