Plugin Claude Code
Plugin marketplace listing 1 plugin: agent-dashboard.
Plugin Claude Code
Plugin marketplace listing 1 plugin: agent-dashboard.
Instructions file
Instructions for bjornjee/agent-dashboard, covering agent-dashboard, go conventions, external commands must go through interfaces, tests must use mocks, never real subprocesses and testing.
Plugin Claude Code
Multi-agent tmux dashboard with skills, hooks, and workflow automation.
Agent
Fixes build and test errors with minimal diffs. Use PROACTIVELY when builds or tests fail. No refactoring, no architecture changes.
Agent
Reviews code for correctness, security, and convention adherence. Use PROACTIVELY after writing or modifying code.
Agent
Creates phased implementation plans with dependencies, risks, and testing strategy. Use PROACTIVELY for complex features, refactoring, or architectural changes.
Agent
Detects security vulnerabilities, secrets, injection, and OWASP Top 10 issues. Use PROACTIVELY after writing code that handles user input, auth, API endpoints, or sensitive data.
Agent
Enforces strict RED-GREEN-REFACTOR test-driven development. Use PROACTIVELY when writing new features, fixing bugs, or refactoring code.
Hook
Runs when a session starts, executing agent-state-reporter.js via node. From bjornjee/agent-dashboard.
Hook
Runs before the agent uses a tool for Bash, Bash, Bash and Bash tool calls, executing warn-destructive.js, block-main-commit.js, pr-skill-gate.js, codex-write-gate.js and agent-state-fast.js via node (5 commands). From bjornjee/agent-dashboard.
Hook
Runs after a tool call finishes for ExitPlanMode, Bash, Bash and Bash tool calls, executing codex-delegation-gate.js, commit-lint.js, test-gate.js, pr-detect.js and agent-state-fast.js via node (5 commands). From bjornjee/agent-dashboard.
Hook
Runs when the agent asks permission for an action, executing agent-state-fast.js via node. From bjornjee/agent-dashboard.
Hook
Runs when a subagent starts, executing agent-state-reporter.js via node. From bjornjee/agent-dashboard.
Hook
Runs when a subagent finishes, executing agent-state-reporter.js via node. From bjornjee/agent-dashboard.
Hook
Runs when the agent finishes a response, executing agent-state-reporter.js and mermaid-extractor.js via node (2 commands). From bjornjee/agent-dashboard.
Hook
Runs when the agent sends a notification, executing desktop-notify.js via node. From bjornjee/agent-dashboard.
Hook
Runs when you submit a prompt, before the agent sees it, executing pr-skill-detect.js via node. From bjornjee/agent-dashboard.
Hook
Runs on the StopFailure event, executing desktop-notify.js via node. From bjornjee/agent-dashboard.
Skill Claude CodeCodex
Lightweight workflow for non-code changes — rules, config, docs, CI, dependency bumps.
Skill Claude CodeCodex
Start a new feature in an isolated git worktree with proportional verification.
Skill Claude CodeCodex
Diagnose and fix a bug in an isolated git worktree with reproduce-first, test-first methodology.
Skill Claude CodeCodex
Dispatch each phase of an approved plan to a fresh subagent with proportional verification; re-invoke to resume.
Skill Claude CodeCodex
Deep-dive into a codebase question, failure, or architectural concern without making changes.
Skill Claude CodeCodex
Create a pull request with cleanup, fmt, and test gates.