ehsavoie/claude-plugins
Skill Claude CodeCodex
Migrate documentation from MkDocs (Material theme) to Roq (Quarkus SSG). Covers project scaffolding, content conversion, layout/navigation setup, versioned docs, search, and deployment. Invoked as /migrate-mkdocs-to-roq [docs-dir] where docs-dir is the path to the MkDocs project root (containing mkdocs.yml). Use when…
ehsavoie/claude-plugins
Skill Claude CodeCodex
Review the last N commits as a single squashed changeset and provide structured feedback. Invoked as /review-commits [N] where N defaults to 1. Use this skill whenever the user asks to review recent commits, review their latest changes, check a set of commits together, or asks for feedback on what they've been working…
ehsavoie/claude-plugins
Skill Claude CodeCodex
Reword the latest commit message to accurately reflect what was actually done. Analyzes the full diff and rewrites the message using conventional commit format. Invoked as /reword-commit. Use this skill when the user wants to fix, improve, or rewrite their last commit message.
ehsavoie/claude-plugins
Skill Claude CodeCodex
Produce a structured, file-per-feature implementation plan and a tabular testing plan from a protocol or API specification. Use this skill whenever the user asks to create an implementation plan, testing plan, or feature plan from a spec, specification URL, RFC, or API documentation. Also use when the user says things…