noodlbox

Setup

Initialize noodlbox context for a project

Set up noodlbox for a project by creating an AGENTS.md file with MCP context.

Invoke with: /noodlbox:setup

What It Does

Creates an AGENTS.md file at the project root to provide noodlbox context to the AI agent. This file contains instructions that help the agent understand how to use noodlbox tools effectively.

Instructions

Check if AGENTS.md exists

Look for AGENTS.md at the project root

Create or update the file

If AGENTS.md does not exist:

  • Create it with the noodlbox content

If AGENTS.md already exists:

  • Add a blank line
  • Add <!-- noodlbox:start -->
  • Add the noodlbox content
  • Add <!-- noodlbox:end -->

Confirm success

The agent will confirm the file was created or updated

Example Output

For a new file:

Created AGENTS.md with noodlbox context. The AI agent will now have access to noodlbox MCP tools and resources.

For an existing file:

Added noodlbox section to existing AGENTS.md. The AI agent will now have access to noodlbox MCP tools and resources.

File Structure

The noodlbox section in AGENTS.md is wrapped with HTML comments for easy identification:

<!-- noodlbox:start -->
# Noodlbox

Instructions for using noodlbox tools and resources...

<!-- noodlbox:end -->

This allows:

  • Safe updates without overwriting user content
  • Easy removal if needed
  • Clear separation from other AGENTS.md content

When to Use

Use this skill when:

  • Setting up noodlbox for the first time in a project
  • Re-initializing noodlbox context after major changes
  • Adding noodlbox to a project that already has an AGENTS.md file

On this page