progiri

12 mods across 1 repository, 5 stars between them.

craftlight

01

progiri/craftlight

Plugin Claude Code

Plugin marketplace listing 1 plugin: craftlight.

5 7d ago A tokens not measured original MIT

progiri/craftlight

Instructions file

Instructions for progiri/craftlight, covering claude.md — craftlight, structure, how to "test", start and craftlight.

5 7d ago A 743 tokens original MIT

craftlight

03

progiri/craftlight

Plugin Claude Code

Seven skills of one discipline: brief (decision by dialogue before the task), task (task router + CRAFT.md map), plan (decomposing an initiative into waves of tasks, above task), wave (running one wave of a plan in parallel — leaves in worktrees, one gate over the wave, the wave lands as one PR), debug (systematic…

5 7d ago A tokens not measured original MIT

SessionStart

04

progiri/craftlight

Hook

Runs when a session starts on compact and resume, executing session_state.py via python3. From progiri/craftlight.

5 7d ago A tokens not measured original MIT

PostToolUse

05

progiri/craftlight

Hook

Runs after a tool call finishes for Edit, Write and MultiEdit tool calls, executing gate_nudge.py via python3. From progiri/craftlight.

5 7d ago A tokens not measured original MIT

brief

06

progiri/craftlight

Skill Claude CodeCodex

Working out a decision by dialogue before any task — discuss the idea, weigh options with trade-offs, record the decision in BRIEF.md, and hand it to task or plan. Use this skill when the user wants to discuss first and only then (maybe) act — "let's discuss", "before doing it let's talk", "help me decide", "help me…

5 7d ago A 232 tokens original MIT

code-review

07

progiri/craftlight

Skill Claude CodeCodex

Code review without edits — the working diff, a branch against its base, a PR, a range of commits, or a named module. Each finding with a file:line proof, a severity, and a failure scenario; the unproven is filtered out by verification; the result is a verdict (ok / ok with notes / changes needed), and for a full…

5 7d ago A 253 tokens original MIT

craft-graph

08

progiri/craftlight

Skill Claude CodeCodex

Documents "why it's this way" and "where the gotchas are" as a navigable graph. Each node is one decision/invariant/gotcha with a file:line proof. Use this skill whenever the user asks to record architectural decisions, rationale, or gotchas as a graph — "build a decision graph", "document the architecture as a…

5 7d ago A 239 tokens original MIT

debug

09

progiri/craftlight

Skill Claude CodeCodex

Systematic hunt for a bug's root cause without fixing it — build a feedback loop that goes red on the bug, read the error in full, hypotheses with testable predictions, minimal experiments, a log of what was rejected; the root, once found, goes back to task for the fix. Use this skill when the cause of a breakage is…

5 7d ago A 244 tokens original MIT

plan

10

progiri/craftlight

Skill Claude CodeCodex

Planning and decomposing a large initiative that breaks into several separate tasks — discuss the nuances, build a tree (DAG) of tasks with dependencies, and lay it out into waves of parallel execution. Use this skill when the scope is not "one task" but an epic of many tasks — the observable boundary is the work…

5 7d ago A 232 tokens original MIT

task

11

progiri/craftlight

Skill Claude CodeCodex

Entry point for any development task — feature, bugfix, refactor, integration, migration. Use this skill whenever the user sets a task to change code — "do it", "add", "fix", "correct", "rewrite", "refactor", "implement", "fix this", "add feature" — even without the words "task" or "skill". Also trigger on the flags…

5 7d ago A 144 tokens original MIT

wave

12

progiri/craftlight

Skill Claude CodeCodex

Running one wave of a PLAN in parallel — a fan-out of spec drafters, ONE human gate over the whole wave, a fan-out of executors in their own worktrees, then sequential merges, verification, and a single PR for the wave. Use this skill when a plan's wave is ready to run and its leaves are independent — "run the wave"…

5 7d ago A 197 tokens original MIT