Back to Directory
claude-codecoding
Project Scaffolding Skill
IDE-grade project scaffolding wizard for 70+ project types including React, Next.js, FastAPI, and more.
Author
Added
2025-11-11
Installationmanual
1. Clone: git clone https://github.com/hmohamed01/Claude-Code-Scaffolding-Skill
2. Install the skill:
mkdir -p ~/.claude/skills/project-scaffolding
cp -r SKILL.md scripts/ references/ assets/ ~/.claude/skills/project-scaffolding/
3. Verify installation:
ls ~/.claude/skills/project-scaffolding/
4. Use with natural language: "Create a Next.js project with TypeScript and Tailwind" or "Set up a FastAPI backend with PostgreSQL"
GitHub: https://github.com/hmohamed01/Claude-Code-Scaffolding-Skill
About this Agent
IDE-grade project scaffolding wizard for 70+ project types including React, Next.js, FastAPI, and more.
An IDE-grade project scaffolding wizard comparable to WebStorm and PyCharm, integrated as a skill for Claude Code.
Features:
- 70+ Project Templates spanning web, mobile, desktop, and backend development
- Interactive wizard workflow with step-by-step configuration
- Framework-specific options (TypeScript, CSS frameworks, state management, routing)
- SDK/environment configuration with version selection
- Database & ORM setup (PostgreSQL, MySQL, SQLite, MongoDB)
- Code quality tools (ESLint, Prettier, Ruff, mypy, golangci-lint)
- Testing configuration (Vitest, Jest, pytest, Playwright)
- DevOps ready with Docker, docker-compose, and GitHub Actions CI/CD
Supported project types include: static websites, React, Next.js, Vue, Svelte, Angular, Astro, React Native, Expo, Flutter, Tauri, Electron, FastAPI, Django, Express, NestJS, Go/Gin, Rust/Axum, Spring Boot, and many more.
Tags
#Scaffolding#Templates#Project Setup#IDE