sweep
01Skill Claude CodeCodex
Check all open PRs, resolve conflicts, update branches, address Claude and Greptile review concerns, fix CI failures, and retrigger reviewers until clean.
59 tagged dependency graph, measured the same way as everything else here.
Browse within: code-analysis 25impact-analysis 23incremental-builds 22code-navigation 11dead-code 11code-intelligence 10claude-agent 6code-architecture 6code-quality 6static-analysis 6javascript 5python 5rust 5
Skill Claude CodeCodex
Check all open PRs, resolve conflicts, update branches, address Claude and Greptile review concerns, fix CI failures, and retrigger reviewers until clean.
Skill Claude CodeCodex
Adopt extracted helpers — find dead symbols from forge, wire them into consumers, replace duplicated inline patterns, and gate on dead-symbol delta (Titan Paradigm Phase 4.5).
Skill Claude CodeCodex
Run the full Titan Paradigm pipeline end-to-end by dispatching each phase to sub-agents with fresh context windows. Orchestrates recon → gauntlet → sync → forge → grind (+ repo-provided parity audit) automatically.
Skill Claude CodeCodex
Understand a codebase with the DevLens MCP — TypeScript, JavaScript, Python, Go, Rust, or Java (incl. React/Next.js/Node, FastAPI/Flask/Django, Spring Boot, Gin/Echo/chi/net-http, axum/actix/rocket). Query a precomputed graph of nodes (components, hooks, functions, classes, methods, structs, traits, routes) and typed…
Skill Claude CodeCodex
Build and query architecture-aware code search, dependency graphs, call flows, impact analysis, and belief maps for Python, TypeScript, TSX, Rust, C#, Java, Go, Ruby, and Ruby on Rails repositories. Use before non-trivial code changes to find module boundaries, blast radius, architecture violations, and the minimal…
Skill Claude CodeCodex
Multi-language dependency impact analysis for Java, JS/TS, and Python codebases. Answers "if I change this, what breaks?" Run /archon diff before refactoring, /archon analyze for full dependency maps.
Skill Claude CodeCodex
Bump the project version across all files that carry it. Pass the new version as the argument (e.g. /bump-version 0.4.0).
Skill Claude CodeCodex
Full code navigation — replaces grep, glob, and file reads. Find symbol definitions, trace callers and callees, read source code, and map module structure. Pass symbol names or questions as arguments.
Skill Claude CodeCodex
Generate a PR description as a Markdown file in .claude/scratch using git history and code analysis. Fills in the project's PR template.
Skill Claude CodeCodex
Use at the start of any coding session in a repository to scan the structure, save a baseline, and materialize splayed-table memory for fast follow-up queries. Establishes the "before" reference point that the verify skill diffs against later.
Skill Claude CodeCodex
Use after a rescan to surface structural regressions across a time window. Diffs the latest scan against the saved baseline AND the trend history, ranking dimensions that worsened, files newly hot, and rules newly tripped. Configurable window (7d, 30d, 90d). Use periodically (daily, weekly, or pre-PR).
Skill Claude CodeCodex
Use when the agent has a structural question about the saved baseline that the typed MCP tools (health, hotspots, rules, blast radius, coupling, cycles, evolution) do not directly answer. Runs Rayfall expressions against splayed baseline tables via raysensebaselinequery. Three modes are available - select queries for…
Skill Claude CodeCodex
Execute coding work as a cached dependency graph with local quality gates, parallel agents, localized retries, resume support, token telemetry, and an interactive report. Use for $graph requests.
Skill Claude CodeCodex
Maintain a live layered dependency map (Mellos map) while doing bottom-up development. Use when starting any non-trivial implementation or architecture task — multiple modules, layers, or more than roughly an hour of work. Declare the design as ghost nodes first, then light nodes up bottom-to-top as they are built and…
bntvllnt/codebase-intelligence
Skill Claude CodeCodex
Query the codebase-intelligence CLI to understand TypeScript architecture, dependencies, blast radius, and risk before reading files. Use for any "how is this structured", "what breaks if I change X", "where is the complexity" question.
Skill Claude CodeCodex
Knowledge Kernel — a deterministic, evidence-backed source of truth for AI agents. Stores verified facts, evidence, relationships, and freshness. Use this when an agent needs to know infrastructure, software, endpoints, dependencies, agents, or projects — anything grounded in empirical reality.
Skill Claude CodeCodex
Review maintainability like a principal engineer. Use when the user asks what a senior/staff/principal maintainer would notice, whether code looks vibe-coded, what is gross, what should be fundamentally different, or which architecture smells matter beyond ordinary deduplication.
Skill Claude CodeCodex
Optimize performance scientifically with current scip-query evidence. Use for benchmarking, profiling, cold or warm indexing, command latency, memory and computational cost, or comparing current-pipeline tuning with alternative designs.
Skill Claude CodeCodex
Audit whether implementations are real with scip-query. Use for suspected faked or half-implemented features, decorative checkers or verifiers that never fail, dead code paths hidden behind graceful fallbacks, metrics that may be lying, or a "does any of this actually work" interrogation of a system.
Skill Claude CodeCodex
Query the local code graph (vg) for structure, impact, and navigation instead of grepping/reading many files.
Skill Claude CodeCodex
Generate an interactive, self-contained HTML dependency map of a repository's AI harness — skills, slash commands, agents, and MCP servers, with typed evidence-backed edges showing which skills hand off to which, what delegates to which agents, and what uses which MCP servers. Use when the user asks to map, visualize…
Skill Claude CodeCodex
Directory-form skill that hands off to beta and delegates to helper.
ordinary9843/claude-architecture-mapper
Skill Claude CodeCodex
Scans the user's full Claude Code environment (/.claude/ and current project) to generate a Mermaid.js architecture map of all installed skills, agents, and commands. Detects overlaps and semantic collisions. Invoke when the user asks to "map my plugins", "show architecture", "what skills do I have", "find overlapping…
Skill Claude CodeCodex
Use this skill when the user asks about dependencies, package upgrades, vulnerabilities, blast radius, or software supply chain security.