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 skills add rodolfochicone/rc-project --skill rc-sveltekitgit clone --depth 1 https://github.com/rodolfochicone/rc-projectWrote 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/skills/rodolfochicone/rc-project/rc-sveltekit)<a href="https://agentmods.dev/skills/rodolfochicone/rc-project/rc-sveltekit"><img src="https://agentmods.dev/badge/skills/rodolfochicone/rc-project/rc-sveltekit/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/skills/rodolfochicone/rc-project/rc-sveltekit"><img src="https://agentmods.dev/badge/skills/rodolfochicone/rc-project/rc-sveltekit.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.00093 | $0.00898 |
| Opus 5 | $0.00046 | $0.00449 |
| Sonnet 5 | $0.00019 | $0.00180 |
| Haiku 4.5 | $0.00009 | $0.00090 |
Grade A, and why
rc-sveltekit 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 11d 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 — 74 lines — stays where its author put it; the contents beside it link to each section on GitHub.
SvelteKit 2 + Svelte 5
Full-stack UI with SSR/SEO and progressive enhancement. Target: SvelteKit 2.x, Svelte 5 (runes), adapter-node build run under Bun ≥ 1.3. Pair with rc-axum when the API is a separate Rust service.
Core workflow
- Routes — file-based
src/routes; prefer serverloadfor private/SEO data. - SSR —
+page.server.tsfor data that must hit the API with secrets; never put secrets inPUBLIC_*. - Forms — form actions +
fail()for validation; progressive enhancement. - Hooks —
hooks.server.tsfor session →event.locals; keep locals in sync after actions that change cookies. - Security — CSRF (built-in), cookie flags, CSP. Read
references/security.md. - Deploy — adapter-node,
HOST=127.0.0.1, reverse proxy. Readreferences/ssr-deploy.md. - Test — Vitest + Playwright as needed. Read
references/testing.md.
Reference guide
| Topic | File | Load when |
|---|---|---|
| Load, actions, layout, env | references/guide.md |
Building routes |
| CSRF, cookies, CSP, XSS | references/security.md |
Auth/sessions/public pages |
| adapter-node, env, VPS | references/ssr-deploy.md |
Deploy / SSR config |
| Unit & e2e tests | references/testing.md |
Tests |
Must do
- Use Svelte 5 runes (
$state,$props,$derived) in new components unless the repo is still Svelte 4. - Server-only secrets via
$env/dynamic/privateor$env/static/private— neverPUBLIC_. - Same-origin API proxy in prod (Caddy
/api→ Axum) so the browser uses relative URLs. - Type loads/actions with generated
./$types. - After mutating cookies in an action, update
event.localsbefore subsequent loads in the same request.
Must not do
- Fetch the public internet from
loadwith browser cookies intended only for first-party API without understanding credential rules. - Store access tokens in
localStoragewhen httpOnly cookies are viable. - Disable CSRF protection without a written threat-model exception.
- Ship
adapter-autoto a raw VPS when adapter-node is the actual runtime. - Put DB credentials in client-visible modules under
src/libimported by client components.
What ships with it
4 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.
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.
- 11d ago First seen · 74 lines · 93 tokens per session scan A 624a0624c6d0
rc-sveltekit is a skill published in the GitHub repository rodolfochicone/rc-project (19 stars, last pushed 1mo ago), licensed MIT. It adds 93 tokens to every session and 898 once invoked, about $0.0005 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.
Other skills, from other repositories
nuxt4-patterns
Nuxt 4 app patterns for hydration safety, performance, route rules, lazy loading, and SSR-safe data fetching with useFetch and useAsyncData.
browser-extension-developer
Use this skill when developing or maintaining browser extension code in the browser/ directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.
ui-animation
Builds, reviews, and measures UI motion, including springs, gestures, scroll effects, and curve fitting from recordings. Use when asked to "add animation", "match this easing", "reverse engineer this motion", or find animation opportunities. For action semantics use product-design; for visual layout use ui-design.
ui-design
Designs and builds React/Next/Tailwind UI and audits visual and interaction defects. Use when asked to "build a landing page", "extract our design system", "add dark mode", "make this responsive", "remove UI slop", or "audit this component". For product decisions use product-design; for browser measurements use…
scaffold-nextjs
Scaffolds a Next.js turborepo with Blode UI, icons, Ultracite, workspace hooks, and GitHub/Vercel setup. Use when asked to "create a Next.js project", "bootstrap a turborepo", or "start a new web app". For a page in an existing app use ui-design; for a CLI use scaffold-cli.
typography-audit
Audits font loading, type scales, measure, spacing, OpenType, and rendered punctuation with 78 scoped rules. Use when asked to "audit typography", "fix the fonts", or "review my type system". For a new visual direction use ui-design Direction; for general UI defects use ui-design Audit.