一键导入
update-registries
Update Mycosoft system registries after code changes. Use after adding agents, API endpoints, services, devices, or documentation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Update Mycosoft system registries after code changes. Use after adding agents, API endpoints, services, devices, or documentation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Deploy or restart the MINDEX API service on VM 192.168.0.189. Use when updating MINDEX, restarting the database API, or deploying MINDEX changes.
Execute non-trivial work using plan-first, verify-first, and lessons-fed defaults. Use when running 3+ step tasks, architectural work, or anything that may require re-planning.
Deploy the Mycosoft website to the Sandbox VM (192.168.0.187). Use when the user asks to deploy, push to sandbox, rebuild the website container, or update the live site.
Integrate neuromorphic UI into a page. Use when converting Shadcn pages to neuromorphic design or adding neuromorphic styling.
Deploy or restart the MAS orchestrator service on VM 192.168.0.188. Use when updating the Multi-Agent System, restarting the orchestrator, or deploying MAS changes.
Start the Mycosoft website dev server on port 3010. Use when the user wants to run the dev server, start development, or test the website locally.
| name | update-registries |
| description | Update Mycosoft system registries after code changes. Use after adding agents, API endpoints, services, devices, or documentation. |
After making code changes that add or modify agents, APIs, services, devices, or documentation, update the relevant registries.
| Registry | File | When to Update |
|---|---|---|
| Master Doc Index | docs/MASTER_DOCUMENT_INDEX.md | New docs created |
| System Registry | docs/SYSTEM_REGISTRY_FEB04_2026.md | New agents, services, devices |
| API Catalog | docs/API_CATALOG_FEB04_2026.md | New API endpoints |
| System Map | docs/system_map.md | Architecture changes |
| Memory Docs Index | docs/MEMORY_DOCUMENTATION_INDEX_FEB05_2026.md | Memory system changes |
Update docs/SYSTEM_REGISTRY_FEB04_2026.md:
### Agent Name
- **Type**: specialist/coordinator/worker
- **Module**: `mycosoft_mas/agents/your_agent.py`
- **Capabilities**: [list capabilities]
- **Version**: 1.0.0
Or register via API: POST http://192.168.0.188:8001/api/registry/agents
Update docs/API_CATALOG_FEB04_2026.md:
| /api/your-domain/endpoint | METHOD | Description |
Or trigger auto-indexing: POST http://192.168.0.188:8001/api/registry/apis/index
Update docs/MASTER_DOCUMENT_INDEX.md:
| Filename | Description | Date | Category |
Registry Update Progress:
- [ ] MASTER_DOCUMENT_INDEX.md (if new docs)
- [ ] SYSTEM_REGISTRY (if new agents/services/devices)
- [ ] API_CATALOG (if new endpoints)
- [ ] system_map.md (if architecture changes)