taiwan-invoice-skill 2.0.0 → 2.2.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.
Files changed (30) hide show
  1. package/README.md +131 -0
  2. package/assets/taiwan-invoice/SKILL.md +452 -0
  3. package/assets/taiwan-invoice/data/error-codes.csv +41 -0
  4. package/assets/taiwan-invoice/data/field-mappings.csv +27 -0
  5. package/assets/taiwan-invoice/data/operations.csv +11 -0
  6. package/assets/taiwan-invoice/data/providers.csv +4 -0
  7. package/assets/taiwan-invoice/data/tax-rules.csv +9 -0
  8. package/assets/taiwan-invoice/data/troubleshooting.csv +17 -0
  9. package/assets/taiwan-invoice/scripts/__pycache__/core.cpython-312.pyc +0 -0
  10. package/assets/taiwan-invoice/scripts/core.py +304 -0
  11. package/assets/taiwan-invoice/scripts/generate-invoice-service.py +642 -128
  12. package/assets/taiwan-invoice/scripts/recommend.py +340 -0
  13. package/assets/taiwan-invoice/scripts/search.py +201 -0
  14. package/assets/templates/base/quick-reference.md +85 -0
  15. package/assets/templates/platforms/{antigravity.json → agent.json} +6 -3
  16. package/assets/templates/platforms/claude.json +5 -2
  17. package/assets/templates/platforms/codebuddy.json +5 -2
  18. package/assets/templates/platforms/codex.json +5 -2
  19. package/assets/templates/platforms/continue.json +5 -2
  20. package/assets/templates/platforms/copilot.json +5 -2
  21. package/assets/templates/platforms/cursor.json +5 -2
  22. package/assets/templates/platforms/gemini.json +5 -2
  23. package/assets/templates/platforms/kiro.json +5 -2
  24. package/assets/templates/platforms/opencode.json +5 -2
  25. package/assets/templates/platforms/qoder.json +5 -2
  26. package/assets/templates/platforms/roocode.json +5 -2
  27. package/assets/templates/platforms/trae.json +5 -2
  28. package/assets/templates/platforms/windsurf.json +5 -2
  29. package/dist/index.js +265 -60
  30. package/package.json +3 -2
@@ -7,6 +7,7 @@
7
7
  "skillPath": "skills/taiwan-invoice",
8
8
  "filename": "SKILL.md"
9
9
  },
10
+ "scriptPath": "skills/taiwan-invoice/scripts",
10
11
  "frontmatter": {
11
12
  "name": "taiwan-invoice",
12
13
  "description": "Taiwan E-Invoice API integration specialist for ECPay, SmilePay, and Amego."
@@ -14,8 +15,10 @@
14
15
  "sections": {
15
16
  "examples": true,
16
17
  "references": true,
17
- "scripts": true
18
+ "scripts": true,
19
+ "quickReference": false
18
20
  },
19
21
  "title": "Taiwan E-Invoice Skill",
20
- "description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations."
22
+ "description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations.",
23
+ "skillOrWorkflow": "Skill"
21
24
  }
@@ -7,6 +7,7 @@
7
7
  "skillPath": "skills/taiwan-invoice",
8
8
  "filename": "SKILL.md"
9
9
  },
10
+ "scriptPath": "skills/taiwan-invoice/scripts",
10
11
  "frontmatter": {
11
12
  "name": "taiwan-invoice",
12
13
  "description": "Taiwan E-Invoice API integration specialist for ECPay, SmilePay, and Amego."
@@ -14,8 +15,10 @@
14
15
  "sections": {
15
16
  "examples": true,
16
17
  "references": true,
17
- "scripts": true
18
+ "scripts": true,
19
+ "quickReference": false
18
20
  },
19
21
  "title": "Taiwan E-Invoice Skill",
20
- "description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations."
22
+ "description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations.",
23
+ "skillOrWorkflow": "Skill"
21
24
  }
@@ -7,12 +7,15 @@
7
7
  "skillPath": "prompts/taiwan-invoice",
8
8
  "filename": "SKILL.md"
9
9
  },
10
+ "scriptPath": "prompts/taiwan-invoice/scripts",
10
11
  "frontmatter": null,
11
12
  "sections": {
12
13
  "examples": true,
13
14
  "references": true,
14
- "scripts": true
15
+ "scripts": true,
16
+ "quickReference": false
15
17
  },
16
18
  "title": "Taiwan E-Invoice Skill",
17
- "description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations."
19
+ "description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations.",
20
+ "skillOrWorkflow": "Skill"
18
21
  }
@@ -7,6 +7,7 @@
7
7
  "skillPath": "skills/taiwan-invoice",
8
8
  "filename": "SKILL.md"
9
9
  },
10
+ "scriptPath": "skills/taiwan-invoice/scripts",
10
11
  "frontmatter": {
11
12
  "name": "taiwan-invoice",
12
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."
@@ -14,8 +15,10 @@
14
15
  "sections": {
15
16
  "examples": true,
16
17
  "references": true,
17
- "scripts": true
18
+ "scripts": true,
19
+ "quickReference": false
18
20
  },
19
21
  "title": "Taiwan E-Invoice Skill",
20
- "description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations."
22
+ "description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations.",
23
+ "skillOrWorkflow": "Skill"
21
24
  }
@@ -7,6 +7,7 @@
7
7
  "skillPath": "skills/taiwan-invoice",
8
8
  "filename": "SKILL.md"
9
9
  },
10
+ "scriptPath": "skills/taiwan-invoice/scripts",
10
11
  "frontmatter": {
11
12
  "name": "taiwan-invoice",
12
13
  "description": "Taiwan E-Invoice API integration specialist for ECPay, SmilePay, and Amego."
@@ -14,8 +15,10 @@
14
15
  "sections": {
15
16
  "examples": true,
16
17
  "references": true,
17
- "scripts": true
18
+ "scripts": true,
19
+ "quickReference": false
18
20
  },
19
21
  "title": "Taiwan E-Invoice Skill",
20
- "description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations."
22
+ "description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations.",
23
+ "skillOrWorkflow": "Skill"
21
24
  }
@@ -7,12 +7,15 @@
7
7
  "skillPath": "steering/taiwan-invoice",
8
8
  "filename": "SKILL.md"
9
9
  },
10
+ "scriptPath": "steering/taiwan-invoice/scripts",
10
11
  "frontmatter": null,
11
12
  "sections": {
12
13
  "examples": true,
13
14
  "references": true,
14
- "scripts": true
15
+ "scripts": true,
16
+ "quickReference": false
15
17
  },
16
18
  "title": "Taiwan E-Invoice Skill",
17
- "description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations."
19
+ "description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations.",
20
+ "skillOrWorkflow": "Skill"
18
21
  }
@@ -7,12 +7,15 @@
7
7
  "skillPath": "skills/taiwan-invoice",
8
8
  "filename": "SKILL.md"
9
9
  },
10
+ "scriptPath": "skills/taiwan-invoice/scripts",
10
11
  "frontmatter": null,
11
12
  "sections": {
12
13
  "examples": true,
13
14
  "references": true,
14
- "scripts": true
15
+ "scripts": true,
16
+ "quickReference": false
15
17
  },
16
18
  "title": "Taiwan E-Invoice Skill",
17
- "description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations."
19
+ "description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations.",
20
+ "skillOrWorkflow": "Skill"
18
21
  }
@@ -7,12 +7,15 @@
7
7
  "skillPath": "rules/taiwan-invoice",
8
8
  "filename": "SKILL.md"
9
9
  },
10
+ "scriptPath": "rules/taiwan-invoice/scripts",
10
11
  "frontmatter": null,
11
12
  "sections": {
12
13
  "examples": true,
13
14
  "references": true,
14
- "scripts": true
15
+ "scripts": true,
16
+ "quickReference": false
15
17
  },
16
18
  "title": "Taiwan E-Invoice Skill",
17
- "description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations."
19
+ "description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations.",
20
+ "skillOrWorkflow": "Skill"
18
21
  }
@@ -7,12 +7,15 @@
7
7
  "skillPath": "commands/taiwan-invoice",
8
8
  "filename": "SKILL.md"
9
9
  },
10
+ "scriptPath": "commands/taiwan-invoice/scripts",
10
11
  "frontmatter": null,
11
12
  "sections": {
12
13
  "examples": true,
13
14
  "references": true,
14
- "scripts": true
15
+ "scripts": true,
16
+ "quickReference": false
15
17
  },
16
18
  "title": "Taiwan E-Invoice Skill",
17
- "description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations."
19
+ "description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations.",
20
+ "skillOrWorkflow": "Skill"
18
21
  }
@@ -7,12 +7,15 @@
7
7
  "skillPath": "skills/taiwan-invoice",
8
8
  "filename": "SKILL.md"
9
9
  },
10
+ "scriptPath": "skills/taiwan-invoice/scripts",
10
11
  "frontmatter": null,
11
12
  "sections": {
12
13
  "examples": true,
13
14
  "references": true,
14
- "scripts": true
15
+ "scripts": true,
16
+ "quickReference": false
15
17
  },
16
18
  "title": "Taiwan E-Invoice Skill",
17
- "description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations."
19
+ "description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations.",
20
+ "skillOrWorkflow": "Skill"
18
21
  }
@@ -7,6 +7,7 @@
7
7
  "skillPath": "skills/taiwan-invoice",
8
8
  "filename": "SKILL.md"
9
9
  },
10
+ "scriptPath": "skills/taiwan-invoice/scripts",
10
11
  "frontmatter": {
11
12
  "name": "taiwan-invoice",
12
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,8 +15,10 @@
14
15
  "sections": {
15
16
  "examples": true,
16
17
  "references": true,
17
- "scripts": true
18
+ "scripts": true,
19
+ "quickReference": false
18
20
  },
19
21
  "title": "Taiwan E-Invoice Skill",
20
- "description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations."
22
+ "description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations.",
23
+ "skillOrWorkflow": "Skill"
21
24
  }