원클릭으로
project-bootstrap
Initialize new backend/frontend projects with opinionated defaults.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Initialize new backend/frontend projects with opinionated defaults.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | project-bootstrap |
| description | Initialize new backend/frontend projects with opinionated defaults. |
| tags | ["laravel","nextjs","bootstrap","setup"] |
Use this Skill when you need to quickly scaffold new projects with consistent configurations, best practices, and team conventions already built-in. This eliminates repetitive setup work and ensures all projects start with the same foundation.
This Skill provides:
| Script | Description |
|---|---|
scripts/init-laravel.sh | Initialize a new Laravel project with Pest, Pint, and standard structure |
scripts/init-nextjs.sh | Initialize a new Next.js project with TypeScript, ESLint, and Tailwind |
| Template | Description |
|---|---|
templates/README.template.md | Standard README structure for new projects |
templates/PR_TEMPLATE.template.md | Pull request template with checklist |
None required. Scripts will prompt for project-specific values.
# From the skills directory
./scripts/init-laravel.sh my-laravel-app
# Or specify a path
./scripts/init-laravel.sh my-app ~/projects/
# From the skills directory
./scripts/init-nextjs.sh my-nextjs-app
# With TypeScript (default)
./scripts/init-nextjs.sh my-app --typescript
When working with Claude, you can reference this Skill:
"Use the project-bootstrap Skill to scaffold a new Laravel API project called 'inventory-api' with Pest testing framework."
"Bootstrap a new Next.js application using the project-bootstrap Skill. Include TypeScript and Tailwind CSS."
To adapt these scripts for your team:
scripts/ to match your conventionstemplates/ with your project structurecode-review-checklist - Review standards for projects created with this Skill