Claude
Skills
Sign in
Back

init

Included with Lifetime
$97 forever

Initialize stacklane baseline using deterministic scripts and optional adapter profiles (nextjs/tanstack, railway/flyio).

Web Dev

What this skill does


# /stacklane:init

Use the script entrypoint, not ad-hoc shell steps.

## Command

```bash
bash "${CLAUDE_PLUGIN_ROOT}/scripts/stacklane-init.sh"
```

## Optional Flags

- `--runtime <bun>`
- `--frontend <nextjs|tanstack|none>`
- `--database <supabase|none>`
- `--deploy <railway|flyio|none>`
- `--service <name>`
- `--environment <name>`
- `--healthcheck-url <url>`
- `--no-validate`
- `--dry-run`

## Execution Rules

1. Parse any user-provided options and pass them directly to the script.
2. Run from the project root.
3. If the script fails, stop and return the exact failing stage.
4. On success, summarize:
   - `.stacklane/init-report.md`
   - whether `.stacklane.json` was created or reused
   - active adapter profile and marker readiness

## Boundaries

- Do not deploy.
- Do not apply migrations.
- Do not replace script behavior with custom manual steps.
Files: 1
Size: 1.0 KB
Complexity: 9/100
Category: Web Dev

Related in Web Dev