ops-codegraph-tool
Codebase dependency graphs, quality audits, and automated refactoring
All Skills in This Repository (18)
Pure Emerald Level Indicatorstitan-gauntlet
Audit codebase targets against four quality pillars with batched NDJSON outputs.
titan-recon
Maps a codebase's dependency graph to reveal hotspots, domains, and prioritized cleanup tasks.
housekeep
Automates Git repository maintenance tasks like pruning stale worktrees and branches.
titan-grind
Automate dead symbol adoption across codebases with graph queries and gate checks.
bench-check
Compare current benchmark results against a saved baseline to detect performance regressions.
titan-sync
Analyze GAUNTLET results to plan shared abstractions and output sync.json.
titan-gate
Validate staged changes with codegraph checks and lint/build/test suites.
titan-forge
Automate phase-based code changes and validation for multi-target refactor pipelines.
release
Generate release notes and PR scaffolding from commit history.
titan-reset
Remove Titan artifacts and restore the codebase to its pre-Titan baseline.
create-skill
Scaffold Claude Code skills with SKILL.md frontmatter and phase templates.
titan-run
Orchestrate multi-phase Titan pipeline phases with sub-agents and artifact validation.
Frequently Asked Questions
FAQPage SchemaHow to install ops-codegraph-tool?βΌ
Run `npx skills add optave/ops-codegraph-tool --all -g -y` in your terminal to install all skills in this suite globally.
What does codegraph do for my codebase?βΌ
It builds a function-level dependency graph of your entire codebase, so you or your agent can see every caller, dependency, and dead export before making changes.
How does codegraph help AI coding agents?βΌ
It gives agents structural awareness through an MCP server and CLI, so they check blast radius and callers before editing instead of guessing and breaking downstream code.
Which programming languages are supported?βΌ
It supports 34 languages including JavaScript, TypeScript, Python, Go, Rust, Java, C#, Ruby, PHP, C, C++, Kotlin, and Swift, all parsed locally with tree-sitter.
Does codegraph work offline without cloud services?βΌ
Yes. It runs fully local with zero network calls and zero telemetry, storing the graph in SQLite on your machine.
Related Repositories in Software Engineering
View All in Software Engineeringβopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core