mr-daedalium/ostack-saas

ostack — AI-powered engineering team for Claude Code. Fork of gstack by Garry Tan.

This repository also configures its own agents. See what ostack-saas tells them →

110Stars on the repository
31Mods indexed here, across every type
5mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

ostack

01

mr-daedalium/ostack-saas

Skill Claude Code

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 test a site, verify a deployment, dogfood a user flow, or…

not rated 110 +2 5mo ago C 233 tokens original MIT

autoplan

02

mr-daedalium/ostack-saas

Skill Claude CodeCodex

Auto-review pipeline — reads the full CEO, design, and eng review skills from disk and runs them sequentially with auto-decisions using 6 decision principles. Surfaces taste decisions (close approaches, borderline scope, codex disagreements) at a final approval gate. One command, fully reviewed plan out. Use when…

not rated 110 +2 5mo ago A 130 tokens original MIT

benchmark

03

mr-daedalium/ostack-saas

Skill Claude Code

Performance regression detection using the browse daemon. Establishes baselines for page load times, Core Web Vitals, and resource sizes. Compares before/after on every PR. Tracks performance trends over time. Use when: "performance", "benchmark", "page speed", "lighthouse", "web vitals", "bundle size", "load time".

not rated 110 +2 5mo ago C 74 tokens original MIT

browse

04

mr-daedalium/ostack-saas

Skill Claude Code

Fast headless browser for QA testing and site dogfooding. Navigate any URL, interact with elements, verify page state, diff before/after actions, take annotated screenshots, check responsive layouts, test forms and uploads, handle dialogs, and assert element states. 100ms per command. Use when you need to test a…

not rated 110 +2 5mo ago C 115 tokens copy · 89% MIT

canary

05

mr-daedalium/ostack-saas

Skill Claude Code

Post-deploy canary monitoring. Watches the live app for console errors, performance regressions, and page failures using the browse daemon. Takes periodic screenshots, compares against pre-deploy baselines, and alerts on anomalies. Use when: "monitor deploy", "canary", "post-deploy check", "watch production", "verify…

not rated 110 +2 5mo ago C 75 tokens original MIT

careful

06

mr-daedalium/ostack-saas

Skill Claude Code

Safety guardrails for destructive commands. Warns before rm -rf, DROP TABLE, force-push, git reset --hard, kubectl delete, and similar destructive operations. User can override each warning. Use when touching prod, debugging live systems, or working in a shared environment. Use when asked to "be careful", "safety…

not rated 110 +2 5mo ago C 83 tokens original MIT

codex

07

mr-daedalium/ostack-saas

Skill Claude CodeCodex

OpenAI Codex CLI wrapper — three modes. Code review: independent diff review via codex review with pass/fail gate. Challenge: adversarial mode that tries to break your code. Consult: ask codex anything with session continuity for follow-ups. The "200 IQ autistic developer" second opinion. Use when asked to "codex…

not rated 110 +2 5mo ago A 95 tokens original MIT

cso

08

mr-daedalium/ostack-saas

Skill Claude Code

Chief Security Officer mode. Performs OWASP Top 10 audit, STRIDE threat modeling, attack surface analysis, auth flow verification, secret detection, dependency CVE scanning, supply chain risk assessment, and data classification review. Use when: "security audit", "threat model", "pentest review", "OWASP", "CSO review".

not rated 110 +2 5mo ago A 75 tokens original MIT

design-consultation

09

mr-daedalium/ostack-saas

Skill Claude CodeCodex

Design consultation: understands your product, researches the landscape, proposes a complete design system (aesthetic, typography, color, layout, spacing, motion), and generates font+color preview pages. Creates DESIGN.md as your project's design source of truth. For existing sites, use /plan-design-review to infer…

not rated 110 +2 5mo ago A ✓ AI review 110 tokens original MIT

design-review

10

mr-daedalium/ostack-saas

Skill Claude CodeCodex

Designer's eye QA: finds visual inconsistency, spacing issues, hierarchy problems, AI slop patterns, and slow interactions — then fixes them. Iteratively fixes issues in source code, committing each fix atomically and re-verifying with before/after screenshots. For plan-mode design review (before implementation), use…

not rated 110 +2 5mo ago C 121 tokens original MIT

document-release

11

mr-daedalium/ostack-saas

Skill Claude Code

Post-ship documentation update. Reads all project docs, cross-references the diff, updates README/ARCHITECTURE/CONTRIBUTING/CLAUDE.md to match what shipped, polishes CHANGELOG voice, cleans up TODOS, and optionally bumps VERSION. Use when asked to "update the docs", "sync documentation", or "post-ship docs".…

not rated 110 +2 5mo ago A 92 tokens original MIT

freeze

12

mr-daedalium/ostack-saas

Skill Claude Code

Restrict file edits to a specific directory for the session. Blocks Edit and Write outside the allowed path. Use when debugging to prevent accidentally "fixing" unrelated code, or when you want to scope changes to one module. Use when asked to "freeze", "restrict edits", "only edit this folder", or "lock down edits".

not rated 110 +2 5mo ago A 72 tokens copy · 81% MIT

guard

13

mr-daedalium/ostack-saas

Skill Claude Code

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 systems. Use when asked to "guard mode", "full safety"…

not rated 110 +2 5mo ago C 84 tokens original MIT

investigate

14

mr-daedalium/ostack-saas

Skill Claude Code

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 cause analysis". Proactively suggest when the user reports…

not rated 110 +2 5mo ago A 85 tokens original MIT

land-and-deploy

15

mr-daedalium/ostack-saas

Skill Claude Code

Land and deploy workflow. Merges the PR, waits for 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".

not rated 110 +2 5mo ago C 65 tokens original MIT

office-hours

16

mr-daedalium/ostack-saas

Skill Claude CodeCodex

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, learning, and open source. Saves a design doc. Use when asked to…

not rated 110 +2 5mo ago C 137 tokens original MIT

ostack-upgrade

17

mr-daedalium/ostack-saas

Skill Claude Code

Upgrade ostack to the latest version. Detects global vs vendored install, runs the upgrade, and shows what's new. Use when asked to "upgrade ostack", "update ostack", or "get latest version".

not rated 110 +2 5mo ago C 50 tokens original MIT

plan-ceo-review

18

mr-daedalium/ostack-saas

Skill Claude CodeCodex

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 SCOPE (maximum rigor), SCOPE REDUCTION (strip to essentials). Use when…

not rated 110 +2 5mo ago A 139 tokens copy · 84% MIT

plan-design-review

19

mr-daedalium/ostack-saas

Skill Claude CodeCodex

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 asked to "review the design plan" or "design critique". Proactively…

not rated 110 +2 5mo ago A 98 tokens original MIT

plan-eng-review

20

mr-daedalium/ostack-saas

Skill Claude CodeCodex

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", "engineering review", or "lock in the plan". Proactively suggest when…

not rated 110 +2 5mo ago A 91 tokens original MIT

qa-only

21

mr-daedalium/ostack-saas

Skill Claude Code

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 full test-fix-verify loop, use /qa instead. Proactively…

not rated 110 +2 5mo ago A ✓ AI review 89 tokens original MIT

qa

22

mr-daedalium/ostack-saas

Skill Claude Code

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 broken". Proactively suggest when the user says a…

not rated 110 +2 5mo ago A ✓ AI review 135 tokens copy · 86% MIT

retro

23

mr-daedalium/ostack-saas

Skill Claude Code

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 did we ship", or "engineering retrospective". Proactively…

not rated 110 +2 5mo ago A 72 tokens original MIT

review

24

mr-daedalium/ostack-saas

Skill Claude CodeCodex

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". Proactively suggest when the user is about to merge or land…

not rated 110 +2 5mo ago A 77 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: