exosuit
01Plugin Claude Code
Exosuit marketplace — structured development with Claude Code.
Plugin Claude Code
Exosuit marketplace — structured development with Claude Code.
Plugin Claude Code
Suit up. Build anything. A full engineering organization for Claude Code — deep idea interrogation, TDD sprints, enforced quality gates. 43 skills, 8 agents, 13 hooks, path-scoped rules.
Agent Claude Code
Native Claude Code agents (subagents) that provide specialized personas for focused tasks.
Agent Claude Code
Validates module boundaries, dependency direction, coupling, and layer violations against ARCHITECTURE.md. Reports only findings with confidence >= 80.
Agent Claude Code
Reviews code changes for bugs, security vulnerabilities, and convention compliance. Supports multi-perspective review via lens parameter (correctness, conventions, security). Reports only findings with confidence >= 80.
Agent Claude Code
Fast file discovery and codebase mapping. Identifies the 5-10 most relevant files for a given story or task. Returns file paths with one-line explanations.
Agent Claude Code
Independent dynamic verification agent. Runs the test suite, executes acceptance criteria commands, and verifies runtime behavior. Breaks the self-assessment cycle where the implementer verifies their own work. Reports with command output evidence.
Agent Claude Code
Analyzes hot paths, N+1 queries, unbounded operations, memory leaks, and scaling behavior. Reports only findings with confidence >= 80.
Agent Claude Code
Deep web research agent for a specific sub-question. Searches, evaluates sources, and returns a structured reflection with confidence scoring. Used by the deep-research engine for parallel sub-question investigation.
Agent Claude Code
Attacker-mindset security analysis. Covers OWASP top 10, input validation, secret handling, auth checks, injection, and dependency risks. Reports only findings with confidence >= 80.
Agent Claude Code
Verifies implementation matches acceptance criteria by cross-referencing code and test locations. Validates story format and Definition of Ready compliance. Simple PASS/FAIL classification per criterion.
Command Claude Code
Non-interactive PR review for CI/CD context. Read-only analysis — no edits.
Hook Claude Code
Runs when a session starts, executing session-start.sh with --show-toplevel. From joris887/exosuit.
Hook Claude Code
Runs before the agent uses a tool for Bash, Bash and Read tool calls, executing pre-tool-use.sh, worktree-bash-fix.sh and pre-read-check.sh with --show-toplevel (3 commands). From joris887/exosuit.
Hook Claude Code
Runs after a tool call finishes for Edit, Write, Bash and Edit tool calls, executing post-tool-use.sh and post-edit-format.sh with --show-toplevel (2 commands). From joris887/exosuit.
Hook Claude Code
Runs when the agent finishes a response, executing stop.sh with --show-toplevel. From joris887/exosuit.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing user-prompt.sh with --show-toplevel. From joris887/exosuit.
Hook Claude Code
Runs when a git worktree is created, executing worktree.sh with --show-toplevel. From joris887/exosuit.
Hook Claude Code
Runs when a git worktree is removed, executing worktree.sh with --show-toplevel. From joris887/exosuit.
Hook Claude Code
Runs when a subagent finishes, executing subagent-stop.sh with --show-toplevel. From joris887/exosuit.
Hook Claude Code
Runs before the context is compacted, executing pre-compact.sh with --show-toplevel. From joris887/exosuit.
Hook Claude Code
Runs when a tool call fails, executing post-tool-failure.sh with --show-toplevel. From joris887/exosuit.
Settings file Claude Code
Agent settings declaring 10 hook events (SessionStart, PreToolUse, PostToolUse, Stop).
Skill Claude CodeCodex
Execute a UAT test case — select, test, process findings, fix or log, and close the cycle.