Marketplace

documentation-research

Enforces online documentation research before any technical implementation. Use when implementing features to ensure code follows current best practices by researching official documentation first.

$ Installieren

git clone https://github.com/jpoutrin/product-forge /tmp/product-forge && cp -r /tmp/product-forge/plugins/python-experts/skills/documentation-research ~/.claude/skills/product-forge

// tip: Run this command in your terminal to install the skill


name: documentation-research description: Enforces online documentation research before any technical implementation. Use when implementing features to ensure code follows current best practices by researching official documentation first.

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:

  1. Search official documentation online
  2. Verify current best practices
  3. Check for deprecated patterns
  4. Report findings to user
  5. Only then proceed

Documentation Sources

TechnologyPrimary Documentation
Djangodocs.djangoproject.com
FastAPIfastapi.tiangolo.com
Reactreact.dev
Pythondocs.python.org
TypeScripttypescriptlang.org/docs

Research Protocol

  1. Search Official Docs - Use WebSearch/WebFetch
  2. Verify Version - Check latest stable release
  3. Review Best Practices - Note recommended patterns
  4. Check Deprecations - Avoid outdated APIs
  5. 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

  1. Documentation research is non-negotiable
  2. Always verify which version is being used
  3. Check for deprecated APIs before using
  4. Follow security best practices from docs

Repository

jpoutrin
jpoutrin
Author
jpoutrin/product-forge/plugins/python-experts/skills/documentation-research
0
Stars
0
Forks
Updated17h ago
Added1w ago