Initialize new backend/frontend projects with opinionated defaults.
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 SkillSearch for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer