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:

  1. Auto-detect the framework before running anything - check project files to identify the framework
  2. Do NOT assume tools are available - verify Node.js/Python tooling exists based on framework
  3. Do NOT claim success until verifying the target file exists and contains actual content
  4. Read actual output - report what the commands say, not what is expected
Installs
12
GitHub Stars
8
First Seen
Mar 26, 2026
inject-docs — mgiovani/cc-arsenal