act-sdk

55 mods across 1 repository, 2 stars between them.

guard

25

act-sdk/act-sdk-js

Skill Claude CodeCodex

MANUAL TRIGGER ONLY: invoke only when user types /guard. Full safety mode: destructive command warnings + directory-scoped edits. Combines /careful (warns before rm -rf, DROP TABLE, force-push, etc.) with /freeze (blocks edits outside a specified directory). Use for maximum safety when touching prod or debugging live…

2 2mo ago C 98 tokens copy · 94% MIT

investigate

26

act-sdk/act-sdk-js

Skill Claude CodeCodex

MANUAL TRIGGER ONLY: invoke only when user types /investigate. Systematic debugging with root cause investigation. Four phases: investigate, analyze, hypothesize, implement. Iron Law: no fixes without root cause. Use when asked to "debug this", "fix this bug", "why is this broken", "investigate this error", or "root…

2 2mo ago A 100 tokens copy · 86% MIT

land-and-deploy

27

act-sdk/act-sdk-js

Skill Claude CodeCodex

MANUAL TRIGGER ONLY: invoke only when user types /land-and-deploy. Land and deploy workflow. Merges the PR, waits for CI and deploy, verifies production health via canary checks. Takes over after /ship creates the PR. Use when: "merge", "land", "deploy", "merge and verify", "land it", "ship it to production".

2 2mo ago C 84 tokens copy · 91% MIT

office-hours

28

act-sdk/act-sdk-js

Skill Claude CodeCodex

MANUAL TRIGGER ONLY: invoke only when user types /office-hours. YC Office Hours — two modes. Startup mode: six forcing questions that expose demand reality, status quo, desperate specificity, narrowest wedge, observation, and future-fit. Builder mode: design thinking brainstorming for side projects, hackathons…

2 2mo ago C 152 tokens copy · 84% MIT

plan-ceo-review

29

act-sdk/act-sdk-js

Skill Claude CodeCodex

MANUAL TRIGGER ONLY: invoke only when user types /plan-ceo-review. CEO/founder-mode plan review. Rethink the problem, find the 10-star product, challenge premises, expand scope when it creates a better product. Four modes: SCOPE EXPANSION (dream big), SELECTIVE EXPANSION (hold scope + cherry-pick expansions), HOLD…

2 2mo ago A 156 tokens copy · 88% MIT

plan-design-review

30

act-sdk/act-sdk-js

Skill Claude CodeCodex

MANUAL TRIGGER ONLY: invoke only when user types /plan-design-review. Designer's eye plan review — interactive, like CEO and Eng review. Rates each design dimension 0-10, explains what would make it a 10, then fixes the plan to get there. Works in plan mode. For live site visual audits, use /design-review. Use when…

2 2mo ago A 114 tokens copy · 91% MIT

plan-eng-review

31

act-sdk/act-sdk-js

Skill Claude CodeCodex

MANUAL TRIGGER ONLY: invoke only when user types /plan-eng-review. Eng manager-mode plan review. Lock in the execution plan — architecture, data flow, diagrams, edge cases, test coverage, performance. Walks through issues interactively with opinionated recommendations. Use when asked to "review the architecture"…

2 2mo ago A 107 tokens copy · 91% MIT

qa-only

32

act-sdk/act-sdk-js

Skill Claude CodeCodex

MANUAL TRIGGER ONLY: invoke only when user types /qa-only. Report-only QA testing. Systematically tests a web application and produces a structured report with health score, screenshots, and repro steps — but never fixes anything. Use when asked to "just report bugs", "qa report only", or "test but don't fix". For the…

2 2mo ago E 104 tokens copy · 94% MIT

qa

33

act-sdk/act-sdk-js

Skill Claude CodeCodex

MANUAL TRIGGER ONLY: invoke only when user types /qa. Systematically QA test a web application and fix bugs found. Runs QA testing, then iteratively fixes bugs in source code, committing each fix atomically and re-verifying. Use when asked to "qa", "QA", "test this site", "find bugs", "test and fix", or "fix what's…

2 2mo ago E 149 tokens copy · 88% MIT

retro

34

act-sdk/act-sdk-js

Skill Claude CodeCodex

MANUAL TRIGGER ONLY: invoke only when user types /retro. Weekly engineering retrospective. Analyzes commit history, work patterns, and code quality metrics with persistent history and trend tracking. Team-aware: breaks down per-person contributions with praise and growth areas. Use when asked to "weekly retro", "what…

2 2mo ago A 86 tokens copy · 91% MIT

review

35

act-sdk/act-sdk-js

Skill Claude CodeCodex

MANUAL TRIGGER ONLY: invoke only when user types /review. Pre-landing PR review. Analyzes diff against the base branch for SQL safety, LLM trust boundary violations, conditional side effects, and other structural issues. Use when asked to "review this PR", "code review", "pre-landing review", or "check my diff".…

2 2mo ago A 91 tokens copy · 92% MIT

act-sdk/act-sdk-js

Skill Claude CodeCodex

MANUAL TRIGGER ONLY: invoke only when user types /setup-browser-cookies. Import cookies from your real Chromium browser into the headless browse session. Opens an interactive picker UI where you select which cookie domains to import. Use before QA testing authenticated pages. Use when asked to "import cookies", "login…

2 2mo ago C 78 tokens copy · 95% MIT

setup-deploy

37

act-sdk/act-sdk-js

Skill Claude CodeCodex

MANUAL TRIGGER ONLY: invoke only when user types /setup-deploy. Configure deployment settings for /land-and-deploy. Detects your deploy platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, custom), production URL, health check endpoints, and deploy status commands. Writes the configuration to CLAUDE.md…

2 2mo ago A 120 tokens copy · 86% MIT

ship

38

act-sdk/act-sdk-js

Skill Claude CodeCodex

MANUAL TRIGGER ONLY: invoke only when user types /ship. Ship workflow: detect + merge base branch, run tests, review diff, bump VERSION, update CHANGELOG, commit, push, create PR. Use when asked to "ship", "deploy", "push to main", "create a PR", or "merge and push". Proactively suggest when the user says code is…

2 2mo ago A 86 tokens copy · 84% MIT

unfreeze

39

act-sdk/act-sdk-js

Skill Claude CodeCodex

MANUAL TRIGGER ONLY: invoke only when user types /unfreeze. Clear the freeze boundary set by /freeze, allowing edits to all directories again. Use when you want to widen edit scope without ending the session. Use when asked to "unfreeze", "unlock edits", "remove freeze", or "allow all edits".

2 2mo ago A 71 tokens copy · 83% MIT

gstack-upgrade

40

act-sdk/act-sdk-js

Skill Claude CodeCodex

MANUAL TRIGGER ONLY: invoke only when user types /gstack-upgrade. Upgrade gstack to the latest version. Detects global vs vendored install, runs the upgrade, and shows what's new. Use when asked to "upgrade gstack", "update gstack", or "get latest version".

2 2mo ago C 67 tokens copy · 77% MIT

gstack

41

act-sdk/act-sdk-js

Skill Claude CodeCodex

MANUAL TRIGGER ONLY: invoke only when user types /gstack. Fast headless browser for QA testing and site dogfooding. Navigate pages, interact with elements, verify state, diff before/after, take annotated screenshots, test responsive layouts, forms, uploads, dialogs, and capture bug evidence. Use when asked to open or…

2 2mo ago C 244 tokens copy · 84% MIT

harden

42

act-sdk/act-sdk-js

Skill Claude CodeCodex

Improve interface resilience through better error handling, i18n support, text overflow handling, and edge case management. Makes interfaces robust and production-ready.

2 2mo ago A 32 tokens copy · 100% MIT

next-best-practices

43

act-sdk/act-sdk-js

Skill Claude CodeCodex

Next.js best practices - file conventions, RSC boundaries, data patterns, async APIs, metadata, error handling, route handlers, image/font optimization, bundling.

2 2mo ago A 38 tokens copy · 100% MIT

normalize

44

act-sdk/act-sdk-js

Skill Claude CodeCodex

Normalize design to match your design system and ensure consistency.

2 2mo ago A 12 tokens copy · 100% MIT

onboard

45

act-sdk/act-sdk-js

Skill Claude CodeCodex

Design or improve onboarding flows, empty states, and first-time user experiences. Helps users get started successfully and understand value quickly.

2 2mo ago A 28 tokens copy · 100% MIT

optimize

46

act-sdk/act-sdk-js

Skill Claude CodeCodex

Improve interface performance across loading speed, rendering, animations, images, and bundle size. Makes experiences faster and smoother.

2 2mo ago A 26 tokens copy · 100% MIT

pnpm

47

act-sdk/act-sdk-js

Skill Claude CodeCodex

Node.js package manager with strict dependency resolution. Use when running pnpm specific commands, configuring workspaces, or managing dependencies with catalogs, patches, or overrides.

2 2mo ago A 35 tokens copy · 100% MIT

polish

48

act-sdk/act-sdk-js

Skill Claude CodeCodex

Final quality pass before shipping. Fixes alignment, spacing, consistency, and detail issues that separate good from great.

2 2mo ago A 26 tokens copy · 100% MIT