otter-skills
01Plugin Claude Code
Plugin marketplace listing 1 plugin: otter-skills.
Plugin Claude Code
Plugin marketplace listing 1 plugin: otter-skills.
Plugin Claude Code
Portable software-craft skills for thin delivery, TDD, safe change, naming, refactoring, and trustworthy commits.
Skill Claude CodeCodex
Create honest atomic Git commits by choosing one coherent work batch before editing, keeping the whole repository green, resolving every untracked file, staging the entire root with git add ., and pausing for human review before committing. Use when starting commit-sized work, completing a demonstrable implementation…
Skill Claude CodeCodex
Diagnose and improve names for code objects — variables, functions, methods, classes, modules, and parameters — using Ottinger's naming guide. Use when asked to review, choose, or rename identifiers; when names are vague, lying, redundant, or noisy; when planning an incremental rename refactor; or when extraction…
Skill Claude CodeCodex
Establish trustworthy feedback around poorly understood or weakly tested existing code before changing it. Use for characterization or approval tests, test-harness access, seams, sensing and separation, dependency breaking, and incremental replacement of risky live code. Once a fast trustworthy boundary exists, use…
Skill Claude CodeCodex
Split oversized features, epics, and stories into thin, demonstrable, deployable slices through progressive admission: start with a closed end-to-end skeleton, then admit one case at a time. Use to choose or sequence delivery slices, including message, schema, import, API, form, path, rule, persona, or channel…
Skill Claude CodeCodex
Implement or extend production behavior test-first, or diagnose focused unit-test quality and flakiness, using red-green-refactor, ZOMBIES, Tidy First?, FIRST microtests, and Save Your Game checkpoints. Use for TDD, microtests, test-first bug fixes, flaky tests, and refactoring within an active green cycle. Do not use…
Skill Claude CodeCodex
Format thin vertical slices as explicit "User invokes" and "User uses result" outcomes. Use when the split already exists or the user specifically wants user-observable wording for slices. For choosing the split sequence itself, prefer story-splitting-for-delivery (progressive admission). Also use when reframing a…
Instructions file CodexOpenCode
AGENTS.md instructions for tottinge/otter-kr, covering repository workflow and mcp support-process lifecycle.
MCP server Claude CodeCodexCursor +2
MCP server "otter-kr" as configured in tottinge/otter-kr. Runs locally from the otter-kr Python package.