一键导入
author-generation-rules
Write generation rules using bundled references in this repo (airgap). Full skill body lives in runwhen-platform-mcp.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Write generation rules using bundled references in this repo (airgap). Full skill body lives in runwhen-platform-mcp.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Stand up a brand-new RunWhen Local discovery platform / indexer from scratch (a new cloud or resource source) following the native SDK pattern used by azureapi and gcpapi. Use when asked to add a new platform, new cloud provider, or new top-level discovery source. Covers the parity registry, indexer modules, platform handler, tag/hierarchy templates, pipeline wiring, tests, and docs.
Add or enrich a resource type in an existing RunWhen Local discovery indexer (Azure azureapi, GCP gcpapi, AWS, or Kubernetes). Use when asked to support a new cloud resource type, add a typed SDK collector, fix a resource type mapping, or extend what an indexer discovers. Enforces the registry sync, collector registration, normalizer, tests, docs, and generation-rule contract.
| name | author-generation-rules |
| description | Write generation rules using bundled references in this repo (airgap). Full skill body lives in runwhen-platform-mcp. |
Canonical sources: docs/authoring/ and generated catalogs in this repo.
For airgap MCP, use the bundled copy in runwhen-platform-mcp:
skills/author-generation-rules/references/
Regenerate MCP bundle (maintainers):
cd runwhen-platform-mcp
python scripts/sync_bundled_authoring.py --runwhen-local /path/to/runwhen-local
Regenerate catalogs here first:
python scripts/*/dump_*_resource_catalog.py
See runwhen-platform-mcp/skills/author-generation-rules/SKILL.md for the full workflow.