Skip to content

Commit f59889c

Browse files
committed
Refresh vendored agent pins and regenerate catalogs
agents-update-all exercises the agent-kind manifest write path on the new sources.toml; the deslop description refresh from the previous round-trip lands in the regenerated catalog and suite page.
1 parent 91fda37 commit f59889c

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

skills/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Generated by `make skills-catalog` — do not edit by hand (`make skills-doctor`
133133

134134
| Skill | Purpose |
135135
|-------|---------|
136-
| [`deslop`](https://github.com/cursor/plugins/tree/bdf7aa355337897f167153e05069aca505dae17c/cursor-team-kit/skills/deslop) | Remove AI-generated code slop and clean up code style |
136+
| [`deslop`](https://github.com/cursor/plugins/tree/fd878692de15a3069c21c8f429eb0b9f2fe178fa/cursor-team-kit/skills/deslop) | Remove AI-generated code slop and clean up code style |
137137
| [`make-pr-easy-to-review`](https://github.com/cursor/plugins/tree/bdf7aa355337897f167153e05069aca505dae17c/cursor-team-kit/skills/make-pr-easy-to-review) | Prepare PRs for review by cleaning noisy history, improving PR descriptions, and adding reviewer guidance without changing code behavior. |
138138
| [`pr-review-canvas`](https://github.com/cursor/plugins/tree/bdf7aa355337897f167153e05069aca505dae17c/cursor-team-kit/skills/pr-review-canvas) | Generate an interactive PR review walkthrough as an HTML page. |
139139
| [`resolve-bot-review-threads`](resolve-bot-review-threads/SKILL.md) | Clears bot/Copilot review threads on a PR — fixes the issues, marks threads resolved via GraphQL, and re-requests the bot until the PR is clean. |

sources.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -545,15 +545,15 @@ name = "thermo-nuclear-code-quality-review-subagent"
545545
repo = "https://github.com/cursor/plugins"
546546
subpath = "thermos/agents/thermo-nuclear-code-quality-review-subagent.md"
547547
ref = "main"
548-
commit = "60c641e4fad674784b30abcf9f8915dea39df38d"
549-
fetched_at = "2026-08-19T16:02:26Z"
548+
commit = "fd878692de15a3069c21c8f429eb0b9f2fe178fa"
549+
fetched_at = "2026-08-31T16:38:45Z"
550550
category = "pr-review"
551551

552552
[[agent]]
553553
name = "thermo-nuclear-review-subagent"
554554
repo = "https://github.com/cursor/plugins"
555555
subpath = "thermos/agents/thermo-nuclear-review-subagent.md"
556556
ref = "main"
557-
commit = "60c641e4fad674784b30abcf9f8915dea39df38d"
558-
fetched_at = "2026-08-19T16:02:17Z"
557+
commit = "fd878692de15a3069c21c8f429eb0b9f2fe178fa"
558+
fetched_at = "2026-08-31T16:38:52Z"
559559
category = "pr-review"

suites/pr-shepherding/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Each step is the literal phrase you say to your agent (Claude Code, pi, or any h
4949
| Skill | Purpose |
5050
|-------|---------|
5151
| [`make-pr-easy-to-review`](https://github.com/cursor/plugins/tree/bdf7aa355337897f167153e05069aca505dae17c/cursor-team-kit/skills/make-pr-easy-to-review) | Prepare PRs for review by cleaning noisy history, improving PR descriptions, and adding reviewer guidance without changing code behavior. |
52-
| [`deslop`](https://github.com/cursor/plugins/tree/bdf7aa355337897f167153e05069aca505dae17c/cursor-team-kit/skills/deslop) | Remove AI-generated code slop and clean up code style |
52+
| [`deslop`](https://github.com/cursor/plugins/tree/fd878692de15a3069c21c8f429eb0b9f2fe178fa/cursor-team-kit/skills/deslop) | Remove AI-generated code slop and clean up code style |
5353
| [`resolve-bot-review-threads`](../../skills/resolve-bot-review-threads/SKILL.md) | Clears bot/Copilot review threads on a PR — fixes the issues, marks threads resolved via GraphQL, and re-requests the bot until the PR is clean. |
5454
| [`watch-ci`](../../skills/watch-ci/SKILL.md) | Watches a PR's CI checks to terminal state in the background and turns each transition into a notification, instead of a foreground polling loop. |
5555
| [`debug-ci`](../../skills/debug-ci/SKILL.md) | Triages and root-causes a failing GitHub Actions CI run on a PR by separating real regressions from pre-existing noise and escalating log fetches cheapest-fi... |

0 commit comments

Comments
 (0)