koolamusic

60 mods across 1 repository, 132 stars between them.

research

25

koolamusic/claudefiles

Command

Start a sprint by researching it. Spawns parallel jira-researcher agents (codebase, patterns, external) and synthesizes findings into RESEARCH.md. Updates STATE.md.

132 3d ago A 36 tokens original MIT

retro

26

koolamusic/claudefiles

Command

Generate a retrospective for the active sprint, a specific sprint, or a date range. Opt-in — never auto-fires.

132 3d ago A 25 tokens original MIT

review

27

koolamusic/claudefiles

Command

Review the diff for the active sprint or a given branch/range. Spawns jira-reviewer; reports findings by severity. Does not fix.

132 3d ago A 29 tokens original MIT

serve

28

koolamusic/claudefiles

Command

Build a static HTML review site from all sprints in .jira/sprints/ and serve it on a local port. Default serves every markdown file in every sprint; filter with --only. Extra markdown dirs (RFCs, specs) can be appended as sections with --include.

132 3d ago A 56 tokens original MIT

triage

29

koolamusic/claudefiles

Command

Triage the active sprint's plans into independently-grabbable GitHub issues using vertical slices. Adapted from mattpocock's to-issues pattern. Uses caveman lite.

132 3d ago A 37 tokens original MIT

studio

30

koolamusic/claudefiles

Plugin Claude Code

Per-project workflow workspace. Hosts .project/.jira/.warden state in a private /.studio/ git repo and symlinks each project root into its workspace slug. No tool/skill modifications — consuming plugins see expected paths.

132 3d ago A tokens not measured original MIT

adopt

31

koolamusic/claudefiles

Command

Adopt memory fragments from the studio workspace archive into local Claude memory. Opt-in, per-fragment confirmation via AskUserQuestion. Backs up local on overwrite. Never auto-triggers.

132 3d ago A 38 tokens original MIT

archive

32

koolamusic/claudefiles

Command

Archive a completed project's workspace — git mv /.studio/ into /.studio/archive/, then clean up the project root (symlinks, .workspacerc, session hook) if a checkout is present. Never deletes workspace content.

132 3d ago A 50 tokens original MIT

migrate

33

koolamusic/claudefiles

Command

Migrate a legacy project into a studio workspace — untracks committed state, then performs standard setup.

132 3d ago A 20 tokens original MIT

sync

34

koolamusic/claudefiles

Command

Re-sync a studio-initialized project. Re-reads studio.yaml, re-applies the managed .gitignore block, validates all symlinks resolve into the workspace slug, reports drift. Idempotent and non-destructive — never moves project state or modifies the workspace contents. (BASE behavior for P1; memory archival lands in P3.).

132 3d ago A 71 tokens original MIT

ux

35

koolamusic/claudefiles

Plugin Claude Code

Frontend design skill with 17 steering commands for impeccable UI/UX. Based on Impeccable (https://impeccable.style).

132 3d ago A tokens not measured original MIT

harden

36

koolamusic/claudefiles

Command

Make interfaces production-ready: error handling, i18n, edge cases, performance optimization, responsive adaptation. Replaces harden + optimize + adapt.

132 3d ago A 30 tokens original MIT

polish

37

koolamusic/claudefiles

Command

Final quality pass: alignment, spacing, consistency, design system adherence, typography, interaction states, and code cleanup. Replaces polish + normalize + distill.

132 3d ago A 32 tokens original MIT

refine

38

koolamusic/claudefiles

Command

Improve UX details: copy clarity, onboarding flows, motion/animation, and moments of delight. Argument: copy (improve text), onboard (first-time UX), motion (animations), or delight (personality and joy). Replaces clarify + onboard + animate + delight.

132 3d ago A 55 tokens original MIT

reshape

39

koolamusic/claudefiles

Command

Restructure interfaces: responsive adaptation, simplification, or component extraction. Argument: responsive (cross-device), simplify (reduce complexity), or extract (design system extraction). Replaces adapt + distill + extract.

132 3d ago A 42 tokens original MIT

teach

40

koolamusic/claudefiles

Command

One-time setup that gathers design context for your project and saves it to your AI config file. Run once to establish persistent design guidelines.

132 3d ago A 27 tokens original MIT

tune

41

koolamusic/claudefiles

Command

Adjust visual intensity: make designs bolder, quieter, or more colorful. Argument: bolder (amplify safe designs), quieter (tone down aggressive designs), or colorize (add strategic color to monochromatic designs). Replaces bolder + quieter + colorize.

132 3d ago A 55 tokens original MIT

ux

42

koolamusic/claudefiles

Skill Claude CodeCodex

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications. Generates creative, polished code that avoids generic AI aesthetics.

132 3d ago A 46 tokens copy · 100% MIT

warden

43

koolamusic/claudefiles

Plugin Claude Code

Acceptance test playbook. Three runtimes (bash, hurl, agent-browser), three modes (design, run, triage). Project-coupled, sprint-agnostic. Composes with jira sprint features/ and /jira:flow.

132 3d ago A tokens not measured original MIT

design

44

koolamusic/claudefiles

Command

Design a warden acceptance plan through guided spec gathering. Detects existing planning artifacts (GSD, jira sprint, GitHub issue) and reads them as the spec source, or walks the user through adaptive Q&A. Self-bootstraps .warden/ on first invocation.

132 3d ago A 57 tokens original MIT

doctor

45

koolamusic/claudefiles

Command

Health check for the project's .warden/ setup. Surfaces engine drift, lib gaps, missing runtimes, malformed audit trail, gitignore mistakes, plan-format issues. Reports findings; asks the agent to walk the user through fixes interactively.

132 3d ago A 50 tokens original MIT

report

46

koolamusic/claudefiles

Command

Produce a stakeholder-facing summary of a warden run. Reads the per-run summary plus the JSONL audit trail for trend context. WhatsApp-casual tone, leads with shipped vs regressed.

132 3d ago A 40 tokens original MIT

resume

47

koolamusic/claudefiles

Command

Brief the session from .warden/HANDOFF.md so a fresh agent or returning operator can pick up warden work cold.

132 3d ago A 26 tokens original MIT

run

48

koolamusic/claudefiles

Command

Execute warden plans. Thin wrapper over bash .warden/run.sh that surfaces missing-init errors clearly and passes args through.

132 3d ago A 26 tokens original MIT