mirror of https://github.com/garrytan/gstack.git
chore(skills): regenerate SKILL.md after frontmatter quoting fix (#1778)
9 catalog-trimmed descriptions whose values contain an interior colon or inline- comment marker are now quoted. Generated output only; rerun of bun run gen:skill-docs. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
d3feac15ad
commit
51218962f6
|
|
@ -2,7 +2,7 @@
|
||||||
name: design-consultation
|
name: design-consultation
|
||||||
preamble-tier: 3
|
preamble-tier: 3
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
description: Design consultation: understands your product, researches the landscape, proposes a complete design system (aesthetic, typography, color, layout, spacing, motion), and generates font+color preview... (gstack)
|
description: "Design consultation: understands your product, researches the landscape, proposes a complete design system (aesthetic, typography, color, layout, spacing, motion), and generates font+color preview... (gstack)"
|
||||||
allowed-tools:
|
allowed-tools:
|
||||||
- Bash
|
- Bash
|
||||||
- Read
|
- Read
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
name: design-html
|
name: design-html
|
||||||
preamble-tier: 2
|
preamble-tier: 2
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
description: Design finalization: generates production-quality Pretext-native HTML/CSS. (gstack)
|
description: "Design finalization: generates production-quality Pretext-native HTML/CSS. (gstack)"
|
||||||
triggers:
|
triggers:
|
||||||
- build the design
|
- build the design
|
||||||
- code the mockup
|
- code the mockup
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
name: design-review
|
name: design-review
|
||||||
preamble-tier: 4
|
preamble-tier: 4
|
||||||
version: 2.0.0
|
version: 2.0.0
|
||||||
description: Designer's eye QA: finds visual inconsistency, spacing issues, hierarchy problems, AI slop patterns, and slow interactions — then fixes them. (gstack)
|
description: "Designer's eye QA: finds visual inconsistency, spacing issues, hierarchy problems, AI slop patterns, and slow interactions — then fixes them. (gstack)"
|
||||||
allowed-tools:
|
allowed-tools:
|
||||||
- Bash
|
- Bash
|
||||||
- Read
|
- Read
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
name: design-shotgun
|
name: design-shotgun
|
||||||
preamble-tier: 2
|
preamble-tier: 2
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
description: Design shotgun: generate multiple AI design variants, open a comparison board, collect structured feedback, and iterate. (gstack)
|
description: "Design shotgun: generate multiple AI design variants, open a comparison board, collect structured feedback, and iterate. (gstack)"
|
||||||
triggers:
|
triggers:
|
||||||
- explore design variants
|
- explore design variants
|
||||||
- show me design options
|
- show me design options
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
name: guard
|
name: guard
|
||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
description: Full safety mode: destructive command warnings + directory-scoped edits. (gstack)
|
description: "Full safety mode: destructive command warnings + directory-scoped edits. (gstack)"
|
||||||
triggers:
|
triggers:
|
||||||
- full safety mode
|
- full safety mode
|
||||||
- guard against mistakes
|
- guard against mistakes
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
name: ios-clean
|
name: ios-clean
|
||||||
preamble-tier: 3
|
preamble-tier: 3
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
description: Remove the DebugBridge SPM package and all #if DEBUG wiring from an iOS app. (gstack)
|
description: "Remove the DebugBridge SPM package and all #if DEBUG wiring from an iOS app. (gstack)"
|
||||||
allowed-tools:
|
allowed-tools:
|
||||||
- Bash
|
- Bash
|
||||||
- Read
|
- Read
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
name: plan-tune
|
name: plan-tune
|
||||||
preamble-tier: 2
|
preamble-tier: 2
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
description: Self-tuning question sensitivity + developer psychographic for gstack (v1: observational). (gstack)
|
description: "Self-tuning question sensitivity + developer psychographic for gstack (v1: observational). (gstack)"
|
||||||
triggers:
|
triggers:
|
||||||
- tune questions
|
- tune questions
|
||||||
- stop asking me that
|
- stop asking me that
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
name: setup-gbrain
|
name: setup-gbrain
|
||||||
preamble-tier: 2
|
preamble-tier: 2
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
description: Set up gbrain for this coding agent: install the CLI, initialize a local PGLite or Supabase brain, register MCP, capture per-remote trust policy. (gstack)
|
description: "Set up gbrain for this coding agent: install the CLI, initialize a local PGLite or Supabase brain, register MCP, capture per-remote trust policy. (gstack)"
|
||||||
triggers:
|
triggers:
|
||||||
- setup gbrain
|
- setup gbrain
|
||||||
- install gbrain
|
- install gbrain
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
name: ship
|
name: ship
|
||||||
preamble-tier: 4
|
preamble-tier: 4
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
description: Ship workflow: detect + merge base branch, run tests, review diff, bump VERSION, update CHANGELOG, commit, push, create PR. (gstack)
|
description: "Ship workflow: detect + merge base branch, run tests, review diff, bump VERSION, update CHANGELOG, commit, push, create PR. (gstack)"
|
||||||
allowed-tools:
|
allowed-tools:
|
||||||
- Bash
|
- Bash
|
||||||
- Read
|
- Read
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue