front-api-and-config-conventions

front-api-and-config-conventions is a cursor rule for Cursor from Siborne/YiSmart-Cloud. It costs 0 tokens per session (313 once invoked), scanned A, original, MIT.

A set of front-end rules for organising APIs and configuration in a YiSmartCloud Vite project. Vite is a tool that runs and builds modern front-end applications.

In plain words
What is it for?
It guides work such as adding API functions, connecting pages to a back end, adding export endpoints, and changing local development settings.
Why use it?
It gives developers consistent locations, names, request formats, routes, proxies, and configuration changes to follow.

Cursor rule for Cursor

Written for Cursor: installed under .cursor/.

Good fit It guides work such as adding API functions, connecting pages to a back end, adding export endpoints, and changing local development settings.

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/siborne/yismart-cloud/front-api-and-config-conventions
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/Siborne/YiSmart-Cloud

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 front-api-and-config-conventions

README.md
[![agentmods](https://agentmods.dev/badge/rules/siborne/yismart-cloud/front-api-and-config-conventions.svg)](https://agentmods.dev/rules/siborne/yismart-cloud/front-api-and-config-conventions)
Your own site
<a href="https://agentmods.dev/rules/siborne/yismart-cloud/front-api-and-config-conventions"><img src="https://agentmods.dev/badge/rules/siborne/yismart-cloud/front-api-and-config-conventions.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 313 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.00313
Opus 5 $0.00000 $0.00156
Sonnet 5 $0.00000 $0.00063
Haiku 4.5 $0.00000 $0.00031

Measured 7d ago against content hash 934658077729, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

front-api-and-config-conventions 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 7d ago.

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/front-api-and-config-conventions.mdc · 14 lines

What it actually says

前端 API 与配置约定(YiSmartCloud)

  • 路由:业务菜单与路由主要由后端菜单数据动态下发(若依惯例),日常增页优先走菜单配置;非必要不要依赖大量手写静态路由。
  • API 文件放在 src/api/<module>/,函数命名使用 listX/getX/addX/updateX/delX,与页面调用保持一一对应。
  • 统一使用 @/utils/request,请求体字段使用 params(GET)或 data(POST/PUT),URL 保持 REST 风格。
  • 导出接口走后端 /export 路径,并与页面 proxy.download 使用的资源路径一致。
  • 字符串风格、注释风格与现有代码保持一致:中文注释说明接口用途,避免引入与仓库不一致的新抽象层。
  • vite.config.js 延续当前别名与代理写法:@ -> ./src/dev-api 代理后端,变更需保证本地开发可直连。
  • 新增配置优先最小改动,不随意重排现有键顺序,避免产生大量无意义 diff。
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. 7d ago First seen · 14 lines · 0 tokens per session scan A 934658077729

Subscribe to this mod's changes

front-api-and-config-conventions is a cursor rule published in the GitHub repository Siborne/YiSmart-Cloud (4 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 313 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-08-31.