noodle

Explain Noodle CLI commands, flags, .noodle.toml configuration, and skill authoring workflows.

218|11|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/poteto/noodle --skill noodle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: noodle
Source: https://github.com/poteto/noodle/tree/main/.agents/skills/noodle
Command: npx skills add https://github.com/poteto/noodle --skill noodle

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill explains how to operate the Noodle CLI, including commands, flags, and configuring the .noodle.toml file for projects and skills.

Core Features & Use Cases

  • Comprehensive guidance on CLI usage, command discovery, and flag semantics.
  • Instructions for authoring task-type and domain skills, and understanding the orders pipeline.
  • Real-world guidance for editing project configurations and sustaining reliable skill execution.

Quick Start

Run noodle start in your project to see the loop in action.

Frequently Asked Questions about noodle

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure project settings using a .noodle.toml file?

Configure the Noodle CLI by editing the .noodle.toml file in your project root to define project settings, skill schedules, and execution parameters, ensuring proper task automation and reliable runtime behavior.

How do I author and schedule skills for workflow automation?

Author skills by creating files under the .agents/skills directory, setting the schedule field for time-based triggers, and defining them as either task-type or domain skills to integrate with the orders pipeline.

What is the difference between task-type and domain skills in the orders pipeline?

Task-type skills handle specific operational actions, while domain skills manage broader contextual workflows; both are processed through the orders pipeline and loaded by the execution loop during runtime.

How does the Noodle CLI execution loop load and run skills?

The execution loop loads skills from the .agents/skills directory, processes orders through the pipeline, and runs them using mise, enabling automated workflow scheduling and task execution via the noodle start command.

Do I need mise installed to run scheduled workflows with the CLI?

The Noodle CLI relies on mise to load and run skills during the execution loop, making it a required environment tool for sustaining reliable skill execution and scheduled task workflows.