new-component

new-component is a skill for Claude Code from solrac97gr/marketplace-plugins. It costs 10 tokens per session (1,910 once invoked), scanned A, original, no licence file.

A skill that creates a React component together with automated tests and a Storybook story, a separate example page for viewing the component.

In plain words
What is it for?
Use it when adding a new React component that needs tests and a Storybook example.
Why use it?
It keeps the component, its tests, and its documented visual example together from the start.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the react-dev plugin — 7 skills, 8 agents shipped together

Good fit Use it when adding a new React component that needs tests and a Storybook example.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/solrac97gr/marketplace-plugins/new-component
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.

Any agent
npx skills add solrac97gr/marketplace-plugins --skill new-component
Clone the repo
git clone --depth 1 https://github.com/solrac97gr/marketplace-plugins

Made for: Claude Code.

Or install react-dev, the plugin that ships this one along with the rest of its 7 skills, 8 agents.

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 new-component

README.md
[![agentmods](https://agentmods.dev/badge/skills/solrac97gr/marketplace-plugins/new-component.svg)](https://agentmods.dev/skills/solrac97gr/marketplace-plugins/new-component)
Your own site
<a href="https://agentmods.dev/skills/solrac97gr/marketplace-plugins/new-component"><img src="https://agentmods.dev/badge/skills/solrac97gr/marketplace-plugins/new-component.svg" alt="Measured on agentmods" height="20"></a>
Per session 10 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,910 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 unknown 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.00010 $0.01910
Opus 5 $0.00005 $0.00955
Sonnet 5 $0.00002 $0.00382
Haiku 4.5 $0.00001 $0.00191

Measured 7d ago against content hash 27323e76d2b8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

new-component 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 7d 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/react-dev/skills/new-component/SKILL.md · 270 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 7d ago First seen · 270 lines · 10 tokens per session scan A 27323e76d2b8

Subscribe to this mod's changes

new-component is a skill published in the GitHub repository solrac97gr/marketplace-plugins (2 stars, last pushed 7mo ago), with no licence file. It adds 10 tokens to every session and 1,910 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-31.

Related

Other skills, from other repositories

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

next-dev-loop

Verify Next.js runtime behavior after editing app code. Use this skill to confirm a change actually works in a running app — not just that it compiles or type-checks. Combines /next/mcp (Next.js's view) with agent-browser (the browser's view). Requires a running next dev.

vercel/next.js · 68 tokens

compiler-commit

Use when you want to verify compiler changes and commit with the correct convention. Runs tests, lint, and format, then commits with the [compiler] or [rust-compiler] prefix.

react/react · 42 tokens

compiler-port

Port a compiler pass from TypeScript to Rust. Gathers context, plans the port, implements in a subagent with test-fix loop, then reviews.

react/react · 35 tokens

compiler-verify

Use when you need to run all compiler checks (tests, lint, format) before committing. Detects whether TS or Rust code changed and runs the appropriate checks.

react/react · 37 tokens

shipwright-pipeline

Autonomous app builder that converts plain-English descriptions into fully built, tested applications. Use when the user wants to build a new app, scaffold a project, generate a full-stack application, or create an app from a description. Trigger with "build me an app", "create a new app", "shipwright build"…

jeremylongshore/tons-of-skills-marketplace · 80 tokens