noodle
Skill-based orchestration for autonomous coding workflows
All Skills in This Repository (30)
Pure Emerald Level Indicatorsfind-skills
Discover and install agent skills from the open ecosystem via the Skills CLI.
meditate
Prune outdated and redundant brain notes using an auditor and reviewer.
testing
Coordinate test-driven development workflows for Noodle projects.
schedule
Schedule work orders from backlog, plan phases, and session history.
execute
Execute backlog tasks via scoped plans, worktrees, tests, and commits.
commit
Format and validate commit messages according to the Conventional Commits specification.
ast-grep
Perform structural code searches with ast-grep using atomic, relational, and composite rules.
review
Review plans and code changes to produce audit-ready findings reports.
skill-creator
Document processes for creating and maintaining Claude Skills with standardized templates.
interaction-design
Design microinteractions, motion design, and state transitions for web and mobile interfaces.
brain
Persist notes in an Obsidian vault with enforced folder structure and wikilinks.
worktree
Create and manage isolated git worktrees for concurrent branch work.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core