Accio — Development skill for Claude Code
Summon it — find where a symbol, file, or config lives.
How to install Accio
Installs to ~/.claude/skills/hiharin-claude-spellbook-accio/SKILL.md
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 RepositoryRelated Skills
Find Symbol
Find Symbol Definition
Crosscheck
Cross-check recent, not-yet-verified work — in ANY project. Reconstruct what you shipped or optimized lately a
Claude Code Pet
A floating desktop pet that brings Claude Code to anywhere. Always-on-top Claude Code: summon your terminal ag
Sages
Summon the Market Sages council to analyze a stock (e.g. /sages AAPL, /sages NVDA --value)
Qartez MCP
Semantic code intelligence MCP server for Claude Code - project maps, symbol search, impact analysis, and more
Due Diligence
Structured due diligence report for a single stock symbol with valuation, quality, growth, technical, and perf
Related Agents
Inav Architecture
Navigate INAV firmware codebase to find and search for functionality. Use PROACTIVELY BEFORE Grep/Explore when
Scout Sonnet High
Read-only scout for sweeping many locations or naming conventions — map a directory, list every caller, find w
Graph Reader
Builds and queries a lightweight symbol/dependency graph of a project. Called by executors before reading file