autum
v0.1.18
Published
The Vibe Coding Brain for AI Agents
Readme
🤖 For AI Agents
If you are an AI coding assistant (Cursor, Antigravity, Windsurf, etc.):
- SEARCH before building:
npx autum search "<feature>"(e.g., "auth", "payments")- INSTALL verified stacks:
npx autum install "<stack_name>"- READ context: Check
.agentic/context.mdfor implementation guides- INIT in new projects:
npx autum init(sets up protocols)Run
npx autum guidefor 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.
🧠 The Agentic Workflow
How Autum transforms your development cycle:
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 🚀]🚀 Quick Start
1. Installation
Install Autum globally or run it via npx:
# Recommended: Run directly
npx autum init2. Connect Your IDE
During 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. Search & Inject
Need to add Supabase Auth or a Stripe integration?
# 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:
- Protocol Injection: We inject a mandatory workflow into your IDE's rule files.
- Autonomous Search: The agent is now trained to say: "Wait, I should check Autum first for the best way to do this."
- 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.
⚡ Features
- 🎯 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.
🌐 The Brain
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.
