Plugin Claude Code
Claude Code plugins for developer productivity, learning, and career growth.
Plugin Claude Code
Claude Code plugins for developer productivity, learning, and career growth.
Plugin Claude Code
A collection of Claude Code plugins for developer productivity, learning, and career growth.
Plugin Claude Code
Production-tested architecture rules for feature development: Spring layered/DDD boundaries with domain-event and exception-ladder design, and Vue/Nuxt MVVM with query-composable wrapping and component quality bars.
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.
Plugin Claude Code
Floating notification panel for Claude Code using Hammerspoon. Shows input needed/response complete alerts with tmux session navigation.
Plugin Claude Code
Everyday development toolkit: requirements analysis, quick planning with risk gates, systematic 6-phase debugging, incremental build fixing, critical-thinking verification, and a final pre-delivery gate.
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.
Plugin Claude Code
Battle-tested coding conventions and a risk-gated verification workflow (research → plan → implement → test → review → commit gate) for AI coding agents.
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.
Plugin Claude Code
Quality-gated multi-agent delivery pipeline: ticket → PRD → tech design → per-project PLAN → plan review → worktree handoff → delegated implementation → code review → PR/MR.
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.