agent-nuvira 1.88.0 → 1.88.2

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 (275) hide show
  1. package/.agents/skills/a11y-audit/references/guide.md +55 -0
  2. package/.agents/skills/academic-research/SKILL.md +10 -6
  3. package/.agents/skills/academic-research/references/guide.md +61 -0
  4. package/.agents/skills/accounting-integration/SKILL.md +10 -6
  5. package/.agents/skills/accounting-integration/references/guide.md +61 -0
  6. package/.agents/skills/api-call/references/guide.md +53 -0
  7. package/.agents/skills/api-creation/SKILL.md +35 -35
  8. package/.agents/skills/api-creation/references/guide.md +89 -0
  9. package/.agents/skills/api-design/SKILL.md +474 -36
  10. package/.agents/skills/api-design/configs/openapi-template.yaml +203 -0
  11. package/.agents/skills/api-design/references/guide.md +82 -0
  12. package/.agents/skills/api-design/scripts/validate_openapi.py +133 -0
  13. package/.agents/skills/api-testing/references/guide.md +55 -0
  14. package/.agents/skills/api-versioning/references/guide.md +55 -0
  15. package/.agents/skills/approval-tool/SKILL.md +10 -6
  16. package/.agents/skills/approval-tool/references/guide.md +61 -0
  17. package/.agents/skills/auth-setup/references/guide.md +55 -0
  18. package/.agents/skills/auth-setup/scripts/generate_jwt.py +75 -0
  19. package/.agents/skills/autonomous-agents/SKILL.md +10 -6
  20. package/.agents/skills/autonomous-agents/references/guide.md +60 -0
  21. package/.agents/skills/backup-recovery/references/guide.md +55 -0
  22. package/.agents/skills/backup-strategy/SKILL.md +129 -8
  23. package/.agents/skills/backup-strategy/references/guide.md +53 -0
  24. package/.agents/skills/binary-extensions/SKILL.md +10 -6
  25. package/.agents/skills/binary-extensions/references/guide.md +61 -0
  26. package/.agents/skills/blob-storage/references/guide.md +55 -0
  27. package/.agents/skills/budget-config/SKILL.md +10 -6
  28. package/.agents/skills/budget-config/references/guide.md +61 -0
  29. package/.agents/skills/cache-setup/references/guide.md +55 -0
  30. package/.agents/skills/capacity-planning/SKILL.md +10 -6
  31. package/.agents/skills/capacity-planning/references/guide.md +61 -0
  32. package/.agents/skills/cdn-setup/SKILL.md +174 -8
  33. package/.agents/skills/cdn-setup/references/guide.md +53 -0
  34. package/.agents/skills/chaos-engineering/SKILL.md +10 -6
  35. package/.agents/skills/chaos-engineering/references/guide.md +61 -0
  36. package/.agents/skills/checkpoint-manager/SKILL.md +10 -6
  37. package/.agents/skills/checkpoint-manager/references/guide.md +61 -0
  38. package/.agents/skills/ci-cd-setup/references/guide.md +73 -0
  39. package/.agents/skills/cicd-advanced/SKILL.md +10 -6
  40. package/.agents/skills/cicd-advanced/references/guide.md +61 -0
  41. package/.agents/skills/cli-tool/SKILL.md +26 -26
  42. package/.agents/skills/cli-tool/references/guide.md +78 -0
  43. package/.agents/skills/cloud-deploy/SKILL.md +165 -8
  44. package/.agents/skills/cloud-deploy/references/guide.md +53 -0
  45. package/.agents/skills/cloud-migration/SKILL.md +10 -6
  46. package/.agents/skills/cloud-migration/references/guide.md +61 -0
  47. package/.agents/skills/code-assessment/references/guide.md +70 -0
  48. package/.agents/skills/code-refactor/references/guide.md +74 -0
  49. package/.agents/skills/code-review/SKILL.md +10 -6
  50. package/.agents/skills/code-review/references/guide.md +61 -0
  51. package/.agents/skills/compliance-check/SKILL.md +10 -6
  52. package/.agents/skills/compliance-check/references/guide.md +61 -0
  53. package/.agents/skills/container-security/SKILL.md +10 -6
  54. package/.agents/skills/container-security/references/guide.md +61 -0
  55. package/.agents/skills/container-supervision/SKILL.md +125 -6
  56. package/.agents/skills/container-supervision/references/guide.md +52 -0
  57. package/.agents/skills/cors-setup/references/guide.md +55 -0
  58. package/.agents/skills/cost-optimization/SKILL.md +10 -6
  59. package/.agents/skills/cost-optimization/references/guide.md +61 -0
  60. package/.agents/skills/cron-job/SKILL.md +144 -9
  61. package/.agents/skills/cron-job/references/guide.md +53 -0
  62. package/.agents/skills/cron-setup/references/guide.md +55 -0
  63. package/.agents/skills/cross-platform-build/SKILL.md +10 -6
  64. package/.agents/skills/cross-platform-build/references/guide.md +61 -0
  65. package/.agents/skills/data-analysis/references/guide.md +55 -0
  66. package/.agents/skills/data-governance/SKILL.md +10 -6
  67. package/.agents/skills/data-governance/references/guide.md +61 -0
  68. package/.agents/skills/data-lineage/SKILL.md +10 -6
  69. package/.agents/skills/data-lineage/references/guide.md +61 -0
  70. package/.agents/skills/data-migration/SKILL.md +10 -6
  71. package/.agents/skills/data-migration/references/guide.md +61 -0
  72. package/.agents/skills/data-processing/SKILL.md +203 -9
  73. package/.agents/skills/data-processing/references/guide.md +53 -0
  74. package/.agents/skills/data-quality/SKILL.md +10 -6
  75. package/.agents/skills/data-quality/references/guide.md +61 -0
  76. package/.agents/skills/data-sync/references/guide.md +55 -0
  77. package/.agents/skills/data-visualization/SKILL.md +10 -6
  78. package/.agents/skills/data-visualization/references/guide.md +61 -0
  79. package/.agents/skills/db-migration/references/guide.md +82 -0
  80. package/.agents/skills/db-migration/scripts/validate_migration.py +74 -0
  81. package/.agents/skills/debug-helpers/SKILL.md +10 -6
  82. package/.agents/skills/debug-helpers/references/guide.md +61 -0
  83. package/.agents/skills/decision-framework/SKILL.md +10 -6
  84. package/.agents/skills/decision-framework/references/guide.md +61 -0
  85. package/.agents/skills/delegation-live-log/SKILL.md +10 -6
  86. package/.agents/skills/delegation-live-log/references/guide.md +61 -0
  87. package/.agents/skills/dep-update/references/guide.md +78 -0
  88. package/.agents/skills/dependency-audit/SKILL.md +10 -6
  89. package/.agents/skills/dependency-audit/references/guide.md +61 -0
  90. package/.agents/skills/design-system/references/guide.md +55 -0
  91. package/.agents/skills/disaster-recovery/SKILL.md +10 -6
  92. package/.agents/skills/disaster-recovery/references/guide.md +61 -0
  93. package/.agents/skills/discord-bot/SKILL.md +10 -6
  94. package/.agents/skills/discord-bot/references/guide.md +62 -0
  95. package/.agents/skills/dns-setup/SKILL.md +150 -8
  96. package/.agents/skills/dns-setup/references/guide.md +53 -0
  97. package/.agents/skills/doc-gen/references/guide.md +73 -0
  98. package/.agents/skills/docker-config/references/guide.md +75 -0
  99. package/.agents/skills/docker-management/SKILL.md +297 -7
  100. package/.agents/skills/docker-management/configs/Dockerfile.template +44 -0
  101. package/.agents/skills/docker-management/configs/docker-compose-template.yaml +47 -0
  102. package/.agents/skills/docker-management/references/guide.md +53 -0
  103. package/.agents/skills/docker-management/scripts/check_deps.sh +39 -0
  104. package/.agents/skills/docx/references/guide.md +81 -0
  105. package/.agents/skills/electron-app/SKILL.md +10 -6
  106. package/.agents/skills/electron-app/references/guide.md +61 -0
  107. package/.agents/skills/email-setup/references/guide.md +55 -0
  108. package/.agents/skills/env-setup/references/guide.md +80 -0
  109. package/.agents/skills/error-tracking/references/guide.md +55 -0
  110. package/.agents/skills/feature-engineering/SKILL.md +10 -6
  111. package/.agents/skills/feature-engineering/references/guide.md +61 -0
  112. package/.agents/skills/feature-flags/references/guide.md +55 -0
  113. package/.agents/skills/fine-tuning/SKILL.md +10 -6
  114. package/.agents/skills/fine-tuning/references/guide.md +60 -0
  115. package/.agents/skills/fitness-api/SKILL.md +10 -6
  116. package/.agents/skills/fitness-api/references/guide.md +61 -0
  117. package/.agents/skills/forensics/SKILL.md +10 -6
  118. package/.agents/skills/forensics/references/guide.md +61 -0
  119. package/.agents/skills/form-builder/references/guide.md +55 -0
  120. package/.agents/skills/game-development/SKILL.md +303 -38
  121. package/.agents/skills/game-development/configs/game-template.json +36 -0
  122. package/.agents/skills/game-development/references/guide.md +82 -0
  123. package/.agents/skills/game-development/scripts/build_package.py +93 -0
  124. package/.agents/skills/game-development/scripts/check_deps.py +83 -0
  125. package/.agents/skills/git-release/references/guide.md +55 -0
  126. package/.agents/skills/github-actions/SKILL.md +186 -8
  127. package/.agents/skills/github-actions/references/guide.md +53 -0
  128. package/.agents/skills/graphql-api/references/guide.md +55 -0
  129. package/.agents/skills/group-policy/SKILL.md +10 -6
  130. package/.agents/skills/group-policy/references/guide.md +61 -0
  131. package/.agents/skills/health-data/SKILL.md +10 -6
  132. package/.agents/skills/health-data/references/guide.md +61 -0
  133. package/.agents/skills/i18n-setup/references/guide.md +55 -0
  134. package/.agents/skills/image-gen/references/guide.md +52 -0
  135. package/.agents/skills/image-optimize/references/guide.md +55 -0
  136. package/.agents/skills/incident-response/SKILL.md +10 -6
  137. package/.agents/skills/incident-response/references/guide.md +61 -0
  138. package/.agents/skills/index.json +736 -265
  139. package/.agents/skills/infra-as-code/SKILL.md +10 -6
  140. package/.agents/skills/infra-as-code/references/guide.md +61 -0
  141. package/.agents/skills/infra-monitoring/SKILL.md +10 -6
  142. package/.agents/skills/infra-monitoring/references/guide.md +61 -0
  143. package/.agents/skills/kafka-queue/SKILL.md +185 -7
  144. package/.agents/skills/kafka-queue/references/guide.md +53 -0
  145. package/.agents/skills/kanban-board/SKILL.md +10 -6
  146. package/.agents/skills/kanban-board/references/guide.md +61 -0
  147. package/.agents/skills/knowledge-base/SKILL.md +10 -6
  148. package/.agents/skills/knowledge-base/references/guide.md +61 -0
  149. package/.agents/skills/kubernetes/SKILL.md +222 -7
  150. package/.agents/skills/kubernetes/references/guide.md +53 -0
  151. package/.agents/skills/legal-compliance/references/guide.md +55 -0
  152. package/.agents/skills/load-balancer/SKILL.md +156 -9
  153. package/.agents/skills/load-balancer/references/guide.md +53 -0
  154. package/.agents/skills/log-rotation/SKILL.md +157 -9
  155. package/.agents/skills/log-rotation/references/guide.md +53 -0
  156. package/.agents/skills/logo-design/SKILL.md +10 -6
  157. package/.agents/skills/logo-design/references/guide.md +60 -0
  158. package/.agents/skills/mcp-client/SKILL.md +10 -6
  159. package/.agents/skills/mcp-client/references/guide.md +61 -0
  160. package/.agents/skills/mcp-connector/SKILL.md +10 -6
  161. package/.agents/skills/mcp-connector/references/guide.md +61 -0
  162. package/.agents/skills/mcp-server/SKILL.md +10 -6
  163. package/.agents/skills/mcp-server/references/guide.md +61 -0
  164. package/.agents/skills/memory-tool/SKILL.md +10 -6
  165. package/.agents/skills/memory-tool/references/guide.md +61 -0
  166. package/.agents/skills/micro-frontend/SKILL.md +10 -6
  167. package/.agents/skills/micro-frontend/references/guide.md +61 -0
  168. package/.agents/skills/ml-model/SKILL.md +206 -8
  169. package/.agents/skills/ml-model/references/guide.md +53 -0
  170. package/.agents/skills/mlops/SKILL.md +10 -6
  171. package/.agents/skills/mlops/references/guide.md +61 -0
  172. package/.agents/skills/mobile-bridge/SKILL.md +10 -6
  173. package/.agents/skills/mobile-bridge/references/guide.md +61 -0
  174. package/.agents/skills/monitoring-setup/references/guide.md +55 -0
  175. package/.agents/skills/monorepo-setup/SKILL.md +10 -6
  176. package/.agents/skills/monorepo-setup/references/guide.md +61 -0
  177. package/.agents/skills/multi-tenancy/references/guide.md +55 -0
  178. package/.agents/skills/newsletter/SKILL.md +10 -6
  179. package/.agents/skills/newsletter/references/guide.md +61 -0
  180. package/.agents/skills/nft-mint/SKILL.md +10 -6
  181. package/.agents/skills/nft-mint/references/guide.md +60 -0
  182. package/.agents/skills/nginx-config/SKILL.md +204 -7
  183. package/.agents/skills/nginx-config/references/guide.md +53 -0
  184. package/.agents/skills/notification-setup/references/guide.md +55 -0
  185. package/.agents/skills/osint-investigation/SKILL.md +10 -6
  186. package/.agents/skills/osint-investigation/references/guide.md +61 -0
  187. package/.agents/skills/payment-gateway/SKILL.md +10 -6
  188. package/.agents/skills/payment-gateway/references/guide.md +61 -0
  189. package/.agents/skills/payment-setup/references/guide.md +55 -0
  190. package/.agents/skills/pdf-generate/references/guide.md +55 -0
  191. package/.agents/skills/penetration-test/SKILL.md +10 -6
  192. package/.agents/skills/penetration-test/references/guide.md +61 -0
  193. package/.agents/skills/perf-profile/references/guide.md +81 -0
  194. package/.agents/skills/perf-test/references/guide.md +55 -0
  195. package/.agents/skills/plan-create-track/references/guide.md +59 -0
  196. package/.agents/skills/podcast-production/SKILL.md +10 -6
  197. package/.agents/skills/podcast-production/references/guide.md +61 -0
  198. package/.agents/skills/powershell-automation/SKILL.md +10 -6
  199. package/.agents/skills/powershell-automation/references/guide.md +61 -0
  200. package/.agents/skills/prometheus/SKILL.md +207 -7
  201. package/.agents/skills/prometheus/references/guide.md +53 -0
  202. package/.agents/skills/prompt-engineering/SKILL.md +10 -6
  203. package/.agents/skills/prompt-engineering/references/guide.md +60 -0
  204. package/.agents/skills/pwa-builder/SKILL.md +10 -6
  205. package/.agents/skills/pwa-builder/references/guide.md +61 -0
  206. package/.agents/skills/queue-setup/references/guide.md +55 -0
  207. package/.agents/skills/rag-pipeline/SKILL.md +10 -6
  208. package/.agents/skills/rag-pipeline/references/guide.md +62 -0
  209. package/.agents/skills/rate-limit/references/guide.md +55 -0
  210. package/.agents/skills/redis-cache/SKILL.md +143 -7
  211. package/.agents/skills/redis-cache/references/guide.md +53 -0
  212. package/.agents/skills/registry-management/SKILL.md +10 -6
  213. package/.agents/skills/registry-management/references/guide.md +61 -0
  214. package/.agents/skills/schema-design/references/guide.md +55 -0
  215. package/.agents/skills/schema-sanitizer/SKILL.md +10 -6
  216. package/.agents/skills/schema-sanitizer/references/guide.md +61 -0
  217. package/.agents/skills/search-setup/references/guide.md +55 -0
  218. package/.agents/skills/secrets-manager/SKILL.md +157 -9
  219. package/.agents/skills/secrets-manager/references/guide.md +53 -0
  220. package/.agents/skills/secrets-scan/SKILL.md +10 -6
  221. package/.agents/skills/secrets-scan/references/guide.md +61 -0
  222. package/.agents/skills/secure-coding/SKILL.md +10 -6
  223. package/.agents/skills/secure-coding/references/guide.md +61 -0
  224. package/.agents/skills/security-audit/references/guide.md +83 -0
  225. package/.agents/skills/service-mesh/SKILL.md +10 -6
  226. package/.agents/skills/service-mesh/references/guide.md +60 -0
  227. package/.agents/skills/session-search/SKILL.md +10 -6
  228. package/.agents/skills/session-search/references/guide.md +61 -0
  229. package/.agents/skills/slack-integration/SKILL.md +10 -6
  230. package/.agents/skills/slack-integration/references/guide.md +61 -0
  231. package/.agents/skills/solidity/SKILL.md +10 -6
  232. package/.agents/skills/solidity/references/guide.md +60 -0
  233. package/.agents/skills/ssl-cert/SKILL.md +109 -9
  234. package/.agents/skills/ssl-cert/references/guide.md +53 -0
  235. package/.agents/skills/ssr-setup/SKILL.md +10 -6
  236. package/.agents/skills/ssr-setup/references/guide.md +61 -0
  237. package/.agents/skills/state-machine/references/guide.md +55 -0
  238. package/.agents/skills/streaming-data/SKILL.md +10 -6
  239. package/.agents/skills/streaming-data/references/guide.md +61 -0
  240. package/.agents/skills/structured-logging/SKILL.md +152 -7
  241. package/.agents/skills/structured-logging/references/guide.md +53 -0
  242. package/.agents/skills/system-check/references/guide.md +52 -0
  243. package/.agents/skills/teams-webhook/SKILL.md +10 -6
  244. package/.agents/skills/teams-webhook/references/guide.md +61 -0
  245. package/.agents/skills/technical-roadmap/references/guide.md +59 -0
  246. package/.agents/skills/terminal-hints/SKILL.md +10 -6
  247. package/.agents/skills/terminal-hints/references/guide.md +61 -0
  248. package/.agents/skills/terraform/SKILL.md +164 -7
  249. package/.agents/skills/terraform/references/guide.md +53 -0
  250. package/.agents/skills/test-strategy/references/guide.md +68 -0
  251. package/.agents/skills/thread-context/SKILL.md +10 -6
  252. package/.agents/skills/thread-context/references/guide.md +61 -0
  253. package/.agents/skills/threat-intel/SKILL.md +10 -6
  254. package/.agents/skills/threat-intel/references/guide.md +61 -0
  255. package/.agents/skills/time-series/SKILL.md +10 -6
  256. package/.agents/skills/time-series/references/guide.md +60 -0
  257. package/.agents/skills/transactional-email/SKILL.md +10 -6
  258. package/.agents/skills/transactional-email/references/guide.md +61 -0
  259. package/.agents/skills/video-edit/SKILL.md +10 -6
  260. package/.agents/skills/video-edit/references/guide.md +61 -0
  261. package/.agents/skills/web-scraping/SKILL.md +195 -9
  262. package/.agents/skills/web-scraping/references/guide.md +53 -0
  263. package/.agents/skills/web3-dapp/SKILL.md +10 -6
  264. package/.agents/skills/web3-dapp/references/guide.md +61 -0
  265. package/.agents/skills/webhook-setup/references/guide.md +55 -0
  266. package/.agents/skills/website-deploy/references/guide.md +72 -0
  267. package/.agents/skills/websocket-setup/references/guide.md +55 -0
  268. package/.agents/skills/wsl-setup/SKILL.md +10 -6
  269. package/.agents/skills/wsl-setup/references/guide.md +61 -0
  270. package/dist/sync/inventory.d.ts +1 -0
  271. package/dist/sync/inventory.d.ts.map +1 -0
  272. package/dist/sync/inventory.js +3 -0
  273. package/dist/sync/inventory.js.map +1 -0
  274. package/dist/sync/validate.js +1 -1
  275. package/package.json +1 -1
@@ -0,0 +1,55 @@
1
+ # A11y Audit Reference Guide
2
+
3
+ ## Overview
4
+ Audit web applications for accessibility (WCAG 2.1 AA compliance): check color contrast, keyboard navigation, screen-reader compatibility, ARIA attributes, and semantic HTML. Use when the goal asks to audit, fix, or improve accessibility.
5
+
6
+ ## # a11y-audit
7
+
8
+ Audit web applications for accessibility (WCAG 2.1 AA compliance): check color contrast, keyboard navigation, screen-reader compatibility, ARIA attributes, and semantic HTML. Use when the goal asks to audit, fix, or improve accessibility.
9
+
10
+ ## Goal pattern
11
+
12
+ accessibility a11y wcag audit screen reader keyboard nav aria contrast wcag
13
+
14
+ ## Parameters
15
+
16
+ - scope (choice [default: full]): Audit scope
17
+
18
+ ## Steps
19
+
20
+ 1. [analyst] Scan the codebase for accessibility issues: run automated tools (axe-core, pa11y, lighthouse) or inspect JSX for missing alt text, labels, ARIA roles, and semantic landmarks.
21
+
22
+ 2. [analyst] Categorize issues by severity: critical (blocks users), serious (hard to use), moderate (annoying), minor (cosmetic). Map to WCAG success criteria. (after: step-1)
23
+
24
+ 3. [analyst] Fix critical and serious issues: add missing alt text, labels, ARIA attributes, keyboard handlers, focus management, and color contrast adjustments. (after: step-2)
25
+
26
+ 4. [analyst] Test fixes: verify keyboard-only navigation, screen-reader output, and color contrast ratios. Re-run automated scanner. (after: step-3)
27
+
28
+ 5. [analyst] Write an accessibility report: WCAG 2.1 AA conformance status, remaining issues by severity, and an accessibility statement for the project. (after: step-4)
29
+
30
+ ## Best Practices
31
+
32
+ - Follow the skill's methodology step by step
33
+ - Verify each step before proceeding to the next
34
+ - Use the appropriate tools for each task
35
+ - Document any deviations from the standard approach
36
+
37
+ ## Common Patterns
38
+
39
+ - Start with context gathering to understand the current state
40
+ - Plan the implementation before writing code
41
+ - Test changes before committing
42
+ - Review for security and performance implications
43
+
44
+ ## Troubleshooting
45
+
46
+ - If the skill fails, check the prerequisites first
47
+ - Verify environment variables are set correctly
48
+ - Check for conflicting configurations
49
+ - Review logs for detailed error messages
50
+
51
+ ## Further Reading
52
+
53
+ - Refer to the main SKILL.md for complete methodology
54
+ - Check official documentation for the specific technology
55
+ - Review related skills in the registry for complementary approaches
@@ -12,24 +12,28 @@ Conduct academic literature research: paper discovery, citation analysis, system
12
12
 
13
13
  academic research literature review paper citation systematic review arxiv pubmed scholar
14
14
 
15
+ ## Parameters
16
+
17
+ (none)
18
+
15
19
  ## Steps
16
20
 
17
- 0. [context-gatherer] Map the research topic: what field? What search terms? What databases (arXiv, PubMed, Google Scholar)? What time range? What inclusion criteria?
21
+ 1. [context-gatherer] Map the research topic: what field? What search terms? What databases (arXiv, PubMed, Google Scholar)? What time range? What inclusion criteria?
18
22
 
19
- 1. [planner] Plan the literature review:
23
+ 2. [planner] Plan the literature review:
20
24
  1. Search strategy: keywords, boolean operators, databases
21
25
  2. Screening: title/abstract → full text selection
22
26
  3. Data extraction: methods, findings, quality assessment
23
27
  4. Synthesis: thematic analysis, meta-analysis if quantitative
24
28
  5. Citation analysis: key papers, influential authors
25
- 6. Reporting: structured summary with gaps identified (after: 'step-0')
29
+ 6. Reporting: structured summary with gaps identified (after: step-0)
26
30
 
27
- 2. [runner] Execute the review:
31
+ 3. [runner] Execute the review:
28
32
  1. Search databases with query strategy
29
33
  2. Screen results (title/abstract)
30
34
  3. Full-text review of selected papers
31
35
  4. Extract key findings
32
36
  5. Synthesize across papers
33
- 6. Identify research gaps (after: 'step-1')
37
+ 6. Identify research gaps (after: step-1)
34
38
 
35
- 3. [reviewer] Review: verify search completeness, check extraction accuracy, validate synthesis, ensure citations are correct. (after: 'step-2')
39
+ 4. [reviewer] Review: verify search completeness, check extraction accuracy, validate synthesis, ensure citations are correct. (after: step-2)
@@ -0,0 +1,61 @@
1
+ # Academic Research Reference Guide
2
+
3
+ ## Overview
4
+ Conduct academic literature research: paper discovery, citation analysis, systematic reviews, and research summaries. Use when the goal is to review academic literature on a topic.
5
+
6
+ ## # academic-research
7
+
8
+ Conduct academic literature research: paper discovery, citation analysis, systematic reviews, and research summaries. Use when the goal is to review academic literature on a topic.
9
+
10
+ ## Goal pattern
11
+
12
+ academic research literature review paper citation systematic review arxiv pubmed scholar
13
+
14
+ ## Steps
15
+
16
+ 0. [context-gatherer] Map the research topic: what field? What search terms? What databases (arXiv, PubMed, Google Scholar)? What time range? What inclusion criteria?
17
+
18
+ 1. [planner] Plan the literature review:
19
+ 1. Search strategy: keywords, boolean operators, databases
20
+ 2. Screening: title/abstract → full text selection
21
+ 3. Data extraction: methods, findings, quality assessment
22
+ 4. Synthesis: thematic analysis, meta-analysis if quantitative
23
+ 5. Citation analysis: key papers, influential authors
24
+ 6. Reporting: structured summary with gaps identified (after: 'step-0')
25
+
26
+ 2. [runner] Execute the review:
27
+ 1. Search databases with query strategy
28
+ 2. Screen results (title/abstract)
29
+ 3. Full-text review of selected papers
30
+ 4. Extract key findings
31
+ 5. Synthesize across papers
32
+ 6. Identify research gaps (after: 'step-1')
33
+
34
+ 3. [reviewer] Review: verify search completeness, check extraction accuracy, validate synthesis, ensure citations are correct. (after: 'step-2')
35
+
36
+ ## Best Practices
37
+
38
+ - Follow the skill's methodology step by step
39
+ - Verify each step before proceeding to the next
40
+ - Use the appropriate tools for each task
41
+ - Document any deviations from the standard approach
42
+
43
+ ## Common Patterns
44
+
45
+ - Start with context gathering to understand the current state
46
+ - Plan the implementation before writing code
47
+ - Test changes before committing
48
+ - Review for security and performance implications
49
+
50
+ ## Troubleshooting
51
+
52
+ - If the skill fails, check the prerequisites first
53
+ - Verify environment variables are set correctly
54
+ - Check for conflicting configurations
55
+ - Review logs for detailed error messages
56
+
57
+ ## Further Reading
58
+
59
+ - Refer to the main SKILL.md for complete methodology
60
+ - Check official documentation for the specific technology
61
+ - Review related skills in the registry for complementary approaches
@@ -12,24 +12,28 @@ Integrate accounting software: QuickBooks, Xero, or FreshBooks API integration f
12
12
 
13
13
  accounting quickbooks xero freshbooks invoice expense financial reporting integration API
14
14
 
15
+ ## Parameters
16
+
17
+ (none)
18
+
15
19
  ## Steps
16
20
 
17
- 0. [context-gatherer] Map the integration: what accounting platform? What data to sync (invoices, expenses, customers, products)? Sync direction (bidirectional, push, pull)? Frequency?
21
+ 1. [context-gatherer] Map the integration: what accounting platform? What data to sync (invoices, expenses, customers, products)? Sync direction (bidirectional, push, pull)? Frequency?
18
22
 
19
- 1. [planner] Design the integration:
23
+ 2. [planner] Design the integration:
20
24
  1. Auth: OAuth2 flow for API access
21
25
  2. Data mapping: your models → accounting platform models
22
26
  3. Sync: create/update invoices, expenses, contacts
23
27
  4. Webhooks: receive updates from accounting platform
24
28
  5. Error handling: retry, conflict resolution
25
- 6. Reporting: pull financial data for dashboards (after: 'step-0')
29
+ 6. Reporting: pull financial data for dashboards (after: step-0)
26
30
 
27
- 2. [runner] Implement the integration:
31
+ 3. [runner] Implement the integration:
28
32
  1. Set up OAuth2 authentication
29
33
  2. Create API client for the accounting platform
30
34
  3. Implement data sync functions
31
35
  4. Add webhook handlers
32
36
  5. Build conflict resolution logic
33
- 6. Test with sandbox account (after: 'step-1')
37
+ 6. Test with sandbox account (after: step-1)
34
38
 
35
- 3. [reviewer] Verify: create invoice via API, verify it appears in accounting platform, test expense sync, verify financial reports pull correctly. (after: 'step-2')
39
+ 4. [reviewer] Verify: create invoice via API, verify it appears in accounting platform, test expense sync, verify financial reports pull correctly. (after: step-2)
@@ -0,0 +1,61 @@
1
+ # Accounting Integration Reference Guide
2
+
3
+ ## Overview
4
+ Integrate accounting software: QuickBooks, Xero, or FreshBooks API integration for invoices, expenses, and financial reporting. Use when the goal is to sync financial data with an accounting system.
5
+
6
+ ## # accounting-integration
7
+
8
+ Integrate accounting software: QuickBooks, Xero, or FreshBooks API integration for invoices, expenses, and financial reporting. Use when the goal is to sync financial data with an accounting system.
9
+
10
+ ## Goal pattern
11
+
12
+ accounting quickbooks xero freshbooks invoice expense financial reporting integration API
13
+
14
+ ## Steps
15
+
16
+ 0. [context-gatherer] Map the integration: what accounting platform? What data to sync (invoices, expenses, customers, products)? Sync direction (bidirectional, push, pull)? Frequency?
17
+
18
+ 1. [planner] Design the integration:
19
+ 1. Auth: OAuth2 flow for API access
20
+ 2. Data mapping: your models → accounting platform models
21
+ 3. Sync: create/update invoices, expenses, contacts
22
+ 4. Webhooks: receive updates from accounting platform
23
+ 5. Error handling: retry, conflict resolution
24
+ 6. Reporting: pull financial data for dashboards (after: 'step-0')
25
+
26
+ 2. [runner] Implement the integration:
27
+ 1. Set up OAuth2 authentication
28
+ 2. Create API client for the accounting platform
29
+ 3. Implement data sync functions
30
+ 4. Add webhook handlers
31
+ 5. Build conflict resolution logic
32
+ 6. Test with sandbox account (after: 'step-1')
33
+
34
+ 3. [reviewer] Verify: create invoice via API, verify it appears in accounting platform, test expense sync, verify financial reports pull correctly. (after: 'step-2')
35
+
36
+ ## Best Practices
37
+
38
+ - Follow the skill's methodology step by step
39
+ - Verify each step before proceeding to the next
40
+ - Use the appropriate tools for each task
41
+ - Document any deviations from the standard approach
42
+
43
+ ## Common Patterns
44
+
45
+ - Start with context gathering to understand the current state
46
+ - Plan the implementation before writing code
47
+ - Test changes before committing
48
+ - Review for security and performance implications
49
+
50
+ ## Troubleshooting
51
+
52
+ - If the skill fails, check the prerequisites first
53
+ - Verify environment variables are set correctly
54
+ - Check for conflicting configurations
55
+ - Review logs for detailed error messages
56
+
57
+ ## Further Reading
58
+
59
+ - Refer to the main SKILL.md for complete methodology
60
+ - Check official documentation for the specific technology
61
+ - Review related skills in the registry for complementary approaches
@@ -0,0 +1,53 @@
1
+ # Api Call Reference Guide
2
+
3
+ ## Overview
4
+ Make API calls with authentication, retry logic, and response parsing
5
+
6
+ ## # API Call Skill
7
+
8
+ Make API calls with authentication, retry logic, and response parsing. This skill demonstrates the execution engine's ability to run Node.js scripts.
9
+
10
+ ## How It Works
11
+
12
+ 1. Receives endpoint, method, and optional data/headers
13
+ 2. Makes HTTP request to API_BASE_URL + endpoint
14
+ 3. Handles authentication via API_KEY environment variable
15
+ 4. Implements retry logic with exponential backoff
16
+ 5. Returns structured response
17
+
18
+ ## Usage
19
+
20
+ When the user needs to make an API call, execute this skill with the endpoint and method.
21
+
22
+ ## Security
23
+
24
+ - API keys are injected via environment variables
25
+ - Base URL is configured via API_BASE_URL
26
+ - Retry logic prevents excessive requests
27
+
28
+ ## Best Practices
29
+
30
+ - Follow the skill's methodology step by step
31
+ - Verify each step before proceeding to the next
32
+ - Use the appropriate tools for each task
33
+ - Document any deviations from the standard approach
34
+
35
+ ## Common Patterns
36
+
37
+ - Start with context gathering to understand the current state
38
+ - Plan the implementation before writing code
39
+ - Test changes before committing
40
+ - Review for security and performance implications
41
+
42
+ ## Troubleshooting
43
+
44
+ - If the skill fails, check the prerequisites first
45
+ - Verify environment variables are set correctly
46
+ - Check for conflicting configurations
47
+ - Review logs for detailed error messages
48
+
49
+ ## Further Reading
50
+
51
+ - Refer to the main SKILL.md for complete methodology
52
+ - Check official documentation for the specific technology
53
+ - Review related skills in the registry for complementary approaches
@@ -14,50 +14,50 @@ API create build backend service REST GraphQL HTTP server routes endpoints imple
14
14
 
15
15
  ## Parameters
16
16
 
17
- - framework (choice [default: auto]): HTTP framework express, fastify, hono, flask, fastapi, spring, auto
18
- - database (choice [default: auto]): Database postgresql, mongodb, sqlite, mysql, in-memory, auto
19
- - auth (choice [default: jwt]): Authentication method — jwt, api-key, oauth2, session, none
17
+ - framework (choice [default: auto]): HTTP framework (auto-detected from project)
18
+ - database (choice [default: auto]): Database to use
19
+ - auth (choice [default: jwt]): Authentication method
20
20
 
21
21
  ## Steps
22
22
 
23
23
  1. [context-gatherer] Analyze the project and API requirements:
24
- - Read package.json / pyproject.toml for framework (Express, Fastify, Hono, Flask, FastAPI, Spring Boot)
25
- - Identify resources (nouns → endpoints) and operations (CRUD)
26
- - Note auth requirements (API key, JWT, OAuth2)
27
- - Note database (PostgreSQL, MongoDB, SQLite, in-memory)
28
- - Note deployment target (local, Docker, cloud)
29
- Produce: resource list, framework choice, auth strategy, and database plan.
24
+ - Read package.json / pyproject.toml for framework (Express, Fastify, Hono, Flask, FastAPI, Spring Boot)
25
+ - Identify resources (nouns → endpoints) and operations (CRUD)
26
+ - Note auth requirements (API key, JWT, OAuth2)
27
+ - Note database (PostgreSQL, MongoDB, SQLite, in-memory)
28
+ - Note deployment target (local, Docker, cloud)
29
+ Produce: resource list, framework choice, auth strategy, and database plan.
30
30
 
31
31
  2. [writer] Implement the API:
32
- - Set up the project structure (routes/, models/, middleware/, utils/)
33
- - Implement route handlers for each resource
34
- - Add input validation (Joi, Zod, Pydantic, express-validator)
35
- - Add error handling middleware (consistent error response format)
36
- - Add auth middleware (JWT verification, API key check)
37
- - Add rate limiting (express-rate-limit, slowapi)
38
- - Wire everything into the app entry point
39
- Follow REST conventions: proper HTTP methods, status codes, and response shapes.
32
+ - Set up the project structure (routes/, models/, middleware/, utils/)
33
+ - Implement route handlers for each resource
34
+ - Add input validation (Joi, Zod, Pydantic, express-validator)
35
+ - Add error handling middleware (consistent error response format)
36
+ - Add auth middleware (JWT verification, API key check)
37
+ - Add rate limiting (express-rate-limit, slowapi)
38
+ - Wire everything into the app entry point
39
+ Follow REST conventions: proper HTTP methods, status codes, and response shapes. (after: step-0)
40
40
 
41
41
  3. [writer] Generate OpenAPI/Swagger documentation:
42
- - Create openapi.yaml or openapi.json with all endpoints
43
- - Define request/response schemas
44
- - Add authentication definitions
45
- - Add example requests and responses
46
- - Set up Swagger UI (if web framework supports it)
47
- The spec is the contract — implementation must match it exactly.
42
+ - Create openapi.yaml or openapi.json with all endpoints
43
+ - Define request/response schemas
44
+ - Add authentication definitions
45
+ - Add example requests and responses
46
+ - Set up Swagger UI (if web framework supports it)
47
+ The spec is the contract — implementation must match it exactly. (after: step-1)
48
48
 
49
49
  4. [tester] Write and run integration tests:
50
- - Test each endpoint: happy path, error paths (400, 401, 404, 500)
51
- - Test auth: unauthenticated → 401, unauthorized → 403
52
- - Test validation: invalid input → 400 with error details
53
- - Test edge cases: empty body, missing fields, duplicate resources
54
- - Run the full test suite: `npm test` or `pytest`
55
- All tests must pass before proceeding.
50
+ - Test each endpoint: happy path, error paths (400, 401, 404, 500)
51
+ - Test auth: unauthenticated → 401, unauthorized → 403
52
+ - Test validation: invalid input → 400 with error details
53
+ - Test edge cases: empty body, missing fields, duplicate resources
54
+ - Run the full test suite: `npm test` or `pytest`
55
+ All tests must pass before proceeding. (after: step-2)
56
56
 
57
57
  5. [runner] Set up deployment:
58
- - Create Dockerfile (multi-stage build)
59
- - Create docker-compose.yml (if database needed)
60
- - Add health check endpoint (GET /health)
61
- - Add environment variable configuration
62
- - Create a README with API documentation and usage examples
63
- - Verify the app starts and responds to requests
58
+ - Create Dockerfile (multi-stage build)
59
+ - Create docker-compose.yml (if database needed)
60
+ - Add health check endpoint (GET /health)
61
+ - Add environment variable configuration
62
+ - Create a README with API documentation and usage examples
63
+ - Verify the app starts and responds to requests (after: step-3)
@@ -0,0 +1,89 @@
1
+ # Api Creation Reference Guide
2
+
3
+ ## Overview
4
+ Create a complete API: design endpoints, implement routes, add auth/rate-limiting, write tests, generate OpenAPI docs, and deploy. Use when the goal asks to create an API, build a backend service, or scaffold an HTTP server with routes.
5
+
6
+ ## # api-creation
7
+
8
+ Create a complete API: design endpoints, implement routes, add auth/rate-limiting, write tests, generate OpenAPI docs, and deploy. Use when the goal asks to create an API, build a backend service, or scaffold an HTTP server with routes.
9
+
10
+ ## Goal pattern
11
+
12
+ API create build backend service REST GraphQL HTTP server routes endpoints implement deploy
13
+
14
+ ## Parameters
15
+
16
+ - framework (choice [default: auto]): HTTP framework — express, fastify, hono, flask, fastapi, spring, auto
17
+ - database (choice [default: auto]): Database — postgresql, mongodb, sqlite, mysql, in-memory, auto
18
+ - auth (choice [default: jwt]): Authentication method — jwt, api-key, oauth2, session, none
19
+
20
+ ## Steps
21
+
22
+ 1. [context-gatherer] Analyze the project and API requirements:
23
+ - Read package.json / pyproject.toml for framework (Express, Fastify, Hono, Flask, FastAPI, Spring Boot)
24
+ - Identify resources (nouns → endpoints) and operations (CRUD)
25
+ - Note auth requirements (API key, JWT, OAuth2)
26
+ - Note database (PostgreSQL, MongoDB, SQLite, in-memory)
27
+ - Note deployment target (local, Docker, cloud)
28
+ Produce: resource list, framework choice, auth strategy, and database plan.
29
+
30
+ 2. [writer] Implement the API:
31
+ - Set up the project structure (routes/, models/, middleware/, utils/)
32
+ - Implement route handlers for each resource
33
+ - Add input validation (Joi, Zod, Pydantic, express-validator)
34
+ - Add error handling middleware (consistent error response format)
35
+ - Add auth middleware (JWT verification, API key check)
36
+ - Add rate limiting (express-rate-limit, slowapi)
37
+ - Wire everything into the app entry point
38
+ Follow REST conventions: proper HTTP methods, status codes, and response shapes.
39
+
40
+ 3. [writer] Generate OpenAPI/Swagger documentation:
41
+ - Create openapi.yaml or openapi.json with all endpoints
42
+ - Define request/response schemas
43
+ - Add authentication definitions
44
+ - Add example requests and responses
45
+ - Set up Swagger UI (if web framework supports it)
46
+ The spec is the contract — implementation must match it exactly.
47
+
48
+ 4. [tester] Write and run integration tests:
49
+ - Test each endpoint: happy path, error paths (400, 401, 404, 500)
50
+ - Test auth: unauthenticated → 401, unauthorized → 403
51
+ - Test validation: invalid input → 400 with error details
52
+ - Test edge cases: empty body, missing fields, duplicate resources
53
+ - Run the full test suite: `npm test` or `pytest`
54
+ All tests must pass before proceeding.
55
+
56
+ 5. [runner] Set up deployment:
57
+ - Create Dockerfile (multi-stage build)
58
+ - Create docker-compose.yml (if database needed)
59
+ - Add health check endpoint (GET /health)
60
+ - Add environment variable configuration
61
+ - Create a README with API documentation and usage examples
62
+ - Verify the app starts and responds to requests
63
+
64
+ ## Best Practices
65
+
66
+ - Follow the skill's methodology step by step
67
+ - Verify each step before proceeding to the next
68
+ - Use the appropriate tools for each task
69
+ - Document any deviations from the standard approach
70
+
71
+ ## Common Patterns
72
+
73
+ - Start with context gathering to understand the current state
74
+ - Plan the implementation before writing code
75
+ - Test changes before committing
76
+ - Review for security and performance implications
77
+
78
+ ## Troubleshooting
79
+
80
+ - If the skill fails, check the prerequisites first
81
+ - Verify environment variables are set correctly
82
+ - Check for conflicting configurations
83
+ - Review logs for detailed error messages
84
+
85
+ ## Further Reading
86
+
87
+ - Refer to the main SKILL.md for complete methodology
88
+ - Check official documentation for the specific technology
89
+ - Review related skills in the registry for complementary approaches