yorrick
01Plugin Claude Code
Plugin marketplace listing 5 plugins: agent-session-monitor, dev-loop, pr-review, self-improve-skill, supabase-security.
Plugin Claude Code
Plugin marketplace listing 5 plugins: agent-session-monitor, dev-loop, pr-review, self-improve-skill, supabase-security.
Hook Claude Code
Runs after a tool call finishes for Edit, Write, Task and TodoWrite tool calls, executing post_tool_use.py via uv (3 commands). From yorrick/agent-skills.
Hook Claude Code
Runs before the agent uses a tool for Task tool calls, running entire hooks claude-code pre-task. From yorrick/agent-skills.
Hook Claude Code
Runs when a session ends, running entire hooks claude-code session-end. From yorrick/agent-skills.
Hook Claude Code
Runs when a session starts, running entire hooks claude-code session-start. From yorrick/agent-skills.
Hook Claude Code
Runs when the agent finishes a response, running entire hooks claude-code stop. From yorrick/agent-skills.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, running entire hooks claude-code user-prompt-submit. From yorrick/agent-skills.
Settings file Claude Code
Agent settings declaring 6 hook events (PostToolUse, PreToolUse, SessionEnd, SessionStart).
Instructions file CodexOpenCode
Instructions for yorrick/agent-skills, covering agent instructions, the rule that matters, plugin layout, code quality and validation checklist (every change).
Instructions file
Instructions for yorrick/agent-skills, a project described as: Claude Code plugins for automated development workflows — dev-loop, review automation, and more.
Plugin Claude Code
Monitor and steer Claude Code, Codex, and other terminal coding agents through tmux panes.
Skill Claude CodeCodex
Monitor and steer Claude Code, Codex, or other terminal coding agents running in tmux panes. Use when asked to supervise, babysit, drive, or automate agent sessions through tmux, including reading agent output, detecting idle/blocked/context-boundary states, sending approved commands, clearing or compacting context at…
Plugin Claude Code
Automated development loop and ad-hoc workflow generation for orchestrating AI coding agents.
Command
Full development loop: brainstorm, plan, implement, PR, then iterative review (simplify + code review + security review) until clean.
Command
Run the review loop on an existing PR: simplify, code review + security review in parallel, fix issues, repeat.
Command
Generate and run an ad-hoc workflow from a natural language description using the StateGraph engine.
Plugin Claude Code
Multi-provider interactive PR code review. Runs Claude Code, Gemini CLI, and Codex CLI in parallel, merges findings, then lets you vet each issue before posting to GitHub.
Skill Claude CodeCodex
Multi-provider interactive PR code review. Runs Claude Code, Gemini CLI, and Codex CLI in parallel to review a pull request, merges and deduplicates findings by severity, then walks through each issue interactively so you can vet, discuss, and selectively post comments. Use this skill when the user wants to review a…
Plugin Claude Code
Analyzes session transcripts and improves project documentation (CLAUDE.md, README, memory) based on learnings.
Skill Claude CodeCodex
Analyze the current session transcript and improve project documentation based on what was learned. Triggered automatically via SessionEnd hook, or manually with /reflect. Use when the user says "reflect", "what did we learn", "improve docs from this session", or "capture learnings". Also runs automatically in the…
Plugin Claude Code
Access-control rules for Supabase projects exposed directly to a browser via PostgREST. Covers the three enforcement layers (GRANT, RLS, triggers), the traps that cause privilege escalation, and how anon keys, JWTs and servicerole actually differ.
Skill Claude CodeCodex
Access control for Supabase projects where a browser talks straight to PostgREST with no API middle layer. Load this skill BEFORE writing or reviewing anything that decides who can read or write data: RLS policies, GRANT/REVOKE statements, SECURITY DEFINER functions, RPCs, views, triggers used as authorization…