inject-docs
Installation
SKILL.md
Framework Documentation Injector
Inject compressed framework-specific best practices and documentation into the current project's CLAUDE.md or AGENTS.md file. This gives AI coding agents passive access to framework knowledge without requiring tool calls or skills.
Supported Frameworks
| Framework | Detection Method | Documentation Source |
|---|---|---|
| Next.js | next in package.json |
Vercel's agents-md codemod (version-aware) |
| FastAPI | fastapi in requirements.txt/pyproject.toml |
zhanymkanov/fastapi-best-practices |
Anti-Hallucination Guidelines
CRITICAL:
- Auto-detect the framework before running anything - check project files to identify the framework
- Do NOT assume tools are available - verify Node.js/Python tooling exists based on framework
- Do NOT claim success until verifying the target file exists and contains actual content
- Read actual output - report what the commands say, not what is expected