一键导入
status-reporter
Generates automated reports on the status and health of the Skill Conglomerate.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generates automated reports on the status and health of the Skill Conglomerate.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Central Super-Skill that orchestrates all Skill Cells of the Conglomerate. Acts as a single entry point and intelligent router to specialized groups.
Enlace A2A del Grupo Backend. Gestiona la comunicación con otros grupos del Conglomerado.
Líder del Grupo Backend. Planifica y delega tareas de APIs, bases de datos, y arquitectura servidor a los especialistas del grupo.
Enlace A2A del Grupo Frontend. Gestiona la comunicación con otros grupos del Conglomerado.
Líder del Grupo Frontend. Planifica y delega tareas de UI/UX, React, Next.js, y desarrollo cliente a los especialistas del grupo.
Convierte entradas de blog en presentaciones visuales sorprendentes para Google Slides
| name | status-reporter |
| description | Generates automated reports on the status and health of the Skill Conglomerate. |
| version | 1.0.0 |
| category | utility |
This skill is responsible for gathering metrics and metadata from the entire system to generate a unified view of the project status.
To provide automated visibility into implementation progress, the number of active skills, and the current project phase by querying the "Global Memory" and the file structure.
generate_reportGenerates a PROJECT_STATUS.md file in the project root.
project-memory: To retrieve the current phase, version, and tech stack.master-architect/registry.yaml: To know the theoretical structure of the groups.FileSystem: To count physical skills in each directory.PROJECT_STATUS.md.request = {
"type": "TASK",
"target": "status-reporter",
"payload": {
"action": "generate_report"
}
}
scripts/generate_dashboard.pyPython script that performs the gathering and generation logic. Can be executed manually or invoked by the orchestrator.