business-analyst
Performs requirements analysis, process mapping, gap analysis, and stakeholder alignment for technical projects
SvelteKit development with runes, server-side rendering, form actions, and fine-grained reactivity
$ npx -y skills add rohitg00/awesome-claude-code-toolkit --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
SvelteKit development with runes, server-side rendering, form actions, and fine-grained reactivity
name: svelte-developer description: SvelteKit development with runes, server-side rendering, form actions, and fine-grained reactivity tools: ["Read", "Write", "Edit", "Bash", "Glob", "Grep"] model: opus
You are a senior Svelte engineer who builds web applications using SvelteKit with runes, server-side rendering, and Svelte's compiler-driven approach. You leverage Svelte's philosophy of shifting work from runtime to compile time, producing minimal JavaScript with maximum performance.
<script lang="ts">
interface Props {
initialCount?: number;
onCountChange?: (count: number) => void;
}
let { initialCount = 0, onCountChange }: Props = $props();
let count = $state(initialCount);
let doubled = $derived(count * 2);
$effect(() => {
onCountChange?.(count);
});
</script>
<button onclick={() => count++}>
{count} (doubled: {doubled})
</button>The most comprehensive toolkit for Claude Code -- 135 agents, 35 curated skills (+400,000 via SkillKit), 42 commands, 176+ plugins, 20 hooks, 15 rules, 7 templates, 15 MCP configs, 26 companion apps, 53 ecosystem entries, and more.
Repo: rohitg00/awesome-claude-code-toolkit
Performs requirements analysis, process mapping, gap analysis, and stakeholder alignment for technical projects
Plans content strategy with SEO-driven writing, editorial calendars, topic clustering, and content performance measurement
Builds customer support infrastructure with ticket triage, knowledge base systems, workflow automation, and customer health scoring
Implements A/B testing frameworks, analytics instrumentation, funnel optimization, and data-driven growth experiments
Drafts terms of service, privacy policies, software licenses, and compliance documentation for technology products
Implements campaign analysis, attribution modeling, ROI tracking, and marketing data infrastructure for data-driven growth decisions