tmdgusya

46 mods across 7 repositories, 436 stars between them.

clean-ai-slop

25

tmdgusya/engineering-discipline

Skill Claude CodeCodex

Corrective cleanup of AI-generated code — removes LLM-specific patterns while preserving behavior. Use when the user says "deslop", "slop", "clean AI code", "remove AI patterns", or when you spot LLM-generated code smells after any generation session. For general post-change review and fixes ("clean up", "simplify")…

126 2mo ago A 80 tokens

karpathy

26

tmdgusya/engineering-discipline

Skill Claude CodeCodex

Behavioral guardrails to prevent common LLM coding mistakes — enforces surgical changes, assumption verification, and scope discipline before and during implementation. Use when implementing features, modifying code, or when you notice yourself about to make changes without reading the existing code first.

126 2mo ago A 55 tokens

long-run

27

tmdgusya/engineering-discipline

Skill Claude CodeCodex

Orchestrates multi-day execution of complex tasks through milestones. Each milestone goes through plan-crafting, run-plan (worker-validator), and review-work phases with checkpoint/recovery. Runs autonomously end-to-end — no per-milestone approval gates; escalates to the user only on failures. Triggers when the user…

126 2mo ago A 87 tokens

milestone-planning

28

tmdgusya/engineering-discipline

Skill Claude CodeCodex

Decomposes complex, multi-day tasks into optimized milestones (ultraplan). Broad parallel exploration grounds a draft milestone DAG, then independent adversarial critics attack the draft in rounds until no blocking findings remain. Triggers when the user says "plan milestones", "break this into milestones"…

126 2mo ago A 76 tokens

plan-crafting

29

tmdgusya/engineering-discipline

Skill Claude CodeCodex

Use when a task's scope is clear and multi-step implementation is needed, before touching code. Triggered after clarification is complete, or when the user explicitly requests plan creation with a clear prompt.

126 2mo ago A 43 tokens

review-work

30

tmdgusya/engineering-discipline

Skill Claude CodeCodex

Use after run-plan completes to independently verify the implementation. Reads only the plan document and inspects the codebase from scratch — information-isolated from the execution context. Produces a structured review document with PASS/FAIL verdict. Triggers when the user says "review the work", "verify the…

126 2mo ago A 73 tokens

rob-pike

31

tmdgusya/engineering-discipline

Skill Claude CodeCodex

Rob Pike's 5 Rules of Programming — a decision framework that prevents premature optimization and enforces measurement-driven development. Use when the user says "optimize", "slow", "performance", "bottleneck", "speed up", "make faster", "too slow", or any request to improve code speed/efficiency. Also use when you…

126 2mo ago A 97 tokens

run-plan

32

tmdgusya/engineering-discipline

Skill Claude CodeCodex

Use when you have a written implementation plan to execute. Loads the plan, reviews critically, executes tasks in dependency order, and reports completion. Triggers when the user says "run the plan", "execute the plan", or "let's start implementing".

126 2mo ago A 54 tokens

simplify

33

tmdgusya/engineering-discipline

Skill Claude CodeCodex

Review changed code for reuse opportunities, quality issues, and inefficiencies using three parallel review agents, then fix any issues found. Triggers when the user says "simplify", "clean up the code", "review the changes", or after run-plan execution when code quality verification is needed.

126 2mo ago A 61 tokens

tmdgusya/engineering-discipline

Skill Claude CodeCodex

Use when encountering any bug, test failure, or unexpected behavior. Enforces a strict reproduce-first, root-cause-first, failing-test-first debugging workflow before fixing.

126 2mo ago A 38 tokens

tmdgusya/gemini-swarm

Instructions file CodexOpenCode

AGENTS.md instructions for tmdgusya/gemini-swarm, covering gemini swarm, architecture, 파일 구조, agent teams 모델 and code style.

14 5mo ago A 1,534 tokens

tmdgusya/gemini-swarm

Instructions file Gemini CLI

Gemini CLI instructions for tmdgusya/gemini-swarm, covering gemini swarm extension, detecting your role, orchestrator guide, workflow and tools.

14 5mo ago A 1,033 tokens

language-skills

40

tmdgusya/language-skills

Plugin Claude Code

A plugin for learning English prompts, including vocabulary building and more natural phrasing.

5 7mo ago A tokens not measured

prompt-recorder

45

tmdgusya/language-skills

Skill Claude CodeCodex

Records user English prompts for vocabulary learning. When user's English is unclear, uses AskUserQuestion to clarify before proceeding.

5 7mo ago B 27 tokens

kimi-cli

46

tmdgusya/hermes-skill-kimi-cli

Skill Claude CodeCodex

Delegate coding tasks to Kimi CLI (Moonshot AI's coding agent). Use for building features, fixing bugs, refactoring, PR reviews, and batch processing. Supports non-interactive print mode, session management, and subagents. Requires kimi-cli installed and authenticated.

5 5mo ago A 57 tokens