코드 탐색, 코드 분석, 탐색, 코드 구조, 심볼 분석 - Use when exploring or analyzing code. Systematic code exploration workflow using Serena MCP tools for symbol navigation and reference tracking.
Systematic code exploration using Serena MCP tools. Triggers when you need to analyze code structure, find symbols, or track references—starting with `get_symbols_overview` then `find_symbol` and `find_referencing_symbols` before any file reading.
/plugin marketplace add aimskr/aims-toolkit/plugin install aims-toolkit@aims-toolkitThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Follow the order: Structure Overview → Symbol Search → Analysis → Modification
get_symbols_overview - First understand file structurefind_symbol - Find specific classes, functions, variablesfind_referencing_symbols - Check where symbols are usedsearch_for_pattern - Regex-based code searchread_file - Use only when above tools are insufficient1. Check file structure with get_symbols_overview
↓
2. Search for needed symbols with find_symbol
↓
3. Analyze and understand code
↓
4. Perform modification/creation
Before Starting Exploration:
During Exploration:
After Exploration:
read_file directly without understanding structureThis skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.