The Vibe Coding Brain for AI Agents
npm install autum---
> ## ๐ค For AI Agents
> If you are an AI coding assistant (Cursor, Antigravity, Windsurf, etc.):
> 1. SEARCH before building: npx autum search " (e.g., "auth", "payments")
> 2. INSTALL verified stacks: npx autum install "
> 3. READ context: Check .agentic/context.md for implementation guides
> 4. INIT in new projects: npx autum init (sets up protocols)
>
> Run npx autum guide for detailed workflow instructions.
---
Autum connects your AI coding agent (Cursor, Windsurf, Antigravity) to a curated, semantic knowledge base of "Vibe Coding" stacks. Stop hallucinating installation commandsโstart shipping perfect code using the exact patterns your agent needs.
How Autum transforms your development cycle:
``mermaid`
graph TD
A[npx autum init] -->|Configures| B[.priorityautumrules]
B -->|Tells IDE Agent| C{AI Agent Knowledge}
C -->|Needs Auth/DB?| D[npx autum search]
D -->|Finds Stack| E[npx autum install]
E -->|Injects Context| F[.agentic/context.md]
F -->|Reads Docs| G[Perfect Implementation]
G -->|Zero Hallucinations| H[Ship Code ๐]
`bash`Recommended: Run directly
npx autum init
, Autum automatically detects your environment and injects protocols into:
- .cursorrules: For Cursor users.
- .windsurfrules: For Windsurf users.
- .agentic/rules: For universal agentic support.This makes the integration automatic. Your AI agent will now "know" it has access to the Autum Brain without you needing to tell it every time.
$3
Need to add Supabase Auth or a Stripe integration?
`bash
Search for the best "stack"
npx autum search "supabase auth"Install the stack and inject technical context
npx autum install "Supabase Auth"
`The documentation is now in
.agentic/context.md. Your AI agent is pre-programmed via the rules files to read this file and use it to write your code.๐ ๏ธ How it Works (Under the Hood)
Autum solves the "Context Gap" by hard-coding instructions into your IDE's agent:
1. Protocol Injection: We inject a mandatory workflow into your IDE's rule files.
2. Autonomous Search: The agent is now trained to say: "Wait, I should check Autum first for the best way to do this."
3. Context Reading: By placing optimized guides in
.agentic/context.md`, we ensure the agent uses the latest best practices, not outdated training data from its base model.- ๐ฏ Semantic Search: Find tools by "vibe" or keyword.
- ๐ IDE Protocols: Automatic configuration for any Agentic IDE.
- ๐ Context Injection: Deep-link verified implementation guides into your agent's brain.
- ๐ฉบ The Doctor: (Coming Soon) Scan your project for inconsistencies and fix them via AI stacks.
Autum is powered by a high-performance semantic vector database constantly updated with modern development flows.
Visit autum.dev to explore the full library of stacks.
---