Init

Initialize stacklane baseline using deterministic scripts and optional adapter profiles (nextjs/tanstack, railway/flyio). Use when this capability is needed.

tomevault-io Updated

File contents

/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.

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/bishnubista--stacklane--init commit 7f63ba09b2

Frequently asked questions

npx skillmds@latest add tomevault-io/init-10