JordanGunn/nunchuck

[DEPRECATED] Nunchuck skills, bow hunting skills, agent skills...

9Stars on the repository
45Mods indexed here, across every type
7mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

doctor

05

JordanGunn/nunchuck

Command Cursor

Diagnoses software failures by combining deterministic evidence gathering with agent judgment. Models failures as medical cases. Idempotent — run repeatedly until confident diagnosis, then generate schema-based treatment.

9 7mo ago A 0 tokens original MIT

grape

06

JordanGunn/nunchuck

Command Cursor

AI-enabled, deterministic codebase search. Converts vague intent into explicit, auditable grep parameters and executes a stable surface scan over disk.

9 7mo ago A 0 tokens original MIT

md-merge

07

JordanGunn/nunchuck

Command Cursor

Merges markdown chunks back into a single document, reversing the split operation with integrity checks.

9 7mo ago A 0 tokens original MIT

md-review

08

JordanGunn/nunchuck

Command Cursor

Agent review for markdown quality, clarity, and structural integrity. Leverages deterministic lint output as input for subjective assessment.

9 7mo ago A 0 tokens original MIT

md-split

09

JordanGunn/nunchuck

Command Cursor

Splits a Markdown file by H2 headings into numbered documents and generates an index file.

9 7mo ago A 0 tokens original MIT

plan-create

10

JordanGunn/nunchuck

Command Cursor

Compile .plan/active.yaml into a schema-validated active plan directory under .plan/active/.

9 7mo ago A 0 tokens original MIT

plan-discuss

11

JordanGunn/nunchuck

Command Cursor

Shape and stabilize plan intent idempotently into .plan/active.yaml until plan-create is invoked.

9 7mo ago A 0 tokens original MIT

plan-exec

12

JordanGunn/nunchuck

Command Cursor

Execute tasks in the active plan under .plan/active/. Writes concrete Output and Handoff for each task and archives the plan once terminal.

9 7mo ago A 0 tokens original MIT

prompt-compile

13

JordanGunn/nunchuck

Command Cursor

Compile the YAML artifact into PROMPT.md with deterministic structure. A final agent pass polishes for fluidity, conciseness, and correctness.

9 7mo ago A 0 tokens original MIT

prompt-exec

14

JordanGunn/nunchuck

Command Cursor

Execute the forged prompt exactly as written. Requires explicit consent and a ready artifact. Deletes artifact after successful execution.

9 7mo ago A 0 tokens original MIT

prompt-forge

15

JordanGunn/nunchuck

Command Cursor

Shape, refine, and stabilize human intent into a canonical prompt artifact. Iteratively clarifies ambiguity until user confirms readiness.

9 7mo ago A 0 tokens original MIT

sniff-abusers

16

JordanGunn/nunchuck

Command Cursor

Detect object-oriented abusers smells (Switch Statements) using deterministic heuristics and append findings to .sniff/findings.jsonl.

9 7mo ago A 0 tokens original MIT

sniff-bloaters

17

JordanGunn/nunchuck

Command Cursor

Detect bloaters smells (Long Method, Large Class, Long Parameter List) using deterministic heuristics and append findings to .sniff/findings.jsonl.

9 7mo ago A 0 tokens original MIT

sniff-couplers

18

JordanGunn/nunchuck

Command Cursor

Detect couplers smells (Message Chains, Feature Envy) using deterministic heuristics and append findings to .sniff/findings.jsonl.

9 7mo ago A 0 tokens original MIT

sniff-locate

19

JordanGunn/nunchuck

Command Cursor

List findings in .sniff/findings.jsonl, validate anchors, reanchor stale findings when code shifts, and regenerate .sniff/index.json.

9 7mo ago A 0 tokens original MIT

sniff-preventers

20

JordanGunn/nunchuck

Command Cursor

Detect change preventers smells (Shotgun Surgery) using deterministic heuristics and append findings to .sniff/findings.jsonl.

9 7mo ago A 0 tokens original MIT

task-close

21

JordanGunn/nunchuck

Command Cursor

Close a task by setting state to closed, recording closereason and closedat. Recomputes intent hash and clears .tasks/.active if it pointed to this task.

9 7mo ago A 0 tokens original MIT

task-create

22

JordanGunn/nunchuck

Command Cursor

Create a new task file in .tasks/ .md from template. Sets timestamps, computes initial intent hash, and optionally auto-selects the task.

9 7mo ago A 0 tokens original MIT

task-list

23

JordanGunn/nunchuck

Command Cursor

List tasks in .tasks/ with derived flags (stale, hash mismatch). Supports filtering by state and staleness. Stable ordering by updatedat.

9 7mo ago A 0 tokens original MIT

task-select

24

JordanGunn/nunchuck

Command Cursor

Select a task by writing its ID to .tasks/.active. Prints the selected task path and any suspicion flags (stale, hash mismatch) to encourage skepticism.

9 7mo ago A 0 tokens original MIT