scaffold-vite-react

scaffold-vite-react is a skill for Claude Code, Codex from DemonDamon/AgenticX. It costs 22 tokens per session (212 once invoked), scanned A, original, Apache-2.0.

A starter-kit builder for making a Vite and React proof-of-concept frontend, including its routes, pages, styling variables, mock data, and setup instructions.

In plain words
What is it for?
Use it to create dashboards, task lists, settings pages, and other required routes, then install dependencies and verify that the project builds.
Why use it?
It removes the repetitive setup work needed before a frontend prototype can be built and checked.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/demondamon/agenticx/scaffold-vite-react
Any agent
npx skills add DemonDamon/AgenticX --skill scaffold-vite-react
Clone the repo
git clone --depth 1 https://github.com/DemonDamon/AgenticX

Made for: Claude Code, Codex.

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 scaffold-vite-react

README.md
[![agentmods](https://agentmods.dev/badge/skills/demondamon/agenticx/scaffold-vite-react.svg)](https://agentmods.dev/skills/demondamon/agenticx/scaffold-vite-react)
Your own site
<a href="https://agentmods.dev/skills/demondamon/agenticx/scaffold-vite-react"><img src="https://agentmods.dev/badge/skills/demondamon/agenticx/scaffold-vite-react.svg" alt="Measured on agentmods" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 212 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00022 $0.00212
Opus 5 $0.00011 $0.00106
Sonnet 5 $0.00004 $0.00042
Haiku 4.5 $0.00002 $0.00021

Measured 5d ago against content hash 5f3b8af0925c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

scaffold-vite-react 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 5d 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.

examples/agenticx-for-delivery/skills/scaffold-vite-react/SKILL.md · 39 lines

What it actually says

Scaffold Vite + React POC

Output location

output/<task_id>/frontend/ inside the delivery worktree.

Steps

  1. pnpm create vite@latest . --template react-ts (or equivalent) in frontend dir
  2. Add React Router for routes from requirement-breakdown.md
  3. Wire semantic CSS variables matching design-system.md
  4. Mock data only — no real API unless specified

Pages

Implement every route listed in requirement breakdown:

  • Dashboard
  • Task list (if applicable)
  • Settings (if applicable)

Verification

  • pnpm install && pnpm build succeeds
  • README.md documents dev command and port

Constraints

  • Do not modify AgenticX core packages
  • Keep dependencies minimal (react, react-router-dom, vite)
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. 5d ago First seen · 39 lines · 22 tokens per session scan A 5f3b8af0925c

Subscribe to this mod's changes

scaffold-vite-react is a skill published in the GitHub repository DemonDamon/AgenticX (227 stars, last pushed today), licensed Apache-2.0. It adds 22 tokens to every session and 212 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-30.

Related

Other skills, from other repositories

weather

Get current weather and forecasts (no API key required).

HKUDS/nanobot · 13 tokens

github

Interact with GitHub using the gh CLI. Use gh issue, gh pr, gh run, and gh api for issues, PRs, CI runs, and advanced queries.

HKUDS/nanobot · 44 tokens

panel-app-react-vite-creator

Create or update an engineering-style NextClaw Panel component with pnpm, Vite, React, TypeScript, and Tailwind CSS, then build it into a static .panel directory inside a schema v2 package or an explicitly loose workspace Panel. Use for modern, reusable, complex, Agent-powered, typed Panel interfaces.

Peiiii/nextclaw · 73 tokens

continuum-tools-mcp

Connect MCP servers (Stdio/SSE/StreamableHTTP) to a Continuum agent, configure tool filtering, set up tool-context capture/injection (e.g. sessionid), and read run artifacts (UI widgets, structured tool data). Invoke when the user asks "connect MCP", "filesystem tool", "remote API tool", "auto-capture sessionid"…

shyftlabs/continuum · 94 tokens

continuum-handoffs

Build agent-to-agent transitions with Continuum's Handoff system — triage routing, history summarization modes (FULL/SUMMARY/RECENTN/HYBRID), cycle detection, depth tracking, return-to-parent. Invoke when the user asks "route customer requests to specialists", "agent that can transfer to another", "summarize history…

shyftlabs/continuum · 98 tokens

continuum-llm-providers

Pick the right LLM provider, configure structured outputs, control context-window compression, and use the LLMClient directly. Provider routing is by model-string prefix; LiteLLM has been removed. Also covers Smart Gateway integration for multi-provider routing. Invoke when the user asks about "switch to Claude"…

shyftlabs/continuum · 105 tokens