Skills¶
Every skill in the plugin, grouped by bucket. Each entry links to the skill's own
page — auto-generated from its SKILL.md so the site stays in lockstep with the
plugin source. Click any skill to see what triggers it, what it does, and the full
spec.
You can always invoke a skill explicitly with /zsl:<name>. Skills without
disable-model-invocation: true also auto-trigger when Claude Code matches your
prompt against the trigger phrases shown on each skill's page.
Engineering¶
Daily code work.
- setup-zsl-superpowers — scaffold the per-repo config the engineering skills consume. Run once per repo.
- grill-with-docs — interview-driven planning, sharpens terminology against
CONTEXT.mdand ADRs inline. - to-prd — turn the current conversation into a PRD on the issue tracker.
- to-issues — break a PRD into vertical-slice sub-issues with explicit
Blocked bygraphs. - triage — move issues through the state machine; entry point for inbound bug reports and feature requests too.
- tdd — single-issue red-green-refactor loop.
- tdd-parallel — fan AFK slices out into worktrees, merge in wave order, open one integration PR. (Deep-dive.)
- diagnose — disciplined bug/perf-regression loop: reproduce → minimise → hypothesise → instrument → fix → regression-test.
- improve-codebase-architecture — find deepening opportunities; run every few days to fight entropy.
- zoom-out — broader context on unfamiliar code.
- prototype — throwaway terminal app or radically-different UI variations to flush out a design before committing.
- code-review — pre-PR review of the current branch with an issues-only tone.
- commit — explicit-file-list commits, no
git add -A, no Claude attribution. - git-branch — branch with the prefix convention required by GitHub auto-PR workflows.
Productivity¶
General workflow tools, not code-specific.
- grill-me — get relentlessly interviewed about a plan or design until every branch resolves.
- timesheet — turn recent Claude Code session histories into copy/paste timesheet bullets.
- write-a-skill — author a new skill with progressive disclosure and bundled resources.
- caveman — ultra-compressed reply mode (~75% token cut, full technical accuracy).
Misc¶
Tools we keep around but rarely reach for.
- edit-article — restructure and tighten article drafts.
- git-guardrails-claude-code — Claude Code hooks that block dangerous git commands before they execute.
- setup-pre-commit — Husky + lint-staged + Prettier + type-check + tests pre-commit setup.
- steampipe — reference for AWS infra queries via Steampipe (auto-triggered, not user-invocable).