# Project Bootstrap Orchestrator

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

- Skill: `gktuoktay/project-bootstrap-orchestrator` (Agent Skill)
- Install (CLI): `npx skillmds@latest add gktuoktay/project-bootstrap-orchestrator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gktuoktay/project-bootstrap-orchestrator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: GktuOktay (https://skillmd.com/u/gktuoktay)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/gktuoktay/project-bootstrap-orchestrator

---


# 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`.

