javascript-typescript-typescript-scaffold

Featured

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

AI & Automation 39,350 stars 6386 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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 - **Library**: Reusable packages, utilities, tools - **CLI**: Command-line tools, automation scripts ### 2. Initialize Project with pnpm ```bash # Install pnpm if needed npm install -g pnpm # Initialize project mkdir project-name && cd project-name pnpm init # Initialize git git init echo...

Details

Author
sickn33
Repository
sickn33/antigravity-awesome-skills
Created
4 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category