titan-reset

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

86|20|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/optave/ops-codegraph-tool --skill titan-reset
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: titan-reset
Source: https://github.com/optave/ops-codegraph-tool/tree/main/.claude/skills/titan-reset
Command: npx skills add https://github.com/optave/ops-codegraph-tool --skill titan-reset

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Titan-era data and artifacts clutter the repository, causing drift in the codegraph and inconsistent states. This Skill cleans up Titan-related data and returns the codebase to a known baseline state.

Core Features & Use Cases

  • Restore and reset to baseline by removing Titan snapshots and artifacts when needed.
  • Delete Titan baselines, grind results, and related artifacts to ensure a clean environment.
  • Rebuild the codegraph state after cleanup (unless --keep-graph is specified) to reflect a pristine repo.

Quick Start

Run the titan-reset operation to purge Titan artifacts and restore the repository to its pre-Titan baseline.

Frequently Asked Questions about titan-reset

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I reset my codebase and remove Titan artifacts?

To reset your codebase, you can run a titan-reset operation to purge all Titan artifacts, delete related snapshots, and restore the repository to its pre-Titan baseline state.

What happens to the codegraph when I clean up Titan data?

Cleaning up Titan data automatically rebuilds the codegraph to reflect a pristine repository, unless you specifically provide a preserved graph option to keep the existing graph state intact.

When should I restore my repository to a pre-Titan baseline?

You should restore to a pre-Titan baseline when Titan-era data and artifacts clutter the repository, causing drift in the codegraph and inconsistent repository states that require cleanup.

Can I keep my existing graph state while deleting Titan snapshots?

Yes, you can keep your existing graph state by specifying a preserved graph option during the cleanup process, which skips the codegraph rebuild while still removing Titan artifacts and snapshots.

What is the best way to delete Titan baselines and grind results?

The best way to delete Titan baselines and grind results is to run a dedicated cleanup operation that targets and removes these specific artifacts to ensure a clean environment.

Why does Titan-era data cause codegraph drift in my repository?

Titan-era data causes codegraph drift because leftover artifacts and snapshots introduce inconsistent states, cluttering the repository and requiring a comprehensive cleanup to reestablish a consistent graph.