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/ohh-889/skyroc/native-component-docnpx skills add Ohh-889/skyroc --skill native-component-docgit clone --depth 1 https://github.com/Ohh-889/skyrocWrote 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/ohh-889/skyroc/native-component-doc)<a href="https://agentmods.dev/skills/ohh-889/skyroc/native-component-doc"><img src="https://agentmods.dev/badge/skills/ohh-889/skyroc/native-component-doc.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.00070 | $0.03901 |
| Opus 5 | $0.00035 | $0.01951 |
| Sonnet 5 | $0.00014 | $0.00780 |
| Haiku 4.5 | $0.00007 | $0.00390 |
Grade A, and why
native-component-doc 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.
How it starts
The opening of the file, as written. The whole thing — 246 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Native UI 组件文档工作流
为 @skyroc/native-ui(React Native + Uniwind)编写文档的专用工作流。
这不是 web-ui 那套。native 的
<Demo>会把 demo 源码整份渲染出来、右栏还有整页手机预览, 因此不写内联代码块、demo 一律具名导出、每个 demo 都要在汇总页里串一遍。 与component-doc(web-ui 用)的差异见文末「与 web-ui 文档规范的差异」。
文件定位规则
给定组件名 $COMPONENT(如 ActionSheet),转 kebab-case $slug(如 action-sheet):
| 用途 | 路径 |
|---|---|
| 组件源码 | packages/native/ui/src/components/$slug/ |
| Playground 单点 demo | apps/native-ui-playground/src/demos/$slug/*.tsx |
| Playground 汇总页 | apps/native-ui-playground/src/demos/$slug/index.tsx |
| Playground 路由页 | apps/native-ui-playground/app/components/$slug.tsx |
| 文档 MDX | docs/native-ui-docs/content/docs/components/($group)/$slug.mdx |
文档基础设施(了解即可,不必每次都读):
| 文件 | 作用 |
|---|---|
docs/native-ui-docs/components/mdx.tsx |
MDX 组件注册,只有 Demo / PropsTable / TypeTable / UnionType |
docs/native-ui-docs/components/demo/index.tsx |
<Demo>:读 demo 源码 + 渲染预览 + 「在 playground 打开」 |
docs/native-ui-docs/components/demo/demo-preview.tsx |
动态 import demos 目录,按模块名取具名导出 |
docs/native-ui-docs/components/props-table.tsx |
<PropsTable> API 属性表 |
docs/native-ui-docs/components/type-table.tsx |
<TypeTable> + <UnionType> 类型区 |
docs/native-ui-docs/components/type-anchor.tsx |
PascalCase 类型 → 锚点链接,BUILTIN_TYPE_NAMES 白名单 |
docs/native-ui-docs/components/type-registry.ts |
跨页面类型链接注册表 |
docs/native-ui-docs/lib/playground-demo.ts |
文档页 slug → playground 整页路由,决定是否分栏 |
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 · 246 lines · 70 tokens per session scan A c202d169c0fe
native-component-doc is a skill published in the GitHub repository Ohh-889/skyroc (792 stars, last pushed 3d ago), licensed MIT. It adds 70 tokens to every session and 3,901 once invoked, about $0.0003 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-30.
Other skills, from other repositories
pro-upgrade
Use when the user wants to upgrade their Ant Design Pro project to the latest version. Triggers on: upgrade pro, pro upgrade, migrate pro, update pro, 升级, 迁移项目, "how to upgrade", "update to latest", "keep project up to date".
demo-create
基于项目中 .vscode/south.code-snippets 定义的 CRUD 模板,快速生成后台管理系统的标准 CRUD 页面代码。该技能根据用户提供的业务模块信息(如模块名称、API路径、字段配置等),自动生成完整的页面文件(Page)、数据模型文件(Model)和 API 接口文件(Api),支持分页列表页面(demoPage)、独立操作页面(demoOptionPage)两种页面模式。.
init-project
初始化整个项目,清除模板自带的示例内容(src/pages/demo、src/pages/content、src/components/Github、src/servers/content、menus/demo 及相关 i18n),并连带删除代码中的 import 与引用。执行时会先以 dry-run 预览将要删除的文件和将要修改的引用,经用户确认后再真正执行。.
antd
Use when the user's task involves Ant Design (antd) — writing antd components, debugging antd issues, querying antd APIs/props/tokens/demos, migrating between antd versions, or analyzing antd usage in a project. Triggers on antd-related code, imports from 'antd', or explicit antd questions.
creative-tim-ui
Creative Tim UI block library assistant. Use when adding, generating, or modifying UI blocks/components/pages from creative-tim.com/ui. Covers design philosophy (minimalism, the 95% rule, research-first), block discovery, both CLI install methods, PRO API key setup, and Creative Tim design rules (orange brand…
admin-console-blueprint
Use when you need to design, scaffold, refactor, or document a medium-sized admin console built as an independent Vite/React SPA backed by modular Go admin APIs, Cookie session auth, and CLI-provisioned administrator accounts. Helpful for tasks like planning a new admin console, extracting reusable architecture from…