Back to skills
Garrytan

Garrytan

27 skills available

1
autoplan

Runs CEO, design, and engineering review skills on a plan file in sequence, making intermediate decisions automatically using six built-in principles. Taste decisions and cases where both models chall

2
benchmark

Measures web page performance by collecting real PerformanceAPI data from a running browser session. Captures metric baselines before changes, then compares TTFB, FCP, LCP, bundle sizes, and request c

3
browse

A headless Chromium controller for testing and verifying web apps. Supports navigation, form interaction, element state checks, responsive screenshots, file uploads, and diff comparisons. Runs at roug

4
canary

Canary monitors a live app after a deploy by checking pages for console errors, performance regressions, and load failures. It takes periodic screenshots, compares them against pre-deploy baselines, a

5
careful

Adds safety guardrails to bash commands by intercepting destructive operations before they run. Catches patterns like rm -rf, DROP TABLE, force-push, git reset --hard, and kubectl delete. You can over

6
codex

Wraps the OpenAI Codex CLI to provide three code analysis modes: a structured diff review with a pass/fail gate, an adversarial challenge that searches for edge cases and failure paths, and a consult

7
cso

Runs a multi-phase security audit across a codebase. Covers secrets in git history, dependency supply chains, CI/CD pipeline risks, LLM-specific vulnerabilities, OWASP Top 10, and STRIDE threat modeli

8
design-consultation

Runs a design consultation session to build a complete design system from scratch. Researches your product's competitive landscape, proposes typography, color, layout, spacing, and motion choices as a

9
design-review

Audits a live site for visual problems — spacing inconsistencies, hierarchy failures, typography issues, AI-generated layout patterns, and sluggish interactions. Fixes each issue directly in source co

10
document-release

Runs after code ships to bring all project documentation in sync with what actually changed. Reads the diff, then updates README, ARCHITECTURE, CONTRIBUTING, CLAUDE.md, and CHANGELOG to match the curr

11
freeze

Restricts Claude's Edit and Write operations to a single directory for the duration of a session. Any attempt to modify files outside the allowed path is blocked outright. Useful when debugging or mak

12
gstack-upgrade

Upgrades gstack to the latest version. Detects whether gstack is installed globally or vendored locally, runs the appropriate upgrade path, and displays a changelog summary of what changed between ver

13
guard

Guard mode combines two safety layers: destructive command warnings (rm -rf, DROP TABLE, force-push) and directory-scoped edit restrictions. It activates both protections at once with a single command

14
investigate

A structured debugging workflow that enforces root cause analysis before any fix is applied. It runs four phases: investigate, analyze, hypothesize, implement. The core rule is simple: no code changes

15
land-and-deploy

Picks up where /ship leaves off. Merges the PR, monitors CI and deploy workflows, then runs canary checks against the live site to confirm production health. On first use, it does a dry-run validation

16
office-hours

A two-mode office hours simulation that saves a design document. Startup mode runs six diagnostic questions testing demand reality, the status quo workaround, customer specificity, minimum viable wedg

17
plan-ceo-review

Reviews development plans from a CEO/founder perspective before implementation. Challenges the problem framing, surfaces implementation alternatives, and runs a ten-section analysis covering architect

18
plan-design-review

Reviews UI/UX design decisions in a plan file before implementation. Rates each design dimension 0-10, explains what a 10 looks like for that dimension, then edits the plan to close the gaps. Can gene

19
plan-eng-review

Runs an engineering manager-style review on a plan before coding starts. Checks architecture, data flow, test coverage, edge cases, and performance, then walks through each issue interactively with op

20
qa

A QA skill that runs browser-based testing on web applications, finds bugs, and fixes them in source code. Each fix gets its own atomic commit. Covers three tiers: Quick (critical/high only), Standard

21
qa-only

Runs a structured QA pass on a web application and produces a report with a health score, screenshots, and reproduction steps. It never modifies code or fixes anything. Use it when you want a bug inve

22
retro

Runs a weekly engineering retrospective by analyzing git history, commit patterns, and code quality signals. Breaks down contributions per author with specific praise and growth suggestions anchored i

23
review

Pre-landing PR review that analyzes a branch's diff against the base branch. Checks for SQL safety, race conditions, LLM trust boundary violations, enum completeness gaps, test coverage, and scope dri

24
setup-browser-cookies

Imports cookies from an installed Chromium browser into a headless Playwright session. Opens a browser-based picker UI where you select which domains to import. Useful before QA testing pages that req

25
setup-deploy

Detects your deployment platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom) and writes the configuration to CLAUDE.md. Once set up, the /land-and-deploy skill reads this conf

26
ship

Runs the full ship workflow from a feature branch in one command. Covers merging the base branch, running tests, bumping the version, generating a changelog entry, committing in bisectable chunks, pus

27
unfreeze

Clears the directory restriction set by /freeze, restoring edit access to all directories in the current session. Works by removing the freeze state file so the registered hooks allow edits everywhere