help

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

Output ONLY the reference content below. Do NOT add:

  • Project-specific analysis
  • File context or git status
  • Next-step suggestions
  • Any commentary beyond the reference

GSP version: !cat ${CLAUDE_SKILL_DIR}/../../VERSION 2>/dev/null || echo "0.4.3"

Output the reference

Output the following as plain text. Use Unicode characters (───, , ├──, └──, , ) for visual structure.

Skill names are left-padded with 4 spaces. Descriptions start at column 27 (4 indent + 23 max skill name width).

  /gsp: ◇◇  v{VERSION}
  skill reference


  ─── Getting Started ──────────────────

    /gsp:start             start here — picks up where you left off
    /gsp:help              this skill reference
    /gsp:progress          how pretty are we?

  ─── Branding ─────────────────────────

    /gsp:brand-research    research your market and audience
    /gsp:brand-strategy    define positioning, personality, voice and messaging
    /gsp:brand-identity    create visual identity
    /gsp:brand-patterns    build design system tokens and components
    /gsp:brand-audit       audit existing brand before evolving (optional)

  ─── Project ──────────────────────────

    /gsp:project-brief     scope what you're building
    /gsp:project-research  research UX patterns and approaches
    /gsp:project-design    design screens and flows
    /gsp:project-critique  critique designs + accessibility audit
    /gsp:project-build     implement designs in the codebase
    /gsp:project-review    QA validate implementation against designs
    /gsp:add-reference     add reference material to a project

  ─── Composable ──────────────────────

    /gsp:accessibility     accessibility audit — contrast, WCAG, code checks
    /gsp:palette           generate OKLCH color palettes
    /gsp:typescale         generate mathematical type scales
    /gsp:style             apply a design style preset

  ─── Utilities ────────────────────────

    /gsp:doctor            check project health
    /gsp:update            update GSP to latest version
    /gsp:launch            create launch and marketing assets (optional)

  ─── Easter Eggs ────────────────────

    /gsp:art               ASCII art studio
    /gsp:pretty            surprise terminal art

  ─── Flow ─────────────────────────────

    brand first, then build.
    — or —
    quick mode: pick a style → jump straight to project.

    branding   research → strategy → identity → patterns
    project    brief → research → design → critique → build → review
                                    ↑                    ↑
                              critique loop         QA loop

    quick      style → brief → research → design → critique → build → review

    run any skill directly — routing is optional.

  ─── Directory Structure ──────────────

    .design/
    ├── branding/
    │   └── {brand}/
    │       ├── config.json       brand config
    │       ├── STATE.md          progress tracking
    │       ├── discover/         research chunks
    │       ├── strategy/         strategy + voice and messaging
    │       ├── identity/         visual identity
    │       └── system/           tokens + components
    └── projects/
        └── {project}/
            ├── config.json       project config
            ├── STATE.md          progress tracking
            ├── brand.ref         brand reference
            ├── brief/            scope + adaptations
            ├── research/         UX + tech research
            ├── design/           screen specs + preview
            ├── critique/         design critique
            ├── build/            BUILD-LOG.md
            ├── review/           QA acceptance
            ├── references/       custom reference material
            └── exports/INDEX.md  chunk index

  get-shit-pretty v{VERSION}
  github.com/juliuslipp/get-shit-pretty

Replace {VERSION} with the value read from the VERSION file.

Do NOT add any text, commentary, or suggestions after this output.

Related skills
Installs
1
GitHub Stars
34
First Seen
Mar 23, 2026