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 skills/jonnyton/tinyassets/design-sourcenpx skills add Jonnyton/TinyAssets --skill design-sourcegit clone --depth 1 https://github.com/Jonnyton/TinyAssetsWhat 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.00051 | $0.00944 |
| Opus 5 | $0.00026 | $0.00472 |
| Sonnet 5 | $0.00010 | $0.00189 |
| Haiku 4.5 | $0.00005 | $0.00094 |
Grade A, and why
tinyassets-design 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 yesterday.
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 — 54 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Read the README.md file within this skill, and explore the other available files.
If creating visual artifacts (slides, mocks, throwaway prototypes, etc), copy assets out and create static HTML files for the user to view. If working on production code, you can copy assets and read the rules here to become an expert in designing with this brand.
If the user invokes this skill without any other guidance, ask them what they want to build or design, ask some questions, and act as an expert designer who outputs HTML artifacts or production code, depending on the need.
Key facts about TinyAssets
- Product in one line: an open-source platform where users design multi-step AI workflows inside their chatbot (Claude.ai, etc.) and a daemon actually runs them. Real execution, not simulation.
- Brand voice: nerdy, slightly mythic, self-aware. Load-bearing verbs: summon, bind, entrust, dismiss, roam, return. Never: "create," "configure," "unleash," or marketing puffery.
- Visual DNA: dark canvas (ink
#1a1a2e), ivory mark stroke (#f2eee6), ember work route (#e94560), live green route (#6dd3a6). One hero graphic: the selected A2 rotated protocol-loom mark inassets/logo-mark.png. Fraunces display + IBM Plex Sans/Mono. No emoji. No icons without intentional substitution (we use Lucide via CDN — flagged).
Files
README.md— full design system: sources, content fundamentals, visual foundations, iconography, index.colors_and_type.css— all design tokens as CSS variables. Always link this first.assets/logo-mark.png— the brand mark;assets/logo-mark.svgis only a compatibility wrapper.source_copy/en.json— verbatim product copy for tone-accurate mocks.preview/— individual cards showing each token cluster (use as visual reference).ui_kits/tinyassets-web/— React/JSX recreation of the landing, connect, catalog, and host surfaces. Read components before writing new ones; reuseButton,StatusPill,DaemonTile,SigilMark,RitualLabel.
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- app.jsx 32 KB
- assets/logo-mark.png 537 KB
- assets/logo-mark.svg 203 B
- assets/teams/01-node-lifecycle.png 44 KB
- assets/teams/02-three-node-annotated.png 64 KB
- assets/teams/03-gate-routing.png 51 KB
- assets/teams/04-gate-resolution-tiers.png 53 KB
- assets/teams/05-parallel-zones.png 47 KB
- assets/teams/06-twenty-node-production.png 47 KB
- assets/teams/07-execution-timeline-and-iteration.png 81 KB
- assets/teams/08-four-variants-side-by-side.png 23 KB
- assets/teams/09-trigger-summary.png 27 KB
- assets/teams/10-through-line.png 38 KB
- assets/wordmark-horizontal.svg 427 B
- colors_and_type.css 8.4 KB
- diagram-1-lifecycle.jsx 3.8 KB
- diagram-2-3node.jsx 4.1 KB
- diagram-3-parallel.jsx 5.0 KB
- diagram-4-gate.jsx 2.9 KB
- diagram-5-timeline.jsx 3.4 KB
- diagram-6-book.jsx 6.4 KB
- diagram-primitives.jsx 11 KB
- hero-shell.jsx 7.0 KB
- index.html 1.8 KB
- node-detail.jsx 9.8 KB
- preview/_card.css 689 B
- preview/brand-mark.html 1.4 KB
- preview/brand-voice.html 2.0 KB
- preview/colors-brand.html 2.2 KB
- preview/colors-scales.html 3.1 KB
- preview/colors-semantic.html 2.6 KB
- preview/components-buttons.html 2.3 KB
- preview/components-card.html 2.5 KB
- preview/components-daemon-tile.html 3.0 KB
- preview/components-inputs.html 2.0 KB
- preview/components-nav.html 2.1 KB
- preview/components-status.html 2.3 KB
- preview/spacing-elevation.html 1.7 KB
- preview/spacing-radius.html 1.8 KB
- preview/spacing-scale.html 1.9 KB
- preview/type-display.html 915 B
- preview/type-mono-labels.html 1.7 KB
- preview/type-scale.html 2.0 KB
- README.md 16 KB
- scaling-strip.jsx 3.3 KB
- screenshots/landing-full.png 24 KB
- source_copy/en.json 20 KB
- tinyassets-landing-standalone.html 1888 KB
- tweaks-panel.jsx 18 KB
- ui_kits/tinyassets-web/AgentTeams.jsx 20 KB
- ui_kits/tinyassets-web/Branch.jsx 4.3 KB
- ui_kits/tinyassets-web/BranchDAG.jsx 4.3 KB
- ui_kits/tinyassets-web/Catalog.jsx 5.4 KB
- ui_kits/tinyassets-web/ChatDemo.jsx 5.1 KB
- ui_kits/tinyassets-web/CodingDiagrams.jsx 12 KB
- ui_kits/tinyassets-web/CodingShowcase.jsx 8.6 KB
- ui_kits/tinyassets-web/Connect.jsx 3.4 KB
- ui_kits/tinyassets-web/Contribute.jsx 18 KB
- ui_kits/tinyassets-web/Diagrams.jsx 17 KB
- ui_kits/tinyassets-web/Economy.jsx 6.5 KB
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.
- yesterday First seen · 54 lines · 51 tokens per session scan A 616a8671a206
tinyassets-design is a skill published in the GitHub repository Jonnyton/TinyAssets (1 stars, last pushed yesterday), licensed MIT. It adds 51 tokens to every session and 944 once invoked, about $0.0003 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 skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
brainstorming
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…
agent-host-chat-contributions
Build and review cross-cutting agent-host chat behavior through lifecycle contributions. Use when adding turn lifecycle side effects, prompt or context injection, restored-history transformation, protocol-action observation, or when reviewing changes that add code to AgentSideEffects or AgentService.
auto-perf-optimize
Run agent-driven VS Code performance or memory investigations. Use when asked to launch Code OSS, automate a VS Code scenario, run the Chat memory smoke runner, capture renderer heap snapshots, take workflow screenshots, compare run summaries, or drive a repeatable scenario before heap-snapshot analysis.