Organize — Cross-Code Organizer Dashboard
Launches a local web dashboard to view and reorganize all your Claude Code memories, skills, MCP servers, hooks and configs.
UtilitiesBeginner★ 366⑂ 32AI score 6/10Last updated: Jun 7, 2026
What it does
- Runs
npx @mcpware/cross-code-organizer@latestto start the Cross-Code Organizer (CCO) dashboard. - Opens in your browser at
http://localhost:3847(or the next free port). - Shows what loads at Global scope vs Project scope, side by side.
- Lets you drag and drop memories, skills, MCP servers, hooks, configs and plugins between scopes.
- Search, filter, preview any item, and delete with undo support.
- Accepts
--port <number>to choose a different port.
Who it's for
- Claude Code users whose skill/MCP collection has grown past the point of memory.
- Anyone who'd rather use a GUI than hand-edit CLAUDE.md and settings JSON files.
- Developers juggling several projects who need periodic config cleanup.
Examples
- "Open the organizer so I can clean up my skills" → dashboard lists everything; delete unused entries with undo available.
- "Port 3847 is taken, use 9000" → launches with
--port 9000. - Drag a project-only skill into the Global scope so it's available in every repo.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/mcpware/cross-code-organizer/HEAD/skills/organize/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/organize folder from the GitHub repo mcpware/cross-code-organizer into my ~/.claude/skills/organize/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/mcpware/cross-code-organizer.git && mkdir -p ~/.claude/skills && cp -r cross-code-organizer/skills/organize ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Confirm Node.js is installed (18+ recommended):
node -v - Clone the repo:
git clone https://github.com/mcpware/cross-code-organizer.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill in:
cp -r cross-code-organizer/skills/organize ~/.claude/skills/ - Restart Claude Code, then run
/organizeor ask it to "open the dashboard". - Check your browser at
http://localhost:3847; add--port 9000to change ports. - Back up your
~/.claudedirectory before moving or deleting items.
View source on GitHub ↗License: MIT