project-bootstrap

project-bootstrap is a skill for Cursor from YuDefine/nuxt-supabase-starter. It costs 83 tokens per session (4,854 once invoked), scanned A, original, MIT.

A setup workflow for creating or formally onboarding a Nuxt project into a shared project-management system called Clade.

In plain words
What is it for?
It is for starting new Nuxt projects, registering existing ones, and producing a readiness report for ongoing work.
Why use it?
It checks that a project is registered and has the required configuration, documentation, and readiness information before development begins.

Skill for Cursor

Written for Cursor: installed under .cursor/. Also seen: mentions Codex.

Good fit It is for starting new Nuxt projects, registering existing ones, and producing a readiness report for ongoing work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yudefine/nuxt-supabase-starter/project-bootstrap
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add YuDefine/nuxt-supabase-starter --skill project-bootstrap
Clone the repo
git clone --depth 1 https://github.com/YuDefine/nuxt-supabase-starter

Made for: Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for project-bootstrap

README.md
[![agentmods](https://agentmods.dev/badge/skills/yudefine/nuxt-supabase-starter/project-bootstrap.svg)](https://agentmods.dev/skills/yudefine/nuxt-supabase-starter/project-bootstrap)
Your own site
<a href="https://agentmods.dev/skills/yudefine/nuxt-supabase-starter/project-bootstrap"><img src="https://agentmods.dev/badge/skills/yudefine/nuxt-supabase-starter/project-bootstrap.svg" alt="Measured on agentmods" height="20"></a>
Per session 83 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,854 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Tool Misuse · line 27
    Tool parameters are crafted to achieve unintended or unsafe behavior. Parameter abuse can bypass intended safety checks (e.g. shell=True, --force, dangerous glob patterns).
    Fix: Validate all tool parameters against an allowlist. Reject dangerous parameter values (shell=True, --force, -rf /) and use safe defaults.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00083 $0.04854
Opus 5 $0.00042 $0.02427
Sonnet 5 $0.00017 $0.00971
Haiku 4.5 $0.00008 $0.00485

Measured today against content hash 580d5492ad0f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

project-bootstrap scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

template/.cursor/skills/project-bootstrap/SKILL.md · 250 lines

How it starts

The opening of the file, as written. The whole thing — 250 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Project Bootstrap

原生 skill/命令入口以目前 runtime 實際提供的 catalog 為準;缺 slash UI 時讀取本文件與指定 references,使用同一 CLI 執行。metadata.clade.permission_tier 記錄工作性質,不提供原生權限。

把一個 repo 帶到「可開始業務開發的 Clade consumer」狀態。nuxt-supabase-starter 是新建 Nuxt 專案的產生器;Clade registry、init-consumer.tsbp-scan.ts、golden paths 與 audits 是治理 SoT。本 skill 只編排它們,不複製各自判準。

<decision_boundary>

Mode 可觀察 predicate 起點 完成輸出
new 目標 repo 尚不存在,或使用者要求從 starter 建立 project name + target path scaffolded project + registered consumer + ready report
adopt repo 已存在,但 Clade registry 查不到 existing repo path registered consumer + ready report

若 repo 已在 registry/consumers.json,停止 onboarding,改回該 consumer 的一般工作流。例外:使用者明確授權把該 consumer 清掉從 starter 重建。可重複的 playground 重建走 node "$CLADE_HOME/scripts/rescaffold-playground.ts"(預設 CPMS / --db-host existing-server--dry-run 只印步驟;--skip-gates 只驗 CLI)。不要自己複述 unregister / rm / CLI 順序——那支腳本是這條路徑的 SoT。不要把 registry 衝突讀成「改回一般工作流」。若使用者只要候選標準、不授權寫入,呼叫 /bp plan 後交付 plan,不繼續本 skill。

</decision_boundary>

Playground quality loop

標準必須先在 clade + starter 落地;playground(現為 CPMS)只拿來驗證。bootstrap-project result=READY 不是滿意——文件、CLI、AI 指引、資訊揭露、配套檔、/bp required 沒自動落地,都算缺口。

每一輪(腳本內無限 loop):

  1. 看:node "$CLADE_HOME/scripts/inspect-new-project-round.ts" --consumer <target>
  2. 記:機讀缺口進 tasks/new-project-quality-loop.jsonl;質性偏差(doc / cli / ai-guidance / disclosure)同一 schema 補一筆
  3. 修:只改 clade 或 starter。playground 當源頭改完不算
  4. 清:node "$CLADE_HOME/scripts/rescaffold-playground.ts"(會再 inspect)
  5. 對 ledger:過的 finding 關掉;還沒過的下一輪繼續

停手:inspect errorCount=0 ledger 沒有未關的質性缺口 使用者說滿意。Campaign SoT:tasks/2026-09-03-0018-new-project-quality-loop.md

1. 建 intake sheet

先讀 references/intake.md,再 Read starter 的問題樹 SoT:

Read the full file on GitHub · 250 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today Changed · +5 lines 580d5492ad0f
  2. yesterday Changed · +8 lines d70e4db0cce4
  3. 2d ago Changed · +4 lines 87543da75f58
  4. 4d ago First seen · 233 lines · 83 tokens per session scan A 2b77887a0c99

Subscribe to this mod's changes

project-bootstrap is a skill published in the GitHub repository YuDefine/nuxt-supabase-starter (45 stars, last pushed today), licensed MIT. It adds 83 tokens to every session and 4,854 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.