noodlbox

Integrations

Ways to integrate Noodlbox into your AI coding workflow

Noodlbox integrates into your AI coding workflow through multiple channels, from fully automatic context injection to explicit tool calls.

Integration Matrix

IntegrationTypeWhen it firesWhat it does
Session HooksAutomaticConversation startInjects architecture context
Search HooksAutomaticGlob/Grep/Bash searchesAdds semantic context to searches
MCP ToolsOn demandWhen invokedExplicit queries for context, impact, and graphs
SkillsAutomaticBased on your questionGuides Claude on which tools to use

Automatic vs On-Demand

Automatic integrations work without any action from you:

  • Session hooks inject context when a conversation begins
  • Search hooks enhance search tools with architectural context
  • Skills help Claude decide when to use Noodlbox tools

On-demand integrations are invoked explicitly:

  • MCP tools for direct queries when you need specific information
  • Commands like /noodlbox:detect_impact for specific workflows

Getting Started

With the Noodlbox CLI, configuration is automatic:

noodl configure

This sets up your selected agents with:

  • MCP server connection
  • Skills (intelligent tool selection)
  • Hooks (automatic context injection where supported)

For agents not directly supported, see Other Agents for manual MCP configuration.

Platform Support

Noodlbox supports multiple AI coding assistants with platform-specific integrations:

PlatformSession HookSearch HookContext InjectionMCP Tools
Claude Code✅ SessionStart✅ PreToolUse✅ additionalContext
Cursor✅ beforeShellExecution✅ agent_message
OpenCode✅ session.created✅ tool.execute.before✅ chat.message
Codex
Other AgentsManual (AGENTS.md)

Skills Distribution

Skills are centralized in the noodlbox plugins repository and distributed to each platform:

PlatformSkills Location
Claude CodeBundled with the plugin
CursorInstalled to ~/.cursor/skills/
OpenCodeInstalled to ~/.config/opencode/skill/
CodexInstalled to ~/.codex/skills/
Other AgentsManual setup via setup:// resource

All platforms receive the same 6 skills:

  • Exploring Codebases - Architecture and flow understanding
  • Debugging - Bug tracking with graph queries
  • Refactoring - Impact analysis for changes
  • Change Planning - Pre-commit impact assessment
  • Generating Documentation - Architecture map creation
  • Setup - Initialize noodlbox context in a project

On this page