AraneaDev

Minos — Development skill for Claude Code

Development community

Report what this session changed, and which of it was never put to you as a decision.

How to install Minos

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

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

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

What Minos does


description: Report what this session changed, and which of it was never put to you as a decision

Run `bun "${CLAUDE_PLUGIN_ROOT}/src/cli.ts" report --session "$CLAUDE_SESSION_ID"` and print its output in a fenced code block, byte for byte.

Its columns are aligned by spaces, so reflowing it into a paragraph or a markdown table destroys the thing being shown. Keep every line break and every run of spaces exactly as printed, and do not recompute any number.

If the user asked about one f

Alternatives in Development

  • Skill Decision Support — Present options with trade-offs for informed decision-making — use when choosing between approaches 2.8k ★
  • ADR Rubber Duck — ADR(Architecture Decision Record)の壁打ち相手としてヒアリングを通じて意思決定を整理し、ADRドラフトを作成する 974 ★
  • Bump Plugin Version — Detect changed plugins and bump their versions along with the marketplace version 684 ★

Full documentation available on GitHub

View Source Repository