@hasna/skills 0.0.3 → 0.0.4

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 (582) hide show
  1. package/LICENSE +200 -0
  2. package/README.md +19 -91
  3. package/bin/index.js +804 -324
  4. package/bin/mcp.js +465 -233
  5. package/dist/cli/cli.test.d.ts +1 -0
  6. package/dist/cli/components/App.d.ts +6 -0
  7. package/dist/cli/components/CategorySelect.d.ts +6 -0
  8. package/dist/cli/components/Header.d.ts +6 -0
  9. package/dist/cli/components/InstallProgress.d.ts +8 -0
  10. package/dist/cli/components/SearchView.d.ts +8 -0
  11. package/dist/cli/components/SkillSelect.d.ts +10 -0
  12. package/dist/cli/index.d.ts +2 -0
  13. package/dist/index.d.ts +12 -0
  14. package/{src/lib/registry.ts → dist/index.js} +727 -267
  15. package/dist/index.test.d.ts +1 -0
  16. package/dist/lib/installer.d.ts +67 -0
  17. package/dist/lib/installer.test.d.ts +1 -0
  18. package/dist/lib/registry.d.ts +16 -0
  19. package/dist/lib/registry.test.d.ts +1 -0
  20. package/dist/lib/skillinfo-run.test.d.ts +1 -0
  21. package/dist/lib/skillinfo.d.ts +44 -0
  22. package/dist/lib/skillinfo.test.d.ts +1 -0
  23. package/dist/lib/utils.d.ts +4 -0
  24. package/dist/lib/utils.test.d.ts +1 -0
  25. package/dist/lib/validation.test.d.ts +1 -0
  26. package/dist/mcp/index.d.ts +10 -0
  27. package/dist/mcp/mcp.test.d.ts +1 -0
  28. package/dist/server/serve.d.ts +7 -0
  29. package/package.json +16 -5
  30. package/skills/_common/index.ts +23 -0
  31. package/skills/skill-academic-journal-matcher/package.json +9 -8
  32. package/skills/skill-academic-journal-matcher/tsconfig.json +6 -10
  33. package/skills/skill-action-item-router/package.json +9 -8
  34. package/skills/skill-action-item-router/tsconfig.json +6 -10
  35. package/skills/skill-ad-creative-generator/package.json +9 -8
  36. package/skills/skill-ad-creative-generator/tsconfig.json +6 -10
  37. package/skills/skill-advanced-math/package.json +9 -8
  38. package/skills/skill-advanced-math/tsconfig.json +6 -10
  39. package/skills/skill-analyze-data/package.json +3 -5
  40. package/skills/skill-analyze-data/tsconfig.json +12 -9
  41. package/skills/skill-anomaly-investigator/package.json +9 -8
  42. package/skills/skill-anomaly-investigator/tsconfig.json +6 -10
  43. package/skills/skill-api-test-suite/package.json +9 -8
  44. package/skills/skill-api-test-suite/tsconfig.json +6 -10
  45. package/skills/skill-apidocs/CLAUDE.md +1 -1
  46. package/skills/skill-apidocs/LICENSE +192 -21
  47. package/skills/skill-apidocs/package.json +1 -2
  48. package/skills/skill-apidocs/tsconfig.json +12 -9
  49. package/skills/skill-audio/package.json +1 -1
  50. package/skills/skill-audio/src/index-local.ts +1 -1
  51. package/skills/skill-audio/src/index.ts +1 -2
  52. package/skills/skill-audio/tsconfig.json +11 -8
  53. package/skills/skill-audio-cleanup-lab/package.json +2 -5
  54. package/skills/skill-audio-cleanup-lab/tsconfig.json +6 -10
  55. package/skills/skill-audiobook-chapter-proofer/package.json +9 -8
  56. package/skills/skill-audiobook-chapter-proofer/tsconfig.json +6 -10
  57. package/skills/skill-banner-ad-suite/package.json +9 -8
  58. package/skills/skill-banner-ad-suite/tsconfig.json +6 -10
  59. package/skills/skill-benchmark-finder/package.json +9 -8
  60. package/skills/skill-benchmark-finder/tsconfig.json +6 -10
  61. package/skills/skill-bio-sequence-tool/package.json +9 -8
  62. package/skills/skill-bio-sequence-tool/tsconfig.json +6 -10
  63. package/skills/skill-blog-topic-cluster/package.json +9 -8
  64. package/skills/skill-blog-topic-cluster/tsconfig.json +6 -10
  65. package/skills/skill-brand-style-guide/package.json +3 -4
  66. package/skills/skill-brand-style-guide/tsconfig.json +12 -9
  67. package/skills/skill-brand-voice-audit/package.json +9 -8
  68. package/skills/skill-brand-voice-audit/tsconfig.json +6 -10
  69. package/skills/skill-browse/LICENSE +192 -21
  70. package/skills/skill-browse/package.json +1 -1
  71. package/skills/skill-browse/src/index-local.ts +1 -1
  72. package/skills/skill-browse/src/index.ts +1 -2
  73. package/skills/skill-browse/tsconfig.json +11 -8
  74. package/skills/skill-budget-variance-analyzer/package.json +2 -4
  75. package/skills/skill-budget-variance-analyzer/tsconfig.json +12 -7
  76. package/skills/skill-businessactivity/LICENSE +192 -21
  77. package/skills/skill-businessactivity/package.json +1 -1
  78. package/skills/skill-businessactivity/tsconfig.json +15 -7
  79. package/skills/skill-calendar-events/package.json +9 -8
  80. package/skills/skill-calendar-events/tsconfig.json +6 -10
  81. package/skills/skill-campaign-metric-brief/package.json +9 -8
  82. package/skills/skill-campaign-metric-brief/tsconfig.json +6 -10
  83. package/skills/skill-campaign-moodboard/package.json +9 -8
  84. package/skills/skill-campaign-moodboard/tsconfig.json +6 -10
  85. package/skills/skill-caption-style-stylist/package.json +9 -8
  86. package/skills/skill-caption-style-stylist/tsconfig.json +6 -10
  87. package/skills/skill-chemistry-calculator/package.json +9 -8
  88. package/skills/skill-chemistry-calculator/tsconfig.json +6 -10
  89. package/skills/skill-churn-risk-notifier/package.json +9 -8
  90. package/skills/skill-churn-risk-notifier/tsconfig.json +6 -10
  91. package/skills/skill-citation-formatter/package.json +9 -8
  92. package/skills/skill-citation-formatter/tsconfig.json +6 -10
  93. package/skills/skill-classroom-newsletter-kit/package.json +9 -8
  94. package/skills/skill-classroom-newsletter-kit/tsconfig.json +6 -10
  95. package/skills/skill-codefix/LICENSE +192 -21
  96. package/skills/skill-codefix/src/index-local.ts +1 -1
  97. package/skills/skill-codefix/src/index.ts +1 -2
  98. package/skills/skill-codefix/tsconfig.json +9 -10
  99. package/skills/skill-color-palette-harmonizer/package.json +9 -8
  100. package/skills/skill-color-palette-harmonizer/tsconfig.json +6 -10
  101. package/skills/skill-competitor-ad-analyzer/package.json +9 -8
  102. package/skills/skill-competitor-ad-analyzer/tsconfig.json +6 -10
  103. package/skills/skill-compliance-copy-check/package.json +9 -8
  104. package/skills/skill-compliance-copy-check/tsconfig.json +6 -10
  105. package/skills/skill-compliance-report-pack/package.json +9 -8
  106. package/skills/skill-compliance-report-pack/tsconfig.json +6 -10
  107. package/skills/skill-compress-video/package.json +2 -5
  108. package/skills/skill-compress-video/tsconfig.json +6 -10
  109. package/skills/skill-consolelog/LICENSE +192 -21
  110. package/skills/skill-consolelog/package.json +1 -2
  111. package/skills/skill-consolelog/tsconfig.json +14 -10
  112. package/skills/skill-contract-plainlanguage/package.json +9 -8
  113. package/skills/skill-contract-plainlanguage/tsconfig.json +6 -10
  114. package/skills/skill-convert/LICENSE +192 -21
  115. package/skills/skill-convert/src/index-local.ts +1 -1
  116. package/skills/skill-convert/src/index.ts +1 -2
  117. package/skills/skill-convert/tsconfig.json +9 -10
  118. package/skills/skill-copytone-translator/package.json +9 -8
  119. package/skills/skill-copytone-translator/tsconfig.json +6 -10
  120. package/skills/skill-create-blog-article/package.json +9 -8
  121. package/skills/skill-create-blog-article/tsconfig.json +6 -10
  122. package/skills/skill-create-ebook/package.json +9 -8
  123. package/skills/skill-create-ebook/tsconfig.json +6 -10
  124. package/skills/skill-crm-note-enhancer/package.json +9 -8
  125. package/skills/skill-crm-note-enhancer/tsconfig.json +6 -10
  126. package/skills/skill-customer-journey-mapper/package.json +9 -8
  127. package/skills/skill-customer-journey-mapper/tsconfig.json +6 -10
  128. package/skills/skill-dashboard-builder/package.json +9 -8
  129. package/skills/skill-dashboard-builder/tsconfig.json +6 -10
  130. package/skills/skill-dashboard-narrator/package.json +9 -8
  131. package/skills/skill-dashboard-narrator/tsconfig.json +6 -10
  132. package/skills/skill-data-anonymizer/package.json +9 -8
  133. package/skills/skill-data-anonymizer/tsconfig.json +6 -10
  134. package/skills/skill-database-explorer/package.json +9 -8
  135. package/skills/skill-database-explorer/tsconfig.json +6 -10
  136. package/skills/skill-dataset-health-check/package.json +9 -8
  137. package/skills/skill-dataset-health-check/tsconfig.json +6 -10
  138. package/skills/skill-decision-journal/package.json +9 -8
  139. package/skills/skill-decision-journal/tsconfig.json +6 -10
  140. package/skills/skill-deepresearch/package.json +1 -1
  141. package/skills/skill-deepresearch/tsconfig.json +11 -9
  142. package/skills/skill-delegation-brief-writer/package.json +9 -8
  143. package/skills/skill-delegation-brief-writer/tsconfig.json +6 -10
  144. package/skills/skill-deploy/LICENSE +192 -21
  145. package/skills/skill-deploy/src/hosts.ts +9 -26
  146. package/skills/skill-deploy/src/http-client.ts +1 -1
  147. package/skills/skill-deploy/src/index-local.ts +1 -1
  148. package/skills/skill-deploy/src/index.ts +1 -1
  149. package/skills/skill-deploy/tsconfig.json +10 -9
  150. package/skills/skill-destination-briefing/package.json +9 -8
  151. package/skills/skill-destination-briefing/tsconfig.json +6 -10
  152. package/skills/skill-diff-viewer/package.json +9 -8
  153. package/skills/skill-diff-viewer/tsconfig.json +6 -10
  154. package/skills/skill-domainpurchase/.env.example +1 -1
  155. package/skills/skill-domainpurchase/LICENSE +192 -21
  156. package/skills/skill-domainpurchase/package.json +3 -4
  157. package/skills/skill-domainpurchase/src/lib/config.ts +2 -2
  158. package/skills/skill-domainpurchase/tsconfig.json +4 -5
  159. package/skills/skill-domainsearch/.env.example +1 -1
  160. package/skills/skill-domainsearch/LICENSE +192 -21
  161. package/skills/skill-domainsearch/package.json +3 -5
  162. package/skills/skill-domainsearch/tsconfig.json +4 -4
  163. package/skills/skill-e2bswarm/package.json +1 -1
  164. package/skills/skill-e2bswarm/src/lib/config.ts +3 -6
  165. package/skills/skill-e2bswarm/tsconfig.json +9 -10
  166. package/skills/skill-educational-resource-finder/package.json +9 -8
  167. package/skills/skill-educational-resource-finder/tsconfig.json +6 -10
  168. package/skills/skill-email-campaign/package.json +9 -8
  169. package/skills/skill-email-campaign/tsconfig.json +6 -10
  170. package/skills/skill-emoji/package.json +1 -1
  171. package/skills/skill-emoji/tsconfig.json +9 -9
  172. package/skills/skill-exam-readiness-check/package.json +9 -8
  173. package/skills/skill-exam-readiness-check/tsconfig.json +6 -10
  174. package/skills/skill-experiment-power-calculator/package.json +9 -8
  175. package/skills/skill-experiment-power-calculator/tsconfig.json +6 -10
  176. package/skills/skill-extract/LICENSE +192 -21
  177. package/skills/skill-extract/package.json +1 -1
  178. package/skills/skill-extract/src/index-local.ts +1 -1
  179. package/skills/skill-extract/src/index.ts +1 -2
  180. package/skills/skill-extract/tsconfig.json +11 -9
  181. package/skills/skill-extract-audio/package.json +2 -5
  182. package/skills/skill-extract-audio/tsconfig.json +6 -10
  183. package/skills/skill-extract-frames/package.json +9 -8
  184. package/skills/skill-extract-frames/tsconfig.json +6 -10
  185. package/skills/skill-extract-invoice/package.json +9 -8
  186. package/skills/skill-extract-invoice/tsconfig.json +6 -10
  187. package/skills/skill-family-activity-curator/package.json +9 -8
  188. package/skills/skill-family-activity-curator/tsconfig.json +6 -10
  189. package/skills/skill-faq-packager/package.json +9 -8
  190. package/skills/skill-faq-packager/tsconfig.json +6 -10
  191. package/skills/skill-feedback-survey-designer/package.json +9 -8
  192. package/skills/skill-feedback-survey-designer/tsconfig.json +6 -10
  193. package/skills/skill-field-trip-planner/package.json +9 -8
  194. package/skills/skill-field-trip-planner/tsconfig.json +6 -10
  195. package/skills/skill-file-organizer/package.json +9 -8
  196. package/skills/skill-file-organizer/tsconfig.json +6 -10
  197. package/skills/skill-folder-tree/package.json +9 -8
  198. package/skills/skill-folder-tree/tsconfig.json +6 -10
  199. package/skills/skill-forecast-scenario-lab/package.json +9 -8
  200. package/skills/skill-forecast-scenario-lab/tsconfig.json +6 -10
  201. package/skills/skill-form-filler/package.json +9 -8
  202. package/skills/skill-form-filler/tsconfig.json +6 -10
  203. package/skills/skill-generate-api-client/package.json +9 -8
  204. package/skills/skill-generate-api-client/tsconfig.json +6 -10
  205. package/skills/skill-generate-book-cover/package.json +9 -8
  206. package/skills/skill-generate-book-cover/tsconfig.json +6 -10
  207. package/skills/skill-generate-chart/package.json +9 -8
  208. package/skills/skill-generate-chart/tsconfig.json +6 -10
  209. package/skills/skill-generate-diagram/package.json +9 -8
  210. package/skills/skill-generate-diagram/tsconfig.json +6 -10
  211. package/skills/skill-generate-dockerfile/package.json +9 -8
  212. package/skills/skill-generate-dockerfile/tsconfig.json +6 -10
  213. package/skills/skill-generate-documentation/package.json +9 -8
  214. package/skills/skill-generate-documentation/tsconfig.json +6 -10
  215. package/skills/skill-generate-docx/package.json +3 -5
  216. package/skills/skill-generate-docx/tsconfig.json +10 -10
  217. package/skills/skill-generate-env/package.json +9 -8
  218. package/skills/skill-generate-env/tsconfig.json +6 -10
  219. package/skills/skill-generate-excel/package.json +9 -8
  220. package/skills/skill-generate-excel/tsconfig.json +6 -10
  221. package/skills/skill-generate-favicon/package.json +9 -8
  222. package/skills/skill-generate-favicon/tsconfig.json +6 -10
  223. package/skills/skill-generate-mock-data/package.json +9 -8
  224. package/skills/skill-generate-mock-data/tsconfig.json +6 -10
  225. package/skills/skill-generate-pdf/package.json +3 -5
  226. package/skills/skill-generate-pdf/tsconfig.json +10 -10
  227. package/skills/skill-generate-pr-description/package.json +9 -8
  228. package/skills/skill-generate-pr-description/tsconfig.json +6 -10
  229. package/skills/skill-generate-presentation/package.json +9 -8
  230. package/skills/skill-generate-presentation/tsconfig.json +6 -10
  231. package/skills/skill-generate-qrcode/package.json +9 -8
  232. package/skills/skill-generate-qrcode/tsconfig.json +6 -10
  233. package/skills/skill-generate-regex/package.json +9 -8
  234. package/skills/skill-generate-regex/tsconfig.json +6 -10
  235. package/skills/skill-generate-resume/package.json +9 -8
  236. package/skills/skill-generate-resume/tsconfig.json +6 -10
  237. package/skills/skill-generate-sitemap/package.json +9 -8
  238. package/skills/skill-generate-sitemap/tsconfig.json +6 -10
  239. package/skills/skill-generate-social-posts/package.json +9 -8
  240. package/skills/skill-generate-social-posts/tsconfig.json +6 -10
  241. package/skills/skill-generate-sql/package.json +9 -8
  242. package/skills/skill-generate-sql/tsconfig.json +6 -10
  243. package/skills/skill-gif-maker/package.json +9 -8
  244. package/skills/skill-gif-maker/tsconfig.json +6 -10
  245. package/skills/skill-github-manager/package.json +9 -8
  246. package/skills/skill-github-manager/tsconfig.json +6 -10
  247. package/skills/skill-gmail/package.json +9 -8
  248. package/skills/skill-gmail/tsconfig.json +6 -10
  249. package/skills/skill-goal-quarterly-roadmap/package.json +9 -8
  250. package/skills/skill-goal-quarterly-roadmap/tsconfig.json +6 -10
  251. package/skills/skill-grant-application-drafter/package.json +9 -8
  252. package/skills/skill-grant-application-drafter/tsconfig.json +6 -10
  253. package/skills/skill-grocery-basket-optimizer/package.json +9 -8
  254. package/skills/skill-grocery-basket-optimizer/tsconfig.json +6 -10
  255. package/skills/skill-guest-communication-suite/package.json +9 -8
  256. package/skills/skill-guest-communication-suite/tsconfig.json +6 -10
  257. package/skills/skill-habit-reflection-digest/package.json +9 -8
  258. package/skills/skill-habit-reflection-digest/tsconfig.json +6 -10
  259. package/skills/skill-highlight-reel-generator/package.json +9 -8
  260. package/skills/skill-highlight-reel-generator/tsconfig.json +6 -10
  261. package/skills/skill-homework-feedback-coach/package.json +9 -8
  262. package/skills/skill-homework-feedback-coach/tsconfig.json +6 -10
  263. package/skills/skill-hook/LICENSE +192 -21
  264. package/skills/skill-hook/package.json +1 -1
  265. package/skills/skill-hook/src/commands/create.ts +1 -1
  266. package/skills/skill-hook/tsconfig.json +8 -8
  267. package/skills/skill-household-maintenance-mgr/package.json +9 -8
  268. package/skills/skill-household-maintenance-mgr/tsconfig.json +6 -10
  269. package/skills/skill-http-server/package.json +9 -8
  270. package/skills/skill-http-server/tsconfig.json +6 -10
  271. package/skills/skill-image/LICENSE +192 -21
  272. package/skills/skill-image/package.json +1 -1
  273. package/skills/skill-image/src/index-local.ts +1 -1
  274. package/skills/skill-image/src/index.ts +1 -2
  275. package/skills/skill-image/tsconfig.json +11 -9
  276. package/skills/skill-implementation/LICENSE +192 -21
  277. package/skills/skill-implementation/package.json +1 -1
  278. package/skills/skill-implementation/tsconfig.json +8 -8
  279. package/skills/skill-implementation-agent/package.json +9 -8
  280. package/skills/skill-implementation-agent/tsconfig.json +6 -10
  281. package/skills/skill-implementation-plan/package.json +9 -8
  282. package/skills/skill-implementation-plan/tsconfig.json +6 -10
  283. package/skills/skill-implementation-todo/package.json +9 -8
  284. package/skills/skill-implementation-todo/tsconfig.json +6 -10
  285. package/skills/skill-inbox-priority-planner/package.json +9 -8
  286. package/skills/skill-inbox-priority-planner/tsconfig.json +6 -10
  287. package/skills/skill-invoice/LICENSE +192 -21
  288. package/skills/skill-invoice/README.md +1 -1
  289. package/skills/skill-invoice/tsconfig.json +13 -9
  290. package/skills/skill-invoice-dispute-helper/package.json +9 -8
  291. package/skills/skill-invoice-dispute-helper/tsconfig.json +6 -10
  292. package/skills/skill-itinerary-architect/package.json +9 -8
  293. package/skills/skill-itinerary-architect/tsconfig.json +6 -10
  294. package/skills/skill-jingle-composer/package.json +9 -8
  295. package/skills/skill-jingle-composer/tsconfig.json +6 -10
  296. package/skills/skill-kpi-digest-generator/package.json +9 -8
  297. package/skills/skill-kpi-digest-generator/tsconfig.json +6 -10
  298. package/skills/skill-lab-notebook-formatter/package.json +9 -8
  299. package/skills/skill-lab-notebook-formatter/tsconfig.json +6 -10
  300. package/skills/skill-landing-page-copy/package.json +9 -8
  301. package/skills/skill-landing-page-copy/tsconfig.json +6 -10
  302. package/skills/skill-latex-table-generator/package.json +9 -8
  303. package/skills/skill-latex-table-generator/tsconfig.json +6 -10
  304. package/skills/skill-learning-style-profiler/package.json +9 -8
  305. package/skills/skill-learning-style-profiler/tsconfig.json +6 -10
  306. package/skills/skill-lesson-plan-customizer/package.json +9 -8
  307. package/skills/skill-lesson-plan-customizer/tsconfig.json +6 -10
  308. package/skills/skill-livestream-runofshow/package.json +9 -8
  309. package/skills/skill-livestream-runofshow/tsconfig.json +6 -10
  310. package/skills/skill-longform-structurer/package.json +9 -8
  311. package/skills/skill-longform-structurer/tsconfig.json +6 -10
  312. package/skills/skill-lorem-generator/package.json +9 -8
  313. package/skills/skill-lorem-generator/tsconfig.json +6 -10
  314. package/skills/skill-managehook/.env.example +2 -2
  315. package/skills/skill-managehook/CLAUDE.md +23 -134
  316. package/skills/skill-managehook/README.md +28 -27
  317. package/skills/skill-managehook/package.json +5 -6
  318. package/skills/skill-managehook/src/db/index.ts +2 -2
  319. package/skills/skill-managehook/src/lib/api-client.ts +2 -2
  320. package/skills/skill-managehook/src/lib/config.ts +1 -1
  321. package/skills/skill-managehook/src/lib/service-dir.ts +2 -2
  322. package/skills/skill-managehook/src/server/index.ts +2 -2
  323. package/skills/skill-managehook/tsconfig.json +15 -7
  324. package/skills/skill-managemcp/.env.example +2 -2
  325. package/skills/skill-managemcp/CLAUDE.md +23 -134
  326. package/skills/skill-managemcp/README.md +28 -27
  327. package/skills/skill-managemcp/package.json +5 -6
  328. package/skills/skill-managemcp/src/db/index.ts +2 -2
  329. package/skills/skill-managemcp/src/lib/api-client.ts +2 -2
  330. package/skills/skill-managemcp/src/lib/config.ts +1 -1
  331. package/skills/skill-managemcp/src/lib/service-dir.ts +2 -2
  332. package/skills/skill-managemcp/src/server/index.ts +2 -2
  333. package/skills/skill-managemcp/tsconfig.json +15 -7
  334. package/skills/skill-manageskill/.env.example +2 -2
  335. package/skills/skill-manageskill/CLAUDE.md +23 -134
  336. package/skills/skill-manageskill/README.md +28 -27
  337. package/skills/skill-manageskill/package.json +5 -6
  338. package/skills/skill-manageskill/src/db/index.ts +2 -2
  339. package/skills/skill-manageskill/src/lib/api-client.ts +2 -2
  340. package/skills/skill-manageskill/src/lib/config.ts +1 -1
  341. package/skills/skill-manageskill/src/lib/service-dir.ts +2 -2
  342. package/skills/skill-manageskill/src/server/index.ts +2 -2
  343. package/skills/skill-manageskill/tsconfig.json +15 -7
  344. package/skills/skill-markdown-validator/package.json +9 -8
  345. package/skills/skill-markdown-validator/tsconfig.json +6 -10
  346. package/skills/skill-mcp-builder/package.json +9 -8
  347. package/skills/skill-mcp-builder/tsconfig.json +6 -10
  348. package/skills/skill-meal-plan-designer/package.json +9 -8
  349. package/skills/skill-meal-plan-designer/tsconfig.json +6 -10
  350. package/skills/skill-meeting-insight-summarizer/package.json +9 -8
  351. package/skills/skill-meeting-insight-summarizer/tsconfig.json +6 -10
  352. package/skills/skill-merge-pdfs/package.json +9 -8
  353. package/skills/skill-merge-pdfs/tsconfig.json +6 -10
  354. package/skills/skill-microcopy-generator/package.json +9 -8
  355. package/skills/skill-microcopy-generator/tsconfig.json +6 -10
  356. package/skills/skill-mindfulness-prompt-cache/package.json +9 -8
  357. package/skills/skill-mindfulness-prompt-cache/tsconfig.json +6 -10
  358. package/skills/skill-notion-manager/package.json +9 -8
  359. package/skills/skill-notion-manager/tsconfig.json +6 -10
  360. package/skills/skill-npmpublish/package.json +1 -1
  361. package/skills/skill-npmpublish/tsconfig.json +7 -7
  362. package/skills/skill-onboarding-sequence-builder/package.json +9 -8
  363. package/skills/skill-onboarding-sequence-builder/tsconfig.json +6 -10
  364. package/skills/skill-onsite-ops-checklist/package.json +9 -8
  365. package/skills/skill-onsite-ops-checklist/tsconfig.json +6 -10
  366. package/skills/skill-outreach-cadence-designer/package.json +9 -8
  367. package/skills/skill-outreach-cadence-designer/tsconfig.json +6 -10
  368. package/skills/skill-packaging-concept-studio/package.json +9 -8
  369. package/skills/skill-packaging-concept-studio/tsconfig.json +6 -10
  370. package/skills/skill-packing-plan-pro/package.json +9 -8
  371. package/skills/skill-packing-plan-pro/tsconfig.json +6 -10
  372. package/skills/skill-parent-teacher-brief/package.json +9 -8
  373. package/skills/skill-parent-teacher-brief/tsconfig.json +6 -10
  374. package/skills/skill-partner-kit-assembler/package.json +9 -8
  375. package/skills/skill-partner-kit-assembler/tsconfig.json +6 -10
  376. package/skills/skill-payroll-change-prepper/package.json +9 -8
  377. package/skills/skill-payroll-change-prepper/tsconfig.json +6 -10
  378. package/skills/skill-persona-based-adwriter/package.json +9 -8
  379. package/skills/skill-persona-based-adwriter/tsconfig.json +6 -10
  380. package/skills/skill-persona-generator/package.json +9 -8
  381. package/skills/skill-persona-generator/tsconfig.json +6 -10
  382. package/skills/skill-personal-daily-ops/package.json +9 -8
  383. package/skills/skill-personal-daily-ops/tsconfig.json +6 -10
  384. package/skills/skill-pet-care-scheduler/package.json +9 -8
  385. package/skills/skill-pet-care-scheduler/tsconfig.json +6 -10
  386. package/skills/skill-podcast-show-notes/package.json +9 -8
  387. package/skills/skill-podcast-show-notes/tsconfig.json +6 -10
  388. package/skills/skill-presentation-theme-maker/package.json +9 -8
  389. package/skills/skill-presentation-theme-maker/tsconfig.json +6 -10
  390. package/skills/skill-press-release-drafter/package.json +9 -8
  391. package/skills/skill-press-release-drafter/tsconfig.json +6 -10
  392. package/skills/skill-print-collateral-designer/package.json +9 -8
  393. package/skills/skill-print-collateral-designer/tsconfig.json +6 -10
  394. package/skills/skill-procurement-scorecard/package.json +9 -8
  395. package/skills/skill-procurement-scorecard/tsconfig.json +6 -10
  396. package/skills/skill-product-demo-script/package.json +9 -8
  397. package/skills/skill-product-demo-script/tsconfig.json +6 -10
  398. package/skills/skill-product-mockup/package.json +9 -8
  399. package/skills/skill-product-mockup/tsconfig.json +6 -10
  400. package/skills/skill-project-retro-companion/package.json +9 -8
  401. package/skills/skill-project-retro-companion/tsconfig.json +6 -10
  402. package/skills/skill-proposal-redline-advisor/package.json +9 -8
  403. package/skills/skill-proposal-redline-advisor/tsconfig.json +6 -10
  404. package/skills/skill-regex-tester/package.json +9 -8
  405. package/skills/skill-regex-tester/tsconfig.json +6 -10
  406. package/skills/skill-remove-background/package.json +9 -8
  407. package/skills/skill-remove-background/tsconfig.json +6 -10
  408. package/skills/skill-risk-disclosure-kit/package.json +9 -8
  409. package/skills/skill-risk-disclosure-kit/tsconfig.json +6 -10
  410. package/skills/skill-roi-comparison-tool/package.json +9 -8
  411. package/skills/skill-roi-comparison-tool/tsconfig.json +6 -10
  412. package/skills/skill-sales-call-recapper/package.json +9 -8
  413. package/skills/skill-sales-call-recapper/tsconfig.json +6 -10
  414. package/skills/skill-salescopy/LICENSE +192 -21
  415. package/skills/skill-salescopy/README.md +1 -1
  416. package/skills/skill-salescopy/tsconfig.json +13 -9
  417. package/skills/skill-scaffold-project/package.json +8 -5
  418. package/skills/skill-scaffold-project/tsconfig.json +6 -10
  419. package/skills/skill-scholarship-tracker/package.json +9 -8
  420. package/skills/skill-scholarship-tracker/tsconfig.json +6 -10
  421. package/skills/skill-scientific-figure-check/package.json +9 -8
  422. package/skills/skill-scientific-figure-check/tsconfig.json +6 -10
  423. package/skills/skill-seating-chart-maker/package.json +9 -8
  424. package/skills/skill-seating-chart-maker/tsconfig.json +6 -10
  425. package/skills/skill-security-audit/package.json +9 -8
  426. package/skills/skill-security-audit/tsconfig.json +6 -10
  427. package/skills/skill-seo-brief-builder/package.json +9 -8
  428. package/skills/skill-seo-brief-builder/tsconfig.json +6 -10
  429. package/skills/skill-slack-assistant/package.json +9 -8
  430. package/skills/skill-slack-assistant/tsconfig.json +6 -10
  431. package/skills/skill-sleep-routine-analyzer/package.json +9 -8
  432. package/skills/skill-sleep-routine-analyzer/tsconfig.json +6 -10
  433. package/skills/skill-sms/package.json +1 -1
  434. package/skills/skill-sms/tsconfig.json +10 -9
  435. package/skills/skill-social-media-kit/package.json +9 -8
  436. package/skills/skill-social-media-kit/tsconfig.json +6 -10
  437. package/skills/skill-split-pdf/package.json +9 -8
  438. package/skills/skill-split-pdf/tsconfig.json +6 -10
  439. package/skills/skill-sponsorship-proposal-lab/package.json +9 -8
  440. package/skills/skill-sponsorship-proposal-lab/tsconfig.json +6 -10
  441. package/skills/skill-spreadsheet-cleanroom/package.json +9 -8
  442. package/skills/skill-spreadsheet-cleanroom/tsconfig.json +6 -10
  443. package/skills/skill-statistical-test-selector/package.json +9 -8
  444. package/skills/skill-statistical-test-selector/tsconfig.json +6 -10
  445. package/skills/skill-stress-relief-playbook/package.json +9 -8
  446. package/skills/skill-stress-relief-playbook/tsconfig.json +6 -10
  447. package/skills/skill-study-guide-builder/package.json +9 -8
  448. package/skills/skill-study-guide-builder/tsconfig.json +6 -10
  449. package/skills/skill-subscription-spend-watcher/package.json +9 -8
  450. package/skills/skill-subscription-spend-watcher/tsconfig.json +6 -10
  451. package/skills/skill-subtitle/LICENSE +192 -21
  452. package/skills/skill-subtitle/package.json +1 -1
  453. package/skills/skill-subtitle/tsconfig.json +13 -9
  454. package/skills/skill-survey-insight-extractor/package.json +9 -8
  455. package/skills/skill-survey-insight-extractor/tsconfig.json +6 -10
  456. package/skills/skill-terraform-generator/package.json +9 -8
  457. package/skills/skill-terraform-generator/tsconfig.json +6 -10
  458. package/skills/skill-testimonial-graphics/package.json +9 -8
  459. package/skills/skill-testimonial-graphics/tsconfig.json +6 -10
  460. package/skills/skill-timesheet/package.json +1 -1
  461. package/skills/skill-timesheet/tsconfig.json +15 -7
  462. package/skills/skill-transcript/LICENSE +192 -21
  463. package/skills/skill-transcript/package.json +1 -1
  464. package/skills/skill-transcript/src/index-local.ts +1 -1
  465. package/skills/skill-transcript/src/index.ts +1 -2
  466. package/skills/skill-transcript/tsconfig.json +9 -9
  467. package/skills/skill-travel-budget-balancer/package.json +9 -8
  468. package/skills/skill-travel-budget-balancer/tsconfig.json +6 -10
  469. package/skills/skill-validate-config/package.json +9 -8
  470. package/skills/skill-validate-config/tsconfig.json +6 -10
  471. package/skills/skill-video/LICENSE +192 -21
  472. package/skills/skill-video/package.json +1 -1
  473. package/skills/skill-video/src/index-local.ts +1 -1
  474. package/skills/skill-video/src/index.ts +1 -2
  475. package/skills/skill-video/tsconfig.json +5 -8
  476. package/skills/skill-video-cut-suggester/package.json +9 -8
  477. package/skills/skill-video-cut-suggester/tsconfig.json +6 -10
  478. package/skills/skill-video-downloader/package.json +9 -8
  479. package/skills/skill-video-downloader/tsconfig.json +6 -10
  480. package/skills/skill-video-thumbnail/package.json +9 -8
  481. package/skills/skill-video-thumbnail/tsconfig.json +6 -10
  482. package/skills/skill-voiceover-casting-assistant/package.json +9 -8
  483. package/skills/skill-voiceover-casting-assistant/tsconfig.json +6 -10
  484. package/skills/skill-watermark/package.json +9 -8
  485. package/skills/skill-watermark/tsconfig.json +6 -10
  486. package/skills/skill-webcrawling/LICENSE +192 -21
  487. package/skills/skill-webcrawling/package.json +1 -1
  488. package/skills/skill-webcrawling/tsconfig.json +14 -9
  489. package/skills/skill-webinar-script-coach/package.json +9 -8
  490. package/skills/skill-webinar-script-coach/tsconfig.json +6 -10
  491. package/skills/skill-wellness-progress-reporter/package.json +9 -8
  492. package/skills/skill-wellness-progress-reporter/tsconfig.json +6 -10
  493. package/skills/skill-workout-cycle-planner/package.json +9 -8
  494. package/skills/skill-workout-cycle-planner/tsconfig.json +6 -10
  495. package/skills/skill-write/LICENSE +192 -21
  496. package/skills/skill-write/package.json +1 -1
  497. package/skills/skill-write/src/index-local.ts +1 -1
  498. package/skills/skill-write/src/index.ts +1 -2
  499. package/skills/skill-write/tsconfig.json +9 -9
  500. package/skills/tsconfig.base.json +12 -0
  501. package/.env.example +0 -18
  502. package/.npmrc.example +0 -1
  503. package/CONTRIBUTING.md +0 -32
  504. package/bunfig.toml +0 -2
  505. package/skills/skill-audio/src/index-http.ts +0 -111
  506. package/skills/skill-browse/install.sh +0 -112
  507. package/skills/skill-browse/src/auth.ts +0 -49
  508. package/skills/skill-browse/src/http-client.ts +0 -128
  509. package/skills/skill-browse/src/index-http.ts +0 -111
  510. package/skills/skill-browse/src/installer.ts +0 -324
  511. package/skills/skill-browse/src/skill-install.ts +0 -205
  512. package/skills/skill-codefix/install.sh +0 -112
  513. package/skills/skill-codefix/src/auth.ts +0 -49
  514. package/skills/skill-codefix/src/http-client.ts +0 -128
  515. package/skills/skill-codefix/src/index-http.ts +0 -111
  516. package/skills/skill-codefix/src/installer.ts +0 -324
  517. package/skills/skill-codefix/src/skill-install.ts +0 -205
  518. package/skills/skill-consolelog/storage/login-error.png +0 -0
  519. package/skills/skill-consolelog/storage/products-page.png +0 -0
  520. package/skills/skill-convert/install.sh +0 -112
  521. package/skills/skill-convert/src/auth.ts +0 -49
  522. package/skills/skill-convert/src/http-client.ts +0 -128
  523. package/skills/skill-convert/src/index-http.ts +0 -111
  524. package/skills/skill-convert/src/installer.ts +0 -324
  525. package/skills/skill-convert/src/skill-install.ts +0 -205
  526. package/skills/skill-deploy/install.sh +0 -112
  527. package/skills/skill-deploy/src/auth.ts +0 -49
  528. package/skills/skill-deploy/src/index-http.ts +0 -111
  529. package/skills/skill-deploy/src/installer.ts +0 -324
  530. package/skills/skill-deploy/src/skill-install.ts +0 -205
  531. package/skills/skill-extract/install.sh +0 -112
  532. package/skills/skill-extract/src/auth.ts +0 -49
  533. package/skills/skill-extract/src/http-client.ts +0 -128
  534. package/skills/skill-extract/src/index-http.ts +0 -111
  535. package/skills/skill-extract/src/installer.ts +0 -324
  536. package/skills/skill-extract/src/skill-install.ts +0 -205
  537. package/skills/skill-image/install.sh +0 -112
  538. package/skills/skill-image/src/auth.ts +0 -49
  539. package/skills/skill-image/src/http-client.ts +0 -128
  540. package/skills/skill-image/src/index-http.ts +0 -111
  541. package/skills/skill-image/src/installer.ts +0 -324
  542. package/skills/skill-image/src/skill-install.ts +0 -205
  543. package/skills/skill-transcript/install.sh +0 -112
  544. package/skills/skill-transcript/src/auth.ts +0 -49
  545. package/skills/skill-transcript/src/http-client.ts +0 -128
  546. package/skills/skill-transcript/src/index-http.ts +0 -111
  547. package/skills/skill-transcript/src/installer.ts +0 -324
  548. package/skills/skill-transcript/src/skill-install.ts +0 -205
  549. package/skills/skill-video/install.sh +0 -112
  550. package/skills/skill-video/src/auth.ts +0 -49
  551. package/skills/skill-video/src/http-client.ts +0 -128
  552. package/skills/skill-video/src/index-http.ts +0 -111
  553. package/skills/skill-video/src/installer.ts +0 -324
  554. package/skills/skill-video/src/skill-install.ts +0 -205
  555. package/skills/skill-write/install.sh +0 -112
  556. package/skills/skill-write/src/auth.ts +0 -49
  557. package/skills/skill-write/src/http-client.ts +0 -128
  558. package/skills/skill-write/src/index-http.ts +0 -111
  559. package/skills/skill-write/src/installer.ts +0 -324
  560. package/skills/skill-write/src/skill-install.ts +0 -205
  561. package/src/cli/cli.test.ts +0 -325
  562. package/src/cli/components/App.tsx +0 -186
  563. package/src/cli/components/CategorySelect.tsx +0 -38
  564. package/src/cli/components/Header.tsx +0 -18
  565. package/src/cli/components/InstallProgress.tsx +0 -97
  566. package/src/cli/components/SearchView.tsx +0 -108
  567. package/src/cli/components/SkillSelect.tsx +0 -92
  568. package/src/cli/index.tsx +0 -559
  569. package/src/index.ts +0 -49
  570. package/src/lib/installer.test.ts +0 -328
  571. package/src/lib/installer.ts +0 -297
  572. package/src/lib/registry.test.ts +0 -147
  573. package/src/lib/skillinfo.test.ts +0 -195
  574. package/src/lib/skillinfo.ts +0 -356
  575. package/src/mcp/index.ts +0 -234
  576. package/src/mcp/mcp.test.ts +0 -212
  577. package/tsconfig.json +0 -17
  578. /package/skills/{skill-audio/src → _common}/auth.ts +0 -0
  579. /package/skills/{skill-audio/src → _common}/http-client.ts +0 -0
  580. /package/skills/{skill-audio → _common}/install.sh +0 -0
  581. /package/skills/{skill-audio/src → _common}/installer.ts +0 -0
  582. /package/skills/{skill-audio/src → _common}/skill-install.ts +0 -0
package/LICENSE ADDED
@@ -0,0 +1,200 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to the Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by the Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding any notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. Please also get an
186
+ "Alarm or alarm" file of the Apache License for your project.
187
+
188
+ Copyright 2025 Hasna
189
+
190
+ Licensed under the Apache License, Version 2.0 (the "License");
191
+ you may not use this file except in compliance with the License.
192
+ You may obtain a copy of the License at
193
+
194
+ http://www.apache.org/licenses/LICENSE-2.0
195
+
196
+ Unless required by applicable law or agreed to in writing, software
197
+ distributed under the License is distributed on an "AS IS" BASIS,
198
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
199
+ See the License for the specific language governing permissions and
200
+ limitations under the License.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Skills
2
2
 
3
- Open source library of 272 AI agent skills. Install any skill with a single command.
3
+ Open source library of 200 AI agent skills. Install any skill with a single command.
4
4
 
5
5
  ## Quick Start
6
6
 
@@ -65,38 +65,28 @@ skills list --category "Content Generation"
65
65
  skills remove deep-research
66
66
  ```
67
67
 
68
- ## Available Skills (272)
68
+ ## Available Skills (200)
69
69
 
70
- ### Development Tools (48)
70
+ ### Development Tools (32)
71
71
  | Skill | Description |
72
72
  |-------|-------------|
73
73
  | api-test-suite | Generate and run API test suites with comprehensive endpoint coverage |
74
74
  | apidocs | Agentic web crawler for API documentation indexing and semantic search |
75
- | architecture-docs | Generate architecture documentation for software projects |
76
- | auto-format | Automatically format code and documents according to style guidelines |
77
- | chromedevtools | Browser automation and debugging with Chrome DevTools Protocol |
78
75
  | codefix | Code quality CLI for auto-linting, formatting, and fixing code issues |
79
76
  | consolelog | Monitor console logs from web applications using Playwright headless browser |
80
- | context7 | Access up-to-date library documentation and code examples |
81
77
  | database-explorer | Explore and query databases with an interactive interface |
82
- | debug | Debugging skill for investigating and resolving code issues |
83
78
  | deploy | Deployment CLI for managing EC2 deployments with automated health checks |
84
79
  | diff-viewer | View and analyze file differences with visual diff representation |
85
- | dns-manager | Manage DNS records, zones, and domain configurations |
86
80
  | e2bswarm | Spawn E2B sandbox instances for parallel Claude Code task execution |
87
- | filesearch | Advanced search inside repositories and file systems |
88
81
  | generate-api-client | Generate API client libraries from OpenAPI specs and documentation |
89
- | generate-ci-config | Generate CI/CD configuration files for GitHub Actions, GitLab CI, and more |
90
82
  | generate-dockerfile | Generate optimized Dockerfiles for containerized applications |
91
83
  | generate-documentation | Generate comprehensive project documentation from codebase analysis |
92
84
  | generate-env | Generate environment variable files from templates and configurations |
93
85
  | generate-mock-data | Generate realistic mock data for testing and development |
94
86
  | generate-pr-description | Generate pull request descriptions from code diffs and commit history |
95
- | generate-readme | Generate README files from project structure and code analysis |
96
87
  | generate-regex | Generate regular expressions from natural language descriptions |
97
88
  | generate-sitemap | Generate XML sitemaps for websites and web applications |
98
89
  | generate-sql | Generate SQL queries and database schemas from natural language |
99
- | get-api-docs | Fetch and parse API documentation from online sources |
100
90
  | github-manager | Manage GitHub repositories, issues, PRs, and workflows |
101
91
  | hook | Claude Code hook creation skill - generates standardized hook scaffolds |
102
92
  | http-server | Spin up local HTTP servers for development and testing |
@@ -107,19 +97,13 @@ skills remove deep-research
107
97
  | markdown-validator | Validate markdown files for syntax, links, and formatting issues |
108
98
  | mcp-builder | Build MCP server packages with standardized structure and tooling |
109
99
  | npmpublish | Publish npm packages with sensible defaults: private access, patch version bumps |
110
- | playwright | End-to-end testing and browser automation with Playwright |
111
- | projectbuild | Build and compile projects with standardized build pipelines |
112
- | prompt | CLI and API service for managing prompts for Claude Code and Codex CLI |
113
100
  | regex-tester | Test and validate regular expressions with sample inputs |
114
101
  | scaffold-project | Scaffold new projects with standardized structure and boilerplate |
115
- | secrets | Secure secrets management with CLI, API, and temporary sharing |
116
102
  | security-audit | Perform security audits on codebases and infrastructure configurations |
117
- | shadcn | Manage shadcn/ui components and component registry |
118
- | shadcn-theme | Generate and customize shadcn/ui themes with color configurations |
119
103
  | terraform-generator | Generate Terraform infrastructure-as-code configurations |
120
104
  | validate-config | Validate configuration files for syntax and schema compliance |
121
105
 
122
- ### Business & Marketing (27)
106
+ ### Business & Marketing (25)
123
107
  | Skill | Description |
124
108
  |-------|-------------|
125
109
  | ad-creative-generator | Generate ad creatives with copy, visuals, and layouts for marketing campaigns |
@@ -135,7 +119,6 @@ skills remove deep-research
135
119
  | feedback-survey-designer | Design feedback surveys with optimized questions and response formats |
136
120
  | generate-social-posts | Generate social media posts optimized for different platforms |
137
121
  | landing-page-copy | Write conversion-optimized landing page copy with headlines and CTAs |
138
- | newsletter-campaign-planner | Plan newsletter campaigns with content calendar and audience segmentation |
139
122
  | onboarding-sequence-builder | Build employee or customer onboarding sequences with steps and milestones |
140
123
  | outreach-cadence-designer | Design multi-touch outreach cadences for sales and marketing campaigns |
141
124
  | partner-kit-assembler | Assemble partner kits with brand assets, guidelines, and marketing materials |
@@ -146,37 +129,25 @@ skills remove deep-research
146
129
  | salescopy | Generate persuasive sales copy using AI for products and services |
147
130
  | seo-brief-builder | Build SEO content briefs with keyword research and competitive analysis |
148
131
  | social-media-kit | Create social media kits with graphics, templates, and brand guidelines |
149
- | social-template-kit | Generate social media post templates with customizable layouts |
150
132
  | sponsorship-proposal-lab | Create sponsorship proposals with packages, ROI projections, and benefits |
151
133
  | webinar-script-coach | Coach and refine webinar scripts with engagement tips and flow optimization |
152
134
 
153
- ### Productivity & Organization (22)
135
+ ### Productivity & Organization (11)
154
136
  | Skill | Description |
155
137
  |-------|-------------|
156
- | brainstorm | Flood sub-agents to generate diverse ideas and solutions for any topic |
157
- | calculate | Perform calculations, unit conversions, and mathematical operations |
158
- | companyguide | Access company-related guides and documentation |
159
138
  | convert | File format conversion CLI with AI-powered extraction between images, PDFs, documents, and data formats |
160
139
  | decision-journal | Track and reflect on decisions with structured journaling |
161
- | download | Download files from URLs with progress tracking and resume support |
162
140
  | file-organizer | Organize files into structured directories based on type, date, or content |
163
- | fill | Auto-fill forms and templates with structured data |
164
141
  | folder-tree | Generate and display folder tree structures for documentation |
165
142
  | form-filler | Automatically fill out web forms and document templates |
166
- | googledrive | Manage Google Drive files and folders with upload, download, and search |
167
143
  | inbox-priority-planner | Prioritize and organize email inbox items by importance and urgency |
168
144
  | meeting-insight-summarizer | Summarize meetings with key insights, decisions, and action items |
169
145
  | merge-pdfs | Merge multiple PDF files into a single document |
170
- | notion | Manage Notion workspace, pages, databases, and content |
171
146
  | notion-manager | Advanced Notion management with templates, automation, and bulk operations |
172
147
  | personal-daily-ops | Manage personal daily operations with routines, tasks, and priorities |
173
- | remember | Persistent memory across sessions - store context, preferences, decisions |
174
- | schedule | Schedule tasks, events, and reminders with time management |
175
148
  | split-pdf | Split PDF documents into separate pages or sections |
176
- | sync | Synchronize files and data between local and remote locations |
177
- | time-blocking-orchestrator | Orchestrate time-blocked schedules with focus periods and breaks |
178
149
 
179
- ### Project Management (18)
150
+ ### Project Management (9)
180
151
  | Skill | Description |
181
152
  |-------|-------------|
182
153
  | action-item-router | Route and assign action items from meetings or documents to appropriate owners |
@@ -185,26 +156,16 @@ skills remove deep-research
185
156
  | goal-quarterly-roadmap | Create quarterly goal roadmaps with milestones and tracking |
186
157
  | implementation | Create .implementation scaffold for project development tracking |
187
158
  | implementation-agent | AI agent for managing implementation workflows and task execution |
188
- | implementation-architecture | Generate architecture plans for implementation projects |
189
- | implementation-audit | Audit implementation progress against plans and specifications |
190
- | implementation-cost | Estimate and track implementation costs for projects |
191
- | implementation-dispatch | Dispatch and coordinate implementation tasks across team members |
192
- | implementation-hook | Lifecycle hooks for implementation tracking and automation |
193
- | implementation-index | Index and catalog implementation artifacts and deliverables |
194
- | implementation-init | Initialize new implementation projects with standard structure |
195
- | implementation-memento | Save and restore implementation state snapshots for recovery |
196
159
  | implementation-plan | Generate detailed implementation plans with phases and milestones |
197
160
  | implementation-todo | Manage implementation task lists and todo items |
198
- | linear | Work with Linear issues, projects, and workflows |
199
161
  | project-retro-companion | Facilitate project retrospectives with structured reflection and action items |
200
162
 
201
- ### Content Generation (17)
163
+ ### Content Generation (14)
202
164
  | Skill | Description |
203
165
  |-------|-------------|
204
166
  | audio | Generate high-quality audio using AI-powered text-to-speech APIs |
205
167
  | audiobook-chapter-proofer | Proofread and validate audiobook chapters for consistency and quality |
206
168
  | emoji | Generate complete emoji packs using AI with DALL-E 3 or Gemini |
207
- | generate-audio | Generate audio with AI including speech synthesis and sound creation |
208
169
  | generate-diagram | Generate diagrams including flowcharts, sequence diagrams, and system architecture |
209
170
  | generate-docx | Generate DOCX documents with formatted content and styling |
210
171
  | generate-excel | Generate Excel spreadsheets with formatted data, formulas, and charts |
@@ -212,14 +173,12 @@ skills remove deep-research
212
173
  | generate-presentation | Generate presentation decks with slides, content, and visuals |
213
174
  | generate-qrcode | Generate QR codes with custom styling and embedded data |
214
175
  | generate-resume | Generate professional resumes with formatting and content optimization |
215
- | generate-slides | Generate slide presentations with structured content and layouts |
216
176
  | image | Generate images using multiple AI providers: DALL-E 3, Imagen 3, and Aurora |
217
177
  | jingle-composer | Compose advertising jingles and short musical pieces for brands |
218
178
  | video | Generate videos using AI models from Google Veo, OpenAI Sora, and Runway |
219
- | voiceover | Generate voiceovers using ElevenLabs and OpenAI TTS |
220
179
  | voiceover-casting-assistant | Assist with voiceover casting by matching voice profiles to project needs |
221
180
 
222
- ### Finance & Compliance (17)
181
+ ### Finance & Compliance (16)
223
182
  | Skill | Description |
224
183
  |-------|-------------|
225
184
  | budget-variance-analyzer | Analyze budget versus actual spending with variance reporting |
@@ -229,7 +188,6 @@ skills remove deep-research
229
188
  | extract-invoice | Extract structured data from invoice documents using AI |
230
189
  | forecast-scenario-lab | Model business forecast scenarios with multiple variable assumptions |
231
190
  | grant-application-drafter | Draft grant applications with structured proposals and budgets |
232
- | grant-compliance-scanner | Scan grant applications for compliance with funding requirements |
233
191
  | invoice | Generate professional invoices with company management and PDF export |
234
192
  | invoice-dispute-helper | Assist with invoice disputes by analyzing charges and generating responses |
235
193
  | payroll-change-prepper | Prepare payroll change documentation and calculations |
@@ -240,27 +198,23 @@ skills remove deep-research
240
198
  | subscription-spend-watcher | Track and analyze subscription spending with alerts and optimization tips |
241
199
  | timesheet | Generate employee timesheets with multi-profile support |
242
200
 
243
- ### Data & Analysis (16)
201
+ ### Data & Analysis (12)
244
202
  | Skill | Description |
245
203
  |-------|-------------|
246
204
  | analyze-data | Data science insights for CSV and JSON datasets with statistical analysis |
247
205
  | anomaly-investigator | Investigate and diagnose anomalies in data, logs, and system metrics |
248
206
  | benchmark-finder | Find industry benchmarks and performance metrics for comparison analysis |
249
- | csv-transformer | Transform, clean, and restructure CSV data files |
250
207
  | dashboard-builder | Build data dashboards with charts, metrics, and visualizations |
251
208
  | dashboard-narrator | Generate narrative summaries from dashboard data and metrics |
252
209
  | data-anonymizer | Anonymize sensitive data in datasets for privacy compliance |
253
210
  | dataset-health-check | Validate dataset quality with completeness, consistency, and accuracy checks |
254
211
  | extract | Extract text and structured data from images and PDFs using OpenAI Vision |
255
212
  | generate-chart | Generate data charts and visualizations from datasets |
256
- | hubsearch | Search through S3 buckets for files and data |
257
213
  | kpi-digest-generator | Generate KPI digest reports with trends, alerts, and performance summaries |
258
- | parse-pdf | Parse and extract structured content from PDF documents |
259
214
  | spreadsheet-cleanroom | Clean and sanitize spreadsheet data for analysis readiness |
260
215
  | survey-insight-extractor | Extract actionable insights and trends from survey response data |
261
- | transform | Transform data between formats, structures, and schemas |
262
216
 
263
- ### Media Processing (16)
217
+ ### Media Processing (13)
264
218
  | Skill | Description |
265
219
  |-------|-------------|
266
220
  | audio-cleanup-lab | Professional audio cleanup recipes with structured workflows for processing audio files |
@@ -269,18 +223,15 @@ skills remove deep-research
269
223
  | extract-frames | Extract frames from video files at specified intervals or timestamps |
270
224
  | gif-maker | Create animated GIFs from images, videos, or screen recordings |
271
225
  | highlight-reel-generator | Generate video highlight reels from longer content with key moments |
272
- | image-enhancer | Enhance image quality with AI upscaling, denoising, and color correction |
273
- | image-optimizer | Optimize images for web with compression and format conversion |
274
226
  | remove-background | Remove backgrounds from images using AI segmentation |
275
227
  | subtitle | Generate styled subtitles from audio using OpenAI Whisper |
276
228
  | transcript | Generate transcripts from audio and video files with timestamps |
277
229
  | video-cut-suggester | Suggest video cuts and edits based on content analysis and pacing |
278
230
  | video-downloader | Download videos from various online platforms and services |
279
231
  | video-thumbnail | Generate eye-catching video thumbnails with text overlays |
280
- | videodownload | Download videos from YouTube, Vimeo, and other platforms |
281
232
  | watermark | Add watermarks to images and documents for copyright protection |
282
233
 
283
- ### Design & Branding (15)
234
+ ### Design & Branding (11)
284
235
  | Skill | Description |
285
236
  |-------|-------------|
286
237
  | brand-style-guide | Generate comprehensive brand style guides with visual identity guidelines |
@@ -288,10 +239,6 @@ skills remove deep-research
288
239
  | color-palette-harmonizer | Generate harmonious color palettes for design and branding projects |
289
240
  | generate-book-cover | Generate professional book cover designs with AI |
290
241
  | generate-favicon | Generate favicons in multiple sizes and formats for websites |
291
- | icon | Generate and manage icon sets for applications and websites |
292
- | logo-generator | Generate logo designs with AI for brands and projects |
293
- | logo-variation-lab | Create logo variations for different contexts and applications |
294
- | merch-mockup-factory | Create merchandise mockups for t-shirts, mugs, and other products |
295
242
  | microcopy-generator | Generate UI microcopy including button text, tooltips, and error messages |
296
243
  | packaging-concept-studio | Design product packaging concepts with mockups and specifications |
297
244
  | presentation-theme-maker | Create custom presentation themes with color schemes and layouts |
@@ -299,39 +246,26 @@ skills remove deep-research
299
246
  | product-mockup | Generate product mockups for visualization and marketing materials |
300
247
  | testimonial-graphics | Create visual testimonial graphics for social proof and marketing |
301
248
 
302
- ### Web & Browser (14)
249
+ ### Web & Browser (4)
303
250
  | Skill | Description |
304
251
  |-------|-------------|
305
252
  | browse | Browser automation using Browser-Use Cloud API for AI agents |
306
- | browser-agent | Autonomous browser agent for complex web interactions and tasks |
307
- | browseruse | AI-powered browser automation for complex web tasks |
308
- | buygoodscrawl | BuyGoods.com crawler - login, scrape products, affiliates, and export data |
309
- | competitoroffers | ClickBank competitor offers crawler service for scraping marketplace data |
310
- | crawl | Web crawling skill for extracting content from websites |
311
- | domainpurchase | Purchase and manage domains via Brandsight/GoDaddy API |
312
- | domainsearch | Search domain availability and suggestions via GoDaddy/Brandsight API |
313
- | exa | Advanced web search and code search using Exa AI |
314
- | search | Search the web and aggregate results from multiple sources |
315
- | shipofferscrawl | ShipOffers.com eTracker crawler for inventory, orders, shipments, and returns |
253
+ | domainpurchase | Purchase and manage domains via GoDaddy API |
254
+ | domainsearch | Search domain availability and suggestions via GoDaddy API |
316
255
  | webcrawling | Web crawling service using Firecrawl API for content extraction |
317
- | websearch | Multi-tool web search combining multiple search engines and APIs |
318
- | websitedownload | Download and analyze websites with AI-powered marketing funnel analysis |
319
256
 
320
- ### Research & Writing (13)
257
+ ### Research & Writing (10)
321
258
  | Skill | Description |
322
259
  |-------|-------------|
323
260
  | blog-topic-cluster | Generate topic clusters and content strategies for blog SEO planning |
324
261
  | copytone-translator | Translate copy between different tones and writing styles |
325
262
  | create-blog-article | Create SEO-optimized blog articles with structured content |
326
263
  | create-ebook | Create complete eBooks with chapters, formatting, and cover design |
327
- | deep-research | Deep research skill for comprehensive topic investigation |
328
264
  | deepresearch | Agentic deep research using Exa.ai for parallel semantic search and LLM synthesis |
329
265
  | faq-packager | Package and organize frequently asked questions into structured documents |
330
266
  | longform-structurer | Structure long-form content with outlines, chapters, and sections |
331
267
  | podcast-show-notes | Generate podcast show notes with timestamps, summaries, and links |
332
268
  | press-release-drafter | Draft professional press releases for announcements and media distribution |
333
- | summarize | Summarize documents, articles, and text content into concise summaries |
334
- | translate | Translate text between languages with context-aware AI translation |
335
269
  | write | Write short or long-form content - articles, books, documentation at scale |
336
270
 
337
271
  ### Science & Academic (10)
@@ -362,16 +296,11 @@ skills remove deep-research
362
296
  | scholarship-tracker | Track scholarship applications, deadlines, and requirements |
363
297
  | study-guide-builder | Build comprehensive study guides with summaries, key concepts, and practice questions |
364
298
 
365
- ### Communication (9)
299
+ ### Communication (4)
366
300
  | Skill | Description |
367
301
  |-------|-------------|
368
302
  | calendar-events | Create, manage, and organize calendar events and scheduling |
369
- | compose-gmail | Compose and draft Gmail messages with AI assistance |
370
- | mail | Send, read, and manage emails across providers |
371
- | manage-gmail | Manage Gmail with labels, filters, and inbox organization |
372
- | message | Send messages via Slack, Discord, SMS, and chat platforms |
373
- | notify | Send notifications across multiple channels and platforms |
374
- | read-gmail | Read and search Gmail messages with advanced filtering |
303
+ | gmail | Compose Gmail messages with AI assistance |
375
304
  | slack-assistant | Automate Slack interactions with message management and channel operations |
376
305
  | sms | Send and receive SMS messages via Twilio |
377
306
 
@@ -398,14 +327,13 @@ skills remove deep-research
398
327
  | pet-care-scheduler | Schedule and track pet care activities including feeding, walks, and vet visits |
399
328
  | travel-budget-balancer | Balance travel budgets across categories with optimization suggestions |
400
329
 
401
- ### Event Management (5)
330
+ ### Event Management (4)
402
331
  | Skill | Description |
403
332
  |-------|-------------|
404
333
  | guest-communication-suite | Manage guest communications for events, hospitality, and venues |
405
334
  | livestream-runofshow | Create run-of-show documents for livestream events with timing and cues |
406
335
  | onsite-ops-checklist | Create operational checklists for on-site events and activities |
407
336
  | seating-chart-maker | Create seating charts for events, classrooms, and venues |
408
- | vendor-comparison-coach | Compare vendors with scoring criteria and recommendation reports |
409
337
 
410
338
  ## Using Installed Skills
411
339
 
@@ -472,4 +400,4 @@ bun run typecheck
472
400
 
473
401
  ## License
474
402
 
475
- MIT
403
+ Apache-2.0