schuettc

70 mods across 4 repositories, 41 stars between them.

feature-audit

25

schuettc/claude-code-plugins

Skill Claude CodeCodex

Runtime behavior auditing through systematic log injection. Use when user wants to understand what code is doing at runtime, debug complex flows, or audit a process.

14 10d ago A 34 tokens

feature-autopilot

26

schuettc/claude-code-plugins

Skill Claude CodeCodex

End-to-end autopilot for driving a captured feature from idea.md through to merged PR. Chains feature-plan, feature-review-plan, feature-implement, feature-review-impl, and feature-ship with reviewer gates between phases. Auto-advances on PASS/CONDITIONAL PASS, pauses on FAIL. Use when the user says "ship feature X"…

14 10d ago A 101 tokens

feature-capture

27

schuettc/claude-code-plugins

Skill Claude CodeCodex

Interactive workflow for adding items to the backlog. Use when user wants to add a new feature, track an idea, capture requirements, or mentions something that should be in the backlog.

14 10d ago A 40 tokens

feature-deploy

28

schuettc/claude-code-plugins

Skill Claude CodeCodex

Coordinate a multi-repo deploy across a workspace's member repos in producer-first order. Use after a cross-repo epic's children have all merged and you need to release the members in dependency order (e.g. deploy the API producer before its consumers).

14 10d ago A 55 tokens

feature-implement

29

schuettc/claude-code-plugins

Skill Claude CodeCodex

Execute a feature implementation plan from a clean context. Use when starting implementation after planning, or when resuming work on an in-progress feature. Reads plan.md and executes implementation steps.

14 10d ago A 40 tokens

feature-init

30

schuettc/claude-code-plugins

Skill Claude CodeCodex

Initialize feature-workflow for a project, or refresh CI files with --update. Creates docs/features/, .feature-workflow.yml, and optional GitHub Actions review setup.

14 10d ago A 37 tokens

feature-plan

31

schuettc/claude-code-plugins

Skill Claude CodeCodex

Start implementing a feature from the backlog with adaptive agent dispatch. Use when user wants to begin work on a backlog item, start implementation, or mentions a specific feature ID to work on.

14 10d ago A 40 tokens

feature-review-impl

32

schuettc/claude-code-plugins

Skill Claude CodeCodex

Submit a feature implementation for external review via the existing draft PR, or respond to reviewer feedback on the code. Pushes implementation to the feature branch and updates the PR.

14 10d ago A 39 tokens

feature-review-plan

33

schuettc/claude-code-plugins

Skill Claude CodeCodex

Submit a feature plan for external review via draft PR, or respond to reviewer feedback on the plan. Creates a feature branch, opens a draft PR containing the plan, and manages the review cycle.

14 10d ago A 43 tokens

feature-search

34

schuettc/claude-code-plugins

Skill Claude CodeCodex

Search and filter features by state, assignee, priority, epic, dependency, type, or category. Use when the user wants to find features matching criteria — "what's paused", "what's court working on", "what's in the auth-overhaul epic", "what depends on X".

14 10d ago A 63 tokens

feature-ship

35

schuettc/claude-code-plugins

Skill Claude CodeCodex

Complete a feature by writing shipped.md, committing to the feature branch, and merging the PR. Use when external reviews are done and the feature is ready to ship.

14 10d ago A 37 tokens

feature-state

36

schuettc/claude-code-plugins

Skill Claude CodeCodex

Change a feature's state (active/paused/replaced/abandoned). Use when a feature needs to be paused while waiting on something, marked obsolete because another feature replaces it, or abandoned because it won't be pursued. Requires companion fields for non-active states.

14 10d ago A 55 tokens

feature-status

37

schuettc/claude-code-plugins

Skill Claude CodeCodex

Display project status and backlog overview. Use when user asks about current status, what's in progress, what to work on next, or wants a summary of the backlog. Read-only skill that formats DASHBOARD.md into a clear dashboard view.

14 10d ago A 50 tokens

schuettc/claude-code-plugins

Skill Claude CodeCodex

Systematic debugging mode with hypothesis-driven investigation. Use when user reports a bug, encounters an error, or needs help debugging a problem.

14 10d ago A 32 tokens

guarding-scope

39

schuettc/claude-code-plugins

Skill Claude CodeCodex

Check if requested changes are within current feature scope. Use when user requests new functionality or changes during implementation that might be scope creep. Compares requests against feature requirements and suggests adding out-of-scope items to backlog.

14 10d ago A 48 tokens

tracking-progress

40

schuettc/claude-code-plugins

Skill Claude CodeCodex

Update feature progress log and check off completed tasks. Use when user completes implementation tasks, makes commits, or indicates work is done. ASKS BEFORE MODIFYING files. Updates plan.md progress log section and implementation step checkboxes.

14 10d ago A 48 tokens

ghost

41

schuettc/claude-code-plugins

Plugin Claude Code

Write, revise, and push blog posts to a Ghost site from Claude Code — a Ghost Admin API MCP plus a plan→draft→revise→push skill set.

14 10d ago A tokens not measured

ghost

42

schuettc/claude-code-plugins

MCP server Claude CodeCodexCursor +2

MCP server for the Ghost Admin API. Runs locally from the ghost-blog-mcp npm package. Needs 1 environment variable to run.

14 10d ago A tokens not measured

build-style-guide

43

schuettc/claude-code-plugins

Skill Claude CodeCodex

Use to create or update the per-author Ghost style guide from all available signals — interview answers, reference docs, and the published corpus — and to fold a newly approved post into it. Triggers on "build my style guide", "update the style guide", "learn my voice from my posts", and is invoked by push-draft after…

14 10d ago C 76 tokens

define-voice

44

schuettc/claude-code-plugins

Skill Claude CodeCodex

Use when establishing or refining how an author wants to sound before writing Ghost posts, especially with no published corpus yet (cold start) — interviews the author about audience, tone, and admired references, and gathers reference material to seed the style guide. Triggers on "define my voice", "set up my writing…

14 10d ago A 82 tokens

draft-post

45

schuettc/claude-code-plugins

Skill Claude CodeCodex

Use to write the first full draft of a Ghost blog post locally, matching the author's style guide, then self-audit it against the anti-pattern checklist. Triggers on "draft a post about X", "write the first draft", "start a new blog post".

14 10d ago C 57 tokens

push-draft

46

schuettc/claude-code-plugins

Skill Claude CodeCodex

Use to push a finished local Ghost draft to the Ghost site as a draft (never published) — pull-guards against in-editor edits, uploads the feature image, creates or updates the post, verifies links, and feeds the approved post back into the style guide. Triggers on "push this to ghost", "send the draft to ghost"…

14 10d ago A 81 tokens

revise-post

47

schuettc/claude-code-plugins

Skill Claude CodeCodex

Use to revise an existing local Ghost draft section by section with the author, improving formatting, voice, and accuracy. Triggers on "revise this post", "let's go through it section by section", "tighten this draft".

14 10d ago A 52 tokens

setup-ghost

48

schuettc/claude-code-plugins

Skill Claude CodeCodex

Use when first connecting a project to a Ghost site for the ghost plugin, or whenever Ghost credentials are missing/unverified — onboards the Ghost Admin API key, enables the plugin at project level, and verifies the connection. Triggers on "set up ghost", "connect my ghost site", "ghost credentials", "the ghost mcp…

14 10d ago B 74 tokens