get-shit-pretty 0.7.0 → 0.7.3
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/README.md +301 -124
- package/bin/install.js +1 -1
- package/gsp/agents/gsp-accessibility-auditor.md +1 -60
- package/gsp/agents/gsp-brand-auditor.md +1 -61
- package/gsp/agents/gsp-brand-creative-director.md +10 -0
- package/gsp/agents/gsp-brand-engineer.md +1 -122
- package/gsp/agents/gsp-brand-researcher.md +11 -0
- package/gsp/agents/gsp-brand-strategist.md +1 -65
- package/gsp/agents/gsp-project-builder.md +17 -0
- package/gsp/agents/gsp-project-critic.md +11 -0
- package/gsp/agents/gsp-project-designer.md +11 -0
- package/gsp/agents/gsp-project-researcher.md +1 -74
- package/gsp/agents/gsp-project-reviewer.md +12 -0
- package/gsp/hooks/hooks.json +32 -14
- package/gsp/skills/get-shit-pretty/SKILL.md +2 -5
- package/gsp/skills/gsp-accessibility/SKILL.md +0 -1
- package/gsp/skills/gsp-accessibility-audit/SKILL.md +9 -8
- package/gsp/skills/gsp-accessibility-audit/methodology/gsp-accessibility-auditor.md +59 -0
- package/gsp/skills/gsp-add-reference/SKILL.md +0 -1
- package/gsp/skills/gsp-art/SKILL.md +13 -10
- package/gsp/skills/gsp-brand-audit/SKILL.md +4 -2
- package/gsp/skills/gsp-brand-audit/methodology/gsp-brand-auditor.md +61 -0
- package/gsp/skills/gsp-brand-brief/SKILL.md +129 -0
- package/gsp/skills/gsp-brand-guidelines/SKILL.md +13 -11
- package/gsp/skills/gsp-brand-guidelines/methodology/gsp-brand-engineer.md +122 -0
- package/gsp/skills/gsp-brand-identity/SKILL.md +19 -18
- package/gsp/{agents/gsp-creative-director.md → skills/gsp-brand-identity/methodology/gsp-brand-creative-director.md} +0 -9
- package/gsp/skills/gsp-brand-refine/SKILL.md +0 -1
- package/gsp/skills/gsp-brand-research/SKILL.md +13 -13
- package/gsp/{agents/gsp-researcher.md → skills/gsp-brand-research/methodology/gsp-brand-researcher.md} +0 -10
- package/gsp/skills/gsp-brand-strategy/SKILL.md +14 -14
- package/gsp/skills/gsp-brand-strategy/methodology/gsp-brand-strategist.md +65 -0
- package/gsp/skills/gsp-brand-sync/SKILL.md +60 -10
- package/gsp/skills/gsp-color/SKILL.md +0 -1
- package/gsp/skills/gsp-design-system/SKILL.md +0 -1
- package/gsp/skills/gsp-doctor/SKILL.md +0 -1
- package/gsp/skills/gsp-help/SKILL.md +10 -7
- package/gsp/skills/gsp-icons/SKILL.md +0 -1
- package/gsp/skills/gsp-logo/SKILL.md +0 -1
- package/gsp/skills/gsp-phase-transition/SKILL.md +0 -3
- package/gsp/skills/gsp-pretty/SKILL.md +25 -24
- package/gsp/skills/gsp-progress/SKILL.md +0 -1
- package/gsp/skills/gsp-project-brief/SKILL.md +51 -22
- package/gsp/skills/gsp-project-build/SKILL.md +216 -74
- package/gsp/skills/gsp-project-build/bento-grid.md +114 -0
- package/gsp/{agents/gsp-builder.md → skills/gsp-project-build/methodology/gsp-project-builder.md} +14 -16
- package/gsp/skills/gsp-project-critique/SKILL.md +21 -17
- package/gsp/{agents/gsp-critic.md → skills/gsp-project-critique/methodology/gsp-project-critic.md} +0 -11
- package/gsp/skills/gsp-project-design/SKILL.md +9 -6
- package/gsp/{agents/gsp-designer.md → skills/gsp-project-design/methodology/gsp-project-designer.md} +0 -11
- package/gsp/skills/gsp-project-research/SKILL.md +4 -2
- package/gsp/skills/gsp-project-research/methodology/gsp-project-researcher.md +73 -0
- package/gsp/skills/gsp-project-review/SKILL.md +8 -5
- package/gsp/{agents/gsp-reviewer.md → skills/gsp-project-review/methodology/gsp-project-reviewer.md} +0 -12
- package/gsp/skills/gsp-scaffold/SKILL.md +0 -1
- package/gsp/skills/gsp-start/SKILL.md +59 -210
- package/gsp/skills/gsp-style/SKILL.md +1 -2
- package/gsp/skills/gsp-style/styles/INDEX.yml +7 -1
- package/gsp/skills/gsp-style/styles/academia.md +751 -787
- package/gsp/skills/gsp-style/styles/art-deco.md +316 -352
- package/gsp/skills/gsp-style/styles/bauhaus.md +189 -225
- package/gsp/skills/gsp-style/styles/bold-typography.md +433 -469
- package/gsp/skills/gsp-style/styles/botanical.md +141 -177
- package/gsp/skills/gsp-style/styles/claymorphism.md +377 -413
- package/gsp/skills/gsp-style/styles/cyberpunk.md +419 -455
- package/gsp/skills/gsp-style/styles/enterprise.md +224 -260
- package/gsp/skills/gsp-style/styles/flat-design.md +119 -155
- package/gsp/skills/gsp-style/styles/fluent.md +0 -31
- package/gsp/skills/gsp-style/styles/glassmorphism.md +0 -36
- package/gsp/skills/gsp-style/styles/humanist-literary.md +0 -28
- package/gsp/skills/gsp-style/styles/industrial.md +406 -438
- package/gsp/skills/gsp-style/styles/kinetic.md +531 -563
- package/gsp/skills/gsp-style/styles/liquid-glass.md +0 -36
- package/gsp/skills/gsp-style/styles/luxury.md +402 -438
- package/gsp/skills/gsp-style/styles/material.md +555 -591
- package/gsp/skills/gsp-style/styles/maximalism.md +875 -911
- package/gsp/skills/gsp-style/styles/minimal-dark.md +442 -478
- package/gsp/skills/gsp-style/styles/modern-dark.md +390 -426
- package/gsp/skills/gsp-style/styles/monochrome.md +472 -504
- package/gsp/skills/gsp-style/styles/neubrutalism.md +354 -390
- package/gsp/skills/gsp-style/styles/neumorphism.md +195 -231
- package/gsp/skills/gsp-style/styles/newsprint.md +529 -565
- package/gsp/skills/gsp-style/styles/nothing.md +445 -0
- package/gsp/skills/gsp-style/styles/nothing.yml +146 -0
- package/gsp/skills/gsp-style/styles/organic.md +177 -213
- package/gsp/skills/gsp-style/styles/playful-geometric.md +211 -247
- package/gsp/skills/gsp-style/styles/professional.md +503 -539
- package/gsp/skills/gsp-style/styles/retro.md +664 -700
- package/gsp/skills/gsp-style/styles/saas.md +490 -526
- package/gsp/skills/gsp-style/styles/sketch.md +189 -225
- package/gsp/skills/gsp-style/styles/swiss-minimalist.md +195 -227
- package/gsp/skills/gsp-style/styles/terminal.md +99 -135
- package/gsp/skills/gsp-style/styles/vaporwave.md +356 -392
- package/gsp/skills/gsp-style/styles/web3.md +337 -373
- package/gsp/skills/gsp-typography/SKILL.md +0 -1
- package/gsp/skills/gsp-update/SKILL.md +0 -1
- package/gsp/skills/gsp-visuals/SKILL.md +0 -1
- package/gsp/templates/branding/config.json +3 -2
- package/gsp/templates/exports-index.md +0 -7
- package/gsp/templates/phases/build.md +13 -4
- package/gsp/templates/projects/config.json +3 -2
- package/gsp/templates/projects/roadmap.md +0 -7
- package/gsp/templates/projects/state.md +0 -4
- package/package.json +1 -1
- package/scripts/lint-check.sh +1 -1
- package/gsp/agents/gsp-ascii-artist.md +0 -66
- package/gsp/agents/gsp-brand-syncer.md +0 -126
- package/gsp/agents/gsp-campaign-director.md +0 -79
- package/gsp/agents/gsp-scoper.md +0 -85
- package/gsp/skills/gsp-launch/SKILL.md +0 -97
- package/gsp/skills/gsp-start/questioning.md +0 -87
- package/gsp/templates/phases/launch.md +0 -55
|
@@ -1,135 +1,99 @@
|
|
|
1
|
-
<
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
**
|
|
44
|
-
|
|
45
|
-
* **
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
* **
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
* **
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
* **
|
|
89
|
-
* **
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
* **
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
* **Cursor**: A blinking block `█` at the caret position.
|
|
101
|
-
* **Focus**: No ring, just the blinking cursor.
|
|
102
|
-
|
|
103
|
-
# Layout Strategy
|
|
104
|
-
|
|
105
|
-
The layout should feel like a grid of terminal windows (`tmux` or `vim` splits).
|
|
106
|
-
|
|
107
|
-
* **Strict Grid**: Content is aligned to a rigid character grid.
|
|
108
|
-
* **Separators**: Use ASCII characters for dividers: `----------------` or `================` or `//`.
|
|
109
|
-
|
|
110
|
-
# Non-Genericness (The Bold Factor)
|
|
111
|
-
|
|
112
|
-
* **ASCII Art**: Use ASCII art for the logo or key graphic elements.
|
|
113
|
-
* **Typewriter Effect**: Headlines should appear character-by-character.
|
|
114
|
-
* **Raw Data Visualization**: Stats shouldn't be pie charts; they should be progress bars `[||||||||||.....]`.
|
|
115
|
-
|
|
116
|
-
# Effects & Animation
|
|
117
|
-
|
|
118
|
-
* **Blink**: Utilities for `animate-blink` (standard cursor blinking).
|
|
119
|
-
* **Glitch**: Occasional subtle text offsets on hover.
|
|
120
|
-
* **Typing**: `typing-demo` animation for the hero text.
|
|
121
|
-
|
|
122
|
-
# Iconography
|
|
123
|
-
|
|
124
|
-
* **Lucide Icons**: Use them, but style them to look pixelated or low-fi if possible, or strict `stroke-width-2`.
|
|
125
|
-
* **Color**: Icons are always the primary terminal color.
|
|
126
|
-
|
|
127
|
-
# Responsive Strategy
|
|
128
|
-
|
|
129
|
-
* **Mobile**: The "windows" stack vertically. The text size remains legible (monospaced fonts can be wide, so watch for overflow). Wrap long lines with a `\` indicator.
|
|
130
|
-
|
|
131
|
-
# Accessibility
|
|
132
|
-
|
|
133
|
-
* **Contrast**: The bright green on black exceeds AA requirements.
|
|
134
|
-
* **Focus**: High visibility is inherent to this style (inverted colors).
|
|
135
|
-
`</design-system>`
|
|
1
|
+
<design-system>
|
|
2
|
+
# Design Philosophy
|
|
3
|
+
The **Terminal CLI** aesthetic pays homage to the raw power of the command line. It strips away the "user interface" layers to reveal the "system" underneath. It is **brutally functional, high-contrast, and authentically retro**. It feels like hacking into a mainframe or configuring a server.
|
|
4
|
+
|
|
5
|
+
The vibe is **Cyber-Industrial, Hacker, and System-Level**. It is not "Matrix" rain (too cliché); it is a clean, usable ZSH/BASH shell environment.
|
|
6
|
+
|
|
7
|
+
**Key visual signatures:**
|
|
8
|
+
|
|
9
|
+
* **Monospace Supremacy**: Every single character, from the largest headline to the smallest footer link, is monospaced.
|
|
10
|
+
* **The Cursor**: The blinking block or underscore cursor `_` is the heartbeat of the interface.
|
|
11
|
+
* **Shell Metaphors**: Use prompt characters (`>`, `$`, `~`), command flags (`--help`), and status codes (`[OK]`, `[ERR]`).
|
|
12
|
+
* **Scanlines (Subtle)**: A very faint CRT scanline effect to give it depth without ruining readability.
|
|
13
|
+
|
|
14
|
+
# Design Token System
|
|
15
|
+
|
|
16
|
+
## Colors (Dark Mode Only)
|
|
17
|
+
|
|
18
|
+
The palette mimics a phosphor monitor. High contrast is non-negotiable.
|
|
19
|
+
|
|
20
|
+
* **Background**: `#0a0a0a` (Deep black, but not pure OLED black to allow for scanlines)
|
|
21
|
+
* **Foreground**: `#33ff00` (Classic Terminal Green) or `#ffb000` (Amber) - *Let's go with Green for this implementation as the primary, with Amber as secondary.*
|
|
22
|
+
* `primary`: `#33ff00` (Bright Neon Green)
|
|
23
|
+
* `secondary`: `#ffb000` (Amber/Orange for warnings or accents)
|
|
24
|
+
* `muted`: `#1f521f` (Dimmed green for borders/inactive text)
|
|
25
|
+
* `accent`: `#33ff00` (Same as primary, used for cursors/active states)
|
|
26
|
+
* `error`: `#ff3333` (Bright Red)
|
|
27
|
+
* `border`: `#1f521f` (Dimmed green)
|
|
28
|
+
|
|
29
|
+
## Typography
|
|
30
|
+
|
|
31
|
+
* **Font**: `JetBrains Mono`, `Fira Code`, or `VT323`.
|
|
32
|
+
* **Style**: **ALL CAPS** for headers. Lowercase for "code" or body text is acceptable, but consistency is key.
|
|
33
|
+
* **Scale**: Strict modular scale. Headers shouldn't be "smooth"; they should snap to grid sizes.
|
|
34
|
+
|
|
35
|
+
## Radius & Borders
|
|
36
|
+
|
|
37
|
+
* **Radius**: `0px`. Absolutely no rounded corners.
|
|
38
|
+
* **Borders**: `1px` solid or dashed. Borders are crucial for defining "windows" or "panes".
|
|
39
|
+
|
|
40
|
+
## Shadows & Effects
|
|
41
|
+
|
|
42
|
+
* **Shadows**: No drop shadows.
|
|
43
|
+
* **Text Shadow**: A subtle "glow" for the primary text to mimic phosphor persistence.
|
|
44
|
+
* `text-shadow: 0 0 5px rgba(51, 255, 0, 0.5)`
|
|
45
|
+
* **CRT Overlay**: A pointer-events-none overlay with scanlines.
|
|
46
|
+
|
|
47
|
+
# Component Stylings
|
|
48
|
+
|
|
49
|
+
## Buttons
|
|
50
|
+
|
|
51
|
+
* **Structure**: Text enclosed in brackets `[ INITIATE ]` or a solid block of color with inverted text.
|
|
52
|
+
* **Hover**: The background fills with the primary color, text becomes black (inverted video).
|
|
53
|
+
* **Active**: A "pressed" state might shift the text 1px down or blink rapidly.
|
|
54
|
+
|
|
55
|
+
## Cards (Windows/Panes)
|
|
56
|
+
|
|
57
|
+
* **Structure**: A black box with a 1px green border.
|
|
58
|
+
* **Header**: A "title bar" at the top: `+--- SYSTEM STATUS ---+` or a solid inverted bar.
|
|
59
|
+
* **Content**: Padded monospaced text inside.
|
|
60
|
+
|
|
61
|
+
## Inputs
|
|
62
|
+
|
|
63
|
+
* **Style**: No box. Just a prompt `user@acme:~$` followed by the input field.
|
|
64
|
+
* **Cursor**: A blinking block `█` at the caret position.
|
|
65
|
+
* **Focus**: No ring, just the blinking cursor.
|
|
66
|
+
|
|
67
|
+
# Layout Strategy
|
|
68
|
+
|
|
69
|
+
The layout should feel like a grid of terminal windows (`tmux` or `vim` splits).
|
|
70
|
+
|
|
71
|
+
* **Strict Grid**: Content is aligned to a rigid character grid.
|
|
72
|
+
* **Separators**: Use ASCII characters for dividers: `----------------` or `================` or `//`.
|
|
73
|
+
|
|
74
|
+
# Non-Genericness (The Bold Factor)
|
|
75
|
+
|
|
76
|
+
* **ASCII Art**: Use ASCII art for the logo or key graphic elements.
|
|
77
|
+
* **Typewriter Effect**: Headlines should appear character-by-character.
|
|
78
|
+
* **Raw Data Visualization**: Stats shouldn't be pie charts; they should be progress bars `[||||||||||.....]`.
|
|
79
|
+
|
|
80
|
+
# Effects & Animation
|
|
81
|
+
|
|
82
|
+
* **Blink**: Utilities for `animate-blink` (standard cursor blinking).
|
|
83
|
+
* **Glitch**: Occasional subtle text offsets on hover.
|
|
84
|
+
* **Typing**: `typing-demo` animation for the hero text.
|
|
85
|
+
|
|
86
|
+
# Iconography
|
|
87
|
+
|
|
88
|
+
* **Lucide Icons**: Use them, but style them to look pixelated or low-fi if possible, or strict `stroke-width-2`.
|
|
89
|
+
* **Color**: Icons are always the primary terminal color.
|
|
90
|
+
|
|
91
|
+
# Responsive Strategy
|
|
92
|
+
|
|
93
|
+
* **Mobile**: The "windows" stack vertically. The text size remains legible (monospaced fonts can be wide, so watch for overflow). Wrap long lines with a `\` indicator.
|
|
94
|
+
|
|
95
|
+
# Accessibility
|
|
96
|
+
|
|
97
|
+
* **Contrast**: The bright green on black exceeds AA requirements.
|
|
98
|
+
* **Focus**: High visibility is inherent to this style (inverted colors).
|
|
99
|
+
`</design-system>`
|