_
    | |_ ___ _____   _____
    |  _|  _|  _  |_|   -|
    |_| |_| |_____|_|___/   v0.1 draft

Trove

The local-first, AI-native resource manager for AI coding agents.

One ~/.trove/ directory holds your API credentials, MCP configs, and usage docs for every service. Any AI coding agent (Claude Code, Cursor, Codex, Aider) reuses them across all your projects.

No inject step. No cross-agent adapters. AI is the runtime.

How it works

~/.trove/
├── minimax/
│   ├── module.md         # YAML frontmatter + skill body
│   └── credentials.json  # secrets (gitignored, 600 perms)
├── cloudflare/
├── resend/
└── ...

Reference from any project's CLAUDE.md:

@trove.md

Where trove.md just lists the modules:

@/Users/you/.trove/minimax/module.md
@/Users/you/.trove/cloudflare/module.md
@/Users/you/.trove/resend/module.md

That's it. The AI auto-loads each module, fetches credentials on demand (no env pre-export), and configures MCP servers when needed.

What's in the box

Status

v0.1 draft. Format is stable; Web UI (with AI-assisted credential entry) is the next milestone.