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 skills/xcodethink/open-claude-code-skills/03npx skills add xcodethink/open-claude-code-skills --skill 03git clone --depth 1 https://github.com/xcodethink/open-claude-code-skillsWrote 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/skills/xcodethink/open-claude-code-skills/03)<a href="https://agentmods.dev/skills/xcodethink/open-claude-code-skills/03"><img src="https://agentmods.dev/badge/skills/xcodethink/open-claude-code-skills/03.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 | $0.00208 | $0.00597 |
| Opus 5 | $0.00104 | $0.00298 |
| Sonnet 5 | $0.00042 | $0.00119 |
| Haiku 4.5 | $0.00021 | $0.00060 |
Grade A, and why
03-组件规范 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 4d 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
组件规范
创建组件时,读取对应平台目录下的文档:
🔴 管理后台开发 → 转到 11-管理后台标准
管理后台已独立为专属技能文件夹 ~/.claude/skills/11-管理后台标准/
开发管理后台时,直接读取 11-管理后台标准/SKILL.md,那里包含:
- 完整模板代码(可直接复制的骨架、UI 组件、通用 Tab)
- 所有规范文档(架构/后端/数据库/API层/国际化)
- UI 组件规范(数据表格/统计卡片/图表/弹窗/状态标签/表单/侧边栏)
- 新项目 CLAUDE.md 模板(跨机器可移植)
- 验收清单
Web 端组件 (web/)
管理后台相关文档仍保留在
web/目录作为备份,但开发时应优先使用11-管理后台标准/。
非管理后台组件
Safari兼容规范.md— Flex 布局踩坑、CJK 文本、viewport 高度
移动端 (移动端/)
- 待沉淀
小程序 (小程序/)
- 待沉淀
MCP 数据源组件
MCP数据源封装规范.md— 将外部 API 封装为 MCP Server 的标准模式(目录结构、Tool 定义、限流/缓存/重试、Elicitation、跨项目复用策略)
如果某个组件还没有规范文档,开发完成后建议沉淀: "把这个组件的实现沉淀到组件规范里"
What ships with it
44 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- .archive-2026-05-12/admin-template-README-old-2026-03-03.md 8.1 KB
- agents/openai.yaml 882 B
- MCP数据源封装规范.md 8.2 KB
- SKILL.en.md 1.9 KB
- web/admin-template/components/admin/AdminApp.tsx 7.8 KB
- web/admin-template/components/admin/AdminHeader.tsx 2.0 KB
- web/admin-template/components/admin/AdminLogin.tsx 4.1 KB
- web/admin-template/components/admin/AdminSidebar.tsx 4.1 KB
- web/admin-template/components/admin/shared/DataTable.tsx 2.3 KB
- web/admin-template/components/admin/shared/HorizontalBar.tsx 1.7 KB
- web/admin-template/components/admin/shared/LineChart.tsx 9.2 KB
- web/admin-template/components/admin/shared/MiniChart.tsx 3.2 KB
- web/admin-template/components/admin/shared/Modal.tsx 1.4 KB
- web/admin-template/components/admin/shared/Pagination.tsx 1.4 KB
- web/admin-template/components/admin/shared/StatCard.tsx 996 B
- web/admin-template/components/admin/shared/StatusBadge.tsx 1.2 KB
- web/admin-template/components/admin/tabs/GoogleAnalyticsTab.tsx 14 KB
- web/admin-template/components/admin/tabs/OverviewTab.tsx 6.9 KB
- web/admin-template/components/admin/tabs/SecurityTab.tsx 11 KB
- web/admin-template/components/admin/tabs/UsersTab.tsx 9.7 KB
- web/admin-template/DESIGN.md 5.4 KB
- web/admin-template/layouts/AdminLayout.astro 626 B
- web/admin-template/lib/adminApi.ts 8.6 KB runs code
- web/admin-template/lib/adminLabels.ts 7.1 KB runs code
- web/admin-template/lib/lazyWithRetry.ts 1.3 KB runs code
- web/admin-template/pages/admin.astro 314 B
- web/admin-template/PATTERNS.md 17 KB
- web/admin-template/README.md 12 KB
- web/API密钥管理.md 16 KB
- web/Safari兼容规范.md 3.1 KB
- web/侧边栏导航.md 8.2 KB
- web/图表组件.md 8.8 KB
- web/弹窗和抽屉.md 8.1 KB
- web/数据表格.md 7.8 KB
- web/状态标签.md 4.9 KB
- web/管理后台API层.md 9.9 KB
- web/管理后台功能规范.md 22 KB
- web/管理后台后端规范.md 44 KB
- web/管理后台国际化.md 5.7 KB
- web/管理后台数据库规范.md 18 KB
- web/管理后台架构.md 23 KB
- web/统计卡片.md 5.0 KB
- web/表单组件.md 9.6 KB
- web/通用功能模块.md 36 KB
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.
- 4d ago First seen · 46 lines · 208 tokens per session scan A c9d0c6d2bf97
03-组件规范 is a skill published in the GitHub repository xcodethink/open-claude-code-skills (2 stars, last pushed 29d ago), licensed MIT. It adds 208 tokens to every session and 597 once invoked, about $0.0010 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 skills, from other repositories
frontend-design
Designs, builds, or refactors user-facing web or application interfaces with deliberate visual direction, typography, color and spacing tokens, content hierarchy, responsive behavior, accessible interaction states, and real rendered-surface verification. Use for pages, components, dashboards, landing pages, design…
design
Use for UI, UX, visual hierarchy, frontend-design judgment, references, redesigns, and design critique when the user's Emulo taste should guide the task. Do not use for unrelated execution or marketing/social writing alone.
design-system
Dotbot CRT/retro-futuristic design system: tokens, components, patterns, and anti-patterns for the control panel UI.
using-design-system
Ensures consistent use of X-components design system instead of Material3 when working on feature UI code. Automatically activates for Composable functions in feature modules or when user mentions UI/screens/components.
factory-design
Design-system discipline distilled across builds. Semantic token vocabulary (name intent, not palette position), CSS variables bridged into Tailwind, dark/light as a variable swap, single- vs two-layer token systems, component primitives as token consumers, when to promote a repeated utility cluster into a primitive…
design-conventions
Scan the current TS/React project's existing UI layer and write .claude/design-conventions.md — a project-specific visual design convention file that rules/typescript.md loads before UI work. Use when starting UI work in an existing project, when design conventions have drifted, or when --refresh is passed to merge in…