poteto/noodle

Orchestrate agents using skills

263Stars on the repository
39Mods indexed here, across every type
5mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

adversarial-review

01

poteto/noodle

Skill Claude CodeCodex

Adversarial code review using cross-model approach. Spawns reviewers on the opposing model (Claude uses Codex, Codex uses Claude) to challenge work from distinct critical lenses. Produces a synthesized verdict with findings and lead judgment. Triggers: "adversarial review".

263 5mo ago A 61 tokens original MIT

ast-grep

02

poteto/noodle

Skill Claude CodeCodex

Structural code search via ast-grep — use when code shape and element relationships matter, not just text. E.g., "find async functions without error handling", "refactor foo(a, b) to foo({ a, b })". Use Grep for simple name lookups.

263 5mo ago A 61 tokens original MIT

brain

03

poteto/noodle

Skill Claude CodeCodex

Read/write brain files (Obsidian vault at brain/). Use for any task that persists knowledge — reflection, planning, or direct edits. Triggers after debugging sessions, mistakes, corrections, architectural decisions, or any insight worth preserving across sessions. Use on 'add to brain', 'remember this', 'write a…

263 5mo ago A 73 tokens original MIT

codex

04

poteto/noodle

Skill Claude CodeCodex

Run Codex CLI (exec, resume) for parallel work, delegating tasks to another model, or background code generation. Handles code analysis, refactoring, and automated editing. Includes Spark vs standard guidance. Triggers: "codex", "run codex", "use codex to".

263 5mo ago A 63 tokens original MIT

commit

05

poteto/noodle

Skill Claude CodeCodex

Create conventional commit messages. Use when the user says "commit this", "save changes", "git commit", asks to commit code, write a commit message, or format git history. Follows conventional commits specification.

263 5mo ago A 45 tokens original MIT

debugging

06

poteto/noodle

Skill Claude CodeCodex

Systematic root-cause debugging methodology. Use for any technical problem — errors, failures, unexpected behavior, or when stuck. Triggers: "debug", "fix this", "what's wrong", "investigate".

263 5mo ago A 47 tokens original MIT

execute

07

poteto/noodle

Skill Claude CodeCodex

Implementation methodology for executing tasks. Handles scoping, decomposition, worktree workflow, verification, and commit conventions. Triggers: "execute", "implement", "build this", "code this".

263 5mo ago A 41 tokens original MIT

find-skills

08

poteto/noodle

Skill Claude CodeCodex

Discover and install agent skills from the open ecosystem. Use IMMEDIATELY when the user asks "how do I do X", "find a skill for X", "is there a skill for X", "can you do X" for specialized capabilities, wants to extend agent functionality, mentions a domain they wish they had help with, or asks about…

263 5mo ago A 87 tokens original MIT

frontend-design

09

poteto/noodle

Skill Claude CodeCodex

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI).…

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

go-best-practices

10

poteto/noodle

Skill Claude CodeCodex

Production Go patterns — lifecycle, concurrency, config, testing, CI. Use when writing, reviewing, or refactoring Go code. Triggers on Go code review, Go refactoring, or 'go best practices'.

263 5mo ago A 49 tokens original MIT

interaction-design

11

poteto/noodle

Skill Claude CodeCodex

Design and implement microinteractions, motion design, transitions, and user feedback patterns. Use when adding polish to UI interactions, implementing loading states, creating gesture-based interactions, designing hover/focus states, building notification/toast systems, adding scroll-triggered animations…

263 5mo ago A 66 tokens original MIT

poteto/noodle

Skill Claude CodeCodex

Design engineering principles for making interfaces feel polished. Use when building UI components, reviewing frontend code, implementing animations, hover states, shadows, borders, typography, micro-interactions, enter/exit animations, or any visual detail work. Triggers on UI polish, design details, "make it feel…

263 5mo ago A 96 tokens copy · 94% MIT

meditate

13

poteto/noodle

Skill Claude CodeCodex

Audit and evolve the brain vault — prune outdated content, discover cross-cutting principles, review skills for structural encoding opportunities. Triggers: "meditate", "audit the brain", "prune brain", "review skills", "consolidate notes", "prune notes".

263 5mo ago A 59 tokens original MIT

noodle

14

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

15

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

16

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

17

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

19

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

20

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

21

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

22

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

23

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

24

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