adeck
v1.0.3
Published
AI workspace CLI for vibe coders — context, memory and skills for your projects
Maintainers
Readme
adeck
CLI for AgentDeck — the AI workspace tool for vibe coders.
Install
npm install -g adeckUsage
# Initialize a project (generates workspace files with AI)
cd my-project
adeck init
# Link to your AgentDeck dashboard
adeck link YOUR_API_TOKEN
# Sync workspace data to the cloud
adeck sync
# Search your workspace memory
adeck search "how did I implement auth"
# Configure API keys
adeck config --openrouter-key sk-or-v1-...
# Create IDE symlinks (Cursor, Claude Code, etc)
adeck symlink --all
# Show all commands
adeck helpDashboard
Create your free account at: https://agentdeck-521fd.web.app
What is AgentDeck?
AgentDeck is a workspace dashboard for AI-heavy developers. It centralizes your project context, memory, skills and roadmap into a cloud-synced dashboard — so your AI agents always have the right context.
- Context Builder: Generate optimized context blocks for Cursor, Claude Code and Antigravity
- Memory Engine: Full-text search over your workspace markdown files
- Skills Manager: Version and manage your AI agent instruction sets
- Workspace Sync: Keep your dashboard updated with one command
Requirements
- Node.js 18+
- Free AgentDeck account (agentdeck-521fd.web.app)
- Optional: OpenRouter API key for AI-powered init
