zoehis_workflow: Skill for Claude Code

.codebuddy/skills/zoehis-ai-dev/SKILL.md

zoehis-ai-dev is a skill for Claude Code, Codex from zyx379/zoehis_workflow. It costs 147 tokens per session (2,430 once invoked), scanned A, original, MIT.

A workflow guide for building features across the frontend, backend, database, and business rules of the ZOEHIS hospital information system.

In plain words
What is it for?
Use it to analyze or implement hospital-system features spanning web screens, services, shared components, database tables, and business logic.
Why use it?
It helps developers find the correct repository and follow the project’s required design, coding, database, and delivery rules.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

This is zyx379/zoehis_workflow's own configuration. It tells Claude Code and Codex how to work on zoehis_workflow itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything zoehis_workflow configures →

Reuse

Borrowing it

Nothing to install: this file belongs to zyx379/zoehis_workflow. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/zyx379/zoehis_workflow/master/.codebuddy/skills/zoehis-ai-dev/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/zyx379/zoehis_workflow

Made for: Claude Code, Codex.

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 zoehis-ai-dev

README.md
[![agentmods](https://agentmods.dev/badge/skills/zyx379/zoehis_workflow/zoehis-ai-dev/github.svg)](https://agentmods.dev/skills/zyx379/zoehis_workflow/zoehis-ai-dev)
Your own site
<a href="https://agentmods.dev/skills/zyx379/zoehis_workflow/zoehis-ai-dev"><img src="https://agentmods.dev/badge/skills/zyx379/zoehis_workflow/zoehis-ai-dev/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 zoehis-ai-dev

Your own site · 80×15
<a href="https://agentmods.dev/skills/zyx379/zoehis_workflow/zoehis-ai-dev"><img src="https://agentmods.dev/badge/skills/zyx379/zoehis_workflow/zoehis-ai-dev.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 147 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,430 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.00147 $0.02430
Opus 5 $0.00073 $0.01215
Sonnet 5 $0.00029 $0.00486
Haiku 4.5 $0.00015 $0.00243

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

Security

Grade A, and why

zoehis-ai-dev 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 10d 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.

.codebuddy/skills/zoehis-ai-dev/SKILL.md · 169 lines

How it starts

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

ZOEHIS AI 开发编排器(CodeBuddy 版)

福建通用 HIS 聚合工作区。命名、风格、业务、表结构、Git 由 dev/rules/zoehis-*.mdc 约束。

本 Skill 是编排器,收到需求后:

  1. docs/workflow.md 逐步执行
  2. Step 2 代码定位后,按需 Read 领域 Skill(不提前全部加载)
  3. 默认只做 Step 0-4(外部分析),输出 Cursor 交接块
  4. 用户明确要求「在 CodeBuddy 改代码/提交」时,可执行完整 Step 0-13

工作区子仓库

定位方法:所有子仓库均位于工作区根目录 {workspaceRoot}/ 下(如 d:\zoe_work_space\fj-common\onelink-web-pres-fj-common)。 禁止用 Glob **/{repo-name}/** 搜索子仓库(会返回空)。应直接 LS {workspaceRoot}/{repo-name}/Read {workspaceRoot}/{repo-name}/... 访问。

仓库 实际路径
onelink-web-outp-fj-common 门诊前端 {workspaceRoot}/onelink-web-outp-fj-common/
onelink-web-pres-fj-common 医嘱前端 {workspaceRoot}/onelink-web-pres-fj-common/
onelink-web-his-charge-fj-common 收费前端 {workspaceRoot}/onelink-web-his-charge-fj-common/
onelink-web-his-drug-fj-common 药库前端 {workspaceRoot}/onelink-web-his-drug-fj-common/
onelink-web-his-fj-component 公共组件 {workspaceRoot}/onelink-web-his-fj-component/
onelink-web-cis-common CIS 公共组件(npm 包;Git 仅 push master) {workspaceRoot}/onelink-web-cis-common/
onelink-micro-pres-fj-common 医嘱后端 {workspaceRoot}/onelink-micro-pres-fj-common/
onelink-micro-charge-fj-common 收费服务 {workspaceRoot}/onelink-micro-charge-fj-common/
onelink-micro-optimus-fj-common 基础服务 {workspaceRoot}/onelink-micro-optimus-fj-common/
onelink-micro-insurance-fj-ybcommon 医保服务 {workspaceRoot}/onelink-micro-insurance-fj-ybcommon/

CodeBuddy 默认模式:外部分析(Step 0-4)

参考 docs/prompt_external.md

禁止:改代码、git pull/commit/push、spec 最终确认。

进度清单

外部分析进度:
- [ ] 0. 任务分流(功能 / Bug;生产排查请改 his-log-diagnosis,不走本模板)
- [ ] 1. 需求理解(业务域、参数体系、数据流、待确认点)
- [ ] 2. 代码定位(子仓库 + 候选文件清单)
- [ ] 4. 需求分析(代码地图 + 记忆库命中 + 待确认)
- [ ] 交接. 输出 Cursor 交接块

Step 4 代码地图

Read @.cursor/skills/zoehis-code-map/SKILL.md

必须输出:

  1. 代码地图表(仓库、路径、角色、置信度)
  2. 调用关系(页面 → API → 后端 → 表)
  3. 记忆库命中(index/cases 链接与一句可复用结论)
  4. 待确认问题(业务不清、低置信度路径)
  5. 写入 docs/memory/short-term/{禅道号}-{功能描述}+{关键索引}.md(含末栏「人工审核意见(选填)」;命名见 zoehis-code-map)
  6. 表/SQL 字段存疑时标「待 Cursor Step 4 MCP get_table_schema」(外部分析不调 MCP)

Read the full file on GitHub · 169 lines

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. 10d ago First seen · 169 lines · 147 tokens per session scan A 80180a0d6ec8

Subscribe to this mod's changes

zoehis-ai-dev is a skill published in the GitHub repository zyx379/zoehis_workflow (2 stars, last pushed 1mo ago), licensed MIT. It adds 147 tokens to every session and 2,430 once invoked, about $0.0007 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.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens