AIDA - Agentic Intelligence Digital Assistant. Foundation plugins for extending Claude Code.
npx claudepluginhub aida-core/aida-core-pluginFoundation plugin for building your custom Claude Code experience. Extension scaffolding, multi-level configuration, and structured session context.
The foundation for building your custom Claude Code experience.
Requires: Claude Code (latest) and Python 3.8+ (on Debian/Ubuntu, also python3-venv)
Claude Code is extensible — but there's no scaffolding. Building agents and skills from scratch means reinventing structure, conventions, and patterns every time. AIDA gives you the foundation to build on.
A bootstrap, not a box. AIDA provides the base layer — configuration management, extension scaffolding, session persistence — so you can focus on building the tools that matter to your workflow.
Standardized extension creation. Create agents, skills, and plugins with guided
templates that follow consistent conventions. Run /aida agent create and get properly
structured extensions without guessing at the format.
Configuration at every level. User-level defaults, project-level overrides, auto-detected environment settings. Your setup stays consistent across projects and portable across machines.
Structured session context. Mementos capture rich project state — not just facts, but the full context of what you're working on. Save mid-task, restore tomorrow, scoped to the project or your user profile.
/aida doctor/plugin marketplace add oakensoul/aida-marketplace
/plugin install core@aida
/aida config
/aida status
For detailed walkthrough, see the Getting Started Guide.
| Command | Description |
|---|---|
/aida config | Configure AIDA (global or project) |
/aida status | Check installation and configuration |
/aida doctor | Run health diagnostics |
/aida memento | Save/restore session context |
/aida agent create | Create a custom agent |
/aida skill create | Create a custom skill |
/aida feedback | Submit feedback via GitHub |
/aida bug | Report a bug |
/aida feature-request | Request a feature |
python3-venv)Python dependencies are managed automatically. AIDA creates a virtual environment at
~/.aida/venv/on first use -- no manualpip installrequired.
AIDA extends Claude Code with a layered extension system:
agents/ # WHO - Expert personas
skills/ # HOW - Process definitions + execution capabilities
See ARCHITECTURE.md for detailed design.
/aida agent|skill|plugin create)/aida hook)We welcome contributions!
/aida bug # Report bugs
/aida feature-request # Request features
/aida feedback # General feedback
See DEVELOPMENT.md for contributor guidelines.