Personal Claude Code plugins, published as a marketplace.
/plugin marketplace add kfischer-okarin/claude-plugins
/plugin install my-skills@kfischer-okarin-plugins
Update later with /plugin update my-skills@kfischer-okarin-plugins. Releases
are rolling — the latest commit on the default branch is always the current
version.
A small collection of personal Claude Code skills.
| Skill | What it does |
|---|---|
rough-planning |
Run a requirements hearing, then produce and maintain a lightweight, living plan/progress document for phase-based work. |
my-review |
Review the current changes using any local repo review guidelines, then run the built-in code-review skill at high effort and save the result. |
check-review-comments |
Fetch review comments on the current PR from GitHub and triage each on importance vs. effort. |
write-handoff-spec |
Interview you about a task, then produce a minimal-but-explicit spec that a later autonomous session can implement unattended. |
software-design |
Personal software design principles and taste — tests as executable specification, domain/application layering, seam placement, module design. |
doc-review |
Review documents with four fresh-eyes subagents — contradictions, redundancy (DRY), meta bleed, and evolution bleed — and report merged findings. |