Token导航 LogoToken导航TokenDH.com
研究检索执行命令github未标认证来源可访问许可证需确认审计通过

gsp-start普惠制开始

Agent Skill

gsp-start 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

321

周安装

13

GitHub Stars

29

下载量

101
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:gsp-start(普惠制开始)
来源仓库:https://github.com/jubscodes/get-shit-pretty
仓库路径:skills/gsp-start
安装命令:
npx skills add https://github.com/jubscodes/get-shit-pretty --skill gsp-start
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/jubscodes/get-shit-pretty --skill gsp-start

简介

gsp-start 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于根据关键词、任务场景或来源线索进行信息检索和初步筛选。
  • 通过 npx skills add 命令从 GitHub 仓库安装并使用。
  • 安装前需确认权限范围和维护状态,注意可能触发联网或文件操作。
  • gsp-start 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

GSP uses a dual-diamond architecture:

  • Diamond 1 — Branding (4 skills, 4 phases): brand-brief → brand-research → brand-strategy → brand-identity → brand-guidelines (optional: brand-audit before research for existing brands)
  • Diamond 2 — Project (6 phases): project-brief → research → design → critique → build → review

Multiple brands and projects can coexist. Projects reference a brand.

Step 1a: Scan .design/ state

Scan .design/ for existing brands and projects:

  • Check .design/branding/ for brand directories (each has a config.json with project_type: "brand")
  • Check .design/projects/ for project directories (each has a config.json with project_type: "design")
  • Check for legacy flat .design/config.json at root (pre-0.4.0 structure)
  • For each brand/project found, read its config.json for project metadata (name, created, preferences) and read its STATE.md for phase progress (the phase table with pending/complete/in-progress/needs-revision statuses)

Step 1b: Quick codebase check (inline — no agents)

If package.json exists, read it to extract:

  • Framework (Next.js, Vite, Expo, etc.)
  • Styling (Tailwind, CSS Modules, styled-components, etc.)
  • Component library (shadcn/ui, Radix, MUI, etc.)
  • Classification: greenfield (no custom code), boilerplate (scaffolded), or existing (real code)

Quick glob for component count: src/components/**/* or components/**/*.

Monorepo detection: After reading root package.json, glob for apps/*/package.json and packages/*/package.json. If any are found:

  • Set REPO_TYPE = monorepo
  • Read each discovered package.json to extract app name + primary framework dependency
  • Build an app list: [(apps/web, Next.js), (apps/mobile, Expo),...]

If no nested package.json files found: set REPO_TYPE = single.

Also read .design/system/STACK.md if it exists — this is the global stack declaration for the workspace. When present, use it as the authoritative source for framework, styling, component library, and architecture. Surface it in the codebase summary box so every new project starts knowing the declared stack.

Also scan for brand-relevant assets:

  • Logo files: glob for **/logo*.{svg,png}, **/icon*.{svg,png} in public/assets directories
  • Font files: glob for **/*.{woff,woff2,ttf,otf} in public/fonts or similar
  • Color definitions: check globals.css or global.css for CSS custom properties

This is 2-4 fast reads — no agent spawn needed.

Step 2: Greet

Greet based on findings from Step 1. Use AskUserQuestion with clickable options to guide the user into the right flow.

Use plain text with Unicode characters for visual hierarchy:

  • Diamonds: complete, active/in-progress, pending
  • Dividers: ─── Label ────────────────── as section separators
  • Pipeline flow: phases connected by ───, diamond prefix per phase
  • Summary box: ┌──┐│└──┘ border with key-value pairs inside

Fresh start (no .design/): Show /gsp- ◇◇\n looks like a fresh start.

If codebase was detected, show a summary box:

  ┌──────────────────────────────────────────┐
  │  framework     Next.js 14               │
  │  styling       Tailwind + shadcn/ui     │
  │  components    47 detected              │
  │  assets        logo.svg, 2 font files   │
  │  type          existing codebase        │
  │  repo type     monorepo (3 apps detected)│
  │  apps          web · mobile · docs      │
  │  stack         declared (STACK.md ✓)   │
  └──────────────────────────────────────────┘

For single-app repos, show repo type: single app and omit the apps row.

Show stack: declared (STACK.md ✓) when .design/system/STACK.md exists — this signals to the user that every new project will inherit the workspace stack. If STACK.md is missing for an existing codebase, show stack: undeclared — run /gsp-design-system.

Use AskUserQuestion with:

  • New brand — "Create a brand identity from scratch"
  • Evolve existing brand — "I have brand materials to work with"
  • Design project — "Start a design project (needs a brand first)"
  • Both (brand + project) — "Full pipeline: brand then project"
  • Quick project — "Skip branding, use a style preset"

Legacy .design/ detected (flat structure, pre-0.4.0): Acknowledge the legacy project. Use AskUserQuestion: Start fresh brand, Start design project, Keep working.

Brands exist, no projects: Show brand name + pipeline flow (compact single-line if complete, full pipeline if incomplete). Use AskUserQuestion: one option per existing brand to continue + Create new brand + Start design project.

Brands + projects exist (canonical format): Show compact brand (single-line if complete) + full project pipeline flow. Then AskUserQuestion:

  • Continue {project} — "pick up at {next phase}"
  • New project — "start a new design project"
  • New brand — "create a new brand identity"
  • View progress — "see full progress dashboard"

Weave codebase signals into the greeting naturally when found.

Step 3: Route

From the greeting exchange, route to the right skill:

  • New brand → invoke /gsp-brand-brief via Skill tool
  • Evolve existing brand → invoke /gsp-brand-audit via Skill tool
  • Design project → Check for brands first. If none exist, explain they need a brand first. Offer to create one (route to /gsp-brand-brief with e2e: true), or use a style preset (Quick flow).
  • Both (brand + project) → invoke /gsp-brand-brief via Skill tool with e2e: true
  • Quick project → Quick flow (Step 4)
  • Continue existing work → route to /gsp-progress

Step 4: Quick project flow

For users who want to skip branding and start designing immediately with a style preset.

4a: Style selection

Read ${CLAUDE_SKILL_DIR}/../gsp-style/styles/INDEX.yml and present styles grouped by category. Use AskUserQuestion with one option per mood group (showing 2-3 preset names as preview) plus Surprise me. When user picks a group, drill into specific presets. If user names a preset directly, skip the group step.

"Surprise me" logic: Weight by codebase type — dev tools → dark/minimal, content → editorial, SaaS → minimal/bold, e-commerce → warm/playful, unknown → random.

4b: Create minimal brand

  1. Create brand directory:
mkdir -p .design/branding/_style-{preset}/patterns/
  1. Invoke /gsp-style {preset} via Skill tool — this writes:

- {preset}.yml (brand style preset) - Foundation chunks (color, typography, spacing, elevation, radius) - INDEX.md

  1. Write .design/branding/_style-{preset}/config.json:
{
  "version": "0.5.0",
  "project_type": "brand",
  "brand_mode": "quick",
  "style_preset": "{preset}",
  "system_config": {
    "system_strategy": "generate"
  }
}
  1. Write .design/branding/_style-{preset}/STATE.md with:

- Phase 0 (Audit): skipped - Phase 1 (Discover): skipped - Phase 2 (Strategy): skipped - Phase 3 (Identity): skipped - Phase 4 (System): complete

4c: Transition to project

Display:

  style applied — {preset}
  ◇◇◇◇◆ brand: _style-{preset} (style-only)

  now let's scope your project.

Route to /gsp-project-brief via Skill tool with the style brand pre-selected.

Upgrade path

If a user later wants full branding, they can:

  1. Run /gsp-start → "New brand" to create a real brand
  2. Full diamond produces identity + patterns with real tokens
  3. Update the project's brand.ref to point to the new brand
  4. Re-run build phases — they pick up the new tokens automatically

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

39.16%
按下载量换算40

Claude

27.87%
按下载量换算28

Cursor

19.33%
按下载量换算20

Gemini CLI

9.14%
按下载量换算9

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/jubscodes/get-shit-pretty --skill gsp-start 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills