project-bootstrap
- Repo stars 0
- Author repo skills-registry
Project Bootstrap
Create a ready-to-run project skeleton with core, portal, docker, and k8s resources. Default stack matches Auth9 (Rust + React Router 7 + TypeScript + Vite).
Quick Start
- Choose a project name and target directory.
- Run the initializer script.
.claude/skills/project-bootstrap/scripts/init_project.py \
--name acme \
--root /path/to/acme
Optional overrides:
.claude/skills/project-bootstrap/scripts/init_project.py \
--name acme \
--root /path/to/acme \
--core-port 8080 \
--portal-port 3000 \
--namespace acme
Workflow
- Confirm requested stack. If no explicit preference, use default stack.
- Run the initializer script with required parameters.
- Verify local run instructions:
- Core:
cd core && cargo run - Portal:
cd portal && npm install && npm run dev - Docker:
cd docker && docker-compose up -d
- Core:
- Hand off the generated skeleton and next steps.
What Gets Generated
core/Rust service with/healthand/readyportal/React Router 7 + Vite + TypeScript appdocker/Dockerfiles anddocker-compose.ymlk8s/Base manifests for core and portalscripts/Local reset scriptdeploy/K8s deploy/upgrade/cleanup scripts
Script Templates
scripts/reset-docker.sh– reset local Docker environmentdeploy/deploy.sh– apply k8s base manifestsdeploy/upgrade.sh– restart k8s deploymentsdeploy/cleanup.sh– cleanup k8s namespace
Each script supports optional Auth9 extras via ENABLE_AUTH9_EXTRAS=true.
Templates
Templates live in:
assets/template/
Use placeholders:
{{project_name}}{{core_port}}{{portal_port}}{{namespace}}
References
references/stack.mdfor optional extensions (Keycloak/DB/Redis/etc.)
<!-- tomevault:4.0:skill_md:2026-05-22 -->Source: c9r-io/auth9 — distributed by TomeVault.
- Fluxly category
- DevOps
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 88 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @tomevault-io · no license declared
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Guided setup
- External API key
- No requirement detected
- Detected OS requirements
- Docker
- Runtime requirements
- Docker
- Detected file/system behavior
-
- Read-only
- Write / modify
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. Choose a project name and target directory. Run the initializer script. Optional overrides:
Confirm requested stack. If no explicit preference, use default stack. Run the initializer script with required parameters. Verify local run instructions:
# Project Bootstrap
Create a ready-to-run project skeleton with core, portal, docker, and k8s resources. Default stack matches Auth9 (Rust + React Router 7 + TypeScript + Vite).
## Quick Start
1. Choose a project name and target directory.
2. Run the initializer script.
```bash
.claude/skills/project-bootstrap/scripts/init_project.py \
--name acme \
--root /path/to/acme
```
Optional overrides:
```bash
.claude/skills/project-bootstrap/scripts/init_project.py \
--name acme \
--root /path/to/acme \
--core-port 8080 \
--portal-port 3000 \
--namespace acme
```
## Workflow
1. Confirm requested stack. If no explicit preference, use default stack.
2. Run the initializer script with required parameters.
3. Verify local run instructions:
- Core: `cd core && cargo run`
- Portal: `cd portal && npm install && npm run dev`
- Docker: `cd docker && docker-compose up -d`
4. Hand off the generated skeleton and next steps.
## What Gets Generated
- `core/` Rust service with `/health` and `/ready`
- `portal/` React Router 7 + Vite + TypeScript app
- `docker/` Dockerfiles and `docker-compose.yml`
- `k8s/` Base manifests for core and portal
- `scripts/` Local reset script
- `deploy/` K8s deploy/upgrade/cleanup scripts
## Script Templates
- `scripts/reset-docker.sh` – reset local Docker environment
- `deploy/deploy.sh` – apply k8s base manifests
- `deploy/upgrade.sh` – restart k8s deployments
- `deploy/cleanup.sh` – cleanup k8s namespace
Each script supports optional Auth9 extras via `ENABLE_AUTH9_EXTRAS=true`.
## Templates
Templates live in:
```
assets/template/
```
Use placeholders:
- `{{project_name}}`
- `{{core_port}}`
- `{{portal_port}}`
- `{{namespace}}`
## References
- `references/stack.md` for optional extensions (Keycloak/DB/Redis/etc.)
---
… Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> Quick Start → Workflow → What Gets Generated → Script Templates → Templates → References
terms -> Create a ready-to-run project skeleton with core, portal, docker, and k8s resources. · 1. Choose a project name and target directory. · 1. Confirm requested stack. · Each script supports optional Auth9 extras via ENABLEAUTH9EXTRAS=true. · --- > Source: [c9r-io/auth9](https://github.com/c9r-io/auth9) — distributed by [TomeVault](https://tomevault.io).
files/cmd -> cd core && cargo run · cd portal && npm install && npm run dev · cd docker && docker-compose up -d · core/ · /health · /ready · portal/ · docker/
body sha256 -> 125763faf526
Decide Fit First
Design Intent
How To Use It
Boundaries And Review