vitest-test-creator
This skill provides automated assistance for vitest test creator tasks within the Test Automation domain.
Content Preview
--- name: vitest-test-creator description: | Vitest Test Creator - Auto-activating skill for Test Automation. Triggers on: vitest test creator, vitest test creator Part of the Test Automation skill category. allowed-tools: Read, Write, Edit, Bash, Grep version: 1.0.0 license: MIT author: Jeremy Longshore <[email protected]> --- # Vitest Test Creator ## Purpose This skill provides automated assistance for vitest test creator tasks within the Test Automation domain. ## When to Us
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/vitest-test-creator.md \
https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/planned-skills/generated/09-test-automation/vitest-test-creator/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsThen reference at planned-skills/generated/09-test-automation/vitest-test-creator/SKILL.md
Related Skills
javascript-typescript-typescript-scaffold
You are a TypeScript project architecture expert specializing in scaffolding production-ready Node.js and frontend applications. Generate complete project structures with modern tooling (pnpm, Vite, N
developmentjavascripttypescript
by sickn33 (Antigravity) · antigravity-awesome-skills
vue-expert
Builds Vue 3 components with Composition API patterns, configures Nuxt 3 SSR/SSG projects, sets up Pinia stores, scaffolds Quasar/Capacitor mobile apps, implements PWA features, and optimises Vite builds. Use when creating Vue 3 applications with Composition API, writing reusable composables, managing state with Pinia, building hybrid mobile apps with Quasar or Capacitor, configuring service workers, or tuning Vite configuration and TypeScript integration.
vue-expertvueexpertapi
by Jeffallan · jeffallan-claude-skills
vue-expert-js
Creates Vue 3 components, builds vanilla JS composables, configures Vite projects, and sets up routing and state management using JavaScript only — no TypeScript. Generates JSDoc-typed code with @typedef, @param, and @returns annotations for full type coverage without a TS compiler. Use when building Vue 3 applications with JavaScript only (no TypeScript), when projects require JSDoc-based type hints, when migrating from Vue 2 Options API to Composition API in JS, or when teams prefer vanilla JavaScript, .mjs modules, or need quick prototypes without TypeScript setup.
vue-expert-jsvueexperttypescript
by Jeffallan · jeffallan-claude-skills
svelte-testing
Testing specialist for Svelte/SvelteKit applications with expertise in unit testing, component testing, E2E testing using Vitest and Playwright, following modern testing best practices.
agentssveltetesting
by qdhenry · claude-command-suite