Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add instructions/adamyodinsky/interactive-docs-skill/claude-mdgit clone --depth 1 https://github.com/adamyodinsky/interactive-docs-skillWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00212 | $0.00212 |
| Opus 5 | $0.00106 | $0.00106 |
| Sonnet 5 | $0.00042 | $0.00042 |
| Haiku 4.5 | $0.00021 | $0.00021 |
Grade A, and why
interactive-docs-skill CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Interactive Docs Skill
A Claude Code skill/plugin that generates interactive documentation websites from any codebase.
Structure
skills/interactive-docs/SKILL.md- Main skill definition (8-phase pipeline)skills/interactive-docs/references/- Supporting docs consumed by subagentsskills/interactive-docs/scripts/- Shell scripts for analysis, scaffolding, and validation.claude-plugin/- Plugin distribution metadata
Key Conventions
- All script paths are resolved relative to the script's own directory (
SCRIPT_DIR) - SKILL.md instructs Claude to store its own directory as
$SKILL_DIRin Phase 0 - All scripts receive absolute paths as arguments
- Scripts use
set -euo pipefailfor strict error handling - The skill generates a standalone React + Vite + TypeScript project in the target project's directory
Testing Changes
Run /interactive-docs /path/to/any/project and verify all 8 phases complete successfully.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 23 lines · 212 tokens per session scan A 87a70deee06c
interactive-docs-skill CLAUDE.md is an instructions file published in the GitHub repository adamyodinsky/interactive-docs-skill (1 stars, last pushed 5mo ago), licensed MIT. It adds 212 tokens to every session, about $0.0011 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
dvir-token-manager CLAUDE.md
Instructions for DvirNaaman/dvir-token-manager, covering claude.md, project overview, status, invariants worth knowing before editing and architecture.
self-review CLAUDE.md
Claude Code instructions for HoussemDjeghri/self-review, covering self-review — working notes for this repository, plugin/ is the product; everything beside it is not, ./test.sh is the gate, claims in the docs are enforced, not asserted and releasing.
thm-claude-kit CLAUDE.md
Instructions for pashki975/thm-claude-kit, covering tryhackme attack machine context, environment, scope & rules, workflow preferences and output style.
agentic-ai-learning-journey CLAUDE.md
Instructions for JSchOBL/agentic-ai-learning-journey, covering agentic ai learning journey, layout, conventions, non-negotiable and gotchas.
pbnz-skills AGENTS.md
AGENTS.md instructions for PBNZ/pbnz-skills, covering agents.md — pbnz-skills, start-here map — where things live and ground rules.
pbnz-skills copilot-instructions.md
Copilot instructions for PBNZ/pbnz-skills, covering copilot instructions for pbnz-skills, about this repository, what's in the tree, where review effort adds value and review style.