optaveoptaveOfficialΒ·18 Agent Skills Included

ops-codegraph-tool

Codebase dependency graphs, quality audits, and automated refactoring

Builds function-level dependency graphs of codebases across 34 languages and exposes them through CLI, MCP, and CI gates. Eliminates blind code edits, missed callers, dead code, and circular dependencies that surface late in review. Includes guided workflows for codebase audits, refactoring pipelines, PR sweeps, releases, and benchmark regression checks.
npx skills add optave/ops-codegraph-tool --all -g -y
Available:

Instructs the agent on which codegraph commands to run before and after editing code, enforces verification and scope discipline, and explains the project architecture so changes are made with full dependency context.

All Skills in This Repository (18)

Pure Emerald Level Indicators
πŸ“¦ In Repo
optaveoptave

titan-gauntlet

Audit codebase targets against four quality pillars with batched NDJSON outputs.

Official
Advanced
πŸ“¦ In Repo
optaveoptave

titan-recon

Maps a codebase's dependency graph to reveal hotspots, domains, and prioritized cleanup tasks.

Official
Advanced
πŸ“¦ In Repo
optaveoptave

housekeep

Automates Git repository maintenance tasks like pruning stale worktrees and branches.

Official
Advanced
πŸ“¦ In Repo
optaveoptave

titan-grind

Automate dead symbol adoption across codebases with graph queries and gate checks.

Official
Advanced
πŸ“¦ In Repo
optaveoptave

bench-check

Compare current benchmark results against a saved baseline to detect performance regressions.

Official
Advanced
πŸ“¦ In Repo
optaveoptave

titan-sync

Analyze GAUNTLET results to plan shared abstractions and output sync.json.

Official
Advanced
πŸ“¦ In Repo
optaveoptave

titan-gate

Validate staged changes with codegraph checks and lint/build/test suites.

Official
Advanced
πŸ“¦ In Repo
optaveoptave

titan-forge

Automate phase-based code changes and validation for multi-target refactor pipelines.

Official
Advanced
πŸ“¦ In Repo
optaveoptave

release

Generate release notes and PR scaffolding from commit history.

Official
Advanced
πŸ“¦ In Repo
optaveoptave

titan-reset

Remove Titan artifacts and restore the codebase to its pre-Titan baseline.

Official
Advanced
πŸ“¦ In Repo
optaveoptave

create-skill

Scaffold Claude Code skills with SKILL.md frontmatter and phase templates.

Official
Advanced
πŸ“¦ In Repo
optaveoptave

titan-run

Orchestrate multi-phase Titan pipeline phases with sub-agents and artifact validation.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How 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→