taiwan-invoice-skill 2.3.0 → 2.4.1

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.
package/README.md CHANGED
@@ -1,8 +1,9 @@
1
- # taiwan-invoice-skill
1
+ <h1 align="center">taiwan-invoice-skill</h1>
2
+
3
+ <h3 align="center">台灣電子發票 AI 開發技能包</h3>
2
4
 
3
5
  <p align="center">
4
- <strong>台灣電子發票 AI 開發技能包</strong><br>
5
- <sub>支援 ECPay 綠界 · SmilePay 速買配 · Amego 光貿</sub>
6
+ <strong>支援 ECPay 綠界 · SmilePay 速買配 · Amego 光貿</strong>
6
7
  </p>
7
8
 
8
9
  <p align="center">
@@ -1,16 +1,18 @@
1
1
  {
2
2
  "platform": "antigravity",
3
3
  "displayName": "Antigravity / Generic Agent",
4
- "installType": "full",
4
+ "installType": "workflow",
5
5
  "folderStructure": {
6
6
  "root": ".agent",
7
- "skillPath": "skills/taiwan-invoice",
8
- "filename": "SKILL.md"
7
+ "skillPath": "workflows",
8
+ "filename": "taiwan-invoice.md",
9
+ "sharedRoot": ".shared",
10
+ "sharedPath": "taiwan-invoice"
9
11
  },
10
- "scriptPath": "skills/taiwan-invoice/scripts",
12
+ "scriptPath": ".shared/taiwan-invoice/scripts",
11
13
  "frontmatter": {
12
- "name": "taiwan-invoice",
13
- "description": "Taiwan E-Invoice API integration specialist for ECPay, SmilePay, and Amego. Provides B2C/B2B invoice issuance, void, allowance, query, and print functionality."
14
+ "description": "Taiwan E-Invoice API integration for ECPay, SmilePay, and Amego",
15
+ "auto_execution_mode": "3"
14
16
  },
15
17
  "sections": {
16
18
  "examples": true,
@@ -18,7 +20,7 @@
18
20
  "scripts": true,
19
21
  "quickReference": false
20
22
  },
21
- "title": "Taiwan E-Invoice Skill",
22
- "description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations.",
23
- "skillOrWorkflow": "Skill"
23
+ "title": "taiwan-invoice",
24
+ "description": "台灣電子發票 API 整合工具。支援 ECPaySmilePayAmego 三家加值中心的 B2C/B2B 發票開立、作廢、折讓、查詢、列印功能。",
25
+ "skillOrWorkflow": "Workflow"
24
26
  }
@@ -4,10 +4,10 @@
4
4
  "installType": "full",
5
5
  "folderStructure": {
6
6
  "root": ".cursor",
7
- "skillPath": "skills/taiwan-invoice",
7
+ "skillPath": "commands/taiwan-invoice",
8
8
  "filename": "SKILL.md"
9
9
  },
10
- "scriptPath": "skills/taiwan-invoice/scripts",
10
+ "scriptPath": "commands/taiwan-invoice/scripts",
11
11
  "frontmatter": {
12
12
  "name": "taiwan-invoice",
13
13
  "description": "Taiwan E-Invoice API integration specialist for ECPay, SmilePay, and Amego. Provides B2C/B2B invoice issuance, void, allowance, query, and print functionality. Includes encryption implementations (AES-128-CBC, MD5), tax calculations, and complete API specifications."
@@ -4,10 +4,10 @@
4
4
  "installType": "full",
5
5
  "folderStructure": {
6
6
  "root": ".qoder",
7
- "skillPath": "rules/taiwan-invoice",
7
+ "skillPath": "skills/taiwan-invoice",
8
8
  "filename": "SKILL.md"
9
9
  },
10
- "scriptPath": "rules/taiwan-invoice/scripts",
10
+ "scriptPath": "skills/taiwan-invoice/scripts",
11
11
  "frontmatter": null,
12
12
  "sections": {
13
13
  "examples": true,