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