원클릭으로
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.