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
npx skills add sickn33/agentic-awesome-skills --skill javascript-typescript-typescript-scaffold --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# TypeScript Project Scaffolding 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, Next.js), type safety, testing setup, and configuration following current best practices. ## Use this skill when - Working on typescript project scaffolding tasks or workflows - Needing guidance, best practices, or checklists for typescript project scaffolding ## Do not use this skill when - The task is unrelated to typescript project scaffolding - You need a different domain or tool outside this scope ## Context The user needs automated TypeScript project scaffolding that creates consistent, type-safe applications with proper structure, dependency management, testing, and build tooling. Focus on modern TypeScript patterns and scalable architecture. ## Requirements $ARGUMENTS ## Instructions ### 1. Analyze Project Type Determine the project type from user requirements: - **Next.js**: Full-stack React applications, SSR/SSG, API routes - **React + Vite**: SPA applications, component libraries - **Node.js API**: Express/Fastify backends, microservices - **L
- Use this skill when
- Do not use this skill when
- Context
- Requirements
- Instructions
- 1. Analyze Project Type
- 2. Initialize Project with pnpm
- 3. Generate Next.js Project Structure
- 4. Generate React + Vite Project Structure
- 5. Generate Node.js API Project Structure
- 6. Generate TypeScript Library Structure
- 7. Configure Development Tools
- Output Format
- Limitations
Install pnpm if needed npm install -g pnpm Initialize project mkdir project-name && cd project-name pnpm init Initialize git git init echo "node_modules/" >> .gitignore echo "dist/" >> .gitignore echo ".env" >> .gitignore
What does the javascript-typescript-typescript-scaffold skill do?
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
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill javascript-typescript-typescript-scaffold --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.