init

star 0

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

bishnubista By bishnubista schedule Updated 2/8/2026

name: init description: "Initialize stacklane baseline using deterministic scripts and optional adapter profiles (nextjs/tanstack, railway/flyio)." disable-model-invocation: true

/stacklane:init

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

Command

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.
Install via CLI
npx skills add https://github.com/bishnubista/stacklane --skill init
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator