vite-ts-react-template
Spec-driven React development, testing, and code quality workflows
All Skills in This Repository (11)
Pure Emerald Level Indicatorstest-driven-development
Enforce the red-green-refactor cycle for tests before production code.
typescript-advanced-types
Resolve complex type-level problems in TypeScript with advanced types.
executing-plans
Execute written plans in review-driven batches with verification checkpoints.
react-useeffect
Identify and apply React useEffect best practices to avoid common pitfalls.
brainstorming
Clarify goals and constraints, then propose 2โ3 design directions with trade-offs.
commit-work
Guide staging and draft Conventional Commits messages for logical Git commits.
dependency-updater
Detect project type and automate safe dependency updates across manifests.
writing-plans
Generate implementation plans with tasks, files, tests, docs, and commits.
github-actions-templates
Create and standardize GitHub Actions workflow templates for CI/CD tasks.
frontend-design
Create React components with bold aesthetics, accessible typography, and cohesive theming.
qa-test-planner
Generate QA test plans, cases, regression suites, and bug reports.
Frequently Asked Questions
FAQPage SchemaHow to install vite-ts-react-template skills?โผ
Run `npx skills add bartstc/vite-ts-react-template --all -g -y` in your terminal to install all skills in this suite globally.
What is spec-driven development?โผ
It is a workflow where you write a short feature spec with requirements, design, and tasks before any code is written. The writing-spec skill guides the agent through four gated phases so implementation decisions are explicit and reviewed.
How does this template enforce test-driven development?โผ
The test-driven-development skill requires a failing test before any production code, following the red-green-refactor cycle. Supporting skills add typed patterns for Storybook, Vitest, MSW handlers, and fixtures.
Does it work with Claude Code and other coding agents?โผ
Yes. All skills follow the standard SKILL.md format and work in Claude Code, Cursor, and other compatible coding agents.
Can it help with React performance and E2E testing?โผ
Yes. It includes Vercel's React performance rules, useEffect best practices, and Playwright page object patterns for maintainable end-to-end tests.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core