project-setup

Interactive project scaffolding with modern tooling for Astro, Vite+React, Express API, Python CLI/Web, Monorepo, and Library projects.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "project-setup" with this command: npx skills add arosenkranz/claude-code-config/arosenkranz-claude-code-config-project-setup

Project Setup

Smart project initialization with modern tooling and best practices for your development workflow.

Usage

/project-setup              # Interactive project setup
/project-setup astro-blog   # Astro blog project
/project-setup python-cli   # Python CLI tool
/project-setup react-app    # Vite + React SPA

Interactive Questionnaire

First, gather these details:

  1. Project name: What would you like to call this project?
  2. Project type: What kind of project is this?
    • Static site (Astro, Vite)
    • React app (Vite, Next.js)
    • Full-stack app (Express + React, etc.)
    • CLI tool (Node.js or Python)
    • Python web (FastAPI, Flask)
    • Monorepo (multiple packages)
    • Library (NPM package or Python module)
  3. Features needed:
    • TypeScript?
    • Testing framework?
    • Linting/Formatting (ESLint + Prettier)?
    • Git repository?
    • Docker setup?
    • CI/CD (GitHub Actions)?
  4. Any specific libraries or tools you know you'll need?

What It Does

  1. Detect project type from context or ask for clarification
  2. Initialize git repository with .gitignore
  3. Set up package manager (npm/pnpm/yarn for JS, poetry/pip for Python)
  4. Configure ESLint and Prettier for JS/TS projects
  5. Set up TypeScript with proper configs
  6. Create basic project structure
  7. Add VS Code settings
  8. Configure pre-commit hooks with husky
  9. Set up basic CI/CD with GitHub Actions
  10. Add README with project information

Project Types

Astro

Blog, portfolio, documentation site. Includes content collections, API routes, and markdown support.

Vite + React

SPA and interactive applications. Includes React Router, state management setup, and component structure.

Express API

REST API and microservices. Includes routing, middleware, error handling, and validation with Zod.

Python CLI

Automation tools and scripts. Uses Click/Typer for CLI, Rich for output, and pytest for testing.

Python Web

FastAPI or Flask applications. Includes async support, Pydantic models, and structured project layout.

Monorepo

Multiple related projects. Uses pnpm workspaces or Turborepo for package management.

Library

NPM package or Python module. Includes build configuration, type declarations, and publishing setup.

Auto-Configuration

  • Detects existing tools in ~/Code
  • Uses your ESLint/Prettier preferences
  • Integrates with your GitHub account
  • Adds Datadog monitoring boilerplate

Learning Mode

All projects are created in ~/Code with explanations for each configuration choice, alternative options, and next steps documentation to help you learn.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

homelab-helper

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

session-log

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

instinct-export

No summary provided by upstream source.

Repository SourceNeeds Review