init-tauri-app/SKILL.md
Scaffold a new Tauri v2 project with the cenno/cull house conventions — delegates boilerplate to `npm create tauri-app`, then layers an opinionated core plus opt-in modules (CLI+MCP, SQLite, tray/updater, release/preflight, Swift sidecar). Use when the user wants to start a new Tauri desktop app, "init a tauri project", or "scaffold a tauri app".
npx skillsauth add glebis/claude-skills init-tauri-appInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Scaffolds a new Tauri v2 project pre-loaded with conventions proven in two production apps (cenno, cull). Delegates version-current boilerplate to the official scaffolder, then applies a durable convention layer and any opt-in modules the user selects.
node + npm on PATH (node --version)cargo + rustc on PATH (cargo --version)Ask, in one batch:
^[a-z][a-z0-9-]*$.com.glebkalinin.<name>).~/ai_projects/<name>). Abort if it exists and is non-empty.react-ts | svelte-kit | vanilla-ts.jtbd.json. If not given, the skill auto-discovers
./jtbd.json then ~/jtbd/<name>/jtbd.json. See Step 1.5.If Swift sidecar selected but host is non-macOS or xcrun --find swift fails: warn and drop it.
./jtbd.json → ~/jtbd/<name>/jtbd.json.
If none found, skip this whole step (the scaffold proceeds with empty product context — no error).hook and ask the user to confirm before using it. On decline, skip.name, hook, jtbd. If not, warn and skip
ingestion (never abort the scaffold). render-jtbd.sh exits 3 on invalid input — treat that as "skip".name and identifier to com.glebkalinin.<name>
(still confirm with the user in Step 1 if not already chosen).cd <parent-of-target>
npm create tauri-app@latest <name> -- --template <framework> --manager npm --yes
Then cd <target> && npm install.
Known upstream fix (current rustc + Tauri 2.11.x): a bare scaffold's first cargo check
can fail with error[E0119] on cookie/time (transitive cookie 0.18.1 vs time 0.3.48).
This is not a skill bug — it hits any fresh create-tauri-app. If it occurs, run once in
src-tauri/: cargo update -p time --precise 0.3.47, then re-check.
Copy every file from assets/core/ into the project, applying the renames in the table below,
then run a baseline gate. Substitute <name> (and <identifier> where the token appears) in
AGENTS.md and README.
| asset | destination |
|---|---|
| core/AGENTS.md | AGENTS.md |
| core/CLAUDE.md | .claude/CLAUDE.md |
| core/gitignore | .gitignore (merge: append only house lines not already present; skip lines — including comment headers — that already exist) |
| core/rust-toolchain.toml | src-tauri/rust-toolchain.toml |
| core/node-version | .node-version |
| core/mcp.json | .mcp.json |
| core/capabilities/default.json | src-tauri/capabilities/default.json (overwrite) |
| core/scripts/check-versions.sh | scripts/check-versions.sh (chmod +x) |
| core/README.md | README.md |
| core/CONTRIBUTING.md | CONTRIBUTING.md |
If a JTBD artifact was confirmed in Step 1.5, also:
assets/jtbd/PRODUCT.md.template → docs/PRODUCT.md via
scripts/render-jtbd.sh <artifact> assets/jtbd/PRODUCT.md.template <artifact-path>.assets/jtbd/guardrails-check.md.template → docs/internal/guardrails-check.md.assets/jtbd/agents-product-section.md.template and insert it into AGENTS.md
immediately after the first heading (so product context leads the file).jtbd.json (never modify the source).assets/jtbd/jtbd-map.md.Create empty tracked dir docs/internal/.gitkeep and docs/.gitkeep.
Enable TS strict: ensure tsconfig.json has strict, noUnusedLocals, noUnusedParameters true.
Gate: cd src-tauri && cargo check and cd .. && npm run build. Both must pass before modules.
For each selected module, in this order — cli-mcp, sqlite, tray-updater, swift-sidecar,
release-preflight — open assets/modules/<m>/INSERT.md and follow it exactly: it lists files to
copy, Cargo deps to merge into src-tauri/Cargo.toml [dependencies], and insertion points in
src-tauri/src/lib.rs (tauri::generate_handler![...]) and src-tauri/src/main.rs.
After EACH module: cd src-tauri && cargo check. If it fails, fix the just-applied merge
before continuing (failures localize to the current module). For modules with a frontend/script
part, also run the relevant check named in that INSERT.md.
cd src-tauri && cargo check → must passnpm run build → must passbash scripts/check-versions.sh → must passgit init && git add -A && git commit -m "chore: scaffold via init-tauri-app".npm run tauri dev).development
--- name: agency-docs-updater description: End-to-end pipeline for publishing Claude Code lab meetings. Accepts optional args: date (YYYYMMDD, "yesterday", "today") and lab number (e.g. "04"). Examples: "yesterday 04", "20260420 05", "04" (today, lab 04), "" (today, auto-detect lab). --- # Agency Docs Updater Execute ALL steps automatically in sequence. Only pause if a step fails and cannot be recovered. Read `references/learnings.md` before starting for known pitfalls. **Configuration**: pat
tools
This skill should be used when applying proper typography to prose text or files in Russian, English, German, or French — smart quotes per locale («ёлочки», “curly”, „Gänsefüßchen“, « guillemets »), correct dashes (тире, em/en dash, Gedankenstrich, tiret), non-breaking spaces, ranges, ellipsis, and French espaces insécables before ! ? ; :. Fully deterministic via a pinned typograf-based CLI; never apply these rules by hand. Triggers on "типографика", "typograf", "оттипографь", "smart quotes", "fix typography", "неразрывные пробелы".
development
This skill should be used when inspecting or applying advanced OpenType features of a font (woff2/otf/ttf) — ligatures, stylistic sets (ss01–ss20), character variants (cvXX), texture healing, slashed zero, tabular/oldstyle figures, fractions, small caps, case-sensitive forms — and generating the CSS to enable them. Interviews the user via cenno to pick features. Triggers on "OpenType features", "font features", "stylistic sets", "ligatures", "texture healing", "tabular figures", "what can this font do".
tools
--- name: pre-session-portrait description: Build a compressed, visualizable "portrait" of a consulting/coaching client before a session, so the paid hour is spent solving, not scoping. Runs a 7-lens JTBD-inspired interview (where / how / what / problem / ideal / tension / jobs-to-be-done) that takes rich open answers in and compresses them to an 11-field YAML portrait out. Delivers three ways: raw paste-into-a-clean-chat prompt, a secret GitHub gist link, or a Codex CLI one-liner. Use when prep