ci-summary
01Command Claude Code
A language-agnostic debugging interface for AI agents.
Command Claude Code
A language-agnostic debugging interface for AI agents.
Command Claude Code
A language-agnostic debugging interface for AI agents.
Command Claude Code
A language-agnostic debugging interface for AI agents.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing skill-activation-prompt.sh. From ai-debugger-inc/aidb.
Hook Claude Code
Runs after a tool call finishes for Edit, MultiEdit and Write tool calls, executing post-tool-use-tracker.sh. From ai-debugger-inc/aidb.
Hook Claude Code
Runs when the agent finishes a response, executing test-runner-suggestion.sh and lint-check.sh (2 commands). From ai-debugger-inc/aidb.
Settings file Claude Code
Agent settings declaring 3 hook events (UserPromptSubmit, PostToolUse, Stop) and 39 allowed tools.
Skill Claude CodeCodex
Comprehensive guide for AIDB debug adapter development. Covers component-based architecture, language-specific patterns (Python/debugpy, JavaScript/vscode-js-debug, Java/java-debug), lifecycle hooks, process management, port management, launch orchestration, resource cleanup, child sessions, and common pitfalls.…
Skill Claude CodeCodex
Comprehensive architectural reference for AIDB core and MCP integration. Covers 6-layer architecture (MCP, Service, Session, Adapter, DAP Client, Protocol), component organization, data flow patterns, and design decisions. Use when explaining overall system design or understanding how layers interact.
Skill Claude CodeCodex
Guide for GitHub Actions workflows, test orchestration, parallel testing, adapter builds, releases, and CI/CD configuration. Use when working with .github/workflows/, versions.json, or troubleshooting CI issues.
Skill Claude CodeCodex
CRITICAL guardrail for preventing code duplication and magic strings in the AIDB codebase. Enforces discovery of existing constants, enums, and utilities BEFORE writing new code.
Skill Claude CodeCodex
Comprehensive guide for working with Debug Adapter Protocol in AIDB.
Skill Claude CodeCodex
Guide for developing AIDB dev-cli commands and services. Covers Click framework patterns, service architecture, command development, decorators, error handling, CommandExecutor, CliOutput, BaseService, BaseManager patterns. Use when working with src/aidbcli/, adding CLI commands, creating services, or integrating with…
Skill Claude CodeCodex
Comprehensive guide for creating and modifying AIDB MCP tools with agent optimization.
Skill Claude CodeCodex
Create and manage Claude Code skills following Anthropic best practices. Use when creating new skills, modifying skill-rules.json, understanding trigger patterns, working with hooks, debugging skill activation, or implementing progressive disclosure. Covers skill structure, YAML frontmatter, trigger types (AI-powered…
Skill Claude CodeCodex
Comprehensive guide for implementing AIDB tests following E2E-first philosophy, DebugInterface abstraction, and MCP response health standards.
Skill Claude CodeCodex
Purpose: General troubleshooting guide for diagnosing AIDB issues across all components.
Instructions file
Instructions for ai-debugger-inc/aidb, covering ai debugger (aidb) - claude code context, project overview, project components, architecture overview and key architectural concepts.