setup
Installation
SKILL.md
TWD Project Setup
You are configuring TWD (Test While Developing) for this project. Your job is to detect project settings, ask questions for what can't be auto-detected, and generate a .claude/twd-patterns.md configuration file.
Step 1: Auto-Detect Project Settings
Read these files to pre-fill answers (read all in parallel):
-
package.json— detect framework from dependencies:react/react-dom→ Reactvue→ Vue@angular/core→ Angularsolid-js→ Solid- Also detect CSS/component libraries:
@mui/material,@chakra-ui/react,antd,@mantine/core,vuetify,primevue,element-plus,@angular/material
-
vite.config.ts(or.js,.mjs) — detect:basefield (Vite base path, default/)server.port(dev server port, default5173)
Related skills