Patrick Camacho

Patrick Camacho

/camacho
Amsterdam, NL

building and learning

16 skills
bail
Passed all 3 security checks
Reflects, updates GitHub Issue, closes PR if open, cleans up worktree/branch.
·0669
archive
Passed all 3 security checks
Fills Outcomes & Learnings in a plan file and renames it to .done.md.
·0664
plan-review
Passed all 3 security checks
Auto-assembles review panel using deterministic rules, dispatches agents against plan file, collects verdicts.
·0642
capture
Passed all 3 security checks
Creates a draft GitHub Issue with triage label from natural language description.
·0637
orient
Passed all 3 security checks
Fetches issue context, auto-detects task type, maps to branch prefix, presents brief.
·0630
reflect
Passed all 3 security checks
Use after merging a branch or completing a task to consolidate learnings into memory layers, close out issues, and verify the phase gate.
·0598
status
Passed all 3 security checks
·0582
autonomous
Passed all 3 security checks
Exit copilot mode — return to autonomous mode with full worktree enforcement.
·0574
build-skill
Passed all 3 security checks
Use when creating or rewriting a skill and you want one strong, workflow-conformant version built through failure analysis, review, and refinement instead of a multi-draft tournament.
·0572
catchup
Passed all 3 security checks
Use after /clear, /compact, session resume, or context loss. Use when branch context is stale or unknown. Use when starting work in an existing worktree.
·0557
wrap
Passed all 3 security checks
Use when ending a session, wrapping up work, saying goodbye, or transitioning to a new task context after completing a development cycle
·0556
session-start-hook
Passed all 3 security checks
Creating and developing startup hooks for Claude Code. Use when the user wants to set up a repository for Claude Code, create a SessionStart hook to ensure their project can run tests and linters during sessions (CLI, web, or API).
·0550
validate
Passed all 3 security checks
Run full project validation (typecheck + lint + format + test + build (optional))
·0549
assemble-panel
Passed all 3 security checks
Use when another skill or agent needs a review panel assembled, retained, or converged — invoked by /review, /plan-review, and code-reviewer, not directly by users.
·0548
copilot
Passed all 3 security checks
Enter copilot mode — human drives, Claude assists. Relaxes worktree enforcement, allows main commits.
·0546
policy-algebra
Passed all 3 security checks
Use when a skill, plan, or rule file needs a frozen Starlark governance rule block generated, or an existing frozen block drift-checked against a candidate. Invoke explicitly — not for general rule discussion.
·0524