hmohamed01

Scaffolding Skill — Development skill for Claude Code

Development community Intermediate

Project scaffolding and boilerplate generation.

How to install Scaffolding Skill

This entry records only its repository, not the path inside it, so there is no exact command to give. Open hmohamed01/Claude-Code-Scaffolding-Skill and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Scaffolding Skill does

[](LICENSE) [](README.md#version-history) [](README.md#supported-project-types) [](scripts/scaffold.py) [](SKILL.md)

Alternatives in Development

  • Generation — Skills Generation Information 48.3k ★
  • Lamda — The most powerful Android RPA agent framework, next generation mobile automation 7.7k ★
  • Artifacts — Artifact Generation & Code Transformation 1.1k ★

README

Project Scaffolding Skill for Claude Code

[](LICENSE) [](README.md#version-history) [](README.md#supported-project-types) [](scripts/scaffold.py) [](SKILL.md)

IDE-grade project scaffolding wizard comparable to WebStorm and PyCharm project wizards. Supports **70+ project types** across web, mobile, desktop, and backend development.

Features

  • Interactive Wizard Workflow: Step-by-step project configuration like JetBrains IDEs
  • 70+ Project Types: From simple HTML/CSS to complex full-stack applications
  • SDK/Environment Configuration: Node.js, Python, Go, Rust, Java version selection
  • Framework-Specific Options: TypeScript, CSS frameworks, state management, routing
  • Database & ORM Setup: PostgreSQL, MySQL, SQLite, MongoDB with various ORMs
  • Code Quality Tools: ESLint, Prettier, Ruff, mypy, golangci-lint, clippy
  • Testing Configuration: Vitest, Jest, pytest, Go testing, Playwright
  • DevOps Ready: Docker, docker-compose, GitHub Actions CI/CD

Supported Project Types

Static Websites (HTML/CSS/JS)

  • Pure HTML5 (no CSS)
  • HTML/CSS (no build tools)
  • HTML + Sass/SCSS
  • HTML + Tailwind CLI
  • Landing Pages
  • Multi-page Sites

Frontend Web Frameworks

  • React (Vite)
  • Next.js 16 (App Router)
  • Vue 3 / Nuxt 3
  • SvelteKit
  • Angular
  • Astro
  • Remix
  • Solid.js
  • Qwik
  • Preact

Mobile & Cross-Platform

  • React Native
  • Expo
  • Flutter
  • Tauri (Desktop)
  • Electron
  • Ionic

Backend - JavaScript/TypeScript

  • Express
  • NestJS
  • Fastify
  • Hono
  • Elysia
  • tRPC
  • Koa

Backend - Python

  • FastAPI
  • Django / Django REST
  • Flask
  • Litestar

Backend - Go

  • Go + Gin
  • Go + Fiber
  • Go + Echo
  • Go + Chi

Backend - Rust

  • Rust + Axum
  • Rust + Actix
  • Rust + Rocket

Backend - Java/Kotlin

  • Spring Boot
  • Quarkus
  • Ktor
  • Micronaut

Backend - Other

  • PHP + Laravel
  • Ruby on Rails
  • .NET Web API

Libraries & Packages

  • TypeScript NPM Package
  • Python PyPI Package
  • Go Module
  • Rust Crate

CLI Tools

  • Node.js CLI

...