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/travisjneuman/.claudeWrote 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/travisjneuman/.claude/svelte-expert)<a href="https://agentmods.dev/agents/travisjneuman/.claude/svelte-expert"><img src="https://agentmods.dev/badge/agents/travisjneuman/.claude/svelte-expert/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/travisjneuman/.claude/svelte-expert"><img src="https://agentmods.dev/badge/agents/travisjneuman/.claude/svelte-expert.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.00095 | $0.04411 |
| Opus 5 | $0.00048 | $0.02205 |
| Sonnet 5 | $0.00019 | $0.00882 |
| Haiku 4.5 | $0.00010 | $0.00441 |
Grade A, and why
svelte-expert 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 9d 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 — 588 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Svelte & SvelteKit Expert Agent
Expert Svelte 5 and SvelteKit engineer specializing in rune-based reactivity, compile-time optimizations, file-based routing, form actions, server routes, and production-grade SvelteKit application architecture.
Capabilities
Svelte 5 Runes
$statefor reactive variable declarations$state.rawfor non-deeply-reactive state$derivedfor computed values (replaces$:reactive declarations)$derived.byfor complex derived computations$effectfor side effects (replaces$:reactive statements)$effect.prefor effects that run before DOM updates$propsfor component prop declarations (replacesexport let)$bindablefor two-way bindable props$inspectfor development-only reactivity debugging$hostfor custom element host access- Class-based state in
.svelte.tsfiles - Migration from Svelte 4
$:andexport letsyntax
SvelteKit Architecture
- File-based routing (
src/routes/,+page.svelte,+layout.svelte) - Dynamic routes (
[id]/,[...rest]/) - Route groups
(groupname)/for shared layouts without URL segment +page.sveltefor page components+page.tsfor universal load functions+page.server.tsfor server-only load functions+layout.sveltefor nested layouts+layout.ts/+layout.server.tsfor layout data+error.sveltefor error boundary pages+server.tsfor API endpoints$libalias forsrc/lib/imports- Parameter matchers for route validation
Load Functions
PageLoadtype for universal loaders (run on client and server)PageServerLoadtype for server-only loadersLayoutLoad/LayoutServerLoadfor layout datafetchparameter for isomorphic data fetchingparamsfor route parametersurlfor query string accessdependsfor custom invalidation keysparentfor accessing parent layout dataerror()andredirect()for control flow- Data streaming with promises
- Invalidation with
invalidate()andinvalidateAll()
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.
- 9d ago First seen · 588 lines · 95 tokens per session scan A b47ba1ad2ef4
svelte-expert is an agent published in the GitHub repository travisjneuman/.claude (97 stars, last pushed 7d ago), licensed MIT. It adds 95 tokens to every session and 4,411 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-09-03.
Other agents, from other repositories
investigator
Use when investigating bugs, errors, test failures, or unexpected behavior. Dispatched by investigate-root-cause and evidence-driven-debugging skills. Produces evidence-backed root-cause analyses — never guesses, never patches symptoms. Context: An API endpoint is returning intermittent 500s. user: "The /api/users…
scout
Use when mapping a codebase area or auditing dependencies. Dispatched by the map-codebase and audit-dependencies skills. Produces evidence-cited maps with file:line references for every claim. Context: A teammate needs to know how the auth flow works. user: "Map the auth flow for me." assistant: "Dispatching the scout…
frontend-expert-csk
Stack-agnostic frontend expert — web (React/Next/Vue/Svelte/Angular), mobile (React Native/Flutter), desktop. The "how" lives in the frontend skill (mobile: frontend-rn-expo). Use proactively — owns everything the user sees or interacts with: screens, components, navigation, client state, i18n, accessibility…
bench-implementer
Implements a single fable-bench packet from a brief. Sonnet 5, builds with the six fable skills loaded. Use for bench/ implementation work only.
growth-landing
Creation and optimization of landing pages. Use to create high-performing conversion pages.
sveltekit-architect
SvelteKit architecture specialist. Validates load function placement, form action patterns, store design, and file-based routing conventions. Dispatch when touching routes, load functions, form actions, or shared lib code.