Agent Skills Updater
Description
Install and auto-update an opinionated Agent Skills pack across Claude Code, Codex, Pi, Amp, and Cursor
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Agent Skills Pack & Updater
An opinionated, batteries-included collection of the Agent Skills I use, with one-command installation across Claude Code, Codex, DeepSeek Harness (DSH), Pi, Amp, Cursor, and compatible harnesses.
The pack fetches skills directly from their official upstream repositories and provides repeatable updates. On macOS it can also update everything daily with `launchd`, retained logs, and failure notifications.
Included Skills
| Skill set | What gets installed |
|---|---|
| Cursor | thermo-nuclear-code-quality-review |
| LY Corporation | sim-use |
| OpenClaw | autoreview |
| Matt Pocock | Every non-deprecated skill in the upstream collection |
| Anthropic | The official, unmodified code-simplifier |
See [Skill sources and distribution strategy](docs/skill-sources.md) for provenance, licenses, and the supply-chain model. The design note [What `dsh-find-simplifications` teaches this pack](docs/dsh-find-simplifications-review.md) records the evidence-first simplification rubric used here.
Quick start
Requirements: Bash, Git, curl, and Python 3. No API key or GitHub token is required for the default public sources.
git clone https://github.com/BoWuGit/agent-skills-updater.git
cd agent-skills-updater
./install.sh
That command:
- installs the updater under
~/.local/libexec/agent-skills-updater; - exposes
~/.local/bin/update-all-skills; - fetches and installs the complete skill set;
- detects installed agent harnesses and links skills into them;
- on macOS, schedules a quiet daily update at 10:00 local time.
Reload or restart your agent harnesses after the first installation.
Useful installation options
# Install skills but do not add the macOS daily schedule
./install.sh -
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11