mirror of
https://github.com/garrytan/gstack.git
synced 2026-05-02 11:45:20 +02:00
fix: remove .agents/ from git tracking — must be generated, not committed
PR #339 force-added agents/openai.yaml files to git despite .agents/ being in .gitignore. This created a split state: git pull brings yaml files but not SKILL.md files (gitignored), so Codex sees metadata but no actual skill content. All .agents/ content must be generated by `gen:skill-docs --host codex` during setup, not committed.
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user