31-router-tabs-architecture

31-router-tabs-architecture is a cursor rule for Cursor from ryoha000/launcherg. It costs 0 tokens per session (470 once invoked), scanned A, original, Unlicense.

A routing and tab-structure rule for a Svelte and TypeScript application. It defines how URL paths, route parameters, tab types, and navigation helpers must be kept in one shared registry.

In plain words
What is it for?
Use it when adding routes or tabs, changing URL parameters, generating navigation paths, or updating the related schema and components.
Why use it?
It prevents route definitions and tab behaviour from drifting into separate hard-coded implementations. It also reduces errors when reading parameters from URLs or generating links.

Cursor rule for Cursor

Written for Cursor: installed under .cursor/.

Good fit Use it when adding routes or tabs, changing URL parameters, generating navigation paths, or updating the related schema and components.

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/ryoha000/launcherg/31-router-tabs-architecture
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.

Clone the repo
git clone --depth 1 https://github.com/ryoha000/launcherg

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 31-router-tabs-architecture

README.md
[![agentmods](https://agentmods.dev/badge/rules/ryoha000/launcherg/31-router-tabs-architecture/github.svg)](https://agentmods.dev/rules/ryoha000/launcherg/31-router-tabs-architecture)
Your own site
<a href="https://agentmods.dev/rules/ryoha000/launcherg/31-router-tabs-architecture"><img src="https://agentmods.dev/badge/rules/ryoha000/launcherg/31-router-tabs-architecture/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for 31-router-tabs-architecture

Your own site · 80×15
<a href="https://agentmods.dev/rules/ryoha000/launcherg/31-router-tabs-architecture"><img src="https://agentmods.dev/badge/rules/ryoha000/launcherg/31-router-tabs-architecture.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 470 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.
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.00000 $0.00470
Opus 5 $0.00000 $0.00235
Sonnet 5 $0.00000 $0.00094
Haiku 4.5 $0.00000 $0.00047

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

Security

Grade A, and why

31-router-tabs-architecture 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.

.cursor/rules/31-router-tabs-architecture.mdc · 25 lines

What it actually says

Router/Tab アーキテクチャ ルール(Svelte + svelte5-router)

  • 単一ソース: ルート定義は ROUTE_REGISTRYsrc/router/const.ts)で一元管理。型は Descriptorsrc/router/registry.ts)。kind は string とし、Tab.typekind と一致させる。

  • pathTemplate 規約: 宣言は /:param(regex) 形式で記述(例: /works/:id(\\d+))。ルータ登録時のみ buildRoutessrc/router/registry.ts)が (?<param>regex) に変換して渡す。named group を直書きしない。

  • 抽出/生成ヘルパ: 解析/生成は schema.tssrc/store/tabs/schema.ts)を必ず利用。

    • pathParamExtractor(name) / queryParamExtractor(name, editor?)
    • queryParamExtractor は extractor 側で decodeURIComponent 済み。editor は表示用の加工のみを行う(decode を重ねない)。
    • ルートからタブ動作判定は getTabActionFromLocation、URL 生成は buildPath を使用。
  • UI の責務: src/components/TabROUTE_REGISTRYbuildPath を経由して遷移し、tab.type のハードコード分岐を持たない。

  • ルート追加の指針:

    • ROUTE_REGISTRYkind/pathTemplate/component/icon を追加。
    • keyed ルートのタイトルが必要なら queryParamExtractor(name, editor) を指定して表示名を生成。
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 First seen · 25 lines · 0 tokens per session scan A ce4bdaa0a67f

Subscribe to this mod's changes

31-router-tabs-architecture is a cursor rule published in the GitHub repository ryoha000/launcherg (37 stars, last pushed 5mo ago), licensed Unlicense. It costs nothing until one of its globs matches a file; then it loads 470 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-12.