get-shit-pretty 0.4.3 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/plugin.json +24 -0
- package/.mcp.json +16 -0
- package/README.md +82 -33
- package/bin/install.js +830 -348
- package/gsp/agents/gsp-accessibility-auditor.md +73 -0
- package/{agents → gsp/agents}/gsp-ascii-artist.md +4 -1
- package/gsp/agents/gsp-brand-auditor.md +73 -0
- package/gsp/agents/gsp-brand-strategist.md +77 -0
- package/{agents → gsp/agents}/gsp-builder.md +52 -12
- package/{agents → gsp/agents}/gsp-campaign-director.md +16 -3
- package/{agents → gsp/agents}/gsp-critic.md +8 -4
- package/{agents → gsp/agents}/gsp-designer.md +12 -5
- package/gsp/agents/gsp-identity-designer.md +81 -0
- package/gsp/agents/gsp-pattern-architect.md +251 -0
- package/{agents → gsp/agents}/gsp-project-researcher.md +6 -3
- package/gsp/agents/gsp-researcher.md +80 -0
- package/{agents → gsp/agents}/gsp-reviewer.md +10 -4
- package/{agents → gsp/agents}/gsp-scoper.md +6 -3
- package/gsp/hooks/hooks.json +24 -0
- package/gsp/prompts/01-design-system-architect.md +65 -0
- package/{prompts → gsp/prompts}/03-ui-ux-pattern-master.md +5 -3
- package/gsp/prompts/08-accessibility-auditor.md +38 -0
- package/gsp/prompts/09-design-to-code-translator.md +63 -0
- package/gsp/references/block-patterns.md +91 -0
- package/gsp/references/color-composition.md +173 -0
- package/gsp/references/design-trends.md +55 -0
- package/gsp/references/phase-transitions.md +132 -0
- package/gsp/references/typography-scales.md +760 -0
- package/gsp/references/visual-effects.md +228 -0
- package/{references → gsp/references}/wcag-checklist.md +53 -5
- package/gsp/skills/get-shit-pretty/SKILL.md +54 -0
- package/gsp/skills/gsp-accessibility/SKILL.md +348 -0
- package/{commands/gsp/add-reference.md → gsp/skills/gsp-add-reference/SKILL.md} +3 -2
- package/{commands/gsp/art.md → gsp/skills/gsp-art/SKILL.md} +2 -1
- package/gsp/skills/gsp-brand-audit/SKILL.md +89 -0
- package/gsp/skills/gsp-brand-identity/SKILL.md +128 -0
- package/{commands/gsp/brand-patterns.md → gsp/skills/gsp-brand-patterns/SKILL.md} +68 -72
- package/gsp/skills/gsp-brand-research/SKILL.md +88 -0
- package/gsp/skills/gsp-brand-strategy/SKILL.md +146 -0
- package/gsp/skills/gsp-design-system/SKILL.md +153 -0
- package/{commands/gsp/doctor.md → gsp/skills/gsp-doctor/SKILL.md} +33 -26
- package/{commands/gsp/help.md → gsp/skills/gsp-help/SKILL.md} +32 -33
- package/{commands/gsp/launch.md → gsp/skills/gsp-launch/SKILL.md} +11 -12
- package/gsp/skills/gsp-palette/SKILL.md +263 -0
- package/{commands/gsp/pretty.md → gsp/skills/gsp-pretty/SKILL.md} +2 -1
- package/{commands/gsp/progress.md → gsp/skills/gsp-progress/SKILL.md} +27 -47
- package/{commands/gsp/project-brief.md → gsp/skills/gsp-project-brief/SKILL.md} +14 -28
- package/gsp/skills/gsp-project-build/SKILL.md +277 -0
- package/{commands/gsp/project-critique.md → gsp/skills/gsp-project-critique/SKILL.md} +22 -49
- package/{commands/gsp/project-design.md → gsp/skills/gsp-project-design/SKILL.md} +33 -34
- package/{commands/gsp/project-research.md → gsp/skills/gsp-project-research/SKILL.md} +13 -21
- package/{commands/gsp/project-review.md → gsp/skills/gsp-project-review/SKILL.md} +20 -42
- package/gsp/skills/gsp-scaffold/SKILL.md +247 -0
- package/{commands/gsp/start.md → gsp/skills/gsp-start/SKILL.md} +173 -77
- package/gsp/skills/gsp-style/SKILL.md +544 -0
- package/gsp/skills/gsp-style/SOURCES.md +80 -0
- package/gsp/skills/gsp-style/styles/INDEX.yml +184 -0
- package/gsp/skills/gsp-style/styles/academia.md +787 -0
- package/gsp/skills/gsp-style/styles/academia.yml +66 -0
- package/gsp/skills/gsp-style/styles/art-deco.md +352 -0
- package/gsp/skills/gsp-style/styles/art-deco.yml +61 -0
- package/gsp/skills/gsp-style/styles/bauhaus.md +225 -0
- package/gsp/skills/gsp-style/styles/bauhaus.yml +57 -0
- package/gsp/skills/gsp-style/styles/bold-typography.md +469 -0
- package/gsp/skills/gsp-style/styles/bold-typography.yml +61 -0
- package/gsp/skills/gsp-style/styles/botanical.md +177 -0
- package/gsp/skills/gsp-style/styles/botanical.yml +63 -0
- package/gsp/skills/gsp-style/styles/claymorphism.md +413 -0
- package/gsp/skills/gsp-style/styles/claymorphism.yml +69 -0
- package/gsp/skills/gsp-style/styles/cyberpunk.md +455 -0
- package/gsp/skills/gsp-style/styles/cyberpunk.yml +62 -0
- package/gsp/skills/gsp-style/styles/enterprise.md +260 -0
- package/gsp/skills/gsp-style/styles/enterprise.yml +62 -0
- package/gsp/skills/gsp-style/styles/flat-design.md +155 -0
- package/gsp/skills/gsp-style/styles/flat-design.yml +58 -0
- package/gsp/skills/gsp-style/styles/fluent.md +183 -0
- package/gsp/skills/gsp-style/styles/fluent.yml +63 -0
- package/gsp/skills/gsp-style/styles/glassmorphism.md +587 -0
- package/gsp/skills/gsp-style/styles/glassmorphism.yml +64 -0
- package/gsp/skills/gsp-style/styles/humanist-literary.md +153 -0
- package/gsp/skills/gsp-style/styles/humanist-literary.yml +58 -0
- package/gsp/skills/gsp-style/styles/industrial.md +438 -0
- package/gsp/skills/gsp-style/styles/industrial.yml +63 -0
- package/gsp/skills/gsp-style/styles/kinetic.md +563 -0
- package/gsp/skills/gsp-style/styles/kinetic.yml +52 -0
- package/gsp/skills/gsp-style/styles/liquid-glass.md +663 -0
- package/gsp/skills/gsp-style/styles/liquid-glass.yml +66 -0
- package/gsp/skills/gsp-style/styles/luxury.md +438 -0
- package/gsp/skills/gsp-style/styles/luxury.yml +62 -0
- package/gsp/skills/gsp-style/styles/material.md +591 -0
- package/gsp/skills/gsp-style/styles/material.yml +58 -0
- package/gsp/skills/gsp-style/styles/maximalism.md +911 -0
- package/gsp/skills/gsp-style/styles/maximalism.yml +58 -0
- package/gsp/skills/gsp-style/styles/minimal-dark.md +478 -0
- package/gsp/skills/gsp-style/styles/minimal-dark.yml +61 -0
- package/gsp/skills/gsp-style/styles/modern-dark.md +426 -0
- package/gsp/skills/gsp-style/styles/modern-dark.yml +59 -0
- package/gsp/skills/gsp-style/styles/monochrome.md +504 -0
- package/gsp/skills/gsp-style/styles/monochrome.yml +66 -0
- package/gsp/skills/gsp-style/styles/neubrutalism.md +390 -0
- package/gsp/skills/gsp-style/styles/neubrutalism.yml +58 -0
- package/gsp/skills/gsp-style/styles/neumorphism.md +231 -0
- package/gsp/skills/gsp-style/styles/neumorphism.yml +57 -0
- package/gsp/skills/gsp-style/styles/newsprint.md +565 -0
- package/gsp/skills/gsp-style/styles/newsprint.yml +58 -0
- package/gsp/skills/gsp-style/styles/organic.md +213 -0
- package/gsp/skills/gsp-style/styles/organic.yml +65 -0
- package/gsp/skills/gsp-style/styles/playful-geometric.md +247 -0
- package/gsp/skills/gsp-style/styles/playful-geometric.yml +64 -0
- package/gsp/skills/gsp-style/styles/professional.md +539 -0
- package/gsp/skills/gsp-style/styles/professional.yml +59 -0
- package/gsp/skills/gsp-style/styles/retro.md +700 -0
- package/gsp/skills/gsp-style/styles/retro.yml +65 -0
- package/gsp/skills/gsp-style/styles/saas.md +526 -0
- package/gsp/skills/gsp-style/styles/saas.yml +61 -0
- package/gsp/skills/gsp-style/styles/sketch.md +225 -0
- package/gsp/skills/gsp-style/styles/sketch.yml +58 -0
- package/gsp/skills/gsp-style/styles/swiss-minimalist.md +227 -0
- package/gsp/skills/gsp-style/styles/swiss-minimalist.yml +59 -0
- package/gsp/skills/gsp-style/styles/terminal.md +135 -0
- package/gsp/skills/gsp-style/styles/terminal.yml +64 -0
- package/gsp/skills/gsp-style/styles/vaporwave.md +392 -0
- package/gsp/skills/gsp-style/styles/vaporwave.yml +61 -0
- package/gsp/skills/gsp-style/styles/web3.md +373 -0
- package/gsp/skills/gsp-style/styles/web3.yml +65 -0
- package/gsp/skills/gsp-typescale/SKILL.md +651 -0
- package/{commands/gsp/update.md → gsp/skills/gsp-update/SKILL.md} +21 -12
- package/gsp/templates/branding/brief.md +103 -0
- package/gsp/templates/branding/config.json +20 -0
- package/{templates → gsp/templates}/branding/roadmap.md +9 -10
- package/{templates → gsp/templates}/branding/state.md +2 -3
- package/{templates → gsp/templates}/phases/brief.md +1 -1
- package/{templates → gsp/templates}/phases/build.md +26 -0
- package/gsp/templates/phases/discover.md +47 -0
- package/{templates → gsp/templates}/phases/identity.md +17 -25
- package/{templates/phases/system.md → gsp/templates/phases/patterns.md} +24 -7
- package/{templates → gsp/templates}/phases/review.md +1 -1
- package/gsp/templates/phases/strategy.md +63 -0
- package/gsp/templates/projects/config.json +21 -0
- package/{templates → gsp/templates}/projects/roadmap.md +1 -1
- package/gsp/templates/system/COMPONENTS.md +28 -0
- package/gsp/templates/system/CONCERNS.md +51 -0
- package/gsp/templates/system/CONVENTIONS.md +50 -0
- package/{templates/codebase-inventory.md → gsp/templates/system/STACK.md} +2 -34
- package/gsp/templates/system/TOKENS.md +26 -0
- package/package.json +38 -7
- package/scripts/gsp-statusline.js +5 -1
- package/scripts/lint-check.sh +30 -0
- package/VERSION +0 -1
- package/agents/gsp-auditor.md +0 -55
- package/agents/gsp-brand-auditor.md +0 -97
- package/agents/gsp-brand-strategist.md +0 -83
- package/agents/gsp-codebase-scanner.md +0 -171
- package/agents/gsp-identity-designer.md +0 -90
- package/agents/gsp-researcher.md +0 -83
- package/agents/gsp-system-architect.md +0 -121
- package/agents/gsp-verbal-strategist.md +0 -84
- package/commands/gsp/brand-audit.md +0 -116
- package/commands/gsp/brand-identity.md +0 -207
- package/commands/gsp/brand-research.md +0 -113
- package/commands/gsp/brand-strategy.md +0 -150
- package/commands/gsp/brand-verbal.md +0 -104
- package/commands/gsp/project-build.md +0 -141
- package/prompts/01-design-system-architect.md +0 -61
- package/prompts/08-accessibility-auditor.md +0 -29
- package/prompts/09-design-to-code-translator.md +0 -46
- package/references/design-trends.md +0 -47
- package/references/phase-transitions.md +0 -96
- package/references/trends/claymorphism.md +0 -232
- package/references/trends/glassmorphism.md +0 -455
- package/references/trends/kinetic-typography.md +0 -277
- package/references/trends/liquid-glass.md +0 -236
- package/references/trends/neubrutalism.md +0 -276
- package/templates/branding/brief.md +0 -74
- package/templates/branding/config.json +0 -26
- package/templates/phases/discover.md +0 -60
- package/templates/phases/strategy.md +0 -67
- package/templates/phases/verbal.md +0 -63
- package/templates/projects/config.json +0 -27
- /package/{agents → gsp/agents}/custom/.gitkeep +0 -0
- /package/{prompts → gsp/prompts}/02-brand-identity-creator.md +0 -0
- /package/{prompts → gsp/prompts}/04-marketing-asset-factory.md +0 -0
- /package/{prompts → gsp/prompts}/05-implementation-spec-expert.md +0 -0
- /package/{prompts → gsp/prompts}/06-design-critique-partner.md +0 -0
- /package/{prompts → gsp/prompts}/07-design-trend-synthesizer.md +0 -0
- /package/{prompts → gsp/prompts}/10-project-scoper.md +0 -0
- /package/{prompts → gsp/prompts}/11-deliverable-reviewer.md +0 -0
- /package/{prompts → gsp/prompts}/12-project-researcher.md +0 -0
- /package/{references → gsp/references}/apple-hig-patterns.md +0 -0
- /package/{references → gsp/references}/brand-archetypes.md +0 -0
- /package/{references → gsp/references}/brand-prism.md +0 -0
- /package/{references → gsp/references}/chunk-format.md +0 -0
- /package/{references → gsp/references}/design-tokens.md +0 -0
- /package/{references → gsp/references}/nielsen-heuristics.md +0 -0
- /package/{references → gsp/references}/positioning-frameworks.md +0 -0
- /package/{references → gsp/references}/questioning.md +0 -0
- /package/{references → gsp/references}/terminal-art.md +0 -0
- /package/{references → gsp/references}/voice-tone.md +0 -0
- /package/{references/trends → gsp/skills/gsp-style/techniques}/aurora-gradients.md +0 -0
- /package/{references/trends → gsp/skills/gsp-style/techniques}/bento-grid.md +0 -0
- /package/{references/trends → gsp/skills/gsp-style/techniques}/dark-mode-oled.md +0 -0
- /package/{references/trends → gsp/skills/gsp-style/techniques}/micro-interactions.md +0 -0
- /package/{templates → gsp/templates}/changelog.md +0 -0
- /package/{templates → gsp/templates}/exports-index.md +0 -0
- /package/{templates → gsp/templates}/manifest.md +0 -0
- /package/{templates → gsp/templates}/phases/critique.md +0 -0
- /package/{templates → gsp/templates}/phases/design.md +0 -0
- /package/{templates → gsp/templates}/phases/launch.md +0 -0
- /package/{templates → gsp/templates}/phases/research.md +0 -0
- /package/{templates → gsp/templates}/projects/brief.md +0 -0
- /package/{templates → gsp/templates}/projects/state.md +0 -0
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "gsp",
|
|
3
|
+
"version": "0.5.1",
|
|
4
|
+
"description": "Design engineering system for AI coding agents. Brand identity + design projects, from strategy to code.",
|
|
5
|
+
"author": {
|
|
6
|
+
"name": "jubscodes",
|
|
7
|
+
"url": "https://github.com/jubscodes"
|
|
8
|
+
},
|
|
9
|
+
"homepage": "https://github.com/jubscodes/get-shit-pretty",
|
|
10
|
+
"repository": "https://github.com/jubscodes/get-shit-pretty",
|
|
11
|
+
"license": "MIT",
|
|
12
|
+
"keywords": [
|
|
13
|
+
"design",
|
|
14
|
+
"design-system",
|
|
15
|
+
"brand",
|
|
16
|
+
"ui-ux",
|
|
17
|
+
"design-engineering",
|
|
18
|
+
"shadcn",
|
|
19
|
+
"figma",
|
|
20
|
+
"apple-hig",
|
|
21
|
+
"wcag",
|
|
22
|
+
"accessibility"
|
|
23
|
+
]
|
|
24
|
+
}
|
package/.mcp.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"mcpServers": {
|
|
3
|
+
"github": {
|
|
4
|
+
"type": "http",
|
|
5
|
+
"url": "https://api.githubcopilot.com/mcp/"
|
|
6
|
+
},
|
|
7
|
+
"figma": {
|
|
8
|
+
"type": "stdio",
|
|
9
|
+
"command": "npx",
|
|
10
|
+
"args": ["-y", "@anthropic/mcp-figma"],
|
|
11
|
+
"env": {
|
|
12
|
+
"FIGMA_ACCESS_TOKEN": "${FIGMA_ACCESS_TOKEN}"
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
package/README.md
CHANGED
|
@@ -65,8 +65,8 @@ GSP follows a **dual-diamond** architecture — two complete design cycles that
|
|
|
65
65
|
│ brand-research │ │ project-brief │
|
|
66
66
|
│ ↓ │ │ ↓ │
|
|
67
67
|
│ brand-strategy │ │ project-research │
|
|
68
|
-
│
|
|
69
|
-
│
|
|
68
|
+
│ (includes voice │ │ ↓ │
|
|
69
|
+
│ and messaging) │ │ project-design │
|
|
70
70
|
│ ↓ │ │ ↓ │
|
|
71
71
|
│ brand-identity │ │ project-critique ←──┐ │
|
|
72
72
|
│ ↓ │ │ ↓ loop │ │
|
|
@@ -92,31 +92,25 @@ Build your brand from research to design system. Each phase feeds the next.
|
|
|
92
92
|
|
|
93
93
|
Research your audience, competitors, and market position. Understand the terrain before making decisions.
|
|
94
94
|
|
|
95
|
-
**Creates:** `.design/branding/{brand}/
|
|
95
|
+
**Creates:** `.design/branding/{brand}/discover/`
|
|
96
96
|
|
|
97
|
-
#### 2. `/gsp:brand-strategy` — Who you are
|
|
97
|
+
#### 2. `/gsp:brand-strategy` — Who you are and how you sound
|
|
98
98
|
|
|
99
|
-
Define your archetype, positioning, and personality using the Kapferer Brand Identity Prism.
|
|
99
|
+
Define your archetype, positioning, and personality using the Kapferer Brand Identity Prism. Includes voice, tone spectrum, messaging framework, and naming conventions — verbal identity is part of strategy.
|
|
100
100
|
|
|
101
101
|
**Creates:** `.design/branding/{brand}/strategy/`
|
|
102
102
|
|
|
103
|
-
#### 3. `/gsp:brand-
|
|
104
|
-
|
|
105
|
-
Craft your voice, tone spectrum, messaging framework, and naming conventions. Words that feel like you.
|
|
106
|
-
|
|
107
|
-
**Creates:** `.design/branding/{brand}/verbal/`
|
|
108
|
-
|
|
109
|
-
#### 4. `/gsp:brand-identity` — How you look
|
|
103
|
+
#### 3. `/gsp:brand-identity` — How you look
|
|
110
104
|
|
|
111
105
|
Create your visual identity — logo directions, color palette, typography system, imagery style. Design decisions, not decoration.
|
|
112
106
|
|
|
113
107
|
**Creates:** `.design/branding/{brand}/identity/`
|
|
114
108
|
|
|
115
|
-
####
|
|
109
|
+
#### 4. `/gsp:brand-patterns` — Your design system
|
|
116
110
|
|
|
117
111
|
Translate your brand into tokens, components, and a living design system. Everything codified and ready to build with.
|
|
118
112
|
|
|
119
|
-
**Creates:** `.design/branding/{brand}/
|
|
113
|
+
**Creates:** `.design/branding/{brand}/patterns/`
|
|
120
114
|
|
|
121
115
|
---
|
|
122
116
|
|
|
@@ -186,8 +180,7 @@ Create marketing campaign assets — landing page copy, social media content, la
|
|
|
186
180
|
|---------|--------------|
|
|
187
181
|
| `/gsp:brand-audit` | Audit an existing brand before evolving it |
|
|
188
182
|
| `/gsp:brand-research` | Research market, audience, competitors |
|
|
189
|
-
| `/gsp:brand-strategy` | Define archetype, positioning, personality |
|
|
190
|
-
| `/gsp:brand-verbal` | Craft voice, tone, messaging, naming |
|
|
183
|
+
| `/gsp:brand-strategy` | Define archetype, positioning, personality, voice, messaging |
|
|
191
184
|
| `/gsp:brand-identity` | Create visual identity — logo, color, type |
|
|
192
185
|
| `/gsp:brand-patterns` | Build design system — tokens, components |
|
|
193
186
|
|
|
@@ -217,12 +210,11 @@ Create marketing campaign assets — landing page copy, social media content, la
|
|
|
217
210
|
|
|
218
211
|
## Agents
|
|
219
212
|
|
|
220
|
-
GSP ships with
|
|
213
|
+
GSP ships with 15 specialized agents, each modeled after a real design discipline:
|
|
221
214
|
|
|
222
215
|
| Agent | Role |
|
|
223
216
|
|-------|------|
|
|
224
|
-
| **Brand Strategist** | Brand strategy using Kapferer Prism, archetypes, positioning |
|
|
225
|
-
| **Verbal Strategist** | Voice, tone spectrum, messaging, naming conventions |
|
|
217
|
+
| **Brand Strategist** | Brand strategy using Kapferer Prism, archetypes, positioning, voice, and messaging |
|
|
226
218
|
| **Identity Designer** | Visual identity — logo, color palettes, typography systems |
|
|
227
219
|
| **Design System Architect** | Complete design systems — tokens, components, foundations |
|
|
228
220
|
| **Brand Auditor** | Brand coherence assessment and evolution mapping |
|
|
@@ -244,18 +236,27 @@ Each agent carries deep reference material — Apple HIG patterns, Nielsen's heu
|
|
|
244
236
|
|
|
245
237
|
## AI Coding Tool Support
|
|
246
238
|
|
|
247
|
-
GSP works across all major AI coding tools
|
|
239
|
+
GSP works across all major AI coding tools. The installer converts Claude Code's native format into each runtime's expected format.
|
|
248
240
|
|
|
249
241
|
| Feature | Claude Code | OpenCode | Gemini CLI | Codex CLI |
|
|
250
242
|
|---------|:-----------:|:--------:|:----------:|:---------:|
|
|
251
|
-
|
|
|
252
|
-
| Agents |
|
|
253
|
-
|
|
|
254
|
-
|
|
|
243
|
+
| Skills | 24 | 24 | 24 | 24 |
|
|
244
|
+
| Agents | 15 | 15 | 15 (experimental) | — |
|
|
245
|
+
| Slash syntax | `/gsp:command` | `/gsp-command` | `/gsp:command` | `$gsp-command` |
|
|
246
|
+
| Prompts + templates | Yes | Yes | Yes | Yes |
|
|
255
247
|
| References | Yes | Yes | Yes | Yes |
|
|
256
|
-
| Statusline | Yes | — | — | — |
|
|
257
|
-
|
|
258
|
-
|
|
248
|
+
| Statusline hooks | Yes | — | — | — |
|
|
249
|
+
|
|
250
|
+
### Runtime directories
|
|
251
|
+
|
|
252
|
+
| Runtime | Config / bundle | Skills | Agents |
|
|
253
|
+
|---------|-----------------|--------|--------|
|
|
254
|
+
| Claude Code | `~/.claude/` | `~/.claude/skills/` | `~/.claude/agents/` |
|
|
255
|
+
| OpenCode | `~/.config/opencode/` | `~/.config/opencode/skills/` | `~/.config/opencode/agents/` |
|
|
256
|
+
| Gemini CLI | `~/.gemini/` | `~/.gemini/skills/` | `~/.gemini/agents/` |
|
|
257
|
+
| Codex CLI | `~/.codex/` | `~/.agents/skills/` | — |
|
|
258
|
+
|
|
259
|
+
> **Codex note:** Skills are discovered at `~/.agents/skills/`, not `~/.codex/skills/`. Config and bundle files (prompts, templates, references) stay at `~/.codex/get-shit-pretty/`. Codex does not support agent `.md` files.
|
|
259
260
|
|
|
260
261
|
---
|
|
261
262
|
|
|
@@ -298,25 +299,73 @@ npx get-shit-pretty --all --global
|
|
|
298
299
|
```bash
|
|
299
300
|
npx get-shit-pretty --claude --global --uninstall
|
|
300
301
|
npx get-shit-pretty --opencode --global --uninstall
|
|
302
|
+
npx get-shit-pretty --gemini --global --uninstall
|
|
301
303
|
npx get-shit-pretty --codex --global --uninstall
|
|
302
304
|
```
|
|
303
305
|
|
|
304
306
|
</details>
|
|
305
307
|
|
|
306
308
|
<details>
|
|
307
|
-
<summary><strong>
|
|
309
|
+
<summary><strong>Use as Claude Code plugin</strong></summary>
|
|
308
310
|
|
|
309
311
|
```bash
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
chmod +x install.sh
|
|
313
|
-
./install.sh
|
|
312
|
+
# From a project directory:
|
|
313
|
+
claude --plugin-dir /path/to/get-shit-pretty
|
|
314
314
|
```
|
|
315
315
|
|
|
316
|
+
Uses the `.claude-plugin/plugin.json` manifest. Skills, agents, and hooks load directly from source — no install step needed.
|
|
317
|
+
|
|
316
318
|
</details>
|
|
317
319
|
|
|
318
320
|
---
|
|
319
321
|
|
|
322
|
+
## Repo Structure
|
|
323
|
+
|
|
324
|
+
```
|
|
325
|
+
get-shit-pretty/
|
|
326
|
+
├── .claude-plugin/ Plugin manifest (plugin.json)
|
|
327
|
+
├── bin/
|
|
328
|
+
│ └── install.js Multi-runtime installer
|
|
329
|
+
├── scripts/ Hook scripts and utilities
|
|
330
|
+
├── gsp/ Source of truth for all content
|
|
331
|
+
│ ├── agents/ 15 subagents (gsp-*.md)
|
|
332
|
+
│ ├── commands/gsp/ 20 slash commands (backward compat)
|
|
333
|
+
│ ├── skills/ 24 skills (*/SKILL.md — primary)
|
|
334
|
+
│ ├── hooks/ Plugin-level hooks (hooks.json)
|
|
335
|
+
│ ├── prompts/ 12 agent system prompts
|
|
336
|
+
│ ├── templates/ Config, state, brief, roadmap templates
|
|
337
|
+
│ └── references/ Shared reference material
|
|
338
|
+
├── dev/ Internal dev tools (not installed)
|
|
339
|
+
│ ├── skills/ Dev-only skills (gsp-audit, gsp-runtime-compat)
|
|
340
|
+
│ └── scripts/ Test suite (audit-tests.sh)
|
|
341
|
+
├── package.json npm package config
|
|
342
|
+
├── VERSION Single source for version string
|
|
343
|
+
└── CLAUDE.md AI agent instructions for this repo
|
|
344
|
+
```
|
|
345
|
+
|
|
346
|
+
Skills take precedence over commands when both exist. The installer reads from `gsp/` and writes to each runtime's config directory.
|
|
347
|
+
|
|
348
|
+
---
|
|
349
|
+
|
|
350
|
+
## Contributing
|
|
351
|
+
|
|
352
|
+
Edit source under `gsp/` — never edit inside `.claude/` or other runtime dirs directly. For local development, the installer creates symlinks so changes reflect immediately without reinstalling.
|
|
353
|
+
|
|
354
|
+
```bash
|
|
355
|
+
# Install locally with symlinks
|
|
356
|
+
node bin/install.js --claude --local
|
|
357
|
+
|
|
358
|
+
# Test as a plugin
|
|
359
|
+
claude --plugin-dir .
|
|
360
|
+
|
|
361
|
+
# Run the integrity test suite
|
|
362
|
+
bash dev/scripts/audit-tests.sh
|
|
363
|
+
```
|
|
364
|
+
|
|
365
|
+
See [CLAUDE.md](CLAUDE.md) for editing rules, key files, and dev tool setup.
|
|
366
|
+
|
|
367
|
+
---
|
|
368
|
+
|
|
320
369
|
## Requirements
|
|
321
370
|
|
|
322
371
|
- An AI coding tool: [Claude Code](https://claude.ai/claude-code), [OpenCode](https://opencode.ai), [Gemini CLI](https://github.com/google-gemini/gemini-cli), or [Codex CLI](https://github.com/openai/codex)
|
|
@@ -331,6 +380,6 @@ MIT License. See [LICENSE](LICENSE) for details.
|
|
|
331
380
|
|
|
332
381
|
<div align="center">
|
|
333
382
|
|
|
334
|
-
**
|
|
383
|
+
**Code is a commodity, your brand is not.**
|
|
335
384
|
|
|
336
385
|
</div>
|