From ak-threads-booster
Checks for upstream GitHub updates of AK-Threads-Booster skill, safely applies fast-forward updates, and optionally installs a weekly auto-update cron.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ak-threads-booster:updateThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this module when the user wants to check whether AK-Threads-Booster has a newer version, update the local skill repo, or install an opt-in weekly update checker.
Use this module when the user wants to check whether AK-Threads-Booster has a newer version, update the local skill repo, or install an opt-in weekly update checker.
Repository:
https://github.com/akseolabs-seo/AK-Threads-booster
/refresh, which updates Threads tracker data.| Intent | Action |
|---|---|
| Check once / 有沒有新版 | Run one-time check, no apply unless user asks |
| Update now / 更新到最新版 | Run safe updater with --apply --validate |
| Install weekly auto-update / 每週自動檢查更新 | Create a Codex cron automation, only after explicit user request |
| Remove weekly auto-update / 取消自動更新 | Find and delete the matching automation |
After any successful one-time update check or update attempt, ask the user once:
要不要順手開啟每週自動檢查 AK-Threads-Booster 更新?
開啟後,每週會自動檢查 GitHub。有新版且本地 repo 乾淨時才會 fast-forward 更新;如果有本地修改、衝突或 local commits,會停下回報,不會覆蓋你的東西。
If the user says yes, install the weekly automation. If the user says no, do not ask again in the same run. Do not install by default.
When the user is in a non-interactive/headless context, do not install automation. Report that auto-update is available and requires explicit opt-in.
Run from the repository root:
python scripts/check_skill_update.py --remote origin --branch main
Interpret:
up_to_date: no update.update_available: upstream has commits; ask whether to apply.blocked_*: do not apply; report blockers and recommended next step.Run:
python scripts/check_skill_update.py --remote origin --branch main --apply --validate
Afterward, summarize:
If status starts with blocked_, do not try another git strategy without the user's explicit instruction.
Only install this when the user explicitly asks for a recurring updater.
In Codex app environments, use the automation tool to create a weekly cron automation:
AK-Threads weekly GitHub update checkCheck the local AK-Threads-Booster repository against https://github.com/akseolabs-seo/AK-Threads-booster once. Run `python scripts/check_skill_update.py --remote origin --branch main --apply --validate` from the repository root. If the script reports `updated`, summarize pulled commits, changed files, validation results, and current git status. If the script reports `up_to_date`, report that clearly. If the script reports any `blocked_*` status, do not reset, rebase, stash, or overwrite files; report the blocker, dirty files or local commits, and the safest next step. Preserve all local user changes.
If the automation tool is not available, explain that this environment cannot install the recurring job automatically and provide the one-time check command instead.
Before creating a new automation, check existing automations for a matching name or prompt. Prefer updating an existing matching automation over creating a duplicate.
For deletion, delete only a matching AK-Threads update automation. Do not delete unrelated reminders or scheduled jobs.
Keep the final answer short:
current status + update availability + blockers if any.updated + commit summary + validation.installed + schedule + safety rules.removed.npx claudepluginhub akseolabs-seo/ak-threads-boosterScans a codebase for architectural friction, presents candidates as a visual HTML report with before/after diagrams, and guides you through deepening refactors.