hiharin

Accio — Development skill for Claude Code

Development community

Summon it — find where a symbol, file, or config lives.

How to install Accio

Installs to ~/.claude/skills/hiharin-claude-spellbook-accio/SKILL.md

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

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

What Accio does


description: Summon it — find where a symbol, file, or config lives argument-hint: "" allowed-tools: Read, Grep, Glob, Bash

Cast **Accio** for: $ARGUMENTS

Locate it in the codebase:

  • the definition (file:line) and every call site / usage
  • for config or env vars: where it's read, where it's set, its default
  • for a feature or behavior: the entry point and the files that implement it

Report as a short list of `file:line` with a phrase of context each. Lead with

Alternatives in Development

  • Root Cause Tracing — Use when errors occur deep in execution and you need to trace back to find the original trigger 102.5k ★
  • Review Claudemd — Review recent conversations to find improvements for CLAUDE.md files 6.5k ★
  • Claude Coder — Kodu is an autonomous coding agent that lives in your IDE 5.2k ★

Full documentation available on GitHub

View Source Repository