documentation-research

Documentation Research Skill

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "documentation-research" with this command: npx skills add jpoutrin/product-forge/jpoutrin-product-forge-documentation-research

Documentation Research Skill

This skill enforces documentation research before any technical implementation to ensure code follows current best practices.

Core Principle

NO IMPLEMENTATION WITHOUT DOCUMENTATION RESEARCH

Before writing ANY code:

  • Search official documentation online

  • Verify current best practices

  • Check for deprecated patterns

  • Report findings to user

  • Only then proceed

Documentation Sources

Technology Primary Documentation

Django docs.djangoproject.com

FastAPI fastapi.tiangolo.com

React react.dev

Python docs.python.org

TypeScript typescriptlang.org/docs

Research Protocol

  • Search Official Docs - Use WebSearch/WebFetch

  • Verify Version - Check latest stable release

  • Review Best Practices - Note recommended patterns

  • Check Deprecations - Avoid outdated APIs

  • Document Findings - Summarize before implementing

Report Format

📚 Documentation Research Summary ══════════════════════════════════

🔍 Technology: [Framework] 📦 Version: [Version]

✅ CURRENT BEST PRACTICES • [Practice 1] • [Practice 2]

⚠️ DEPRECATED PATTERNS (Avoid) • [Pattern] - Use [alternative] instead

📖 SOURCES • [URL]

Ready to proceed? (yes/no)

Enforcement Rules

  • Documentation research is non-negotiable

  • Always verify which version is being used

  • Check for deprecated APIs before using

  • Follow security best practices from docs

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

rfc-specification

No summary provided by upstream source.

Repository SourceNeeds Review
General

brainstorm-solution

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

typescript-import-style

No summary provided by upstream source.

Repository SourceNeeds Review