choiyounggi

36 mods across 5 repositories, 13 stars between them.

dev-loop

01

choiyounggi/dev-loop

Plugin Claude Code

Marketplace for dev-loop — a wiki-grounded implementation loop plugin for Claude Code (loop-orchestrator + dev-llm-wiki, merged).

4 2d ago A tokens not measured original MIT

dev-loop

02

choiyounggi/dev-loop

Plugin Claude Code

loop-orchestrator's verification loop (TDD / PDCA / Reflexion) with the plan step FIXED to a wiki-grounded planning methodology (wiki-plan): every design decision is routed to a bundled semantic-layer wiki before code is written. Adds a knowledge-capture loop — sessions emit verified insights, and knowledge-flush…

4 2d ago A tokens not measured original MIT

dev-loop AGENTS.md

03

choiyounggi/dev-loop

Instructions file CodexOpenCode

Instructions for choiyounggi/dev-loop, covering dev-llm-wiki — agent schema, what this wiki is, directory layout, routing protocol (how to consume) and page format (how to write).

4 2d ago A 3,138 tokens original MIT

choiyounggi/dev-loop

Agent

Read-only fresh-context reviewer for the merged integration diff across all tasks in an orchestration run. Invoked at Phase 5 so the coordinator's own degraded peak context never has to hold the full integration diff. Returns a fixed VERDICT and FINDINGS.

4 2d ago A 55 tokens original MIT

choiyounggi/dev-loop

Agent

Read-only verifier that audits one task's diff and tests for quality. Invoked between self-review and done so the session that wrote the code does not grade its own tests (self-grading guard). Returns a fixed VERDICT and REASONS.

4 2d ago A 56 tokens original MIT

SessionStart

06

choiyounggi/dev-loop

Hook

Runs when a session starts on startup, executing preflight.sh, insight-instruction.sh and config-nudge.sh via bash (3 commands). From choiyounggi/dev-loop.

4 2d ago A tokens not measured copy · 66% MIT

PreToolUse

07

choiyounggi/dev-loop

Hook

Runs before the agent uses a tool for Bash tool calls, executing pre-flush-pr-gate.sh and orchestrate-ask-gate.sh via bash (2 commands). From choiyounggi/dev-loop.

4 2d ago A tokens not measured original MIT

Stop

08

choiyounggi/dev-loop

Hook

Runs when the agent finishes a response, executing loop-gate.sh, harvest-insights.sh and auto-flush.sh via bash (3 commands). From choiyounggi/dev-loop.

4 2d ago A tokens not measured copy · 56% MIT

configure

09

choiyounggi/dev-loop

Skill Claude CodeCodex

Set up dev-loop's capability-role tool profile — map knowledge (your domain wiki / MCP), verify (your project's test/build/QA command), explore (code search), tacit (past incidents), and design (Figma/visual spec) to the actual tools this environment has, then write /.claude/dev-loop/tools.json (global) or…

4 2d ago A 124 tokens original MIT

knowledge-flush

10

choiyounggi/dev-loop

Skill Claude CodeCodex

Drain queued ★ Insight candidates (harvested from your sessions) into the wiki as a reviewed PR. For each candidate it researches and verifies the best-practice against real sources, checks existing wiki layers for duplicates and links, decides the target layer/category (or justifies a new one), runs wiki-ingest, then…

4 2d ago A 117 tokens original MIT

loop-implement

11

choiyounggi/dev-loop

Skill Claude CodeCodex

The single implementation loop. It plans via wiki-plan (step 2, required) into an ordered, wiki-navigated task list, then executes those tasks in order, each loading only its named wiki pages, writing tests first, getting an independent test-quality audit, and judging against done; on failure it reflects and retries…

4 2d ago A 94 tokens original MIT

orchestrate

12

choiyounggi/dev-loop

Skill Claude CodeCodex

Orchestrate one natural-language goal into parallel tmux Claude Code sessions. It decomposes the goal (with your approval), plans each task with wiki-plan, implements and reviews, runs an integration test, and merges after your confirmation. Use to build a goal across multiple sessions. For a single task, use…

4 2d ago D 71 tokens original MIT

wiki-ingest

13

choiyounggi/dev-loop

Skill Claude CodeCodex

Add one verified lesson or edge case to the bundled wiki. Route it to the right domain and category, merge into an existing page before creating a new one, and enforce sourcing and positive-guidance rules. Use when capturing a documented best practice or a production edge case.

4 2d ago A 58 tokens original MIT

wiki-lint

14

choiyounggi/dev-loop

Skill Claude CodeCodex

Health-check the bundled wiki. Detect unsourced claims, bare prohibitions, broken links, index and page trigger mismatches, vague qualifiers, oversized pages, and stale dates, then fix them; reports a numeric health score (0-100). Use to keep the wiki healthy before drift compounds.

4 2d ago A 63 tokens original MIT

wiki-plan

15

choiyounggi/dev-loop

Skill Claude CodeCodex

The fixed planning methodology for a capable model. Make every design decision grounded in a bundled wiki page (recording a decision-to-page map), then decompose the work into ordered, self-contained tasks, each naming the exact wiki pages that govern it. Runs as loop-implement step 2.

4 2d ago A 62 tokens original MIT

wiki-query

16

choiyounggi/dev-loop

Skill Claude CodeCodex

Answer a development question from the wiki with citations, loading only the pages whose triggers match. If the answer required synthesis across multiple pages and the question is likely to recur, file the synthesis back as a new page so knowledge compounds.

4 2d ago A 49 tokens original MIT

groundwork

17

choiyounggi/groundwork

Plugin Claude Code

A safe-by-default, batteries-included Claude Code harness starter pack — guardrails, a wiki-grounded quality loop, and a memory lifecycle.

3 2d ago C tokens not measured original MIT

guardrails

18

choiyounggi/groundwork

Plugin Claude Code

Safe-by-default guardrails for Claude Code: a PreToolUse Bash guard that blocks supply-chain / disk-destroying / fork-bomb commands and asks before rm -rf, force-push, DROP/TRUNCATE, kubectl delete, secret/credential access, and cloud-resource deletion — every rule configurable (off / ask / block) — plus a redacted…

3 2d ago C tokens not measured original MIT

PreToolUse

19

choiyounggi/groundwork

Hook

Runs before the agent uses a tool for Bash tool calls, executing bash-guard.sh via bash. From choiyounggi/groundwork.

3 2d ago A tokens not measured copy · 55% MIT

PostToolUse

20

choiyounggi/groundwork

Hook

Runs after a tool call finishes for Bash and mcp__.* tool calls, executing audit-log.sh via bash. From choiyounggi/groundwork.

3 2d ago A tokens not measured original MIT

self-test

21

choiyounggi/groundwork

Skill Claude CodeCodex

Prove the guardrails Bash guard is live — runs a simulation that feeds representative dangerous commands (curl|sh, rm -rf, DROP TABLE, kubectl delete, cloud deletes, …) through the real guard and shows the block/ask decision for each, WITHOUT executing any of them. Use when asked to verify the guard is working, or…

3 2d ago D 79 tokens original MIT

memory-loop

22

choiyounggi/groundwork

Plugin Claude Code

A memory lifecycle for Claude Code's native file-based memory: a save gate against hallucinated memories, tiered expiry (short-tier memories archived — never deleted — when they lapse), a propose-then-confirm consolidation pass (merge/dedupe long-tier memory), a periodic learning-review nudge, a two-file habit frame…

3 2d ago A tokens not measured original MIT

consolidate

23

choiyounggi/groundwork

Skill Claude CodeCodex

Periodically merge the memory index and long-tier memory files — deduplicate, resolve contradictions to the current truth, absolutize dates — and propose the result for your confirmation before any write. Use when MEMORY.md grows large (120+ lines) or long-tier memories accumulate duplicates, contradictions, or stale…

3 2d ago A 65 tokens original MIT

habit

24

choiyounggi/groundwork

Skill Claude CodeCodex

Distill a lesson — a mistake, a user correction, or a praised behavior — into HABITS.md as a positive practice or a hard line. Use after the user corrects you, after an incident, or when the learning-nudge hook fires.

3 2d ago A 53 tokens original MIT