diff --git a/.agents/skills/gstack-autoplan/agents/openai.yaml b/.agents/skills/gstack-autoplan/agents/openai.yaml deleted file mode 100644 index 28794c1a..00000000 --- a/.agents/skills/gstack-autoplan/agents/openai.yaml +++ /dev/null @@ -1,6 +0,0 @@ -interface: - display_name: "gstack-autoplan" - short_description: "Auto-review pipeline — reads the full CEO, design, and eng review skills from disk and runs them sequentially with..." - default_prompt: "Use gstack-autoplan for this task." -policy: - allow_implicit_invocation: true diff --git a/.agents/skills/gstack-benchmark/agents/openai.yaml b/.agents/skills/gstack-benchmark/agents/openai.yaml deleted file mode 100644 index 4df54f31..00000000 --- a/.agents/skills/gstack-benchmark/agents/openai.yaml +++ /dev/null @@ -1,6 +0,0 @@ -interface: - display_name: "gstack-benchmark" - short_description: "Performance regression detection using the browse daemon. Establishes baselines for page load times, Core Web..." - default_prompt: "Use gstack-benchmark for this task." -policy: - allow_implicit_invocation: true diff --git a/.agents/skills/gstack-browse/agents/openai.yaml b/.agents/skills/gstack-browse/agents/openai.yaml deleted file mode 100644 index 851f8083..00000000 --- a/.agents/skills/gstack-browse/agents/openai.yaml +++ /dev/null @@ -1,6 +0,0 @@ -interface: - display_name: "gstack-browse" - short_description: "Fast headless browser for QA testing and site dogfooding. Navigate any URL, interact with elements, verify page..." - default_prompt: "Use gstack-browse for this task." -policy: - allow_implicit_invocation: true diff --git a/.agents/skills/gstack-canary/agents/openai.yaml b/.agents/skills/gstack-canary/agents/openai.yaml deleted file mode 100644 index e51e4231..00000000 --- a/.agents/skills/gstack-canary/agents/openai.yaml +++ /dev/null @@ -1,6 +0,0 @@ -interface: - display_name: "gstack-canary" - short_description: "Post-deploy canary monitoring. Watches the live app for console errors, performance regressions, and page failures..." - default_prompt: "Use gstack-canary for this task." -policy: - allow_implicit_invocation: true diff --git a/.agents/skills/gstack-careful/agents/openai.yaml b/.agents/skills/gstack-careful/agents/openai.yaml deleted file mode 100644 index f470fcaa..00000000 --- a/.agents/skills/gstack-careful/agents/openai.yaml +++ /dev/null @@ -1,6 +0,0 @@ -interface: - display_name: "gstack-careful" - short_description: "Safety guardrails for destructive commands. Warns before rm -rf, DROP TABLE, force-push, git reset --hard, kubectl..." - default_prompt: "Use gstack-careful for this task." -policy: - allow_implicit_invocation: true diff --git a/.agents/skills/gstack-cso/agents/openai.yaml b/.agents/skills/gstack-cso/agents/openai.yaml deleted file mode 100644 index dd5e7bde..00000000 --- a/.agents/skills/gstack-cso/agents/openai.yaml +++ /dev/null @@ -1,6 +0,0 @@ -interface: - display_name: "gstack-cso" - short_description: "Chief Security Officer mode. Infrastructure-first security audit: secrets archaeology, dependency supply chain,..." - default_prompt: "Use gstack-cso for this task." -policy: - allow_implicit_invocation: true diff --git a/.agents/skills/gstack-design-consultation/agents/openai.yaml b/.agents/skills/gstack-design-consultation/agents/openai.yaml deleted file mode 100644 index 3af30a8a..00000000 --- a/.agents/skills/gstack-design-consultation/agents/openai.yaml +++ /dev/null @@ -1,6 +0,0 @@ -interface: - display_name: "gstack-design-consultation" - short_description: "Design consultation: understands your product, researches the landscape, proposes a complete design system..." - default_prompt: "Use gstack-design-consultation for this task." -policy: - allow_implicit_invocation: true diff --git a/.agents/skills/gstack-design-review/agents/openai.yaml b/.agents/skills/gstack-design-review/agents/openai.yaml deleted file mode 100644 index 473554d3..00000000 --- a/.agents/skills/gstack-design-review/agents/openai.yaml +++ /dev/null @@ -1,6 +0,0 @@ -interface: - display_name: "gstack-design-review" - short_description: "Designer's eye QA: finds visual inconsistency, spacing issues, hierarchy problems, AI slop patterns, and slow..." - default_prompt: "Use gstack-design-review for this task." -policy: - allow_implicit_invocation: true diff --git a/.agents/skills/gstack-document-release/agents/openai.yaml b/.agents/skills/gstack-document-release/agents/openai.yaml deleted file mode 100644 index 453bf5bd..00000000 --- a/.agents/skills/gstack-document-release/agents/openai.yaml +++ /dev/null @@ -1,6 +0,0 @@ -interface: - display_name: "gstack-document-release" - short_description: "Post-ship documentation update. Reads all project docs, cross-references the diff, updates..." - default_prompt: "Use gstack-document-release for this task." -policy: - allow_implicit_invocation: true diff --git a/.agents/skills/gstack-freeze/agents/openai.yaml b/.agents/skills/gstack-freeze/agents/openai.yaml deleted file mode 100644 index 0b643f68..00000000 --- a/.agents/skills/gstack-freeze/agents/openai.yaml +++ /dev/null @@ -1,6 +0,0 @@ -interface: - display_name: "gstack-freeze" - short_description: "Restrict file edits to a specific directory for the session. Blocks Edit and Write outside the allowed path. Use..." - default_prompt: "Use gstack-freeze for this task." -policy: - allow_implicit_invocation: true diff --git a/.agents/skills/gstack-guard/agents/openai.yaml b/.agents/skills/gstack-guard/agents/openai.yaml deleted file mode 100644 index c7fe7902..00000000 --- a/.agents/skills/gstack-guard/agents/openai.yaml +++ /dev/null @@ -1,6 +0,0 @@ -interface: - display_name: "gstack-guard" - short_description: "Full safety mode: destructive command warnings + directory-scoped edits. Combines /careful (warns before rm -rf,..." - default_prompt: "Use gstack-guard for this task." -policy: - allow_implicit_invocation: true diff --git a/.agents/skills/gstack-investigate/agents/openai.yaml b/.agents/skills/gstack-investigate/agents/openai.yaml deleted file mode 100644 index 3c778414..00000000 --- a/.agents/skills/gstack-investigate/agents/openai.yaml +++ /dev/null @@ -1,6 +0,0 @@ -interface: - display_name: "gstack-investigate" - short_description: "Systematic debugging with root cause investigation. Four phases: investigate, analyze, hypothesize, implement. Iron..." - default_prompt: "Use gstack-investigate for this task." -policy: - allow_implicit_invocation: true diff --git a/.agents/skills/gstack-land-and-deploy/agents/openai.yaml b/.agents/skills/gstack-land-and-deploy/agents/openai.yaml deleted file mode 100644 index 73a9d706..00000000 --- a/.agents/skills/gstack-land-and-deploy/agents/openai.yaml +++ /dev/null @@ -1,6 +0,0 @@ -interface: - display_name: "gstack-land-and-deploy" - short_description: "Land and deploy workflow. Merges the PR, waits for CI and deploy, verifies production health via canary checks...." - default_prompt: "Use gstack-land-and-deploy for this task." -policy: - allow_implicit_invocation: true diff --git a/.agents/skills/gstack-office-hours/agents/openai.yaml b/.agents/skills/gstack-office-hours/agents/openai.yaml deleted file mode 100644 index 51ac282d..00000000 --- a/.agents/skills/gstack-office-hours/agents/openai.yaml +++ /dev/null @@ -1,6 +0,0 @@ -interface: - display_name: "gstack-office-hours" - short_description: "YC Office Hours — two modes. Startup mode: six forcing questions that expose demand reality, status quo, desperate..." - default_prompt: "Use gstack-office-hours for this task." -policy: - allow_implicit_invocation: true diff --git a/.agents/skills/gstack-plan-ceo-review/agents/openai.yaml b/.agents/skills/gstack-plan-ceo-review/agents/openai.yaml deleted file mode 100644 index 6927e353..00000000 --- a/.agents/skills/gstack-plan-ceo-review/agents/openai.yaml +++ /dev/null @@ -1,6 +0,0 @@ -interface: - display_name: "gstack-plan-ceo-review" - short_description: "CEO/founder-mode plan review. Rethink the problem, find the 10-star product, challenge premises, expand scope when..." - default_prompt: "Use gstack-plan-ceo-review for this task." -policy: - allow_implicit_invocation: true diff --git a/.agents/skills/gstack-plan-design-review/agents/openai.yaml b/.agents/skills/gstack-plan-design-review/agents/openai.yaml deleted file mode 100644 index d3948212..00000000 --- a/.agents/skills/gstack-plan-design-review/agents/openai.yaml +++ /dev/null @@ -1,6 +0,0 @@ -interface: - display_name: "gstack-plan-design-review" - short_description: "Designer's eye plan review — interactive, like CEO and Eng review. Rates each design dimension 0-10, explains what..." - default_prompt: "Use gstack-plan-design-review for this task." -policy: - allow_implicit_invocation: true diff --git a/.agents/skills/gstack-plan-eng-review/agents/openai.yaml b/.agents/skills/gstack-plan-eng-review/agents/openai.yaml deleted file mode 100644 index 96eefa75..00000000 --- a/.agents/skills/gstack-plan-eng-review/agents/openai.yaml +++ /dev/null @@ -1,6 +0,0 @@ -interface: - display_name: "gstack-plan-eng-review" - short_description: "Eng manager-mode plan review. Lock in the execution plan — architecture, data flow, diagrams, edge cases, test..." - default_prompt: "Use gstack-plan-eng-review for this task." -policy: - allow_implicit_invocation: true diff --git a/.agents/skills/gstack-qa-only/agents/openai.yaml b/.agents/skills/gstack-qa-only/agents/openai.yaml deleted file mode 100644 index afbd1ee3..00000000 --- a/.agents/skills/gstack-qa-only/agents/openai.yaml +++ /dev/null @@ -1,6 +0,0 @@ -interface: - display_name: "gstack-qa-only" - short_description: "Report-only QA testing. Systematically tests a web application and produces a structured report with health score,..." - default_prompt: "Use gstack-qa-only for this task." -policy: - allow_implicit_invocation: true diff --git a/.agents/skills/gstack-qa/agents/openai.yaml b/.agents/skills/gstack-qa/agents/openai.yaml deleted file mode 100644 index 6d940241..00000000 --- a/.agents/skills/gstack-qa/agents/openai.yaml +++ /dev/null @@ -1,6 +0,0 @@ -interface: - display_name: "gstack-qa" - short_description: "Systematically QA test a web application and fix bugs found. Runs QA testing, then iteratively fixes bugs in source..." - default_prompt: "Use gstack-qa for this task." -policy: - allow_implicit_invocation: true diff --git a/.agents/skills/gstack-retro/agents/openai.yaml b/.agents/skills/gstack-retro/agents/openai.yaml deleted file mode 100644 index dbf45f2d..00000000 --- a/.agents/skills/gstack-retro/agents/openai.yaml +++ /dev/null @@ -1,6 +0,0 @@ -interface: - display_name: "gstack-retro" - short_description: "Weekly engineering retrospective. Analyzes commit history, work patterns, and code quality metrics with persistent..." - default_prompt: "Use gstack-retro for this task." -policy: - allow_implicit_invocation: true diff --git a/.agents/skills/gstack-review/agents/openai.yaml b/.agents/skills/gstack-review/agents/openai.yaml deleted file mode 100644 index ba44751c..00000000 --- a/.agents/skills/gstack-review/agents/openai.yaml +++ /dev/null @@ -1,6 +0,0 @@ -interface: - display_name: "gstack-review" - short_description: "Pre-landing PR review. Analyzes diff against the base branch for SQL safety, LLM trust boundary violations,..." - default_prompt: "Use gstack-review for this task." -policy: - allow_implicit_invocation: true diff --git a/.agents/skills/gstack-setup-browser-cookies/agents/openai.yaml b/.agents/skills/gstack-setup-browser-cookies/agents/openai.yaml deleted file mode 100644 index 5cab5186..00000000 --- a/.agents/skills/gstack-setup-browser-cookies/agents/openai.yaml +++ /dev/null @@ -1,6 +0,0 @@ -interface: - display_name: "gstack-setup-browser-cookies" - short_description: "Import cookies from your real browser (Comet, Chrome, Arc, Brave, Edge) into the headless browse session. Opens an..." - default_prompt: "Use gstack-setup-browser-cookies for this task." -policy: - allow_implicit_invocation: true diff --git a/.agents/skills/gstack-setup-deploy/agents/openai.yaml b/.agents/skills/gstack-setup-deploy/agents/openai.yaml deleted file mode 100644 index b666712e..00000000 --- a/.agents/skills/gstack-setup-deploy/agents/openai.yaml +++ /dev/null @@ -1,6 +0,0 @@ -interface: - display_name: "gstack-setup-deploy" - short_description: "Configure deployment settings for /land-and-deploy. Detects your deploy platform (Fly.io, Render, Vercel, Netlify,..." - default_prompt: "Use gstack-setup-deploy for this task." -policy: - allow_implicit_invocation: true diff --git a/.agents/skills/gstack-ship/agents/openai.yaml b/.agents/skills/gstack-ship/agents/openai.yaml deleted file mode 100644 index 537ab155..00000000 --- a/.agents/skills/gstack-ship/agents/openai.yaml +++ /dev/null @@ -1,6 +0,0 @@ -interface: - display_name: "gstack-ship" - short_description: "Ship workflow: detect + merge base branch, run tests, review diff, bump VERSION, update CHANGELOG, commit, push,..." - default_prompt: "Use gstack-ship for this task." -policy: - allow_implicit_invocation: true diff --git a/.agents/skills/gstack-unfreeze/agents/openai.yaml b/.agents/skills/gstack-unfreeze/agents/openai.yaml deleted file mode 100644 index 93de8da6..00000000 --- a/.agents/skills/gstack-unfreeze/agents/openai.yaml +++ /dev/null @@ -1,6 +0,0 @@ -interface: - display_name: "gstack-unfreeze" - short_description: "Clear the freeze boundary set by /freeze, allowing edits to all directories again. Use when you want to widen edit..." - default_prompt: "Use gstack-unfreeze for this task." -policy: - allow_implicit_invocation: true diff --git a/.agents/skills/gstack-upgrade/agents/openai.yaml b/.agents/skills/gstack-upgrade/agents/openai.yaml deleted file mode 100644 index ca055a01..00000000 --- a/.agents/skills/gstack-upgrade/agents/openai.yaml +++ /dev/null @@ -1,6 +0,0 @@ -interface: - display_name: "gstack-upgrade" - short_description: "Upgrade gstack to the latest version. Detects global vs vendored install, runs the upgrade, and shows what's new...." - default_prompt: "Use gstack-upgrade for this task." -policy: - allow_implicit_invocation: true diff --git a/.agents/skills/gstack/agents/openai.yaml b/.agents/skills/gstack/agents/openai.yaml deleted file mode 100644 index fe13e8ed..00000000 --- a/.agents/skills/gstack/agents/openai.yaml +++ /dev/null @@ -1,6 +0,0 @@ -interface: - display_name: "gstack" - short_description: "Fast headless browser for QA testing and site dogfooding. Navigate pages, interact with elements, verify state, diff..." - default_prompt: "Use gstack for this task." -policy: - allow_implicit_invocation: true