From ac
Agentic Cognition router. Use when the agent needs to memorize/recall facts, search knowledge, manage sessions, manage skills, coordinate agents, or learn from feedback. Routes to the appropriate AC tool.
npx claudepluginhub akarelin/a --plugin acThis skill uses the workspace's default tool permissions.
Foundational tools for agent self-management. These are primitives consumed by other plugins.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Foundational tools for agent self-management. These are primitives consumed by other plugins.
| Tool | Scope | Description |
|---|---|---|
| memory | my/team/project/company | Get, set, save — persist and recall facts, secrets, state |
| search-knowledge | my/team/project/company | Search across providers (Obsidian, m365, Everything, Atlassian) |
| session | — | Sync, list, resume, rename, delete Claude Code sessions |
| skill | — | Patch, test, deploy skills |
| agent | — | Agent coordination (stub) |
| learn | — | Learn from feedback and mistakes (stub) |