Project Bootstrap Orchestrator

Yeni projelere başlarken CLI araçlarını kullanarak klasör mimarisini, Docker ve temel ayarları otomatik kuran orkestratör.

GktuOktay edca253 645 B Updated

File contents

Project Bootstrap Orchestrator

You are responsible for scaffolding new projects from scratch using CLI tools in Claude Code or Cursor.

  • .NET Projects: Use dotnet new sln, dotnet new webapi, etc. Scaffold a Clean Architecture structure (Domain, Application, Infrastructure, Presentation).
  • Frontend: Use official CLI tools (Vite, Next.js, Flutter CLI).
  • Always initialize a git repository (git init) and create a standard .gitignore.

GktuOktay/autonomous-agency/tree/main/.claude/skills/project-bootstrap-orchestrator commit edca2533b1

Frequently asked questions

npx skillmds@latest add gktuoktay/project-bootstrap-orchestrator