Agent skill
update-repo
Update agent submodules, refresh GitHub star counts, and regenerate README table
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/update-repo
SKILL.md
Update Repo
Update the repository's agent data: pull latest submodule commits, refresh star counts from GitHub, and regenerate the README agent table.
Trigger
/update-repo [agent-name]
- With
agent-name: update only that agent's submodule - Without argument: update all submodules
Steps
1. Update Submodules
# Update specific agent
./scripts/manage-submodules.sh update <agent-name>
# Or update all
./scripts/manage-submodules.sh update
1.5. Check Analysis Drift
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>查看详情。
2. Refresh Star Counts
./scripts/update-stars.sh
3. Regenerate README Table
./scripts/gen-readme.sh
4. Show Status
./scripts/manage-submodules.sh status
Notes
- If a submodule hasn't been added yet, use
./scripts/manage-submodules.sh add <agent-name>first - Star count update requires network access to GitHub API
- All data is sourced from
agents.yaml
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?