
Oops
- 31 installs
- 217 repo stars
- Updated March 19, 2026
- poteto/noodle
oops is a Claude Code skill for ai & agent building.
About
oops is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.
- oops
- AI & Agent Building
- AI-coding skill
Oops by the numbers
- 31 all-time installs (skills.sh)
- Ranked #9,202 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/poteto/noodle --skill oopsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 31 |
|---|---|
| repo stars | ★ 217 |
| Last updated | March 19, 2026 |
| Repository | poteto/noodle ↗ |
How do I helps with ai & agent building tasks.?
Helps with ai & agent building tasks.
Who is it for?
Best when you're working on ai & agent building and need structured help with oops.
Skip if: Teams with no ai & agent building needs, or anyone wanting a generic chat assistant without this specific workflow.
When should I use this skill?
When you need to helps with ai & agent building tasks., or when oops is a claude code skill for ai & agent building.
What you get
Structured output aligned to oops: oops, AI & Agent Building.
Files
Oops
Fix infrastructure failures. Applies to both user-project code and Noodle-internal state.
Fix flow
Reproduce -> Diagnose -> Fix -> Verify -> Commit
1. Reproduce
Run the failing command. Capture exact error output. If intermittent, run multiple times to confirm.
2. Diagnose
Suspect state before code. Check in this order:
1. Noodle state — .noodle/ files, queue consistency, config validity 2. Environment — Go version, missing deps, stale caches, tmux session health 3. Config — .noodle.toml (project root), .agents/skills/ structure, brain/ integrity 4. Persistent files — lock files, temp files, incomplete writes 5. Code — only after ruling out state and environment
Principles
- [[fix-root-causes]]
- [[prove-it-works]]
Noodle-internal checklist:
.noodle/state files: corrupt, stale, or inconsistent?- Queue state: orphaned tasks, stuck sessions?
- Config: valid TOML, referenced paths exist?
- tmux sessions: zombie processes, detached sessions?
3. Fix
Trace to root cause. Never paper over symptoms.
After fixing, grep for the same pattern elsewhere — the bug may exist in multiple locations.
4. Verify
Run the original failing command. Confirm it passes. Run related tests to check for regressions.
5. Commit
Commit message describes the root cause, not symptoms.
# Good: fix(queue): stale lock file prevented task dequeue after crash
# Bad: fix: tasks not runningRelated skills
FAQ
What does oops do?
oops is a Claude Code skill for ai & agent building.
When should I use oops?
When you need to helps with ai & agent building tasks., or when oops is a claude code skill for ai & agent building.
What are the main capabilities?
oops; AI & Agent Building; AI-coding skill.