/organize
Open the Cross-Code Organizer (CCO) dashboard — view and manage all memories, skills, MCP servers, hooks, and configs across scopes
$ npx -y skills add mcpware/cross-code-organizer --skill organize --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/organize
Context preview
The summary Claude sees to decide when to auto-load this skill.
Open the Cross-Code Organizer (CCO) dashboard — view and manage all memories, skills, MCP servers, hooks, and configs across scopes
SKILL.md
organize.SKILL.mdname: organize description: Open the Cross-Code Organizer (CCO) dashboard — view and manage all memories, skills, MCP servers, hooks, and configs across scopes argument-hint: "[--port <number>]" allowed-tools: [Bash, Read]
Organize — Claude Code Dashboard
Launch the Cross-Code Organizer (CCO) dashboard to visually manage all your customizations.
What to do
1. Run the organizer server:
npx @mcpware/cross-code-organizer@latest $ARGUMENTS
2. Tell the user the dashboard is opening in their browser at `http://localhost:3847` (or the next available port).
3. If the user provides `--port <number>`, pass it through as the argument.
What this does
Opens a drag-and-drop web dashboard showing:
- All memories, skills, MCP servers, hooks, configs, and plugins
- Shows what loads globally vs per-project (Global and Project scopes)
- Move items between scopes via drag-and-drop
- Search, filter, and preview any item
- Delete items with undo support
Cross-Code Organizer (formerly Claude Code Organizer): cross-harness config dashboard for Claude Code, Codex CLI, MCP servers, skills, memories, agents, sessions, security scanning, context budget, and backups.
Repo: mcpware/cross-code-organizer

