JordanGunn

69 mods across 4 repositories, 105 stars between them.

nunchuck AGENTS.md

49

JordanGunn/nunchuck

Instructions file CodexOpenCode

Instructions for JordanGunn/nunchuck, covering agents instructions, special files, information lookup and rules.

9 7mo ago A 137 tokens original MIT

doctor

50

JordanGunn/nunchuck

Skill Claude CodeCodex

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 37 tokens original MIT

grape

51

JordanGunn/nunchuck

Skill Claude CodeCodex

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 30 tokens original MIT

md-merge

52

JordanGunn/nunchuck

Skill Claude CodeCodex

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

9 7mo ago A 22 tokens original MIT

md-review

53

JordanGunn/nunchuck

Skill Claude CodeCodex

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

9 7mo ago A 26 tokens original MIT

md-split

54

JordanGunn/nunchuck

Skill Claude CodeCodex

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

9 7mo ago A 22 tokens original MIT

plan-create

55

JordanGunn/nunchuck

Skill Claude CodeCodex

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

9 7mo ago A 25 tokens original MIT

plan-discuss

56

JordanGunn/nunchuck

Skill Claude CodeCodex

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

9 7mo ago A 27 tokens original MIT

plan-exec

57

JordanGunn/nunchuck

Skill Claude CodeCodex

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 33 tokens original MIT

prompt-compile

58

JordanGunn/nunchuck

Skill Claude CodeCodex

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

9 7mo ago A 33 tokens original MIT

prompt-exec

59

JordanGunn/nunchuck

Skill Claude CodeCodex

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

9 7mo ago A 26 tokens original MIT

prompt-forge

60

JordanGunn/nunchuck

Skill Claude CodeCodex

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

9 7mo ago A 28 tokens original MIT

sniff-abusers

61

JordanGunn/nunchuck

Skill Claude CodeCodex

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

9 7mo ago A 31 tokens original MIT

sniff-bloaters

62

JordanGunn/nunchuck

Skill Claude CodeCodex

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

9 7mo ago A 38 tokens original MIT

sniff-couplers

63

JordanGunn/nunchuck

Skill Claude CodeCodex

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

9 7mo ago A 34 tokens original MIT

sniff-locate

64

JordanGunn/nunchuck

Skill Claude CodeCodex

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

9 7mo ago A 35 tokens original MIT

sniff-preventers

65

JordanGunn/nunchuck

Skill Claude CodeCodex

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

9 7mo ago A 32 tokens original MIT

task-close

66

JordanGunn/nunchuck

Skill Claude CodeCodex

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 38 tokens original MIT

task-create

67

JordanGunn/nunchuck

Skill Claude CodeCodex

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 35 tokens original MIT

task-list

68

JordanGunn/nunchuck

Skill Claude CodeCodex

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

9 7mo ago A 35 tokens original MIT

task-select

69

JordanGunn/nunchuck

Skill Claude CodeCodex

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 36 tokens original MIT