General
PromptBeginner5 minmarkdown
Untitled Skill
193
1. Create scripts/create-explorer.ts:
Loading actions...
Main instructions and any bundled files for this skill.
Create CLI tool to generate explorer boilerplate:
Create scripts/create-explorer.ts:
Add npm script to package.json: "create-explorer": "ts-node scripts/create-explorer.ts"
Create README for the tool with usage examples
Example usage: npm run create-explorer -- --name "my-example" --category "data-routing" --stages 4 --title "My Example"
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
risks