recur-skills 0.0.4 → 0.0.5

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.
@@ -6,7 +6,7 @@
6
6
  },
7
7
  "metadata": {
8
8
  "description": "Claude Code skills for integrating Recur - Taiwan's subscription payment platform",
9
- "version": "0.0.4"
9
+ "version": "0.0.5"
10
10
  },
11
11
  "plugins": [
12
12
  {
package/README.md CHANGED
@@ -4,6 +4,14 @@ Claude Code skills to help developers integrate [Recur](https://recur.tw) - Taiw
4
4
 
5
5
  ## Installation
6
6
 
7
+ ### npx skills add (Recommended)
8
+
9
+ ```bash
10
+ npx skills add recur-tw/skills
11
+ ```
12
+
13
+ ### Claude Code Plugin
14
+
7
15
  ```bash
8
16
  /plugin marketplace add recur-tw/skills
9
17
  /plugin install recur-skills@recur-skills
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "recur-skills",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "Claude Code skills for Recur - Taiwan's subscription payment platform",
5
5
  "keywords": [
6
6
  "recur",
@@ -46,7 +46,7 @@
46
46
  "lint": "eslint src/",
47
47
  "typecheck": "tsc --noEmit",
48
48
  "prepublishOnly": "pnpm build",
49
- "version": "node scripts/sync-version.js && git add .claude-plugin/marketplace.json"
49
+ "version": "node scripts/sync-version.js && git add .claude-plugin/marketplace.json skills/*/SKILL.md"
50
50
  },
51
51
  "dependencies": {
52
52
  "commander": "^12.1.0",
@@ -1,6 +1,10 @@
1
1
  ---
2
2
  name: recur-checkout
3
3
  description: Implement Recur checkout flows including embedded, modal, and redirect modes. Use when adding payment buttons, checkout forms, subscription purchase flows, or when user mentions "checkout", "結帳", "付款按鈕", "embedded checkout".
4
+ license: MIT
5
+ metadata:
6
+ author: recur
7
+ version: "0.0.5"
4
8
  ---
5
9
 
6
10
  # Recur Checkout Integration
@@ -1,6 +1,10 @@
1
1
  ---
2
2
  name: recur-entitlements
3
3
  description: Implement access control and permission checking with Recur entitlements API. Use when building paywalls, checking subscription status, gating premium features, or when user mentions "paywall", "權限檢查", "entitlements", "access control", "premium features".
4
+ license: MIT
5
+ metadata:
6
+ author: recur
7
+ version: "0.0.5"
4
8
  ---
5
9
 
6
10
  # Recur Entitlements & Access Control
@@ -1,6 +1,10 @@
1
1
  ---
2
2
  name: recur-help
3
3
  description: List all available Recur skills and how to use them. Use when user asks "what can Recur do", "Recur skills", "Recur 有什麼功能", "help with Recur", "如何使用 Recur skills".
4
+ license: MIT
5
+ metadata:
6
+ author: recur
7
+ version: "0.0.5"
4
8
  ---
5
9
 
6
10
  # Recur Skills 使用指南
@@ -1,6 +1,10 @@
1
1
  ---
2
2
  name: recur-quickstart
3
3
  description: Quick setup guide for Recur payment integration. Use when starting a new Recur integration, setting up API keys, installing the SDK, or when user mentions "integrate Recur", "setup Recur", "Recur 串接", "金流設定".
4
+ license: MIT
5
+ metadata:
6
+ author: recur
7
+ version: "0.0.5"
4
8
  ---
5
9
 
6
10
  # Recur Quickstart
@@ -1,6 +1,10 @@
1
1
  ---
2
2
  name: recur-webhooks
3
3
  description: Set up and handle Recur webhook events for payment notifications. Use when implementing webhook handlers, verifying signatures, handling subscription events, or when user mentions "webhook", "付款通知", "訂閱事件", "payment notification".
4
+ license: MIT
5
+ metadata:
6
+ author: recur
7
+ version: "0.0.5"
4
8
  ---
5
9
 
6
10
  # Recur Webhook Integration