rk-skills 1.2.0 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "rk-skills",
3
3
  "displayName": "rk-skills",
4
- "version": "1.2.0",
4
+ "version": "1.3.0",
5
5
  "description": "Claude Code workflow skills: GitHub issue/PR/release automation and Fable-driven planning.",
6
6
  "author": {
7
7
  "name": "Richard Kuo"
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Workflow skills for [Claude Code](https://claude.com/claude-code) — automate GitHub issues, PR review loops, docs syncing, and releases.
4
4
 
5
- [![npm](https://img.shields.io/npm/v/rk-skills)](https://www.npmjs.com/package/rk-skills)
5
+ [![npm](https://img.shields.io/badge/npm-rk--skills-CB3837?logo=npm&logoColor=white)](https://www.npmjs.com/package/rk-skills)
6
6
 
7
7
  A "skill" is a reusable instruction file that teaches Claude Code how to do one job well (like filing a GitHub issue or cutting a release). You trigger one by name, and Claude follows its steps.
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rk-skills",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "Installer for Claude Code workflow skills — GitHub issue/PR/release automation and Fable-driven planning.",
5
5
  "type": "module",
6
6
  "bin": {