update-repo — обновить репозиторий update-repo, agent-cracker, community, обновить репозиторий, ide skills, интеграция с GitHub, ИИ агенты, подмодули, регенерация таблицы, команда update-repo, Claude Code

v1.0.0

Об этом навыке

Идеально для разработчиков агентов ИИ, которым необходимы автоматические обновления репозитория и синхронизация данных GitHub. Команда /update-repo - это инструмент для обновления репозитория ИИ агентов

Возможности

Обновление подмодулей
Регенерация таблицы агентов в README
Интеграция с GitHub
Поддержка обновления конкретных агентов
Поддержка обновления всех агентов

# Core Topics

7hinkDifferent 7hinkDifferent
[2]
[0]
Updated: 2/27/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 8/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
8/11
Quality Score
36
Canonical Locale
zh
Detected Body Locale
zh

Идеально для разработчиков агентов ИИ, которым необходимы автоматические обновления репозитория и синхронизация данных GitHub. Команда /update-repo - это инструмент для обновления репозитория ИИ агентов

Зачем использовать этот навык

Наделяет агентов возможностью обновлять данные репозитория, извлекая последние коммиты подмодулей и обновляя счетчики звезд на GitHub с помощью скриптов bash, предоставляя суперспособность автоматического обновления данных и управления подмодулями.

Подходит лучше всего

Идеально для разработчиков агентов ИИ, которым необходимы автоматические обновления репозитория и синхронизация данных GitHub.

Реализуемые кейсы использования for update-repo

Обновление конкретных подмодулей агента последними коммитами
Обновление счетчиков звезд на GitHub для точных метрик репозитория
Пересоздание таблицы агента README для актуальной документации

! Безопасность и ограничения

  • Требуется доступ к GitHub
  • Необходимо выполнение скриптов bash
  • Ограничен обновлением подмодулей и счетчиков звезд

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is update-repo?

Идеально для разработчиков агентов ИИ, которым необходимы автоматические обновления репозитория и синхронизация данных GitHub. Команда /update-repo - это инструмент для обновления репозитория ИИ агентов

How do I install update-repo?

Run the command: npx killer-skills add 7hinkDifferent/agent-cracker. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for update-repo?

Key use cases include: Обновление конкретных подмодулей агента последними коммитами, Обновление счетчиков звезд на GitHub для точных метрик репозитория, Пересоздание таблицы агента README для актуальной документации.

Which IDEs are compatible with update-repo?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for update-repo?

Требуется доступ к GitHub. Необходимо выполнение скриптов bash. Ограничен обновлением подмодулей и счетчиков звезд.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add 7hinkDifferent/agent-cracker. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use update-repo immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

update-repo

Узнайте, как обновить репозиторий ИИ агентов с помощью команды /update-repo и улучшить интеграцию с GitHub

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

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

bash
1# Update specific agent 2./scripts/manage-submodules.sh update <agent-name> 3 4# Or update all 5./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:

⚠️ <agent>: submodule 从 <old-short> 更新到 <new-short>,分析文档和 demo 可能过时。运行 /check-updates <agent> 查看详情。

2. Refresh Star Counts

bash
1./scripts/update-stars.sh

3. Regenerate README Table

bash
1./scripts/gen-readme.sh

4. Show Status

bash
1./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

Связанные навыки

Looking for an alternative to update-repo or another community skill for your workflow? Explore these related open-source skills.

Показать все

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

widget-generator

Logo of f
f

Создание настраиваемых плагинов виджетов для системы ленты новостей prompts.chat

flags

Logo of vercel
vercel

Фреймворк React

138.4k
0
Браузер

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Разработчик