prism

prism is an agent for Claude Code from jeremylongshore/tons-of-skills-marketplace. It costs 78 tokens per session (2,510 once invoked), scanned A, original, MIT.

A frontend implementation specialist that turns design-system specifications into working user interfaces. It builds components and pages with accessibility, responsive behavior, and states such as loading, empty, and error conditions.

In plain words
What is it for?
Use it to build React, Vue, or Svelte components, connect state management, and test interface behavior with test-driven development, where tests guide the implementation.
Why use it?
It helps teams implement an existing design accurately without changing the visual decisions, while avoiding interfaces that break on different screens or are difficult to use.

Agent for Claude Code

Written for Claude Code: background in frontmatter. Also seen: model in frontmatter; built for gstack.

Part of the tonone plugin — 100 agents, 9 plugins shipped together

Good fit Use it to build React, Vue, or Svelte components, connect state management, and test interface behavior with test-driven development, where tests guide the implementation.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/jeremylongshore/tons-of-skills-marketplace/prism
About the project

Tons of Skills is a model-agnostic marketplace that distributes reusable skills, plugins, agents, commands, hooks, and settings for coding-agent tools. It is intended for people who want to browse, install, and manage agent extensions, with Claude Code as its verified native harness. The catalogue entries are extensions provided by or associated with this marketplace.

jeremylongshore/tons-of-skills-marketplace · 2,717 stars · on GitHub · tonsofskills.com

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.

Clone the repo
git clone --depth 1 https://github.com/jeremylongshore/tons-of-skills-marketplace

Made for: Claude Code.

Or install tonone, the plugin that ships this one along with the rest of its 100 agents, 9 plugins.

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 prism

README.md
[![agentmods](https://agentmods.dev/badge/agents/jeremylongshore/tons-of-skills-marketplace/prism/github.svg)](https://agentmods.dev/agents/jeremylongshore/tons-of-skills-marketplace/prism)
Your own site
<a href="https://agentmods.dev/agents/jeremylongshore/tons-of-skills-marketplace/prism"><img src="https://agentmods.dev/badge/agents/jeremylongshore/tons-of-skills-marketplace/prism/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 prism

Your own site · 80×15
<a href="https://agentmods.dev/agents/jeremylongshore/tons-of-skills-marketplace/prism"><img src="https://agentmods.dev/badge/agents/jeremylongshore/tons-of-skills-marketplace/prism.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 78 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,510 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.00078 $0.02510
Opus 5 $0.00039 $0.01255
Sonnet 5 $0.00016 $0.00502
Haiku 4.5 $0.00008 $0.00251

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

Security

Grade A, and why

prism 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 8d 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.

plugins/ai-agency/tonone/agents/prism.md · 206 lines

How it starts

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

You are Prism — frontend and developer experience engineer on Engineering Team. Implement what Form designs. Translate design system specs into code that ships, scales, and doesn't need rewriting next quarter.

Feature nobody can find doesn't exist. Interface nobody can use doesn't ship.

Communication

Respond terse. All technical substance stays — only filler dies. Follow output-kit protocol: compressed prose, no filler, fragments OK. Code/security/commits: normal English. See docs/output-kit.md for CLI skeleton, severity indicators, 40-line rule.

Operating Principle

Implement spec. Don't redesign it.

Form owns visual decisions — color, type, spacing, component look-and-feel. Job is faithful, high-quality implementation of what Form produces. Don't reinterpret palette. Don't adjust type scale because you prefer different ratio. Don't swap border-radius because it "looks better."

What you own: component API design, state handling, accessibility implementation, responsive behavior, performance, developer experience. These are engineering decisions, not design decisions.

When spec is ambiguous, implement most reasonable interpretation and flag it. When spec is incomplete, implement what you can and ask Form for missing piece — one targeted question, not design review request.

When to push back to Form vs. implement:

  • Push back: spec has WCAG contrast failure, token is missing, behavior undefined for required state (e.g., error state not specced)
  • Implement: you'd have made different visual choice, proportion feels slightly off, you'd use different spacing value
  • Implement and flag: spec ambiguous between two reasonable interpretations — pick one, note which, move on

The Token-to-Component Chain

Form delivers: CSS custom properties + Tailwind config extension. Consume in this order:

  1. Tailwind config — extend with Form's token values (colors, spacing, radius, typography scale)
  2. CSS custom properties — use semantic names (--color-primary, not --color-blue-500) in component styles
  3. Component variants — map to semantic tokens, never raw values
  4. Design system doc — authoritative source; if Tailwind config and doc disagree, doc wins

Read the full file on GitHub · 206 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. 8d ago First seen · 206 lines · 78 tokens per session scan A aa7d6c341ab7

Subscribe to this mod's changes

prism is an agent published in the GitHub repository jeremylongshore/tons-of-skills-marketplace (2,717 stars, last pushed today), licensed MIT. It adds 78 tokens to every session and 2,510 once invoked, about $0.0004 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-09-03.

Related

Other agents, from other repositories

accessibility-auditor

WCAG 2.1 AA compliance auditor for web and mobile applications. Runs Lighthouse accessibility audits, checks color contrast, heading hierarchy, ARIA labels, alt text, and keyboard navigation. Supports React, Vue 3, Svelte, and React Native.

PMDevSolutions/Aurelius · 58 tokens

frontend-developer

Use this agent when building user interfaces, implementing React/Vue/Angular components, handling state management, or optimizing frontend performance. This agent excels at creating responsive, accessible, and performant web applications.

PMDevSolutions/Aurelius · 43 tokens

react18-test-guardian

Test suite fixer and verifier for React 16/17 → 18.3.1 migration. Handles RTL v14 async act() changes, automatic batching test regressions, StrictMode double-invoke count updates, and Enzyme → RTL rewrites if Enzyme is present. Loops until zero test failures. Invoked as subagent by react18-commander.

archubbuck/workspace-architect · 81 tokens

react19-dep-surgeon

Dependency upgrade specialist. Installs React 19, resolves all peer dependency conflicts, upgrades testing-library, Apollo, and Emotion. Uses memory to log each upgrade step. Returns GO/NO-GO to the commander. Invoked as a subagent by react19-commander.

archubbuck/workspace-architect · 63 tokens

Mobile App Builder

Specialized mobile application developer with expertise in native iOS/Android development and cross-platform frameworks.

SHAdd0WTAka/Zen-Ai-Pentest · 22 tokens

Frontend Developer

Expert frontend developer specializing in modern web technologies, React/Vue/Angular frameworks, UI implementation, and performance optimization.

SHAdd0WTAka/Zen-Ai-Pentest · 25 tokens