Kimmy's Skills

kimmywork/skills

A collection of agent-neutral skills for knowledge work, workflow automation, and daily productivity.

Installation

via npx skills

npx skills add kimmywork/skills

To install specific skills:

npx skills add kimmywork/skills --skill <skill-name> [<skill-name> ...]

via Claude plugin

# 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

Skills

Drafting (10 skills)

Drafting skills.

Independent, general-purpose skills for exploring, planning, executing, researching, challenging, and verifying work. There is no top-level orchestrator or required phase protocol.

probing

Explore an uncertain goal with the user until a useful direction, decision, or target emerges.

deep-research

Investigate questions through source-based evidence, tracing, comparison, synthesis, and explicit uncertainty.

increment

Reach agreement on requirements, create a plan of verifiable increments, and optionally execute it one increment at a time.

challenge

Pressure-test an existing artifact, plan, idea, conclusion, or decision.

vnv

Verify and validate existing work for plan adherence, correctness, acceptance, compliance, factuality, review readiness, or second-perspective confidence.

align

Keep project documentation aligned when implementation, requirements, decisions, or research evidence changes.

distillation

Summarize and retrospect on work, then decide whether the lessons justify extracting or updating a skill.

worklog

Record completed workspace changes as traceable daily log entries and maintain a current workstate snapshot.

restraint

Do what the user actually wants, and nothing more; avoid over-engineering.

prune

Subtract what is unnecessary — obsolete workspace clutter and overgrowth in a drafted design or plan — keeping the smallest necessary and sufficient set.

design-system

Build, extract, or rebuild a design system and deliver it as a showcase plus a token-complete specification.


Loop (2 skills)

Loop skills.

Create, validate, and execute permission-bounded recurring workflows.

loopify

Create a workflow spec from natural language and write workflows/<name>.md after confirmation.

loopy

Validate and execute scheduled or triggered workflows with explicit permissions, atomic leases, and deterministic state updates.


Utility (5 skills)

Utility skills.

agent-facing-doc

Create, update, or review agent-facing documentation including AGENTS.md, SKILL.md files, and prompt templates.

cloudconvert

Convert approved non-text documents to Markdown through the external CloudConvert service.

bootstrapping

Start a new project — establish conventions, principles, structure, and infrastructure; generate the agreed artifacts.

rationale

Explain agent-optimized artifacts, code changes, concepts, and design decisions for human comprehension.

style-calibration

Extract, validate, compare, and apply a writing style profile from samples.


Showcases

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
print Print 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.