بنقرة واحدة
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