원클릭으로
update-repo
Update agent submodules, refresh GitHub star counts, and regenerate README table
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Update agent submodules, refresh GitHub star counts, and regenerate README table
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Summarize blast radius, impacted services, and safe next actions.
Run uv, pytest, then lint in a predictable order.
Codex workflow adapter for this repository. Use when working in agent-cracker to translate Claude-style slash workflows into skill usage, remember manual checks that Claude hooks would normally perform, and keep docs/config/progress files in sync.
Systematically analyze an AI agent's source code across 8 core + 4 optional platform dimensions and output structured analysis to docs/<agent>.md
Audit MVP component, platform mechanism, and advanced mechanism coverage for analyzed agents, identifying gaps and suggesting next steps
Create a minimal reproduction demo for a specific mechanism from an analyzed AI agent (coding or platform)
| name | update-repo |
| description | Update agent submodules, refresh GitHub star counts, and regenerate README table |
Update the repository's agent data: pull latest submodule commits, refresh star counts from GitHub, and regenerate the README agent table.
/update-repo [agent-name]
agent-name: update only that agent's submodule# Update specific agent
./scripts/manage-submodules.sh update <agent-name>
# Or update all
./scripts/manage-submodules.sh update
For each updated agent, if agents.yaml has an analyzed_commit, compare it with the new submodule HEAD. If different, print:
⚠️ : submodule 从 更新到 ,分析文档和 demo 可能过时。运行
/check-updates <agent>查看详情。
./scripts/update-stars.sh
./scripts/gen-readme.sh
./scripts/manage-submodules.sh status
./scripts/manage-submodules.sh add <agent-name> firstagents.yaml