choiyounggi

36 mods across 5 repositories, 13 stars between them.

identity

25

choiyounggi/groundwork

Skill Claude CodeCodex

Set, change, or decline the user/assistant names that memory-loop injects at session start. Use when the user wants to set up names, rename either party, ask the assistant to pick its own name, or stop the name-setup offer from appearing.

3 2d ago A 55 tokens original MIT

remember

26

choiyounggi/groundwork

Skill Claude CodeCodex

Save gate for persistent memories — confirm tier (long/short) and expiry with the user before writing, so hallucinated or transient facts never enter long-term memory. Use whenever saving a memory file, and when the expiry sweep reports archived memories.

3 2d ago A 51 tokens original MIT

setup

27

choiyounggi/groundwork

Skill Claude CodeCodex

First-time memory-loop setup — offer identity names, create HABITS.md from the template, write an initial config, and verify the hooks respond.

3 2d ago A 31 tokens original MIT

tutor

28

choiyounggi/groundwork

Skill Claude CodeCodex

Run a spaced-repetition self-quiz over lessons already distilled into HABITS.md — one novel-scenario transfer question per due item, anti-sycophancy grading, and a 1-4 recall rating logged through the tutor scheduler. Use when the user asks to be quizzed or reviewed (English or Korean), or replies to a memory-loop…

3 2d ago A 91 tokens original MIT

korea-data-mcp

29

choiyounggi/korea-data-suite

MCP server Claude CodeCodexCursor +2

MCP server for Korea Data Suite — Korean public holidays, business-day math, and MOLIT real-estate transactions as MCP tools. Runs locally from the korea-data-mcp Python package. Needs 2 environment variables to run.

2 11d ago A tokens not measured original MIT

loop-orchestrator

30

choiyounggi/loop-orchestrator

Plugin Claude Code

Marketplace for loop-orchestrator — a methodology-grounded multi-session orchestrator plugin for Claude Code.

2 1mo ago A tokens not measured original MIT

loop-orchestrator

31

choiyounggi/loop-orchestrator

Plugin Claude Code

Orchestrate one natural-language goal into parallel tmux Claude Code sessions — decompose, plan, implement, verify, and merge through a methodology-grounded loop (TDD / PDCA / Reflexion). Gated where it matters: task-split approval and pre-merge review.

2 1mo ago A tokens not measured original MIT

choiyounggi/loop-orchestrator

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.

2 1mo ago A 56 tokens original MIT

SessionStart

33

choiyounggi/loop-orchestrator

Hook

Runs when a session starts on startup, executing preflight.sh via bash. From choiyounggi/loop-orchestrator.

2 1mo ago A tokens not measured original MIT

Stop

34

choiyounggi/loop-orchestrator

Hook

Runs when the agent finishes a response, executing loop-gate.sh via bash. From choiyounggi/loop-orchestrator.

2 1mo ago A tokens not measured copy · 59% MIT

loop-implement

35

choiyounggi/loop-orchestrator

Skill Claude CodeCodex

Close a single implementation task with a methodology-grounded verification loop — define done, analyze, plan, write tests first (Red), implement (Green), run, self-review, get an independent test-quality audit, then judge against done; on failure reflect and retry (bounded). Use for one non-trivial task (feature…

2 1mo ago A 88 tokens original MIT

orchestrate

36

choiyounggi/loop-orchestrator

Skill Claude CodeCodex

Orchestrate one natural-language goal into parallel tmux Claude Code sessions — clarify requirements, branch by environment, decompose into tasks (with approval), launch a session per task running loop-implement, review and integration-test, then merge after your confirmation. Use when asked to build/implement a goal…

2 1mo ago A 89 tokens original MIT