A collection of agent-neutral skills for knowledge work, workflow automation, and daily productivity.
npx skillsnpx skills add kimmywork/skills
To install specific skills:
npx skills add kimmywork/skills --skill <skill-name> [<skill-name> ...]
# Add the marketplace source
claude plugin marketplace add kimmywork/skills
# Install plugins
claude plugin install drafting@kimmywork-skills
claude plugin install loop@kimmywork-skills
claude plugin install utility@kimmywork-skills
Independent, general-purpose skills for exploring, planning, executing, researching, challenging, and verifying work. There is no top-level orchestrator or required phase protocol.
probingExplore an uncertain goal with the user until a useful direction, decision, or target emerges.
deep-researchInvestigate questions through source-based evidence, tracing, comparison, synthesis, and explicit uncertainty.
incrementReach agreement on requirements, create a plan of verifiable increments, and optionally execute it one increment at a time.
challengePressure-test an existing artifact, plan, idea, conclusion, or decision.
vnvVerify and validate existing work for plan adherence, correctness, acceptance, compliance, factuality, review readiness, or second-perspective confidence.
alignKeep project documentation aligned when implementation, requirements, decisions, or research evidence changes.
distillationSummarize and retrospect on work, then decide whether the lessons justify extracting or updating a skill.
worklogRecord completed workspace changes as traceable daily log entries and maintain a current workstate snapshot.
restraintDo what the user actually wants, and nothing more; avoid over-engineering.
pruneSubtract what is unnecessary — obsolete workspace clutter and overgrowth in a drafted design or plan — keeping the smallest necessary and sufficient set.
design-systemBuild, extract, or rebuild a design system and deliver it as a showcase plus a token-complete specification.
Create, validate, and execute permission-bounded recurring workflows.
loopifyCreate a workflow spec from natural language and write
workflows/<name>.mdafter confirmation.
loopyValidate and execute scheduled or triggered workflows with explicit permissions, atomic leases, and deterministic state updates.
agent-facing-docCreate, update, or review agent-facing documentation including AGENTS.md, SKILL.md files, and prompt templates.
cloudconvertConvert approved non-text documents to Markdown through the external CloudConvert service.
bootstrappingStart a new project — establish conventions, principles, structure, and infrastructure; generate the agreed artifacts.
rationaleExplain agent-optimized artifacts, code changes, concepts, and design decisions for human comprehension.
style-calibrationExtract, validate, compare, and apply a writing style profile from samples.
Example outputs of the design-system skill, one per surface class. Each is a single self-contained HTML file; typography demos load webfonts with system fallbacks:
| Case | Surface | Demonstrates |
|---|---|---|
| terminal | TUI + Web | Host-owned palette, ANSI roles, monochrome high-contrast fallback, surface isolation check |
| cli | CLI | stdout/stderr grammar, exit codes, TTY/NO_COLOR/CI modes, runtime width |
| mobile | Mobile app | Whole-screen scenes, independent light/dark, touch and safe-area annotations, live probes |
| game | Game UI · sci-fi action | Safe zones, controller prompts, colorblind and motion proofs, handheld orientations |
| game-rpg | Game UI · fantasy RPG | Display/UI/text type registers, dialogue measure, parchment surfaces, rarity by frame |
| game-anime | Game UI · anime gacha | Landscape world + dark menu panels, live EN/日本語 toggle, inventory/achievements/summon screens, rarity by frame + stars + label |
| game-casual | Game UI · casual puzzle | Shape-coded pieces, bounded motion, one-thumb targets, no dark patterns |
| Fixed canvas, shared grid, grayscale proof, print color values |
Gallery: docs/showcases/index.html. Install the skill: npx skills add kimmywork/skills --skill design-system · Skill doc: SKILL.md.