with one click
fhinkai-site
fhinkai-site contains 2 collected skills from guycoful, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Use when working as a builder inside a WorktreePilot task worktree. Two modes — New task mode (a fresh implementation request) and Review-fix mode (the user pasted a Builder Handoff from wtp-reviewer; fix only those listed issues, keep scope tight, never merge or run `wtp finish`). Keeps the agent scoped to the current task branch, avoids touching main, and prepares changes for review.
Use when reviewing WorktreePilot task branches before or during integration into main. Three modes — review-only (default; safe; never modifies anything), merge (opt-in via "merge <task>" / "integrate <task>"; performs git merge --no-ff), and squash/apply (opt-in via "squash <task>" / "apply <task>"; runs git merge --squash so changes are staged on main for the user to review before committing). Accepts task names (auto-prefixed to worktree-<task>) or full branch names. Reviews committed branch diffs AND uncommitted task-worktree changes. Protects main; integrates at most one branch per invocation; asks before merge, before commit, and before cleanup; never force-cleans unless the user explicitly says so.