一键导入
new-entry
Create a new registry entry with guided wizard. Supports components, data-objects, functions, services, and other ArchiMate element types.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create a new registry entry with guided wizard. Supports components, data-objects, functions, services, and other ArchiMate element types.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Scan a target codebase for data model definitions (SQL schemas, ORM models, TypeScript interfaces, Pydantic models) and propose data_concept, data_aggregate, and data_entity registry entries. Presents findings for review before writing files.
Scan a target codebase for API definitions (OpenAPI, REST routes, GraphQL schemas) and propose api_contract and api_endpoint registry entries. Presents findings for review before writing files.
Build and deploy static sites (catalog-ui, docs-site) to Firebase Hosting. Supports dry-run preview, selective target deployment, and automatic build detection.
Enterprise Platform architecture assistant. Use for questions about Customer Management, Billing & Payments, Analytics & Insights, or any Enterprise Platform architecture topic.
Scaffold a new React component with test file for the catalog UI.
Generate HTML dashboard showing architecture model health, domain maturity, layer statistics, and orphan elements.
| name | new-entry |
| description | Create a new registry entry with guided wizard. Supports components, data-objects, functions, services, and other ArchiMate element types. |
Guide the user through creating a properly structured registry entry.
$1 - Element type: component, software-system, data-concept, data-aggregate, data-entity, domain-event, api-endpoint, etc.$2+ - Element name (can have spaces)If arguments not provided, ask the user:
Do NOT hardcode paths. Always discover dynamically:
models/registry-mapping.yamlelements:folder: field for that type to determine the target directoryregistry-v2/ to the folder pathThis ensures the skill works even if users rename layers, types, or restructure folders.
_template.md in the target folder for structurepython scripts/validate.py**Created:** registry-v2/<layer>/<type-folder>/element-name.md
**Frontmatter:**
---
type: <element-type>
name: <Element Name>
owner: TBD
status: draft
<type-specific fields from template>
---
**Next Steps:**
1. Fill in TBD fields
2. Add description in the body
3. Run /validate to verify
Would you like me to help fill in any of the TBD fields?
For data elements (concepts, aggregates, entities), also include:
For software elements (systems, subsystems), also include: