changoo89

61 mods across 1 repository, 20 stars between them.

rapid-fix

49

changoo89/claude-pilot

Skill Claude CodeCodex

Rapid bug fix workflow - auto-plan, execute, test, and close simple fixes in one command. Use for simple bug fixes, one-line changes, minor validation issues.

20 6mo ago A 38 tokens original MIT

release

50

changoo89/claude-pilot

Skill Claude CodeCodex

Plugin release workflow skill for version bumping, git tagging, and GitHub release creation. Use when releasing plugin versions with automated CHANGELOG generation and version synchronization.

20 6mo ago A 34 tokens original MIT

review

51

changoo89/claude-pilot

Skill Claude CodeCodex

Comprehensive code review with multi-angle analysis using parallel agents.

20 6mo ago A 13 tokens original MIT

safe-file-ops

52

changoo89/claude-pilot

Skill Claude CodeCodex

Safely delete and manage files and folders. Uses git rm for git-tracked files, moves other files to .trash directory. Automatically applied when deletion operations are needed.

20 6mo ago C 39 tokens original MIT

setup-workflow

53

changoo89/claude-pilot

Skill Claude CodeCodex

Initial setup workflow for claude-pilot plugin - directory creation, statusline configuration, documentation sync, GitHub star request.

20 6mo ago A 28 tokens original MIT

changoo89/claude-pilot

Skill Claude CodeCodex

SPEC-First planning workflow - explore codebase, gather requirements, create execution plan through dialogue (read-only).

20 6mo ago A 27 tokens original MIT

tdd

55

changoo89/claude-pilot

Skill Claude CodeCodex

Test-Driven Development (TDD) skill for Red-Green-Refactor cycle. Use when implementing features with tests first, minimal code to pass, then refactor. Teammates execute TDD autonomously within their own context in Agent Teams.

20 6mo ago A 54 tokens original MIT

changoo89/claude-pilot

Skill Claude CodeCodex

Use when implementing any feature or bugfix, before writing implementation code. Red-Green-Refactor cycle ensures tests pass.

20 6mo ago A 29 tokens original MIT

three-tier-docs

57

changoo89/claude-pilot

Skill Claude CodeCodex

Use after code changes. Syncs CLAUDE.md, CONTEXT.md, and docs/ai-context/ automatically.

20 6mo ago B 29 tokens original MIT

using-git-worktrees

58

changoo89/claude-pilot

Skill Claude CodeCodex

Use when developing multiple features in parallel. Isolated workspaces prevent conflicts and enable concurrent branches.

20 6mo ago C 25 tokens original MIT

vibe-coding

59

changoo89/claude-pilot

Skill Claude CodeCodex

LLM-readable code standards. Functions ≤50 lines, files ≤200 lines, nesting ≤3 levels. SRP, DRY, KISS, Early Return.

20 6mo ago A 38 tokens original MIT

context7

60

changoo89/claude-pilot

MCP server Claude CodeCodexCursor +2

Gives the agent up-to-date documentation and code examples for libraries and frameworks, fetched on demand so answers are not stuck at the model's training cutoff. Runs locally from the @upstash/context7-mcp npm package.

20 6mo ago A tokens not measured original MIT

sequential-thinking

61

changoo89/claude-pilot

MCP server Claude CodeCodexCursor +2

Adds a structured step-by-step reasoning tool the agent can call to break a problem into revisable thoughts. Runs locally from the @modelcontextprotocol/server-sequential-thinking npm package.

20 6mo ago A tokens not measured original MIT