Interdoc banner
mistakeknot mistakeknot

Interdoc

Development community

Description

--- name: interdoc description: "Generate, update, and review AGENTS.md with Oracle critique." --- # /interdoc Run the `interdoc-engine` skill to generate, update, and review AGENTS.md for this repository. This command should: - Detect whether AGENTS.md exists - Generate AGENTS.md if missing - Update AGENTS.md if present - Send to Oracle for independent critique (if available) - Apply non-controversial improvements silently - Prompt for significant changes - Use dry-run mode only when the use

Installation

Installs to ~/.claude/skills/mistakeknot-interdoc-interdoc/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mistakeknot-interdoc-interdoc && curl -fsSL https://raw.githubusercontent.com/mistakeknot/interdoc/HEAD/commands/interdoc.md -o ~/.claude/skills/mistakeknot-interdoc-interdoc/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository