gsp-pretty

gsp-pretty is a skill for Claude Code from jubscodes/get-shit-pretty. It costs 12 tokens per session (649 once invoked), scanned A, original, MIT.

A small terminal skill that creates a piece of surprise ASCII art, which is text-based artwork made from letters and symbols. It uses a little context from the current project as inspiration.

In plain words
What is it for?
Use it to display a short custom artwork based on recent commits, project files, changes, or other local context.
Why use it?
It adds a playful terminal interlude when you want something fun rather than a project workflow.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to display a short custom artwork based on recent commits, project files, changes, or other local context.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jubscodes/get-shit-pretty/gsp-pretty
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add jubscodes/get-shit-pretty --skill gsp-pretty
Clone the repo
git clone --depth 1 https://github.com/jubscodes/get-shit-pretty

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for gsp-pretty

README.md
[![agentmods](https://agentmods.dev/badge/skills/jubscodes/get-shit-pretty/gsp-pretty/github.svg)](https://agentmods.dev/skills/jubscodes/get-shit-pretty/gsp-pretty)
Your own site
<a href="https://agentmods.dev/skills/jubscodes/get-shit-pretty/gsp-pretty"><img src="https://agentmods.dev/badge/skills/jubscodes/get-shit-pretty/gsp-pretty/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for gsp-pretty

Your own site · 80×15
<a href="https://agentmods.dev/skills/jubscodes/get-shit-pretty/gsp-pretty"><img src="https://agentmods.dev/badge/skills/jubscodes/get-shit-pretty/gsp-pretty.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 12 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 649 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00012 $0.00649
Opus 5 $0.00006 $0.00324
Sonnet 5 $0.00002 $0.00130
Haiku 4.5 $0.00001 $0.00065

Measured 9d ago against content hash e79382ffe7a6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

gsp-pretty scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

gsp/skills/gsp-pretty/SKILL.md · 65 lines

How it starts

The opening of the file, as written. The whole thing — 65 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Not part of the main design pipeline. Just for fun.

Input: None explicit — you gather context yourself Output: Rendered art in the terminal

Quickly gather signal about what the user is working on. Check 2-3 of these (pick whichever are most likely to yield something interesting):

  • git log --oneline -5 — recent commit messages
  • The project's package.json name/description, or README.md first lines
  • git diff --stat — what files are being touched right now
  • The current branch name
  • The current date/time and day of week

Don't overthink it — spend 10 seconds gathering, not 10 minutes. You just need a seed.

Step 2: Create surprise art

Read ${CLAUDE_SKILL_DIR}/../gsp-art/terminal-art.md for the full ANSI/Unicode reference if needed.

Freestyle a single piece of terminal art. Medium size (5-15 lines).

Creative direction: Use the context as inspiration, not as a label. Do NOT make art about GSP, branding, or the tool itself. Be witty, culturally aware, and open-minded. The art should feel like a clever aside from someone who's been watching what you're building — not a logo for it.

Vibes to riff on (pick one or invent your own):

  • A tiny scene with a punchline (visual wit)
  • A metaphor for what the user is working on right now
  • Something seasonal or timely for today's date
  • A tribute to a classic (art, music, film, code) that connects to the context
  • An abstract mood piece — rain, neon, space, dawn
  • A visual one-liner that makes someone smile
  • Something completely unexpected

Process:

  1. Pick a technique — gradient bars, scatter/splatter, block text, box frames, shadow/depth, negative space
  2. Draft in plain text first, then add ANSI color (dim for decoration, bold for focal, cyan accents, yellow sparingly, avoid red/green)
  3. Test via node -e so the user sees it directly in their terminal
  4. Provide the console.log() code snippet so the user can reuse it

Read the full file on GitHub · 65 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 65 lines · 12 tokens per session scan A e79382ffe7a6

Subscribe to this mod's changes

gsp-pretty is a skill published in the GitHub repository jubscodes/get-shit-pretty (54 stars, last pushed 3mo ago), licensed MIT. It adds 12 tokens to every session and 649 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories