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…
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…
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…
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…
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…
Decide which discovered URLs are worth pulling into an agent's knowledge corpus. Reads pending entries from `agents/<agent>/knowledge/decisions.json` (written by `knowledge-sync`'s discover command) and either flips each to in-use or rejected based on the…
Keep agent knowledge files current with their declared upstream sources. Reads agents/<name>/knowledge/sources.yml, fetches each source, and updates marker-delimited sections in target knowledge files. Supports local files and HTTP/HTTPS URLs, plus URL…
Save and restore AIDA session mementos — structured context snapshots that persist across /clear and /compact. Use when the user runs /aida memento to capture or restore session state. Not a general note-taking tool or long-term memory store.