potetopotetoCommunityยท30 Agent Skills Included

noodle

Skill-based orchestration for autonomous coding workflows

Orchestrates autonomous coding work through skills, scheduling loops, and isolated git worktrees. Plans features, executes changes, runs quality gates, and captures learnings without manual coordination. Eliminates merge conflicts, stale state, and repetitive review cycles across concurrent coding sessions. Includes ready-made skills for planning, debugging, testing, code review, and UI polish.
npx skills add poteto/noodle --all -g -y
Available:

Tells the agent to read the persistent brain memory vault before acting, record learnings after mistakes, isolate concurrent sessions in worktrees, and follow project build and coding conventions.

All Skills in This Repository (30)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
potetopoteto

find-skills

Discover and install agent skills from the open ecosystem via the Skills CLI.

Community
Basic
๐Ÿ“ฆ In Repo
potetopoteto

meditate

Prune outdated and redundant brain notes using an auditor and reviewer.

Community
Advanced
๐Ÿ“ฆ In Repo
potetopoteto

testing

Coordinate test-driven development workflows for Noodle projects.

Community
Advanced
๐Ÿ“ฆ In Repo
potetopoteto

schedule

Schedule work orders from backlog, plan phases, and session history.

Community
Intermediate
๐Ÿ“ฆ In Repo
potetopoteto

execute

Execute backlog tasks via scoped plans, worktrees, tests, and commits.

Community
Advanced
๐Ÿ“ฆ In Repo
potetopoteto

commit

Format and validate commit messages according to the Conventional Commits specification.

Community
Intermediate
๐Ÿ“ฆ In Repo
potetopoteto

ast-grep

Perform structural code searches with ast-grep using atomic, relational, and composite rules.

Community
Intermediate
๐Ÿ“ฆ In Repo
potetopoteto

review

Review plans and code changes to produce audit-ready findings reports.

Community
Advanced
๐Ÿ“ฆ In Repo
potetopoteto

skill-creator

Document processes for creating and maintaining Claude Skills with standardized templates.

Community
Intermediate
๐Ÿ“ฆ In Repo
potetopoteto

interaction-design

Design microinteractions, motion design, and state transitions for web and mobile interfaces.

Community
Advanced
๐Ÿ“ฆ In Repo
potetopoteto

brain

Persist notes in an Obsidian vault with enforced folder structure and wikilinks.

Community
Advanced
๐Ÿ“ฆ In Repo
potetopoteto

worktree

Create and manage isolated git worktrees for concurrent branch work.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How to install Noodle?โ–ผ

Run `npx skills add poteto/noodle --all -g -y` in your terminal to install all skills in this suite globally.

What does Noodle do?โ–ผ

Noodle is a skill-based orchestration framework that schedules and runs autonomous coding work. It reads your backlog, dispatches agents into isolated git worktrees, and merges verified changes back.

How does Noodle prevent merge conflicts?โ–ผ

Every session runs in its own linked worktree with a separate branch, so concurrent agents never edit the same checkout. Completed work merges back through serialized, lock-protected merge commands.

Does Noodle work with Claude Code and Codex?โ–ผ

Yes. Noodle routes tasks to either provider per stage, and includes skills for cross-model adversarial review where one model challenges the other's work.

Can I write my own Noodle skills?โ–ผ

Yes. Add a folder with a SKILL.md file containing a name, description, and optional schedule field, and the scheduler will pick it up automatically.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’