Find the perfect skill
Document Public APIs
Documentation
Document undocumented public APIs in PyTorch by removing entries from coverage ignore lists in docs/source/conf.py and adding Sphinx autodoc directives to the appropriate doc files.
Compact conversation into handoff document
Documentation
Compacts the current conversation into a handoff document so a fresh agent can continue the work. Saves to temp directory and references existing artifacts.
Review Skill
Documentation
Review a skill for clarity, trigger quality, and maintainability. Return findings first, then proposed edits.
Distill Recurring Patterns into Wiki
Documentation
Extracts recurring patterns from past PRs, issues, and research files, then proposes distilled documentation to the wiki via PR.
Skill Review
Documentation
Review a skill folder for clarity, trigger quality, and maintainability. Return findings and proposed edits.
Skill Review
Documentation
Review a skill for clarity, trigger quality, and maintainability.
Documentation Claim Check
Documentation
Read-only assessment of whether claims in public docs (README, release notes, guides) are supported by evidence. Runs preflight, claim triage, and validation without executing commands or writing fixes.
Audit the List
Documentation
Re-verify README entries with live data, promote or demote, restructure, and prune according to rules.
Documentation Claim Check
Documentation
Read-only assessment of whether documentation claims are supported by evidence. Splits composite claims into atomic ones and labels each; runs no commands and writes no fixes.
Skill Review
Documentation
Review a skill for clarity, trigger quality, maintainability, and overlap. Return findings and proposed edits.
Skill Review
Documentation
Reviews a skill for clarity, trigger quality, and maintainability. Returns findings first, then proposed edits.
Create Catalyst Skill File
Documentation
Instructions to add a new skill to the catalyst-skills library, following a fan-out, reduce, verify, synthesize pattern.