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.
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.
git clone --depth 1 https://github.com/jeremylongshore/tons-of-skills-marketplaceWrote 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.
[](https://agentmods.dev/agents/jeremylongshore/tons-of-skills-marketplace/prism)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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:
- Tailwind config — extend with Form's token values (colors, spacing, radius, typography scale)
- CSS custom properties — use semantic names (
--color-primary, not--color-blue-500) in component styles - Component variants — map to semantic tokens, never raw values
- Design system doc — authoritative source; if Tailwind config and doc disagree, doc wins
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.
- 8d ago First seen · 206 lines · 78 tokens per session scan A aa7d6c341ab7
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.
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.
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.
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.
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.
Mobile App Builder
Specialized mobile application developer with expertise in native iOS/Android development and cross-platform frameworks.
Frontend Developer
Expert frontend developer specializing in modern web technologies, React/Vue/Angular frameworks, UI implementation, and performance optimization.