Manus-style file-based planning for Claude CLI. Stores task_plan.md/findings.md/progress.md under docs/en/developer/plans/<session-hash>/ for durable planning + traceability.
Persistent file-based planning for Gemini CLI. Stores task_plan.md/findings.md/progress.md under docs/en/developer/plans/<session-hash>/ for durable planning, traceability, and long-running task continuity.
Send PAT-authenticated requests to HookCode backend APIs for debugging. Use when you need to call /api endpoints, verify PAT scope behavior, or inspect responses using a PAT and base URL stored in an env file.
End-to-end workflow for HookCode preview DOM highlighting: check preview status, start or stop previews, install dependencies, send highlight commands, and verify bridge readiness through PAT-authenticated APIs.
UI/UX design intelligence for Gemini. Use when designing, implementing, reviewing, or improving web and mobile interfaces. Includes searchable guidance for styles, colors, typography, UX rules, charts, and stack-specific implementation patterns.
Generate or update a repo-specific `.hookcode.yml` for this HookCode monorepo. Use when asked to create, modify, or validate `.hookcode.yml` (dependency installs, preview instances, dev commands, or failure modes) for this repository.
Send PAT-authenticated requests to HookCode backend APIs for debugging. Use when you need to call /api endpoints, verify PAT scope behavior, or test responses using a PAT and base URL stored in an env file.
End-to-end workflow for HookCode preview DOM highlighting check/start/stop previews, install dependencies, send highlight commands, and verify preview bridge readiness via PAT-authenticated APIs. Use when debugging cross-origin preview iframes, validating bridge integration, or scripting highlight requests against task-group previews.