koolamusic

60 mods across 1 repository, 132 stars between them.

claudefiles

01

koolamusic/claudefiles

Plugin Claude Code

Portable Claude Code configuration plugins by koolamusic.

132 2d ago A tokens not measured original MIT

setup

02

koolamusic/claudefiles

Command Claude Code

Install claudefiles — copy skills, commands, sounds, hooks, and plugins into /.claude/.

132 2d ago B 24 tokens original MIT

koolamusic/claudefiles

Instructions file

Instructions for koolamusic/claudefiles, covering claude.md, what this repo is, architecture, setup command and install targets.

132 2d ago A 725 tokens original MIT

gitconfig

05

koolamusic/claudefiles

Command

Configure git — SSH keys, aliases, templates, hooks, and ignore rules. Supports both per-repo (local) and global setup.

132 2d ago C 31 tokens original MIT

trust

06

koolamusic/claudefiles

Command

Award, deduct, or inspect the session agent's trust ledger.

132 2d ago A 14 tokens original MIT

jira

07

koolamusic/claudefiles

Plugin Claude Code

Lean sprint workflow for Claude Code. Twelve commands (init/research/plan/execute/review/retro/flow/advisor/triage/serve/paper/comment), nine agents, .jira/ state with Gherkin acceptance predicates per sprint, GitHub issue + PR integration, Nyquist validation by default.

132 2d ago A tokens not measured original MIT

jira-advisor

08

koolamusic/claudefiles

Agent

Independent second-opinion agent that challenges triage recommendations or sprint plans. Reads the same artifacts as the planner/triager but approaches from a skeptical stance. Spawned by /jira:advisor.

132 2d ago A 43 tokens original MIT

jira-executor

09

koolamusic/claudefiles

Agent

Executes a single PLAN.md (one wave-plan) with atomic commits. Worktree-aware. Updates EXECUTION.md as it goes. Orchestrator spawns one executor per plan; multiple executors run in parallel within the same wave.

132 2d ago A 52 tokens original MIT

jira-nyquist

10

koolamusic/claudefiles

Agent

Validates that the executed sprint actually meets PLAN.md's Nyquist criteria. Fills coverage gaps by writing tests for any criterion not already covered. Implementation files are READ-ONLY. Spawned by /jira:execute after jira-executor finishes.

132 2d ago A 54 tokens original MIT

jira-paper-reviewer

11

koolamusic/claudefiles

Agent

Adversarial peer reviewer for a drafted engineering paper. Independent of the drafting process — challenges claim strength, evidence quality, and promotional language before publish. Returns a structured verdict for stall detection. Spawned by /jira:paper after the draft is written.

132 2d ago A 56 tokens original MIT

jira-plan-checker

12

koolamusic/claudefiles

Agent

Audits all -PLAN.md files in a sprint by working backward from the goal. Verifies multi-source coverage matrix, per-plan task budget, parallel-safety, and CONTEXT.md decision implementation. Independent of jira-planner. Returns structured issue list for stall detection. Spawned by /jira:plan after the planner finishes.

132 2d ago A 72 tokens original MIT

jira-planner

13

koolamusic/claudefiles

Agent

Reads BRIEF, RESEARCH, CONTEXT and produces one or more numbered PLAN files (01-PLAN.md, 02-PLAN.md, ...) grouped by execution wave. Each plan ≤ 3 tasks. Runs source-coverage audit and schema-push detection. Spawned by /jira:plan.

132 2d ago A 65 tokens original MIT

jira-researcher

14

koolamusic/claudefiles

Agent

One focus area of sprint research. Spawned in parallel with sibling researchers by /jira:research. Reads the sprint BRIEF, investigates a single dimension (codebase, patterns, or external), and returns a focused findings document with confidence-tiered sources.

132 2d ago A 56 tokens original MIT

jira-reviewer

15

koolamusic/claudefiles

Agent

Reviews the diff for the current sprint (or current branch) and reports issues by severity. Doesn't fix — only reports. Spawned by /jira:review.

132 2d ago A 36 tokens original MIT

jira-verifier

16

koolamusic/claudefiles

Agent

Goal-backward post-execution verifier. Asks "does the codebase as it stands now actually deliver the goal?" Distinct from jira-nyquist (test coverage) and jira-reviewer (diff audit). Spawned by /jira:execute after jira-nyquist passes.

132 2d ago A 61 tokens original MIT

advisor

17

koolamusic/claudefiles

Command

Advisory gate for triage or plan decisions. Spawns a second-opinion agent that challenges assumptions, surfaces risks, and proposes alternatives before the decision commits. Based on Anthropic advisor tool pattern.

132 2d ago A 41 tokens original MIT

comment

18

koolamusic/claudefiles

Command

Draft or post a GitHub issue/PR comment in stakeholder-readable voice, with proper GitHub autolinks and code permalinks. Default is draft-for-approval; posting is opt-in.

132 2d ago A 40 tokens original MIT

execute

19

koolamusic/claudefiles

Command

Execute the active sprint wave-by-wave with parallel jira-executor instances per wave. Then jira-nyquist (test gates), then jira-verifier (goal-backward), then PR. Updates STATE.md throughout.

132 2d ago A 42 tokens original MIT

flow

20

koolamusic/claudefiles

Command

Generate FLOW.md — human verification steps for the active sprint's acceptance predicates. Thinks like a tester; where to log in, what to click, which route to visit. Prioritizes predicates machines couldn't sense. Middleware between features/ and warden design.

132 2d ago A 52 tokens original MIT

init

21

koolamusic/claudefiles

Command

Bootstrap .jira/ in the current repo. Idempotent. Creates .jira/{.gitignore, README.md, STATE.md, sprints/, CURRENT}.

132 2d ago A 32 tokens original MIT

issue

22

koolamusic/claudefiles

Command

Draft a GitHub issue from the active sprint's research, plan, or wave — following the evidence-grounded conventions in templates/issue/GUIDE.md. Saves a draft; push is opt-in.

132 2d ago A 41 tokens original MIT

paper

23

koolamusic/claudefiles

Command

Write an evidence-disciplined engineering paper (innovation/discovery/finding) from a freeform description of what happened. Internally rigorous (evidence inventory, claim-strength discipline, adversarial review), lean single-file HTML house style for output. Publish is opt-in.

132 2d ago A 54 tokens original MIT

plan

24

koolamusic/claudefiles

Command

Plan the active sprint. jira-planner produces 01-PLAN.md, 02-PLAN.md per wave plus CONTEXT.md; jira-plan-checker audits all plans. Stall detection on revision. Optionally pushes a GitHub issue.

132 2d ago A 48 tokens original MIT