akb
01Plugin Claude Code
Plugin marketplace listing 3 plugins: akb-claude-code, akb-sessions, akb-wiki.
Plugin Claude Code
Plugin marketplace listing 3 plugins: akb-claude-code, akb-sessions, akb-wiki.
Command Claude Code
Review AKB production-governance docs and hooks.
Hook Claude Code
Runs when a session starts, executing akb_pm_hook.py via python3. From dnotitia/akb.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing akb_pm_hook.py via python3. From dnotitia/akb.
Hook Claude Code
Runs before the agent uses a tool for Bash, Read, Write, Edit, MultiEdit, mcp__akb__.* and mcp__akb_test__.* tool calls, executing akb_pm_hook.py via python3. From dnotitia/akb.
Hook Claude Code
Runs when the agent finishes a response, executing akb_pm_hook.py via python3. From dnotitia/akb.
Settings file Claude Code
Agent settings declaring 4 hook events (SessionStart, UserPromptSubmit, PreToolUse, Stop) and 11 allowed tools.
Instructions file CodexOpenCode
AGENTS.md instructions for dnotitia/akb, covering akb project guide, architecture, frontend design system, 2-layer mcp architecture and deployment.
Instructions file
Claude Code instructions for dnotitia/akb, covering claude guide for akb, mission, default work loop, pm collaboration and docs state machine.
Plugin Claude Code
Bridge Claude Code's session lifecycle into AKB's agent-memory vault.
Hook
Runs before the context is compacted, executing pre-compact.sh. From dnotitia/akb.
Hook
Runs when a session ends, executing session-end.sh. From dnotitia/akb.
Plugin Claude Code
Ingest coding sessions into an AKB vault as structured notes.
Agent
Identify long-lived decisions made during the session and compose ADR-style Decision drafts with Alternatives Considered as the canonical home for anti-pattern memory.
Agent
Generate creative ideas inspired by the session — architecture improvements, product concepts, workflow innovations, and technical possibilities.
Agent
Identify incomplete work, follow-up tasks, and action items from a session. Produces standalone task drafts.
Agent
Extract learnings, discoveries, and mistakes from a session and compose TIL drafts. Each distinct learning becomes its own draft.
Skill Claude CodeCodex
Ingest a coding session JSONL into AKB as structured notes — session report + parallel-drafted TIL / task / idea / decision sub-notes. Auto-discovers the current session's JSONL when no positional path is given (Claude / Codex). --delegate {target} fires the work to another target's CLI and exits.
Plugin Claude Code
LLM-wiki layer for AKB vaults — unified document ingest (any source) and hybrid search.
MCP server Claude CodeCodexCursor +2
AKB MCP stdio client — connect any AI agent to AKB knowledge base. Zero dependencies, auto-reconnect. Runs locally from the akb-mcp npm package. Needs 2 environment variables to run.
Agent
Record a single git commit as an immutable git-commit document in an AKB vault — mechanical git metadata plus a faithful restatement of what the diff changed.
Agent
Ingest one Confluence page into an AKB vault as a five-section LLM-wiki summary document, fetched live via the Atlassian MCP server.
Agent
Ingest one document (local file or web URL) into an AKB vault as a five-section LLM-wiki summary page, optionally preserving the original bytes in the raw file layer.
Agent
Record one Jira issue as an atlassian-issue document in an AKB vault — title/description/resolution/comments quoted verbatim. Fetched live via the Atlassian MCP server; always upsert.