llms.txt · git:20260428.e1bf52e · 2026-04-28 · sha256 3593f11cb34acbbd
llms.txt git:20260428.e1bf52eA
Immutable. This exact content is served forever at /api/v1/blob/3593f11cb34acbbd.
# Cross-Code Organizer (CCO)
> Organize Claude Code memories, skills, MCP servers, commands, agents, rules, hooks, plans, sessions, and config across scopes.
## Docs
- [AI Index](https://github.com/mcpware/cross-code-organizer/blob/main/AI_INDEX.md): Canonical AI-oriented map of architecture, behavior, tests, drift, and file responsibilities
- [README](https://github.com/mcpware/cross-code-organizer/blob/main/README.md): Full documentation, features, comparison, quick start
- [npm package](https://www.npmjs.com/package/@mcpware/cross-code-organizer): Install via npx
- [MCP Server Mode](https://github.com/mcpware/cross-code-organizer/blob/main/README.md#api): 4 tools — scan_inventory, move_item, delete_item, list_destinations
- [Glama Listing](https://glama.ai/mcp/servers/mcpware/cross-code-organizer): Verified MCP server with security scorecard
## Quick Start
```bash
npx @mcpware/cross-code-organizer
```
## What It Does
- Scans ~/.claude/ directory across all scopes (Global > Workspace > Project)
- 11 categories: memories, skills, MCP servers, commands, agents, rules, configs, hooks, plugins, plans, sessions
- Move supported items between scopes from the dashboard
- Best-effort restore after mutations
- Bulk operations
- Search and filter
- MCP server mode for AI clients
## MCP Server Config
```json
{
"mcpServers": {
"cross-code-organizer": {
"command": "npx",
"args": ["-y", "@mcpware/cross-code-organizer", "--mcp"]
}
}
}
```