Skill Claude CodeCodex
A set of Java and Spring testing rules for unit tests, web-controller tests, and database integration tests. Integration tests use Testcontainers, which runs real services such as databases in temporary containers.
Plugins for Claude Code — skill dashboard, notification panel, and publish-readiness audit
Skill Claude CodeCodex
A set of Java and Spring testing rules for unit tests, web-controller tests, and database integration tests. Integration tests use Testcontainers, which runs real services such as databases in temporary containers.
Skill Claude CodeCodex
A workflow for taking a coding task from requirements through research, planning, implementation, testing, review, and a final commit check. It selects more steps for complex or risky changes.
Skill Claude CodeCodex
A set of architecture rules for Vue and Nuxt front ends. It separates pages, reusable logic, and visual components, and explains how to choose server-side or browser-side data loading and manage cached data.
Skill Claude CodeCodex
A step-by-step process for fixing build and type-checking errors in projects such as TypeScript, Java, Python, or Rust.
Skill Claude CodeCodex
A structured method for testing whether a claim, improvement, argument, or decision is logically sound and supported by real evidence.
Skill Claude CodeCodex
A final review process for checking that a software deliverable meets its requirements and can be used by someone without your private context.
Skill Claude CodeCodex
A planning aid for turning a feature, refactor, or complex bug report into clarified requirements, risks, options, and implementation phases.
Skill Claude CodeCodex
A requirements-analysis workflow that turns a product requirements document, or PRD, into clear, testable work items and a plan starting point.
Skill Claude CodeCodex
A structured debugging workflow that moves from observing an error to reproducing it, testing possible causes, fixing it, and preventing regression.
Skill Claude CodeCodex
A set of practical rules for naming, comments, constants, tests, infrastructure code, and Git commands, based on repeated review findings and production incidents.
Skill Claude CodeCodex
A verification process that takes software work from requirements through research, planning, implementation, testing, review, and the final commit check. TDD means writing tests before code, but this workflow does not require that approach for every task.
Skill Claude CodeCodex
A controlled handoff that assigns approved implementation work to one or more registered Git worktrees, which are separate working folders for branches.
Skill Claude CodeCodex
A handoff procedure for moving an approved implementation task into a project’s Git worktree, the local directory containing a checked-out branch. It validates the branch, prepares the worktree, runs setup, and writes planning and handoff documents.
Skill Claude CodeCodex
A tool that extracts unresolved decisions from product requirements, designs, implementation plans, and reviews, then presents them in a browser form for collecting answers.
Skill Claude CodeCodex
A procedure for creating or connecting a GitHub pull request or GitLab merge request for an approved implementation. A pull or merge request is a proposed code change submitted for review.
Skill Claude CodeCodex
A planning tool for MA work that turns an approved product requirements document and design into one implementation plan for each target project. It reads each repository's rules, similar code, and testing patterns before producing and checking the plans.
Skill Claude CodeCodex
Run an evidence-backed review of MA artifacts. Load only the selected mode; plan and code have different inputs, mutation boundaries, and completion gates.
Skill Claude CodeCodex
Create workspace-owned PRD or technical-design contracts. Stay within the docs scope; never hand off, implement, commit, push, or open an MR from this skill.
Skill Claude CodeCodex
A coordinator for taking a software ticket from requirements through design, implementation, review, and merge request. It uses quality gates, recorded documents, approvals, and validation between stages.
Skill Claude CodeCodex
Use when the user explicitly asks to audit or quality-check Claude skills/commands for publish readiness (for example: 'skill audit', 'audit this skill', 'check skill quality'). Scores against Anthropic skill best practices and returns concrete fixes. Do not use for general code review, document polishing, or feature…
Skill Claude CodeCodex
Pokemon Pokedex-style skill dashboard. Tracks usage, levels, rarity, achievements. Use when: 'show skills', 'skill stats', 'open dashboard'. Not for skill auditing.
Skill Claude CodeCodex
A strict code-review skill that examines merge requests and pull requests across security, change impact, tests, code quality, and observability, with optional checks such as accessibility and rule compliance.
Skill Claude CodeCodex
A tool for running a prepared end-to-end checklist against the real running application. End-to-end testing follows a complete user journey, such as opening a page, submitting a form, and checking the result, while recording evidence.
Skill Claude CodeCodex
A structured method for debugging failures by comparing multiple possible causes and testing which ones the evidence rules out. It examines code, the environment, data, and measurement errors.