poteto

51 mods across 4 repositories, 1.3k stars between them.

noodle

25

poteto/noodle

Skill Claude CodeCodex

Operate the Noodle CLI — explain commands, find flags, create/edit .noodle.toml config. Also covers writing skills for Noodle: the orders pipeline, task-type schedule fields, stage composition, and the orders-next.json schema. Use when running noodle commands, editing .noodle.toml, writing or updating a skill's…

263 5mo ago A 97 tokens original MIT

oops

26

poteto/noodle

Skill Claude CodeCodex

Infrastructure fix for broken builds, failed tests, stale state, and environment drift. Covers both user-project and Noodle-internal failures. Triggers when builds break, tests fail, state is stale, or environment drifts. Use on 'oops', 'fix the build', 'tests are failing', 'something broke', 'broken build'.

263 5mo ago A 70 tokens original MIT

plan

27

poteto/noodle

Skill Claude CodeCodex

Systematic planning for medium-to-large tasks. Gathers context, identifies domain skills, writes phased plans to brain/plans/. Does NOT implement. Use for new features, multi-file refactors, or architectural changes — not small fixes. Triggers: "plan this", "break this down".

263 5mo ago A 61 tokens original MIT

quality

28

poteto/noodle

Skill Claude CodeCodex

Post-cook quality gate. Reviews completed cook work for correctness, scope discipline, and principle compliance. Emits stagemessage events with findings. Triggers after execute stages, on '/quality', 'review this', 'check the work', 'assess quality'.

263 5mo ago A 53 tokens original MIT

poteto/noodle

Skill Claude CodeCodex

React performance optimization guidelines. Use when writing, reviewing, or refactoring React components, hooks, effects, data fetching, or bundle optimization. Includes useEffect best practices — when NOT to use effects and better alternatives. Triggers: "when writing React code", "reviewing a React PR", "why is this…

263 5mo ago A 88 tokens original MIT

refine

30

poteto/noodle

Skill Claude CodeCodex

Sharpen todo items in brain/todos.md into precise, actionable prompts via targeted questioning. Triggers: "refine", "refine todos", "clarify todos".

263 5mo ago A 38 tokens original MIT

reflect

31

poteto/noodle

Skill Claude CodeCodex

Reflect on the conversation and update the brain. Use when wrapping up, after mistakes or corrections, or when significant codebase knowledge was gained. Triggers: "reflect", "remember this".

263 5mo ago A 40 tokens original MIT

review

32

poteto/noodle

Skill Claude CodeCodex

Review plans and code changes. Walks Architecture → Code Quality → Tests → Performance, numbering issues with tradeoff options. Triggers: "review", "review this", "code review", "look over this", "check my changes", "audit", "critique", "what do you think", "sanity check".

263 5mo ago A 68 tokens original MIT

ruminate

33

poteto/noodle

Skill Claude CodeCodex

Mine past Claude Code and Codex conversations for uncaptured patterns, corrections, and knowledge. Cross-references with existing brain content. Triggers: "ruminate", "mine my history", "what have I been working on", "review past sessions", "extract learnings".

263 5mo ago C 59 tokens original MIT

schedule

34

poteto/noodle

Skill Claude CodeCodex

Orders scheduler. Reads .noodle/mise.json, writes .noodle/orders-next.json. Schedules work orders based on backlog state, plan phases, session history, and task type schedules. Triggers when orders are empty, after backlog changes, when the loop re-evaluates, or when /schedule is invoked.

263 5mo ago A 67 tokens original MIT

skill-creator

35

poteto/noodle

Skill Claude CodeCodex

Guide for creating or updating skills — specialized knowledge, workflows, and tool integrations packaged for Claude.

263 5mo ago A 23 tokens copy · 84% MIT

testing

36

poteto/noodle

Skill Claude CodeCodex

Test-driven development workflow for Noodle. Use when testing changes, writing tests, fixing bugs, creating fixtures, or running the test suite. Triggers: "test", "write a test", "fix this bug", "add a fixture", "run tests", "TDD", or any task involving verification of code changes.

263 5mo ago A 68 tokens original MIT

todo

37

poteto/noodle

Skill Claude CodeCodex

Add, complete, or view items in the brain/todos.md backlog. Use when the user says "todo", "add a todo", "mark done", "what's on the backlog", "show todos", "list tasks", "check off", or wants to manage their task list.

263 5mo ago A 61 tokens original MIT

ts-best-practices

38

poteto/noodle

Skill Claude CodeCodex

TypeScript type safety guidelines for writing maximally type-safe code. Apply these patterns when writing or reviewing any TypeScript: discriminated unions, type narrowing, type guards, exhaustiveness checks, avoiding as casts, preferring unknown over any, and making impossible states unrepresentable. Use this skill…

263 5mo ago A 110 tokens original MIT

unslop

39

poteto/noodle

Skill Claude CodeCodex

Remove AI writing patterns from prose. Use for docs, READMEs, blog posts, any non-code text that should sound human. Triggers: "unslop", "humanize", "make this sound human", "clean up this writing", "edit for voice", "de-AI this text".

263 5mo ago A 65 tokens original MIT

worktree

40

poteto/noodle

Skill Claude CodeCodex

Use for concurrent sessions, agent team isolation, or any work needing a separate branch. Critical for multi-agent workflows. Triggers: "worktree", "new worktree", "clean up worktrees", "need isolation", or when spawning agent teams.

263 5mo ago C 54 tokens original MIT

PreToolUse

41

poteto/noodle

Hook Claude Code

Runs before the agent uses a tool for Bash tool calls, executing block-sleep.sh (2 commands). From poteto/noodle.

263 5mo ago A tokens not measured original MIT

SessionStart

42

poteto/noodle

Hook Claude Code

Runs when a session starts on startup and resume, executing inject-brain.sh. From poteto/noodle.

263 5mo ago A tokens not measured copy · 56% MIT

PostToolUse

43

poteto/noodle

Hook Claude Code

Runs after a tool call finishes for brain/ tool calls, executing auto-index-brain.sh. From poteto/noodle.

263 5mo ago A tokens not measured copy · 100% MIT

noodle

44

poteto/noodle

Settings file Claude Code

Agent settings declaring 4 hook events (PreToolUse, SessionStart, PostToolUse, Stop).

263 5mo ago A tokens not measured copy · 78% MIT

noodle CLAUDE.md

45

poteto/noodle

Instructions file

Instructions for poteto/noodle, covering noodle, brain, workflow, building and coding.

263 5mo ago A 284 tokens original MIT

deploy

46

poteto/noodle

Skill Claude CodeCodex

Deploys the project to the target environment.

263 5mo ago A 11 tokens original MIT

test

47

poteto/noodle

Skill Claude CodeCodex

Runs the project test suite and reports results.

263 5mo ago A 11 tokens original MIT

analyzer

48

poteto/noodle

Agent

Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.

263 5mo ago A 0 tokens copy · 100% MIT