Kanon banner
AraneaDev AraneaDev

Kanon

Development community

Description

--- description: Report which instruction files govern this session and where each came from --- Run the Kanon report for the current session and show the user the output verbatim. Use Bash to run: ``` bun "$CLAUDE_PLUGIN_ROOT/src/cli.ts" report --cwd "$PWD" ``` Claude Code does not hand a running session its own session id, so the `--session` flag is deliberately omitted: the CLI falls back to the most recently recorded session that was itself recorded from this repository (or this director

Installation

Installs to ~/.claude/skills/araneadev-kanon-kanon/SKILL.md

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

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

Full documentation available on GitHub

View Source Repository