AI Maestro Code Graph Query
OfficialUnderstand code structure at a glance.
Software Engineering#serializers#callers#dependency-analysis#code-graph#graph-query#code-structure#ai-maestro
Author23blocks-OS
Version1.0.0
Installs0
System Documentation
What problem does it solve?
PROACTIVELY query the code graph database to understand relationships and impact of changes. Use this skill WHEN READING any file to understand context, when searching for files, when exploring the codebase, or when you need to understand what depends on a component. This is your primary tool for understanding code structure and avoiding breaking changes.
Core Features & Use Cases
- Immediate graph queries: After reading a code file, IMMEDIATELY query the graph to understand:
- What is this component/function?
- What depends on it? (callers, serializers, child classes)
- What does it depend on? (callees, parent classes, associations)
- Impact analysis: Surface callers, serializers, and associations to prevent breaking changes.
- Use Case: While exploring a module, run graph queries to map relationships before editing the code.
Quick Start
After reading app/models/user.rb, IMMEDIATELY run: graph-describe.sh User graph-find-callers.sh User graph-find-serializers.sh User graph-find-associations.sh User
Dependency Matrix
Required Modules
None requiredComponents
scripts
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: AI Maestro Code Graph Query Download link: https://github.com/23blocks-OS/ai-maestro/archive/main.zip#ai-maestro-code-graph-query Please download this .zip file, extract it, and install it in the .claude/skills/ directory.