choiyounggi/dev-loop

LLM Knowledge Management • Wiki-grounded verification • RFC-based documentation • Best practices automation • AI-native engineering

4Stars on the repository
16Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

configure

01

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

02

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

03

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

04

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

05

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

06

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

07

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

08

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