archive-plan
01Skill Claude CodeCodex
Retires a finished plan document: establishes from artifacts what actually shipped, files it under plans/archive/ with that record, and decides whether its procedure is worth generalising.
Skill Claude CodeCodex
Retires a finished plan document: establishes from artifacts what actually shipped, files it under plans/archive/ with that record, and decides whether its procedure is worth generalising.
Skill Claude CodeCodex
Computes the optimal Claude usage-window ping schedule from work hours and creates or reconciles the scheduled cloud routines that pin the window boundaries.
Skill Claude CodeCodex
Reviews changes to prose files (markdown, text, blog posts, docs). Focuses on voice, grammar, factual claims, dead links, and structure. Loads the project's voice or style guide when one exists. Skips linter and Actions hash verification.
Skill Claude CodeCodex
Full code review for large or security-sensitive changes. Gathers requirements first, loads all relevant language references, runs the linter where applicable, applies the full review checklist with security as the top priority.
Skill Claude CodeCodex
Reviews infrastructure changes: GitHub Actions workflows, Terraform, Dockerfiles, docker-compose, IaC. Focuses on supply-chain pinning, secret handling, least-privilege permissions, action versions, and CI failure modes. Always verifies action hash pins when present.
Skill Claude CodeCodex
Abbreviated code review for small or low-stakes code changes. Skips requirements gathering. Skips the linter in PR mode (CI runs it). Focuses on correctness against obvious intent, readability, and pattern consistency. For large or security-sensitive diffs, use code-review-deep instead.
Skill Claude CodeCodex
Orchestrator. Triages a PR, local diff, patch file, or staged/branch changes into one of four review types (content, code-lite, code-deep, infra) and dispatches to the matching child skill. Use this when you don't already know which depth or type of review you want. For a known type, invoke the child skill directly.
Skill Claude CodeCodex
Produces a one-shot devil's-advocate critique of a plan, design, or decision: steel-manned strengths first, then severity-tagged findings each with a concrete alternative, then a verdict.
Skill Claude CodeCodex
Interviews the user branch-by-branch about a plan or design, resolving dependent decisions one at a time and recommending an answer for each question.
Skill Claude CodeCodex
Investigates a question to a grounded conclusion in which every claim is either verified against a primary source or explicitly flagged as an untested hypothesis.
Skill Claude CodeCodex
Explains any target (a ticket, a file, a concept, or whatever is under discussion) the way you would explain it to a smart teenager, in a few plain sentences.
Skill Claude CodeCodex
Chart implementation reference for Obsidian dataviewjs blocks: YAML chart-block mode (phibr0 plugin) and direct window.renderChart (Chart.js v3, including a top-of-bar labels plugin), with the standard color palette and known pitfalls.
Skill Claude CodeCodex
Reduces a target to the tip of the inverted pyramid: its core conclusion in a short paragraph, dropping supporting detail and reasoning, then tightened to the fewest words.
Skill Claude CodeCodex
Guides writing or revising a behavioral rule in the instruction files so it lands in the right scope, doesn't duplicate or contradict an existing rule, and stays lean.
Skill Claude CodeCodex
Guides creation or update of a SKILL.md: chooses the right frontmatter fields (description vs whentouse, argument-hint, model, effort, allowed-tools, paths, disable-model-invocation, etc.), runs two pressure tests, and follows the approval flow before writing.