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.
npx agentmods add rules/zyx379/zoehis_workflow/zoehis-code-stylegit clone --depth 1 https://github.com/zyx379/zoehis_workflowWrote 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/zyx379/zoehis_workflow/zoehis-code-style)<a href="https://agentmods.dev/rules/zyx379/zoehis_workflow/zoehis-code-style"><img src="https://agentmods.dev/badge/rules/zyx379/zoehis_workflow/zoehis-code-style.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.00394 | $0.00394 |
| Opus 5 | $0.00197 | $0.00197 |
| Sonnet 5 | $0.00079 | $0.00079 |
| Haiku 4.5 | $0.00039 | $0.00039 |
Grade A, and why
zoehis-code-style 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 5d 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.
What it actually says
ZOEHIS 代码风格
前端
- 不使用分号,使用单引号(Prettier: semi=false, singleQuote=true)
- Vue 缩进 2 空格;Options API(非 Composition API)
<script type="text/ecmascript-6">- props 使用
require+default - v-model 通过
watch+$emit('input')手动实现 <style lang="scss" scoped>;路径别名~/- 使用 zoehis-* 自研组件(非 Element UI)
API 文件
const baseUrl = '/{service}/api/{Module}/'export default class Xxx;构造函数注入$httpVuethis.$httpVue().post(url, query, config);JSDoc 注释
Mixin
export default { methods: { ... } };方法名$前缀- Promise
.then().catch()(非 async/await)
Vuex
- 复用
@zoesoft.com.cn/onelink-client-core/store
后端
- Java 缩进 4 空格;JDK 11(部分 service 子模块 1.8)
- MyBatis XML:
src/main/java/**/*.xml(随 Java 源码打包)
Maven
- 版本:
${revision}+ flatten-maven-plugin - 分层:api / pojo / service;groupId:
com.zoe.fjcommon - 主仓库:zoe-his5-nexus(内网 Nexus);依赖
com.zoe.fjcommon:{模块}:${revision}
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.
- 5d ago First seen · 43 lines · 394 tokens per session scan A ab8d0d6e1895
zoehis-code-style is a cursor rule published in the GitHub repository zyx379/zoehis_workflow (2 stars, last pushed 1mo ago), licensed MIT. It adds 394 tokens to every session, about $0.0020 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-08-31.
Other cursor rules, from other repositories
vue-typescript-patterns
Cursor rule "vue-typescript-patterns" from soaring-xiongkulu/easyaiot, covering vue3 + typescript 开发规范, vue 组件规范, vue sfc 组件规范, typescript 规范 and 状态管理.
javascript-astro-tailwind-css-cursorrules-prompt-f
Cursor rules for JavaScript development with Astro and Tailwind CSS integration.
sveltekit-tailwindcss-typescript-cursorrules-promp
Cursor rules for SvelteKit development with Tailwind CSS and TypeScript integration.
project-overview
这是一个基于 uniapp + Vue3 + TypeScript + Vite5 + UnoCSS 的跨平台开发框架。.
code
Cursor rule "code" from Kele-Bingtang/teek-design-vue3, covering 组件格式, 带有 props、emits 的写法, 组件里使用 composables and 类型引入规范.
frontend
You are an expert in TypeScript, Node.js, Vite, Vue.js, Vue Router, Pinia, VueUse, Ant Design Vue, and UnoCSS, with a deep understanding of best practices and performance optimization techniques in these technologies.