stefan-jansen/coding-agent-plugins

Plugin marketplace for coding-agent-toolkit — workflow, memory, transition, development, and code-quality plugins for Claude Code.

4Stars on the repository
58Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

gpt-5-4-prompting

03

stefan-jansen/coding-agent-plugins

Skill Claude CodeCodex

Internal guidance for composing Codex and GPT-5.4 prompts for coding, review, diagnosis, and research tasks inside the Codex Claude Code plugin.

4 2d ago A 40 tokens

analyze

04

stefan-jansen/coding-agent-plugins

Skill Claude CodeCodex

This skill should be used when the user asks to "analyze this code", "understand the architecture", "examine the codebase", "project structure", "how is this organized", or when exploring an unfamiliar codebase to understand its patterns, components, and design. Do NOT use for simple file reads or grep searches.

4 2d ago A 70 tokens

docs

05

stefan-jansen/coding-agent-plugins

Skill Claude CodeCodex

This skill should be used when the user asks to "document this", "add documentation", "write docs", "update the README", "generate API docs", "fetch library docs", or when working with project documentation, external library references, or documentation generation. Do NOT use for code changes or implementation.

4 2d ago A 63 tokens

review

06

stefan-jansen/coding-agent-plugins

Skill Claude CodeCodex

This skill should be used when the user asks to "review this code", "check for bugs", "code review", "find issues", "review my changes", "look for problems", or when evaluating code quality, finding bugs, or identifying improvements.

4 2d ago A 53 tokens

housekeep

07

stefan-jansen/coding-agent-plugins

Skill Claude CodeCodex

This skill should be used when the user asks to "housekeep", "sweep stray transition dirs", "clean up agent-infra debris", "find misplaced .workspace or .claude dirs", or when auditing project trees for the class of debris caused by hooks writing to the wrong project root (nested repos, worker-pool worktrees…

4 2d ago B 107 tokens

align

08

stefan-jansen/coding-agent-plugins

Skill Claude CodeCodex

This skill should be used at the START of any non-trivial work unit, when the user asks to "align", "spec this out", "define the work", or before planning/implementing. Forcefully interrogates the user (or seeds the spec from a brief/RFC if invoked as /align @brief.md) to produce a complete spec.md (WHAT/WHY…

4 2d ago A 95 tokens

continue

09

stefan-jansen/coding-agent-plugins

Skill Claude CodeCodex

This skill should be used when the user says "continue from ", asks to "resume from the last handoff", "pick up where we left off", or runs /continue. Reads a transition file written by /handoff, runs its verification snapshot, reports drift, and surfaces the suggested next steps WITHOUT auto-executing. Host-neutral.

4 2d ago B 74 tokens

delegate

10

stefan-jansen/coding-agent-plugins

Skill Claude CodeCodex

This skill should be used when the user asks to "message another session", "ask the other agent", "delegate to a peer session", "coordinate with the session in my other pane/worktree", "tell the session ...", "check on the migration/test run in the other terminal", "see what the session is doing", "inspect/peek at…

4 2d ago A 150 tokens

handoff

11

stefan-jansen/coding-agent-plugins

Skill Claude CodeCodex

This skill should be used when the user asks to "write a handoff", "produce a transition", "record where we are for the next session", "write a digest before /clear", or runs /handoff. Writes a durable transition file at .workspace/transitions/YYYY-MM-DD/HHMMSS.md that any future session on either host (Claude or…

4 2d ago A 91 tokens

next-issue

12

stefan-jansen/coding-agent-plugins

Skill Claude CodeCodex

This skill should be used after /plan-issues has materialized issues on GitHub and the user asks to "implement the next issue", "pick up the next ticket", "do the next one", or runs /next-issue. Picks the lowest-numbered open issue in the active milestone, branches if needed, implements per the issue body, runs tests…

4 2d ago A 83 tokens

plan-issues

13

stefan-jansen/coding-agent-plugins

Skill Claude CodeCodex

This skill should be used after a plan.md exists in an active work unit, when the user asks to "create the issues", "open the GitHub issues from the plan", "materialize issues", or runs /plan-issues. Parses plan.md, creates the milestone, and opens one GitHub issue per Issue N — heading. Default is dry-run; pass…

4 2d ago A 96 tokens

ship

14

stefan-jansen/coding-agent-plugins

Skill Claude CodeCodex

This skill should be used after all issues in a milestone have commits on the milestone's PR branch and the user asks to "ship the milestone", "merge the PR", "close out the milestone", or runs /ship. Verifies every milestone issue has a closing-footer commit on the PR branch, marks the PR ready if draft…

4 2d ago A 105 tokens