Claude Skill

organize

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

LLM Mart · 0 points · 3 views 12 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download mcpware-cross-code-organizer-skills_organize-93043af.zip · 0 KB

Install

skills CLI npx skills add https://github.com/mcpware/cross-code-organizer/tree/main/skills/organize
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install mcpware-cross-code-organizer@llmmart
Git git clone https://github.com/mcpware/cross-code-organizer.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole mcpware/cross-code-organizer collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

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
  1. Tell the user the dashboard is opening in their browser at http://localhost:3847 (or the next available port).

  2. 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
Files (cross-code-organizer)
  • SKILL.md 987 B
    ---
    name: 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:
    
    ```bash
    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
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related