release: v20.1.0 — star nudges & eval hardening (#52)
Bump to 20.1.0. Folds the prior Unreleased items (CI leaderboard, PR-based results flow, faster/hang-proof evals) plus the new star CTAs into a [20.1.0] changelog section. Updates the README version badge. Claude-Session: https://claude.ai/code/session_016JWn5jRD5tcEFKrubjQ6Px Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
+14
-7
@@ -9,6 +9,20 @@ each new wave of skills bumps the **major** version, extensions and fixes bump
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [20.1.0] — Star Nudges & Eval Hardening — 2026-06-18
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- **Star the repo, from anywhere you use it.** Tasteful, non-spammy calls-to-action that turn
|
||||||
|
npm/CLI users into stargazers — no `postinstall` hook: a prompt after a successful
|
||||||
|
`npx pm-claude-skills add`, in `--help`, in `list`, in the MCP server's startup banner, a
|
||||||
|
CTA below the README badges (npm renders it on the package page), and a `funding` field in
|
||||||
|
`package.json` so npm shows a Fund/Sponsor link.
|
||||||
|
- **One-click leaderboard updates in CI** — `.github/workflows/eval-leaderboard.yml`
|
||||||
|
("Update Skill Leaderboard") runs the evals with the `ANTHROPIC_API_KEY` secret, commits
|
||||||
|
`evals/results.json`, and the Pages deploy re-renders the public leaderboard with real
|
||||||
|
numbers — no local key needed. The deploy workflow now also triggers on
|
||||||
|
`evals/results.json`.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- **Leaderboard workflow opens a PR** instead of pushing to `main` (which the branch
|
- **Leaderboard workflow opens a PR** instead of pushing to `main` (which the branch
|
||||||
ruleset blocks). After it runs, merge the auto-created results PR to publish real numbers.
|
ruleset blocks). After it runs, merge the auto-created results PR to publish real numbers.
|
||||||
@@ -17,13 +31,6 @@ each new wave of skills bumps the **major** version, extensions and fixes bump
|
|||||||
(default 4). The leaderboard workflow has a 20-minute job timeout. A 24-call run that
|
(default 4). The leaderboard workflow has a 20-minute job timeout. A 24-call run that
|
||||||
was sequential now finishes in a few minutes and can't stall a job indefinitely.
|
was sequential now finishes in a few minutes and can't stall a job indefinitely.
|
||||||
|
|
||||||
### Added
|
|
||||||
- **One-click leaderboard updates in CI** — `.github/workflows/eval-leaderboard.yml`
|
|
||||||
("Update Skill Leaderboard") runs the evals with the `ANTHROPIC_API_KEY` secret, commits
|
|
||||||
`evals/results.json`, and the Pages deploy re-renders the public leaderboard with real
|
|
||||||
numbers — no local key needed. The deploy workflow now also triggers on
|
|
||||||
`evals/results.json`.
|
|
||||||
|
|
||||||
## [20.0.0] — Agentic Tooling — 2026-06-18
|
## [20.0.0] — Agentic Tooling — 2026-06-18
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
[](#-works-with--cross-tool-compatibility)
|
[](#-works-with--cross-tool-compatibility)
|
||||||
[](.github/workflows/skillcheck.yml)
|
[](.github/workflows/skillcheck.yml)
|
||||||
[](.github/workflows/skill-audit.yml)
|
[](.github/workflows/skill-audit.yml)
|
||||||
[](https://github.com/mohitagw15856/pm-claude-skills/releases)
|
[](https://github.com/mohitagw15856/pm-claude-skills/releases)
|
||||||
[](https://github.com/mohitagw15856/pm-claude-skills#-quick-install-2-minutes)
|
[](https://github.com/mohitagw15856/pm-claude-skills#-quick-install-2-minutes)
|
||||||
[](LICENSE)
|
[](LICENSE)
|
||||||
[](https://github.com/sponsors/mohitagw15856)
|
[](https://github.com/sponsors/mohitagw15856)
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "pm-claude-skills",
|
"name": "pm-claude-skills",
|
||||||
"version": "20.0.0",
|
"version": "20.1.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "167 professional Agent Skills (SKILL.md) + subagents + slash commands for Claude, ChatGPT, Gemini, Cursor, Codex & Hermes. Install into any AI coding tool with: npx pm-claude-skills add --agent <tool>.",
|
"description": "167 professional Agent Skills (SKILL.md) + subagents + slash commands for Claude, ChatGPT, Gemini, Cursor, Codex & Hermes. Install into any AI coding tool with: npx pm-claude-skills add --agent <tool>.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
Reference in New Issue
Block a user