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.
git clone --depth 1 https://github.com/YuDefine/nuxt-supabase-starterWrote 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.
[](https://agentmods.dev/rules/yudefine/nuxt-supabase-starter/golden-path-onboarding)<a href="https://agentmods.dev/rules/yudefine/nuxt-supabase-starter/golden-path-onboarding"><img src="https://agentmods.dev/badge/rules/yudefine/nuxt-supabase-starter/golden-path-onboarding.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.01418 |
| Opus 5 | $0.00000 | $0.00709 |
| Sonnet 5 | $0.00000 | $0.00284 |
| Haiku 4.5 | $0.00000 | $0.00142 |
Grade A, and why
golden-path-onboarding 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.
How it starts
The opening of the file, as written. The whole thing — 66 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Golden Path Onboarding
核心命題:clade 的 docs/golden-paths/ 定義了跨 consumer 共用的部署 / CI 樣板(Docker self-hosted deploy、Discord deploy-notify),vendor/actions/ 有對應的 vendored composite action。但這些 golden path 不會自動套用到新 consumer — 新 repo 開好後常整條漏掉,直到 user 手動發現才補。實證: / 兩個新 repo 一開始都沒有 Discord 部署通知。
這條 rule 把「對齊 golden path」變成 session 開場的反射動作,而非靠人肉發現。
MUST
-
首次在某 consumer 開 session 且該工作觸及 CI/CD / deploy /
.github/時,MUST 先跑:node ~/offline/clade/scripts/audit-golden-path-adoption.ts --consumer <consumer_id> -
status 非
OK且非N/A(DRIFT / MISSING)→ 主動補齊缺項,不等 user 開口要求。補法對照docs/golden-paths/docker-self-hosted-deploy.md:discord-action缺 → 該 vendored action 由 cladesync-vendor.ts投影,跑 propagate 補上.github/actions/discord-deploy-notify/ci-notify-job缺 → 在 deploy / CI workflow 尾端加notifyjob(if: always(),uses: ./.github/actions/discord-deploy-notify)webhook-secret未引用 → notify job 傳入webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }},並提醒 user 在 GitHub repo Actions secrets 設定該值(值本身 audit 查不到,標set=?)
-
self-hosted-runner是 informational:wrangler / Cloudflare 型 consumer 用ubuntu-latest合理,不因此判 drift。只有走 Docker self-hosted deploy 型( / / / -*)才 MUST 用[self-hosted, ...]runner。 -
同一時機 MUST 一併跑 CI gate 接線稽核(clade 散播的 blocking gate 只跑在
.husky/pre-push,--no-verify與 web 編輯介面都能繞過):node ~/offline/clade/scripts/audit-gate-coverage.ts§ 2「CI composite action 載體」報「已散播但沒有任何 workflow 引用 → 從未執行」的,MUST 依
docs/golden-paths/clade-gate-ci.md的範本補上clade-gatesjob,同樣不等 user 開口要求。每一個有.github/workflows/的 consumer 都適用;沒有 workflow 目錄的是N/A,但該 consumer 一旦開始建 CI 就 MUST 一併補。
Golden Path Checklist(目前項目)
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.
- today Changed · +1 lines 8e5aa8098622
- 4d ago First seen · 65 lines · 0 tokens per session scan A ec52f0d3c4ae
golden-path-onboarding is a cursor rule published in the GitHub repository YuDefine/nuxt-supabase-starter (45 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,418 tokens. 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.
Other cursor rules, from other repositories
viberaven-deploy
Apply before changing Vercel config or deploy CI workflows.
speckit_speckit.checklist
Proxy for the speckit.checklist workflow.
ponytail
Ponytail, lazy senior dev mode. Always pick the simplest solution that works.
angular-20
This rule provides comprehensive best practices and coding standards for Angular development, focusing on modern TypeScript, standalone components, signals, and performance optimizations.
dev-standard
Apache Superset development standards and guidelines for Cursor IDE.
cli-error-handling
CLI command error handling patterns.