CLAUDE

CLAUDE is an agent for coding agents from jubscodes/get-shit-pretty. It costs 0 tokens per session (186 once invoked), scanned A, original, MIT.

A short agent definition for the GSP system, with the full working method stored separately in a skill file. It also documents where the source file belongs and explains that generated output paths should come from the skill that starts the agent.

In plain words
What is it for?
Use it when creating or maintaining GSP agents, their source files, their linked Claude files, and the skills that provide their detailed instructions.
Why use it?
It keeps agent startup files small and prevents edits to generated symlinks or assumptions about a fixed project folder.

Agent

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.

agentmods
npx agentmods add agents/jubscodes/get-shit-pretty/claude
Clone the repo
git clone --depth 1 https://github.com/jubscodes/get-shit-pretty

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 CLAUDE

README.md
[![agentmods](https://agentmods.dev/badge/agents/jubscodes/get-shit-pretty/claude.svg)](https://agentmods.dev/agents/jubscodes/get-shit-pretty/claude)
Your own site
<a href="https://agentmods.dev/agents/jubscodes/get-shit-pretty/claude"><img src="https://agentmods.dev/badge/agents/jubscodes/get-shit-pretty/claude.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 186 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.00186
Opus 5 $0.00000 $0.00093
Sonnet 5 $0.00000 $0.00037
Haiku 4.5 $0.00000 $0.00019

Measured 5d ago against content hash 670141c68052, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

CLAUDE 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 5d 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/agents/CLAUDE.md · 14 lines

What it actually says

Authoring GSP agents

Agent source of truth: gsp/agents/gsp-{name}.md. Never edit .claude/agents/ directly — those are symlinks.

Lean stub convention

Agent .md files contain frontmatter (tools, model, hooks) + a one-line body. No full methodology in the stub — it lives in gsp/skills/{spawning-skill}/methodology/gsp-{agent}.md and is read by the skill at spawn time.

This keeps session-start cost minimal: ~130L for all 12 agent stubs vs. ~1,500L if methodology were inline. Every conversation pays the session-start cost.

Dynamic output paths

Agent output paths must be dynamic: "path provided by the skill that spawned you". No hardcoded .design/ paths. This lets skills target arbitrary working directories.

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. 5d ago First seen · 14 lines · 0 tokens per session scan A 670141c68052

Subscribe to this mod's changes

CLAUDE is an agent published in the GitHub repository jubscodes/get-shit-pretty (54 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 186 tokens. 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 agents, from other repositories

synthesis-master

Grand orchestrator of all LibreUIUX plugins. Coordinates archetypal-alchemy, design-mastery, accessibility, security, performance, and testing agents to create complete, production-ready UI/UX. The conductor of the plugin symphony. Use PROACTIVELY for any comprehensive UI/UX work.

HermeticOrmus/LibreUIUX-Claude-Code · 65 tokens

archetypal-alchemist

Master of Jungian archetypes + Tarot symbolism for UI/UX design. Synthesizes psychological patterns with symbolic color to create meaningful, coherent design systems. Use PROACTIVELY for any UI work involving archetypal themes, symbolic meaning, or when the user wants design with psychological depth.

HermeticOrmus/LibreUIUX-Claude-Code · 66 tokens

brand-architect

Expert in building comprehensive brand identity systems from strategy through visual execution. Guides the complete brand development journey from positioning and values through logo, typography, color palette, voice, and brand guidelines. Use for brand creation, rebranding, or brand system development.

HermeticOrmus/LibreUIUX-Claude-Code · 54 tokens

design-master

Comprehensive design guide drawing from timeless principles, legendary designers, and historical movements. Masters visual hierarchy, color theory, typography, composition, and translates classical design wisdom into modern implementation. Use PROACTIVELY for any UI/UX design, component creation, or visual…

HermeticOrmus/LibreUIUX-Claude-Code · 59 tokens

component-scaffolder

Scaffolds shadcn-based React compositions into src/app/sandbox/page.tsx from a spec (from screenshot-decoder) or a plain brief. Use AFTER screenshot-decoder, or directly when the user gives a text-only brief.

memi-design/design-sandbox · 53 tokens

motion-director

Adds motion to a static composition. Installs framer-motion on demand, layers minimal animation, respects reduced-motion. Use AFTER component-scaffolder, only when the brief calls for motion.

memi-design/design-sandbox · 42 tokens