Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

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.

UtilitiesBeginner36632AI score 6/10Last updated: Jun 7, 2026

What it does

  • Runs npx @mcpware/cross-code-organizer@latest to 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

  1. "Open the organizer so I can clean up my skills" → dashboard lists everything; delete unused entries with undo available.
  2. "Port 3847 is taken, use 9000" → launches with --port 9000.
  3. 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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Confirm Node.js is installed (18+ recommended): node -v
  2. Clone the repo: git clone https://github.com/mcpware/cross-code-organizer.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skill in: cp -r cross-code-organizer/skills/organize ~/.claude/skills/
  5. Restart Claude Code, then run /organize or ask it to "open the dashboard".
  6. Check your browser at http://localhost:3847; add --port 9000 to change ports.
  7. Back up your ~/.claude directory before moving or deleting items.