Dark-first control plane for Claude Code orchestration.
Quick Start · Features · UI Preview · Roadmap · Contributing
COGMINT turns Claude Code management from a config-file maze into a visual operating surface.
- Build and manage multi-agent systems faster
- Control skills, commands, workflows, and plugins from one UI
- Track sessions and execution context with less friction
- Keep customization local to your own
.claudeworkspace
git clone https://github.com/ThanhNguyxnOrg/cogmint.git
cd cogmint
bun install
bun run devOpen http://localhost:3000.
Requirements: Bun (recommended) or Node.js 18+.
You can also install COGMINT as a Claude Code plugin and run it with /cogmint.
- Add marketplace source:
/plugin marketplace add ThanhNguyxnOrg/cogmint
- Install plugin from marketplace:
/plugin install cogmint@cogmint-marketplace
- Start COGMINT:
/cogmint
If launcher command is missing after install, run OS-specific installer once:
# Windows
pwsh -NoProfile -ExecutionPolicy Bypass -File "$PWD/scripts/distribution/install-cogmint.ps1"
# macOS / Linux
bash "$PWD/scripts/distribution/install-cogmint.sh"Then run again:
/cogmint
Design, organize, and edit agents visually instead of hand-editing markdown everywhere.
- Agent metadata + model setup
- Prompt/instruction editing
- Memory and behavior controls
Test behavior quickly with a live interface.
- Real-time iteration
- Tool/event visibility
- Faster debugging cycle
Understand and operate your system topology.
- Workflow builder for multi-step execution
- Relationship graph for connected entities
Scale your local ecosystem with better control.
- Skill import and management
- Plugin visibility and toggles
- Better discoverability via Explore
COGMINT uses a dark-first cobalt/violet design system for long sessions and reduced eye strain.
Brand assets included in public/:
favicon.svg,favicon.icofavicon-16x16.png,favicon-32x32.pngapple-touch-icon.pngicon-192.png,icon-512.pngsite.webmanifest
Current baseline:
- English default (
en) - Locale field persisted in settings (
settings.locale) - Vietnamese translation coverage across core and detail pages
Language selector is available in Settings.
- Nuxt 3 + Vue 3
- Nuxt UI + Tailwind CSS
- VueFlow
- Bun runtime
- TypeScript
| Variable | Description | Default |
|---|---|---|
CLAUDE_DIR |
Path to your Claude config directory | ~/.claude |
CLAUDE_CLI_PATH |
Optional explicit path to Claude CLI executable | Auto-detected |
- Full i18n coverage across all pages
- GIF demo walkthroughs for README
- Theme presets and workspace personalization packs
- Extended test harness for workflow simulation
See CONTRIBUTING.md.
MIT — see LICENSE.






