一键导入
iii-skill-authoring
Skill bundle index for authoring the partials iii-skill-check renders into a worker README and a single skill.md (leaves inlined as HOWTOs).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Skill bundle index for authoring the partials iii-skill-check renders into a worker README and a single skill.md (leaves inlined as HOWTOs).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Skill bundle index for authoring Mintlify-shaped docs that iii-skill-check validates.
Targeted AI-layer fixture for worker concept drift.
Targeted AI-layer fixture for SDK convention drift.
A worker shipped with intentional rule violations for testing the validator.
| name | iii-skill-authoring |
| title | iii-skill-authoring |
| description | Skill bundle index for authoring the partials iii-skill-check renders into a worker README and a single skill.md (leaves inlined as HOWTOs). |
| type | reference |
How to write the partials that iii-skill-check renders into the README and the single skill.md of an iii worker (per-function leaves are inlined under ## Additional HOWTOs).
Read individual topics directly via skillkit read iii-skill-authoring/<topic>, install the bundle into a consumer repo with npx skillkit add iii-hq/skills-and-validation/content/skills, or surface it through the iii engine by adding the path to your deployment's skills: glob:
# config.yaml for the iii engine (typically at the engine project root)
skills:
- ~/.local/share/skill-check/current/content/skills/iii-skill-authoring/**/*.md
structure: directory layout, slot order, what each file feeds.voice: voice rules distilled from project-rules/voice.md and the slop-token lists.quickstart: what makes a good ## Quickstart section.leaves: what goes in docs/leaves/<leaf>.md.llm-only-blocks: when to wrap content in llm-only comment markers.skeleton: copy-paste starter for a brand-new worker.check: running iii-skill-check locally and reading its output.Function-level API surface (signatures, descriptions, payload schemas) is generated by a separate auto-gen system. This bundle covers the narrative layer only.
This bundle is not itself a worker. There is no iii.worker.yaml, no Rust source, no iii-skill-render step. The markdown files in this directory are the source of truth.