style-skill-memory

A command that turns a saved visual style reference into a reusable design guide for coding agents. The guide records choices such as colors, typography, spacing, and implementation examples.

In plain words
What is it for?
Use it when building or reviewing interface components that should follow an existing design system, including its responsive, dark-mode, and tooling guidelines.
Why use it?
It makes a project's visual rules easy to load later, helping UI work stay consistent without repeatedly studying the original references.

Command for Claude Code

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 commands/catlog22/claude-code-workflow/style-skill-memory
Clone the repo
git clone --depth 1 https://github.com/catlog22/Claude-Code-Workflow

Made for: Claude Code.

Per session 21 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,732 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.00021 $0.03732
Opus 5 $0.00010 $0.01866
Sonnet 5 $0.00004 $0.00746
Haiku 4.5 $0.00002 $0.00373

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

Security

Grade A, and why

style-skill-memory 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 2d 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.

.claude/commands/memory/style-skill-memory.md · 397 lines

How it starts

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

Memory: Style SKILL Memory Generator

Overview

Purpose: Convert style reference package into SKILL memory for easy loading and context management.

Input: Style reference package at .workflow/reference_style/{package-name}/

Output: SKILL memory index at .claude/skills/style-{package-name}/SKILL.md

Use Case: Load design system context when working with UI components, analyzing design patterns, or implementing style guidelines.

Key Features:

  • Extracts primary design references (colors, typography, spacing, etc.)
  • Provides dynamic adjustment guidelines for design tokens
  • Includes prerequisites and tooling requirements (browsers, PostCSS, dark mode)
  • Progressive loading structure for efficient token usage
  • Complete implementation examples with React components
  • Interactive preview showcase

Quick Reference

Command Syntax

/memory:style-skill-memory [package-name] [--regenerate]

# Arguments
package-name    Style reference package name (required)
--regenerate    Force regenerate SKILL.md even if it exists (optional)

Usage Examples

# Generate SKILL memory for package
/memory:style-skill-memory main-app-style-v1

# Regenerate SKILL memory
/memory:style-skill-memory main-app-style-v1 --regenerate

# Package name from current directory or default
/memory:style-skill-memory

Key Variables

Input Variables:

  • PACKAGE_NAME: Style reference package name
  • PACKAGE_DIR: .workflow/reference_style/${package_name}
  • SKILL_DIR: .claude/skills/style-${package_name}
  • REGENERATE: true if --regenerate flag, false otherwise

Data Sources (Phase 2):

  • DESIGN_TOKENS_DATA: Complete design-tokens.json content (from Read)
  • LAYOUT_TEMPLATES_DATA: Complete layout-templates.json content (from Read)
  • ANIMATION_TOKENS_DATA: Complete animation-tokens.json content (from Read, if exists)

Metadata (Phase 2):

  • COMPONENT_COUNT: Total components
  • UNIVERSAL_COUNT: Universal components count
  • SPECIALIZED_COUNT: Specialized components count
  • UNIVERSAL_COMPONENTS: Universal component names (first 5)
  • HAS_ANIMATIONS: Whether animation-tokens.json exists

Read the full file on GitHub · 397 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. 2d ago First seen · 397 lines · 21 tokens per session scan A df31f87b1286

Subscribe to this mod's changes

style-skill-memory is a command published in the GitHub repository catlog22/Claude-Code-Workflow (2,134 stars, last pushed 2mo ago), licensed MIT. It adds 21 tokens to every session and 3,732 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.