challenge
Adversarial review skill. Use when the user wants to stress-test an idea, argument, proposal, or opinion from multiple independent angles. Spawns parallel…
Use when starting work in a TermCanvas-managed repo to route between direct work, Hydra, or a narrow TermCanvas skill.
$ npx -y skills add blueberrycongee/termcanvas --skill using-termcanvas --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/using-termcanvasContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when starting work in a TermCanvas-managed repo to route between direct work, Hydra, or a narrow TermCanvas skill.
name: using-termcanvas description: Use when starting work in a TermCanvas-managed repo to route between direct work, Hydra, or a narrow TermCanvas skill. alwaysApply: true
Route first. Choose the lightest path that preserves correctness.
agent, do it directly. Do not invoke Hydra by default.
or a staged workflow, use `hydra`.
instructions via `hydra init-repo` or the TermCanvas Hydra enable action.
Lead-driven, decision-point oriented. The Lead reads the codebase, picks the strategy, and dispatches workers for the steps that need a fresh agent process. Roles available: `lead` (the decider — not itself dispatched), `dev` (writes code AND its tests), `reviewer` (independent cross-model check). No separate researcher — the Lead does its own research. No separate tester — dev owns its own test surface.
for ambiguous, risky, or PRD-driven work
full Lead-driven loop
spawned workers are actually involved.
`termcanvas terminal create --prompt "..."` rather than `termcanvas terminal input`.
for workflows created by `hydra init`.
`hydra spawn`.
When the session context contains a `<memory-graph>` block from TermCanvas:
Your terminals, on an infinite canvas. TermCanvas spreads all your terminals across an infinite spatial canvas — no more tabs, no more split panes. Drag them around, zoom in to focus, zoom out to see the big picture.
Repo: blueberrycongee/termcanvas
Adversarial review skill. Use when the user wants to stress-test an idea, argument, proposal, or opinion from multiple independent angles. Spawns parallel…
Structured code review skill. Use when asked to "review this code", "review this PR", "check this diff", or when acting as a Hydra reviewer. Runs a multi-pass…
Use when a task should run through Hydra's Lead-driven workflow for multi-agent orchestration, or when an existing workflow must be inspected or cleaned up.
Systematic debugging skill. Use when encountering a bug, test failure, unexpected behavior, or when asked to "investigate", "debug", "diagnose", or "figure out…
QA testing skill with real browser automation. Use when asked to "test this site", "QA this page", "check for visual bugs", "verify the deploy", or when Hydra…
Security audit skill. Use when asked to "audit security", "check for vulnerabilities", "security review", "pentest", or when evaluating code that handles auth,…