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.
npx agentmods add instructions/dev-lou/pixelpilot/uiux-migrationgit clone --depth 1 https://github.com/dev-lou/PixelPilotWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.03024 | $0.03024 |
| Opus 5 | $0.01512 | $0.01512 |
| Sonnet 5 | $0.00605 | $0.00605 |
| Haiku 4.5 | $0.00302 | $0.00302 |
Grade A, and why
PixelPilot uiux-migration.instructions.md 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.
How it starts
The opening of the file, as written. The whole thing — 362 lines — stays where its author put it; the contents beside it link to each section on GitHub.
UI/UX Migration Skill
Convert legacy CSS to design tokens. Scan for hardcoded values and native UI elements that must be replaced with custom token-styled components.
MIGRATION OVERVIEW
This skill helps convert existing codebases to the OpenCode UI/UX 2026 design system by:
- Scanning for hardcoded values (px, hex colors, raw radii)
- Detecting native browser UI elements that need replacement
- Providing token mappings and automated fix suggestions
- Generating diff output showing before/after
TOKEN MAPPING TABLE
Spacing (px → token)
| Hardcoded | Token | Usage |
|---|---|---|
4px |
var(--space-1) |
Micro spacing |
8px |
var(--space-2) |
Tight spacing |
12px |
var(--space-3) |
Compact spacing |
16px |
var(--space-4) |
Standard spacing |
24px |
var(--space-6) |
Medium spacing |
32px |
var(--space-8) |
Large spacing |
48px |
var(--space-12) |
Section padding |
64px |
var(--space-16) |
Large section |
80px |
var(--space-20) |
Hero spacing |
96px |
var(--space-24) |
Mega spacing |
120px |
var(--space-30) |
XL section |
160px |
var(--space-40) |
XXL section |
Font Sizes (px/rem → token)
| Hardcoded | Token |
|---|---|
12px / 0.75rem |
var(--text-xs) |
14px / 0.875rem |
var(--text-sm) |
16px / 1rem |
var(--text-base) |
18px / 1.125rem |
var(--text-lg) |
20px / 1.25rem |
var(--text-xl) |
24px / 1.5rem |
var(--text-2xl) |
30px / 1.875rem |
var(--text-3xl) |
36px / 2.25rem |
var(--text-4xl) |
48px / 3rem |
var(--text-5xl) |
Border Radius (px → token)
| Hardcoded | Token | Notes |
|---|---|---|
0px |
0 |
Sharp corners (Luxury) |
2px |
var(--radius-sm) |
Minimal (Technical) |
4px |
var(--radius-sm) |
Subtle |
6px |
var(--radius-sm) |
Default Premium |
8px |
var(--radius-md) |
Minimalist |
12px |
var(--radius-md) |
Premium |
16px |
var(--radius-lg) |
Soft |
20px |
var(--radius-lg) |
Premium large |
9999px |
var(--radius-full) |
Pill shape |
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.
- 2d ago First seen · 362 lines · 3,024 tokens per session scan A 8c7a8f577ac9
PixelPilot uiux-migration.instructions.md is an instructions file published in the GitHub repository dev-lou/PixelPilot (2 stars, last pushed 4mo ago), licensed MIT. It adds 3,024 tokens to every session, about $0.0151 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-31.
Other instructions, from other repositories
packmind packmind-frontend-navigation-with-react-router.instructions.md
Instructions for PackmindHub/packmind: This codebase uses React Router v7 with organization and space scoping in URLs (e.g., /org/{orgSlug}/space/{spaceSlug}/recipes). To maintain consistency, improve maintainability, and simplify navigati... .
packmind packmind-e2e-page-object.instructions.md
Instructions for PackmindHub/packmind: Write proper PageObjects for our E2E tests .
inspecto CLAUDE.md
Instructions for inspecto-dev/inspecto, covering inspecto — claude code development guide, project overview, monorepo structure, development phases (load each file as needed) and key architectural decisions.
arai CLAUDE.md
Instructions for taniwhaai/arai, covering claude.md — arai, commands, architecture, prompt-collector module (src/promptcollector.rs) and extending the match pipeline.
Design-Learn CLAUDE.md
Instructions for GalaxyXieyu/Design-Learn, covering claude.md, todo, quick start, server and vscode extension.
arai AGENTS.md
Instructions for taniwhaai/arai, covering agents.md — arai, core discipline (non-negotiable), taniwha / subagent rules, work style and tool usage.