mr-daedalium

31 mods across 1 repository, 108 stars between them.

mr-daedalium/ostack-saas

Instructions file CodexOpenCode

Instructions for mr-daedalium/ostack-saas, covering ostack — ai engineering workflow, available skills, build commands and key conventions.

108 5mo ago C 642 tokens original MIT

mr-daedalium/ostack-saas

Instructions file

Instructions for mr-daedalium/ostack-saas, covering ostack development, commands, testing, project structure and skill.md workflow.

108 5mo ago B 3,755 tokens original MIT

ostack

03

mr-daedalium/ostack-saas

Skill Claude CodeCodex

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…

108 5mo ago C 233 tokens original MIT

autoplan

04

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…

108 5mo ago A 130 tokens original MIT

benchmark

05

mr-daedalium/ostack-saas

Skill Claude CodeCodex

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".

108 5mo ago C 74 tokens original MIT

browse

06

mr-daedalium/ostack-saas

Skill Claude CodeCodex

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…

108 5mo ago C 115 tokens copy · 89% MIT

canary

07

mr-daedalium/ostack-saas

Skill Claude CodeCodex

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…

108 5mo ago C 75 tokens original MIT

careful

08

mr-daedalium/ostack-saas

Skill Claude CodeCodex

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…

108 5mo ago C 83 tokens original MIT

codex

09

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…

108 5mo ago A 95 tokens original MIT

cso

10

mr-daedalium/ostack-saas

Skill Claude CodeCodex

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".

108 5mo ago A 75 tokens original MIT

design-consultation

11

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…

108 5mo ago E 110 tokens original MIT

design-review

12

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…

108 5mo ago C 121 tokens original MIT

document-release

13

mr-daedalium/ostack-saas

Skill Claude CodeCodex

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".…

108 5mo ago A 92 tokens original MIT

freeze

14

mr-daedalium/ostack-saas

Skill Claude CodeCodex

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".

108 5mo ago A 72 tokens original MIT

guard

15

mr-daedalium/ostack-saas

Skill Claude CodeCodex

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"…

108 5mo ago C 84 tokens original MIT

investigate

16

mr-daedalium/ostack-saas

Skill Claude CodeCodex

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…

108 5mo ago A 85 tokens original MIT

land-and-deploy

17

mr-daedalium/ostack-saas

Skill Claude CodeCodex

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".

108 5mo ago C 65 tokens original MIT

office-hours

18

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…

108 5mo ago C 137 tokens original MIT

ostack-upgrade

19

mr-daedalium/ostack-saas

Skill Claude CodeCodex

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".

108 5mo ago C 50 tokens original MIT

plan-ceo-review

20

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…

108 5mo ago A 139 tokens copy · 84% MIT

plan-design-review

21

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…

108 5mo ago A 98 tokens original MIT

plan-eng-review

22

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…

108 5mo ago A 91 tokens original MIT

qa-only

23

mr-daedalium/ostack-saas

Skill Claude CodeCodex

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…

108 5mo ago E 89 tokens original MIT

qa

24

mr-daedalium/ostack-saas

Skill Claude CodeCodex

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…

108 5mo ago E 135 tokens copy · 86% MIT