mcpbeat

Organize

mcpware/organize

Open the Cross-Code Organizer (CCO) dashboard — view and manage all memories, skills, MCP servers, hooks, and configs across scopes

246 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
364
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/mcpware/cross-code-organizer --skill organize

The instruction itself

3 sections, as written by the author

Organize — Claude Code Dashboard

Launch the Cross-Code Organizer (CCO) dashboard to visually manage all your customizations.

What to do

  • Run the organizer server:
npx @mcpware/cross-code-organizer@latest $ARGUMENTS
  • Tell the user the dashboard is opening in their browser at http://localhost:3847 (or the next available port).
  • 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

How to use it

Copy the folder

Take mcpware/organize from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.

Install what it needs

The instructions reference npx. Without those the skill loads but fails at the first command.