By aida-core
Foundation plugin for building your custom Claude Code experience. Extension scaffolding, multi-level configuration, and structured session context.
Expert on AIDA configuration, mementos, diagnostics, and feedback - analyzes, creates, and reviews AIDA artifacts.
Schema and validation rules for aida-project-context.yml
Templates for bug reports, feature requests, and feedback
Catalog of knowledge documents for the aida agent
Structure and best practices for AIDA mementos
Create, validate, version, and list AIDA-managed Claude Code subagent definition files (two-phase API). Use for CRUD on agent .md definitions, routed through /aida extension management. Do NOT use to run, dispatch, or consult a subagent — this only authors and maintains the definition files.
This skill routes /aida commands to appropriate handlers - configuration, diagnostics, feedback, extension management (agent-manager, skill-manager, plugin-manager, hook-manager, claude-md-manager, permissions), expert and panel configuration (expert-registry), agent knowledge management (knowledge-sync, knowledge-curator), and session persistence (memento). This is the single entry point for all AIDA operations - the sub-skills are not directly invocable.
Create, optimize, validate, and list CLAUDE.md memory files across project, user, and plugin scopes (two-phase API), routed through /aida. Use for structured CLAUDE.md management. Do NOT use for a one-off manual edit to a single CLAUDE.md — edit that file directly.
Configure AIDA expert-agent activation and panel composition for project and global scopes (list, configure, panel operations), routed through /aida. Use to set which experts/panels are active for workflows like code review and plan grading. Do NOT use to run a review or grading — this only manages the registry.
List, add, remove, and validate Claude Code lifecycle hook entries in settings.json, routed through /aida extension management. Use for structured CRUD on the hooks block. For general settings.json edits or other harness behavior changes, use the native settings/config flow instead.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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 aida-core/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 expert list | List available experts and status |
/aida expert list configure | Select active experts for a project |
/aida expert panel list | Show named panel compositions |
/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.
npx claudepluginhub aida-core/aida-core-plugin --plugin aida-coreUnified capability management center for Skills, Agents, and Commands.
Automatically detects and loads AGENTS.md files to provide agent-specific instructions alongside CLAUDE.md. Enables specialized agent behaviors without manual intervention.
Harness for Claude Code — skills, /harness:* slash commands, persona subagents, lifecycle hooks, and MCP tools without per-repo `harness setup`. Sibling plugins exist for Cursor, Gemini CLI, and Codex.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.