mizzy

13 mods across 1 repository, 5 stars between them.

my-skills

01

mizzy/my-skills

Plugin Claude Code

Plugin marketplace listing 1 plugin: my-skills.

5 14d ago A tokens not measured

my-skills

02

mizzy/my-skills

Plugin Claude Code

Personal development workflow skills: brainstorming, planning, TDD, debugging, verification, review, and Codex integration.

5 14d ago A tokens not measured

my-skills CLAUDE.md

03

mizzy/my-skills

Instructions file

Claude Code instructions for mizzy/my-skills, covering claude.md, what this repo is, bump the plugin version on every skill change, the skills form one workflow chain and codex is the execution model.

5 14d ago A 1,014 tokens

brainstorming

04

mizzy/my-skills

Skill Claude CodeCodex

Use when starting new feature work, adding functionality, or modifying behavior - explores design before implementation, creates plan, PR, and GitHub Issues.

5 14d ago A 32 tokens

codex

05

mizzy/my-skills

Skill Claude CodeCodex

Use to delegate all hands-on work to Codex - plan-writing, implementation, and refactoring. Opus reads, thinks, reviews, and writes docs only.

5 14d ago A 36 tokens

debugging

06

mizzy/my-skills

Skill Claude CodeCodex

Use when encountering test failures, bugs, or unexpected behavior - requires root cause investigation before any fix attempt.

5 14d ago A 23 tokens

grill-me

07

mizzy/my-skills

Skill Claude CodeCodex

Use when you want to be exhaustively questioned about a plan or design until shared understanding is reached - asks one question at a time, traverses the design tree, and proposes a recommended answer for each question.

5 14d ago A 45 tokens

merge-when-ready

08

mizzy/my-skills

Skill Claude CodeCodex

Use after a PR is opened and you want it merged - waits for CI to pass, marks draft PRs ready, removes the worktree, then merges and cleans up.

5 14d ago A 39 tokens

pick-issue

09

mizzy/my-skills

Skill Claude CodeCodex

Use when ready to implement - selects a GitHub Issue, creates worktree, implements with TDD, verifies, reviews 5x, and creates PR. Numeric argument (e.g. pick-issue 3) is the issue number, not a parallelism count.

5 14d ago A 59 tokens

plan

10

mizzy/my-skills

Skill Claude CodeCodex

Use when creating implementation plans from specs or design documents - decomposes work into concrete TDD tasks with file paths and code examples.

5 14d ago A 27 tokens

review

11

mizzy/my-skills

Skill Claude CodeCodex

Use after verify passes - runs 5 rounds of self-review against the plan/spec, fixing issues found in each round.

5 14d ago A 25 tokens

tdd

12

mizzy/my-skills

Skill Claude CodeCodex

Use when writing any implementation code - enforces Red-Green-Refactor cycle with no production code without a failing test first.

5 14d ago A 28 tokens

verify

13

mizzy/my-skills

Skill Claude CodeCodex

Use before claiming work is complete - requires running verification commands and presenting evidence of success.

5 14d ago A 18 tokens