Plugin Claude Code
Plugin marketplace listing 1 plugin: build.
Plugin Claude Code
Plugin marketplace listing 1 plugin: build.
Skill Claude CodeCodex
An ablation workflow for testing a harness by removing one element at a time and measuring whether that element changes the result. A harness is the surrounding setup used to run and evaluate a system.
Skill Claude CodeCodex
A design-decision audit that finds important choices present in code but missing from Decision Records (DRs), then ranks them by impact and how easy they are to reverse. It also scans for differences between existing records and the code.
Skill Claude CodeCodex
A two-phase decision check for testing whether a problem is real and whether a proposed idea is useful. It examines evidence, asks about only high-impact irreversible choices, and ends with a GO or NO-GO decision.
Skill Claude CodeCodex
A Git command workflow for creating a new branch from the current repository changes and optional ticket or task context. Git is a tool for tracking code changes and branches are separate lines of work.
Skill Claude CodeCodex
A workflow that examines staged Git changes, creates a Conventional Commits message, and commits the changes. Conventional Commits use labels such as feat, fix, or docs to describe the kind of change.
Skill Claude CodeCodex
A workflow for creating numbered Decision Records in MADR v4 format. A Decision Record documents an important choice, its context, alternatives, and the reasons for selecting one option.
Skill Claude CodeCodex
A quick bug-fixing workflow for problems that can be safely corrected in one to three files. It also accepts an existing issue number or a finding from an audit.
Skill Claude CodeCodex
A GitHub Issue drafting workflow that creates structured titles and issue bodies. It can include findings from challenge or research work and copy a draft plan into the issue.
Skill Claude CodeCodex
An interactive workflow for creating or updating a project's OUTCOME.md file. The file records the project's desired behavior, exclusions, and constraints.
Skill Claude CodeCodex
A workflow for analyzing branch changes and creating a draft pull request, including a screenshot step when the changes affect the user interface.
Skill Claude CodeCodex
A pull-request review command that compares code changes with the plan written in the related GitHub issue or project file.
Skill Claude CodeCodex
An issue-readiness check for deciding whether a GitHub Issue is ready to enter the build workflow. It examines the issue's plan and acceptance criteria, meaning the conditions that must be met for the work to count as complete.
Skill Claude CodeCodex
A source-based investigation workflow for researching a project or technical question. It records findings as claims that include explicit sources and exposes them to challenge before reaching a conclusion.
Skill Claude CodeCodex
A documentation tool that finds recurring practices and failure patterns in closed pull requests, issues, research notes, and the current code.
Skill Claude CodeCodex
A planning tool that splits a large software request into small, independently workable GitHub issues. Each issue covers one narrow path through all relevant parts of the system.
Skill Claude CodeCodex
A design-planning workflow that compares at least two possible approaches, has them critiqued, and turns the surviving approach into a structured plan.
Skill Claude CodeCodex
A spreadsheet-reading workflow for converting XLSX, ODS, or CSV files into Markdown, including documents that use merged cells for layout. It checks that every spreadsheet cell survives the conversion.
Skill Claude CodeCodex
A command guide for ast-grep, a tool that searches and rewrites code by its syntax structure rather than by plain text. It distinguishes this work from text search and symbol call-graph analysis.
Skill Claude CodeCodex
A code-structure search tool that follows named symbols, such as functions or classes, through their definitions and calls.
Skill Claude CodeCodex
Skill "use-cli-gcloud" from thkt/dotclaude, covering use-cli-gcloud, コマンド, 前提 and 落とし穴.
Skill Claude CodeCodex
A command-line tool for searching records of earlier coding sessions and checking the current code with fast file-search tools.
Skill Claude CodeCodex
A command-line research tool that fetches web pages, searches for sources, and reads GitHub repositories and files.
Skill Claude CodeCodex
A code-review guide for making programs easier to read, using limits for function size, file size, nesting, arguments, and branching complexity.