cats-run
01Agent
Executes a CATS fuzzing campaign end to end and returns a compact summary.
Repository for my AI agent skills, organized as "plugins" and usable as a Claude or Codex marketplace
Agent
Executes a CATS fuzzing campaign end to end and returns a compact summary.
Agent
Internal worker for the dedupe skill. Given a batch of dead-code candidates (entity id, name, file, line range), tries to REFUTE that each is dead, and returns a verdict per candidate. Invoked by the dedupe orchestrator.
Agent
Internal worker for the dedupe skill. Given candidate duplicate clusters (entities that share a normalized name across files), reads each implementation and returns a verdict with behavior differences. Invoked by the dedupe orchestrator.
Agent
Internal worker for the sem-annotate skill. Given a batch of code entities (file, name, line range), reads each entity's source and writes a one-line intent description following the SEM description content standard. Returns a JSON array of {file, name, startline, desc}.