eshwarvijay/agent-architecture
Plugin Claude Code
Agent-design knowledge base for Claude Code: the 21 agentic design patterns, distilled to concepts.
eshwarvijay/agent-architecture
Plugin Claude Code
Agent-design knowledge base for Claude Code: the 21 agentic design patterns, distilled to concepts.
eshwarvijay/agent-architecture
Plugin Claude Code
Turns Claude into an agent-design expert: the 21 agentic design patterns (concepts, no code) for choosing, comparing, and composing the right patterns when building AI agents.
eshwarvijay/agent-architecture
Skill Claude CodeCodex
Agent design knowledge base for the RESEARCH/DESIGN phase of building AI agents — the 21 agentic design patterns from Antonio Gulli's "Agentic Design Patterns" (concepts only, code excluded by design; use the google-agents-cli- skills for ADK implementation). Use when deciding WHICH patterns an agent needs and their…
Plugin Claude Code
Your coding agent's second-in-command: a rival model reviews every diff, gates stop the sloppy ones, and nothing merges without your word.
Plugin Claude Code
Your agent writes the code, a different model tries to break it, and only what survives ships. Cross-model, edit-locked review with a machine-readable verdict, gated merges, durable decisions, stuck-loop and timeout guards, and read-only reasoning one-shots. Harness-neutral.
Command
Run a task through a maker/checker loop until done (triage → implement → verify → gate).
Command
Check and auto-fix secondmate's requirements (checker/reason harness, git/gh/python, and companions herdr/ponytail/loop-task/adhd). Installs what's missing — the human only approves each action.
Command
Ask a read-only reasoning model (via secondmate) a hard analysis question — root-cause, triage, plan review, pre-mortem — without spending this session's context.
Command
Run the secondmate pre-integration gate on a maker's worktree — clean tree, non-empty diff, exact-SHA match, tests — before merging.
Hook
Runs when a session starts on startup, resume, clear and compact, executing session-holds.sh via bash. From eshwarvijay/secondmate.
Skill Claude CodeCodex
Maker/checker loop for shipping a verified code change: triage → isolated worktree → maker implements → cross-model edit-locked checker emits a {verdict} envelope → verify-gate → durable human hold → integrate. Use when the user wants a change made AND independently verified before it lands, asks to "run the…