Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
poteto avatar

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 oops

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs31
repo stars217
Last updatedMarch 19, 2026
Repositorypoteto/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

SKILL.mdMarkdownGitHub ↗

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 running

Related 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.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.