claude-code-organizer: Claude Code Organizer provides a visual dashboard for managing all Claude Code configurations (memories, skills, MCP servers, commands, agents, rules, etc.) organized by scope hierarchy. It enables drag-and-drop movement between scopes with undo support and bulk operations. This solves the problem of mis-scoped items wasting tokens and polluting context in Claude sessions.; context-mode: Every tool call in an MCP (Model-Controller-Program) environment dumps raw data into the context window, quickly consuming space and causing the agent to lose track of ongoing tasks. Context Mode is an MCP server that tackles this by sandboxing tool outputs to significantly reduce context usage, tracking session events in SQLite for continuity, and promoting 'think in code' to minimize data processing within the LLM.
Move a preference from a project scope to global scope so it applies everywhere
Deep repository research and analysis (e.g., architecture, contributors, issues)