heraspec 0.1.13 → 0.1.15

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 (287) hide show
  1. package/LICENSE +209 -22
  2. package/README.md +205 -137
  3. package/bin/heraspec.js +4950 -1161
  4. package/bin/heraspec.js.map +4 -4
  5. package/dist/core/templates/skills/CHANGELOG.md +117 -117
  6. package/dist/core/templates/skills/README-template.md +58 -58
  7. package/dist/core/templates/skills/README.md +35 -32
  8. package/dist/core/templates/skills/campaign-plan/skill.md +76 -0
  9. package/dist/core/templates/skills/campaign-plan/skill.vi.md +76 -0
  10. package/dist/core/templates/skills/campaign-plan-skill.md +76 -0
  11. package/dist/core/templates/skills/campaign-plan-skill.vi.md +76 -0
  12. package/dist/core/templates/skills/code-review/skill.md +70 -0
  13. package/dist/core/templates/skills/code-review/skill.vi.md +70 -0
  14. package/dist/core/templates/skills/code-review-skill.md +70 -0
  15. package/dist/core/templates/skills/code-review-skill.vi.md +70 -0
  16. package/dist/core/templates/skills/content-creation/skill.md +69 -0
  17. package/dist/core/templates/skills/content-creation/skill.vi.md +69 -0
  18. package/dist/core/templates/skills/content-creation-skill.md +69 -0
  19. package/dist/core/templates/skills/content-creation-skill.vi.md +69 -0
  20. package/dist/core/templates/skills/content-optimization/skill.md +104 -0
  21. package/dist/core/templates/skills/content-optimization-skill.md +104 -104
  22. package/dist/core/templates/skills/data/design-systems.csv +54 -0
  23. package/dist/core/templates/skills/data/pages-proposed.csv +21 -21
  24. package/dist/core/templates/skills/data/pages.csv +9 -9
  25. package/dist/core/templates/skills/data/typography.csv +57 -57
  26. package/dist/core/templates/skills/debug/skill.md +69 -0
  27. package/dist/core/templates/skills/debug/skill.vi.md +69 -0
  28. package/dist/core/templates/skills/debug-skill.md +69 -0
  29. package/dist/core/templates/skills/debug-skill.vi.md +69 -0
  30. package/dist/core/templates/skills/deploy-documentation/skill.md +408 -0
  31. package/dist/core/templates/skills/deploy-documentation-skill.md +408 -0
  32. package/dist/core/templates/skills/design-system/knowledge/design-systems/airbnb/DESIGN.md +246 -0
  33. package/dist/core/templates/skills/design-system/knowledge/design-systems/airtable/DESIGN.md +89 -0
  34. package/dist/core/templates/skills/design-system/knowledge/design-systems/apple/DESIGN.md +313 -0
  35. package/dist/core/templates/skills/design-system/knowledge/design-systems/bmw/DESIGN.md +180 -0
  36. package/dist/core/templates/skills/design-system/knowledge/design-systems/cal/DESIGN.md +259 -0
  37. package/dist/core/templates/skills/design-system/knowledge/design-systems/claude/DESIGN.md +312 -0
  38. package/dist/core/templates/skills/design-system/knowledge/design-systems/clay/DESIGN.md +304 -0
  39. package/dist/core/templates/skills/design-system/knowledge/design-systems/clickhouse/DESIGN.md +281 -0
  40. package/dist/core/templates/skills/design-system/knowledge/design-systems/cohere/DESIGN.md +266 -0
  41. package/dist/core/templates/skills/design-system/knowledge/design-systems/coinbase/DESIGN.md +129 -0
  42. package/dist/core/templates/skills/design-system/knowledge/design-systems/composio/DESIGN.md +307 -0
  43. package/dist/core/templates/skills/design-system/knowledge/design-systems/cursor/DESIGN.md +309 -0
  44. package/dist/core/templates/skills/design-system/knowledge/design-systems/elevenlabs/DESIGN.md +265 -0
  45. package/dist/core/templates/skills/design-system/knowledge/design-systems/expo/DESIGN.md +281 -0
  46. package/dist/core/templates/skills/design-system/knowledge/design-systems/figma/DESIGN.md +220 -0
  47. package/dist/core/templates/skills/design-system/knowledge/design-systems/framer/DESIGN.md +246 -0
  48. package/dist/core/templates/skills/design-system/knowledge/design-systems/hashicorp/DESIGN.md +278 -0
  49. package/dist/core/templates/skills/design-system/knowledge/design-systems/ibm/DESIGN.md +332 -0
  50. package/dist/core/templates/skills/design-system/knowledge/design-systems/index.json +72 -0
  51. package/dist/core/templates/skills/design-system/knowledge/design-systems/intercom/DESIGN.md +146 -0
  52. package/dist/core/templates/skills/design-system/knowledge/design-systems/kraken/DESIGN.md +125 -0
  53. package/dist/core/templates/skills/design-system/knowledge/design-systems/linear.app/DESIGN.md +367 -0
  54. package/dist/core/templates/skills/design-system/knowledge/design-systems/lovable/DESIGN.md +298 -0
  55. package/dist/core/templates/skills/design-system/knowledge/design-systems/minimax/DESIGN.md +257 -0
  56. package/dist/core/templates/skills/design-system/knowledge/design-systems/mintlify/DESIGN.md +326 -0
  57. package/dist/core/templates/skills/design-system/knowledge/design-systems/miro/DESIGN.md +108 -0
  58. package/dist/core/templates/skills/design-system/knowledge/design-systems/mistral.ai/DESIGN.md +261 -0
  59. package/dist/core/templates/skills/design-system/knowledge/design-systems/mongodb/DESIGN.md +266 -0
  60. package/dist/core/templates/skills/design-system/knowledge/design-systems/notion/DESIGN.md +309 -0
  61. package/dist/core/templates/skills/design-system/knowledge/design-systems/nvidia/DESIGN.md +293 -0
  62. package/dist/core/templates/skills/design-system/knowledge/design-systems/ollama/DESIGN.md +267 -0
  63. package/dist/core/templates/skills/design-system/knowledge/design-systems/opencode.ai/DESIGN.md +281 -0
  64. package/dist/core/templates/skills/design-system/knowledge/design-systems/pinterest/DESIGN.md +230 -0
  65. package/dist/core/templates/skills/design-system/knowledge/design-systems/posthog/DESIGN.md +256 -0
  66. package/dist/core/templates/skills/design-system/knowledge/design-systems/raycast/DESIGN.md +268 -0
  67. package/dist/core/templates/skills/design-system/knowledge/design-systems/replicate/DESIGN.md +261 -0
  68. package/dist/core/templates/skills/design-system/knowledge/design-systems/resend/DESIGN.md +303 -0
  69. package/dist/core/templates/skills/design-system/knowledge/design-systems/revolut/DESIGN.md +185 -0
  70. package/dist/core/templates/skills/design-system/knowledge/design-systems/runwayml/DESIGN.md +244 -0
  71. package/dist/core/templates/skills/design-system/knowledge/design-systems/sanity/DESIGN.md +357 -0
  72. package/dist/core/templates/skills/design-system/knowledge/design-systems/sentry/DESIGN.md +262 -0
  73. package/dist/core/templates/skills/design-system/knowledge/design-systems/spacex/DESIGN.md +194 -0
  74. package/dist/core/templates/skills/design-system/knowledge/design-systems/spotify/DESIGN.md +246 -0
  75. package/dist/core/templates/skills/design-system/knowledge/design-systems/stripe/DESIGN.md +322 -0
  76. package/dist/core/templates/skills/design-system/knowledge/design-systems/supabase/DESIGN.md +255 -0
  77. package/dist/core/templates/skills/design-system/knowledge/design-systems/superhuman/DESIGN.md +252 -0
  78. package/dist/core/templates/skills/design-system/knowledge/design-systems/together.ai/DESIGN.md +263 -0
  79. package/dist/core/templates/skills/design-system/knowledge/design-systems/uber/DESIGN.md +295 -0
  80. package/dist/core/templates/skills/design-system/knowledge/design-systems/vercel/DESIGN.md +310 -0
  81. package/dist/core/templates/skills/design-system/knowledge/design-systems/voltagent/DESIGN.md +323 -0
  82. package/dist/core/templates/skills/design-system/knowledge/design-systems/warp/DESIGN.md +253 -0
  83. package/dist/core/templates/skills/design-system/knowledge/design-systems/webflow/DESIGN.md +92 -0
  84. package/dist/core/templates/skills/design-system/knowledge/design-systems/wise/DESIGN.md +173 -0
  85. package/dist/core/templates/skills/design-system/knowledge/design-systems/x.ai/DESIGN.md +257 -0
  86. package/dist/core/templates/skills/design-system/knowledge/design-systems/zapier/DESIGN.md +328 -0
  87. package/dist/core/templates/skills/design-system/skill.md +176 -0
  88. package/dist/core/templates/skills/design-system-skill.md +176 -0
  89. package/dist/core/templates/skills/documents/skill.md +104 -0
  90. package/dist/core/templates/skills/documents/templates/documentation-landing-page.html +63 -63
  91. package/dist/core/templates/skills/documents/templates/documentation.html +49 -49
  92. package/dist/core/templates/skills/documents/templates/landing-script.js +38 -38
  93. package/dist/core/templates/skills/documents/templates/landing-style.css +158 -158
  94. package/dist/core/templates/skills/documents/templates/script.js +56 -56
  95. package/dist/core/templates/skills/documents/templates/style.css +155 -155
  96. package/dist/core/templates/skills/documents/templates/technical-doc-template.md +16 -16
  97. package/dist/core/templates/skills/documents/templates/user-guide-template.md +16 -16
  98. package/dist/core/templates/skills/documents-skill.md +104 -104
  99. package/dist/core/templates/skills/e2e-test/skill.md +119 -0
  100. package/dist/core/templates/skills/e2e-test-skill.md +119 -119
  101. package/dist/core/templates/skills/email-sequence/skill.md +68 -0
  102. package/dist/core/templates/skills/email-sequence/skill.vi.md +68 -0
  103. package/dist/core/templates/skills/email-sequence-skill.md +68 -0
  104. package/dist/core/templates/skills/email-sequence-skill.vi.md +68 -0
  105. package/dist/core/templates/skills/git-embed/skill.md +57 -0
  106. package/dist/core/templates/skills/git-embed-skill.md +57 -0
  107. package/dist/core/templates/skills/integration-test/skill.md +118 -0
  108. package/dist/core/templates/skills/integration-test-skill.md +118 -118
  109. package/dist/core/templates/skills/knowledge/README.md +63 -0
  110. package/dist/core/templates/skills/knowledge/design-systems/airbnb/DESIGN.md +246 -0
  111. package/dist/core/templates/skills/knowledge/design-systems/airtable/DESIGN.md +89 -0
  112. package/dist/core/templates/skills/knowledge/design-systems/apple/DESIGN.md +313 -0
  113. package/dist/core/templates/skills/knowledge/design-systems/bmw/DESIGN.md +180 -0
  114. package/dist/core/templates/skills/knowledge/design-systems/cal/DESIGN.md +259 -0
  115. package/dist/core/templates/skills/knowledge/design-systems/claude/DESIGN.md +312 -0
  116. package/dist/core/templates/skills/knowledge/design-systems/clay/DESIGN.md +304 -0
  117. package/dist/core/templates/skills/knowledge/design-systems/clickhouse/DESIGN.md +281 -0
  118. package/dist/core/templates/skills/knowledge/design-systems/cohere/DESIGN.md +266 -0
  119. package/dist/core/templates/skills/knowledge/design-systems/coinbase/DESIGN.md +129 -0
  120. package/dist/core/templates/skills/knowledge/design-systems/composio/DESIGN.md +307 -0
  121. package/dist/core/templates/skills/knowledge/design-systems/cursor/DESIGN.md +309 -0
  122. package/dist/core/templates/skills/knowledge/design-systems/elevenlabs/DESIGN.md +265 -0
  123. package/dist/core/templates/skills/knowledge/design-systems/expo/DESIGN.md +281 -0
  124. package/dist/core/templates/skills/knowledge/design-systems/figma/DESIGN.md +220 -0
  125. package/dist/core/templates/skills/knowledge/design-systems/framer/DESIGN.md +246 -0
  126. package/dist/core/templates/skills/knowledge/design-systems/hashicorp/DESIGN.md +278 -0
  127. package/dist/core/templates/skills/knowledge/design-systems/ibm/DESIGN.md +332 -0
  128. package/dist/core/templates/skills/knowledge/design-systems/index.json +72 -0
  129. package/dist/core/templates/skills/knowledge/design-systems/intercom/DESIGN.md +146 -0
  130. package/dist/core/templates/skills/knowledge/design-systems/kraken/DESIGN.md +125 -0
  131. package/dist/core/templates/skills/knowledge/design-systems/linear.app/DESIGN.md +367 -0
  132. package/dist/core/templates/skills/knowledge/design-systems/lovable/DESIGN.md +298 -0
  133. package/dist/core/templates/skills/knowledge/design-systems/minimax/DESIGN.md +257 -0
  134. package/dist/core/templates/skills/knowledge/design-systems/mintlify/DESIGN.md +326 -0
  135. package/dist/core/templates/skills/knowledge/design-systems/miro/DESIGN.md +108 -0
  136. package/dist/core/templates/skills/knowledge/design-systems/mistral.ai/DESIGN.md +261 -0
  137. package/dist/core/templates/skills/knowledge/design-systems/mongodb/DESIGN.md +266 -0
  138. package/dist/core/templates/skills/knowledge/design-systems/notion/DESIGN.md +309 -0
  139. package/dist/core/templates/skills/knowledge/design-systems/nvidia/DESIGN.md +293 -0
  140. package/dist/core/templates/skills/knowledge/design-systems/ollama/DESIGN.md +267 -0
  141. package/dist/core/templates/skills/knowledge/design-systems/opencode.ai/DESIGN.md +281 -0
  142. package/dist/core/templates/skills/knowledge/design-systems/pinterest/DESIGN.md +230 -0
  143. package/dist/core/templates/skills/knowledge/design-systems/posthog/DESIGN.md +256 -0
  144. package/dist/core/templates/skills/knowledge/design-systems/raycast/DESIGN.md +268 -0
  145. package/dist/core/templates/skills/knowledge/design-systems/replicate/DESIGN.md +261 -0
  146. package/dist/core/templates/skills/knowledge/design-systems/resend/DESIGN.md +303 -0
  147. package/dist/core/templates/skills/knowledge/design-systems/revolut/DESIGN.md +185 -0
  148. package/dist/core/templates/skills/knowledge/design-systems/runwayml/DESIGN.md +244 -0
  149. package/dist/core/templates/skills/knowledge/design-systems/sanity/DESIGN.md +357 -0
  150. package/dist/core/templates/skills/knowledge/design-systems/sentry/DESIGN.md +262 -0
  151. package/dist/core/templates/skills/knowledge/design-systems/spacex/DESIGN.md +194 -0
  152. package/dist/core/templates/skills/knowledge/design-systems/spotify/DESIGN.md +246 -0
  153. package/dist/core/templates/skills/knowledge/design-systems/stripe/DESIGN.md +322 -0
  154. package/dist/core/templates/skills/knowledge/design-systems/supabase/DESIGN.md +255 -0
  155. package/dist/core/templates/skills/knowledge/design-systems/superhuman/DESIGN.md +252 -0
  156. package/dist/core/templates/skills/knowledge/design-systems/together.ai/DESIGN.md +263 -0
  157. package/dist/core/templates/skills/knowledge/design-systems/uber/DESIGN.md +295 -0
  158. package/dist/core/templates/skills/knowledge/design-systems/vercel/DESIGN.md +310 -0
  159. package/dist/core/templates/skills/knowledge/design-systems/voltagent/DESIGN.md +323 -0
  160. package/dist/core/templates/skills/knowledge/design-systems/warp/DESIGN.md +253 -0
  161. package/dist/core/templates/skills/knowledge/design-systems/webflow/DESIGN.md +92 -0
  162. package/dist/core/templates/skills/knowledge/design-systems/wise/DESIGN.md +173 -0
  163. package/dist/core/templates/skills/knowledge/design-systems/x.ai/DESIGN.md +257 -0
  164. package/dist/core/templates/skills/knowledge/design-systems/zapier/DESIGN.md +328 -0
  165. package/dist/core/templates/skills/knowledge/frameworks/php/codeigniter/rise-cms/profile.json +27 -0
  166. package/dist/core/templates/skills/knowledge/frameworks/php/codeigniter/rise-cms/structure.md +137 -0
  167. package/dist/core/templates/skills/knowledge/frameworks/php/laravel/botble/profile.json +39 -0
  168. package/dist/core/templates/skills/knowledge/frameworks/php/laravel/botble/structure.md +208 -0
  169. package/dist/core/templates/skills/knowledge/frameworks/php/wordpress/core/profile.json +51 -0
  170. package/dist/core/templates/skills/knowledge/frameworks/php/wordpress/core/structure.md +369 -0
  171. package/dist/core/templates/skills/knowledge/index.json +65 -0
  172. package/dist/core/templates/skills/module-codebase-skill.md +110 -110
  173. package/dist/core/templates/skills/perfex-module/module-codebase/skill.md +110 -0
  174. package/dist/core/templates/skills/plugin-directory-skill.md +396 -396
  175. package/dist/core/templates/skills/project-memory/skill.md +222 -0
  176. package/dist/core/templates/skills/project-memory/skill.vi.md +223 -0
  177. package/dist/core/templates/skills/project-memory-skill.md +222 -0
  178. package/dist/core/templates/skills/project-memory-skill.vi.md +223 -0
  179. package/dist/core/templates/skills/scripts/CODE_EXPLANATION.md +394 -394
  180. package/dist/core/templates/skills/scripts/SEARCH_ALGORITHMS_COMPARISON.md +421 -421
  181. package/dist/core/templates/skills/scripts/SEARCH_MODES_GUIDE.md +238 -238
  182. package/dist/core/templates/skills/scripts/__pycache__/core.cpython-311.pyc +0 -0
  183. package/dist/core/templates/skills/scripts/core.py +391 -385
  184. package/dist/core/templates/skills/scripts/search.py +1 -1
  185. package/dist/core/templates/skills/seo-audit/skill.md +75 -0
  186. package/dist/core/templates/skills/seo-audit/skill.vi.md +75 -0
  187. package/dist/core/templates/skills/seo-audit-skill.md +75 -0
  188. package/dist/core/templates/skills/seo-audit-skill.vi.md +75 -0
  189. package/dist/core/templates/skills/smart-explore/skill.md +141 -0
  190. package/dist/core/templates/skills/smart-explore-skill.md +141 -0
  191. package/dist/core/templates/skills/sourcecode-analyzer/skill.md +210 -0
  192. package/dist/core/templates/skills/sourcecode-analyzer/skill.vi.md +210 -0
  193. package/dist/core/templates/skills/sourcecode-analyzer-skill.md +210 -0
  194. package/dist/core/templates/skills/sourcecode-analyzer-skill.vi.md +210 -0
  195. package/dist/core/templates/skills/spec-writer/skill.md +61 -0
  196. package/dist/core/templates/skills/spec-writer/skill.vi.md +61 -0
  197. package/dist/core/templates/skills/spec-writer-skill.md +61 -0
  198. package/dist/core/templates/skills/spec-writer-skill.vi.md +61 -0
  199. package/dist/core/templates/skills/sql-queries/skill.md +67 -0
  200. package/dist/core/templates/skills/sql-queries/skill.vi.md +67 -0
  201. package/dist/core/templates/skills/sql-queries-skill.md +67 -0
  202. package/dist/core/templates/skills/sql-queries-skill.vi.md +67 -0
  203. package/dist/core/templates/skills/suggestion/skill.md +118 -0
  204. package/dist/core/templates/skills/suggestion-skill.md +118 -118
  205. package/dist/core/templates/skills/system-design/skill.md +70 -0
  206. package/dist/core/templates/skills/system-design/skill.vi.md +70 -0
  207. package/dist/core/templates/skills/system-design-skill.md +70 -0
  208. package/dist/core/templates/skills/system-design-skill.vi.md +70 -0
  209. package/dist/core/templates/skills/tech-debt/skill.md +70 -0
  210. package/dist/core/templates/skills/tech-debt/skill.vi.md +70 -0
  211. package/dist/core/templates/skills/tech-debt-skill.md +70 -0
  212. package/dist/core/templates/skills/tech-debt-skill.vi.md +70 -0
  213. package/dist/core/templates/skills/templates/accessibility-checklist.md +40 -40
  214. package/dist/core/templates/skills/templates/example-prompt-full-theme.md +333 -333
  215. package/dist/core/templates/skills/templates/page-types-guide.md +338 -338
  216. package/dist/core/templates/skills/templates/pages-proposed-summary.md +273 -273
  217. package/dist/core/templates/skills/templates/pre-delivery-checklist.md +42 -42
  218. package/dist/core/templates/skills/templates/prompt-template-full-theme.md +313 -313
  219. package/dist/core/templates/skills/templates/responsive-design.md +40 -40
  220. package/dist/core/templates/skills/ui-ux/data/charts.csv +26 -0
  221. package/dist/core/templates/skills/ui-ux/data/colors.csv +97 -0
  222. package/dist/core/templates/skills/ui-ux/data/design-systems.csv +54 -0
  223. package/dist/core/templates/skills/ui-ux/data/landing.csv +31 -0
  224. package/dist/core/templates/skills/ui-ux/data/pages-proposed.csv +22 -0
  225. package/dist/core/templates/skills/ui-ux/data/pages.csv +10 -0
  226. package/dist/core/templates/skills/ui-ux/data/products.csv +97 -0
  227. package/dist/core/templates/skills/ui-ux/data/prompts.csv +24 -0
  228. package/dist/core/templates/skills/ui-ux/data/stacks/flutter.csv +53 -0
  229. package/dist/core/templates/skills/ui-ux/data/stacks/html-tailwind.csv +56 -0
  230. package/dist/core/templates/skills/ui-ux/data/stacks/nextjs.csv +53 -0
  231. package/dist/core/templates/skills/ui-ux/data/stacks/react-native.csv +52 -0
  232. package/dist/core/templates/skills/ui-ux/data/stacks/react.csv +54 -0
  233. package/dist/core/templates/skills/ui-ux/data/stacks/svelte.csv +54 -0
  234. package/dist/core/templates/skills/ui-ux/data/stacks/swiftui.csv +51 -0
  235. package/dist/core/templates/skills/ui-ux/data/stacks/vue.csv +50 -0
  236. package/dist/core/templates/skills/ui-ux/data/styles.csv +59 -0
  237. package/dist/core/templates/skills/ui-ux/data/typography.csv +58 -0
  238. package/dist/core/templates/skills/ui-ux/data/ux-guidelines.csv +100 -0
  239. package/dist/core/templates/skills/ui-ux/scripts/CODE_EXPLANATION.md +394 -0
  240. package/dist/core/templates/skills/ui-ux/scripts/SEARCH_ALGORITHMS_COMPARISON.md +421 -0
  241. package/dist/core/templates/skills/ui-ux/scripts/SEARCH_MODES_GUIDE.md +238 -0
  242. package/dist/core/templates/skills/ui-ux/scripts/core.py +391 -0
  243. package/dist/core/templates/skills/ui-ux/scripts/search.py +73 -0
  244. package/dist/core/templates/skills/ui-ux/skill.md +595 -0
  245. package/dist/core/templates/skills/ui-ux/templates/accessibility-checklist.md +40 -0
  246. package/dist/core/templates/skills/ui-ux/templates/example-prompt-full-theme.md +333 -0
  247. package/dist/core/templates/skills/ui-ux/templates/page-types-guide.md +338 -0
  248. package/dist/core/templates/skills/ui-ux/templates/pages-proposed-summary.md +273 -0
  249. package/dist/core/templates/skills/ui-ux/templates/pre-delivery-checklist.md +42 -0
  250. package/dist/core/templates/skills/ui-ux/templates/prompt-template-full-theme.md +313 -0
  251. package/dist/core/templates/skills/ui-ux/templates/responsive-design.md +40 -0
  252. package/dist/core/templates/skills/ui-ux-skill.md +595 -584
  253. package/dist/core/templates/skills/unit-test/skill.md +111 -0
  254. package/dist/core/templates/skills/unit-test-skill.md +111 -111
  255. package/dist/core/templates/skills/ux-element/templates/Controller.php +50 -50
  256. package/dist/core/templates/skills/ux-element/templates/Shortcode.php +23 -23
  257. package/dist/core/templates/skills/ux-element/templates/Template.html +20 -20
  258. package/dist/core/templates/skills/ux-element/templates/Thumbnail.svg +8 -8
  259. package/dist/core/templates/skills/ux-element/templates/View.php +21 -21
  260. package/dist/core/templates/skills/ux-element-skill.md +83 -83
  261. package/dist/core/templates/skills/wordpress/plugin-check/skill.md +151 -0
  262. package/dist/core/templates/skills/wordpress/plugin-directory/skill.md +396 -0
  263. package/dist/core/templates/skills/wordpress/plugin-standard/skill.md +100 -0
  264. package/dist/core/templates/skills/wordpress/plugin-standard/templates/admin-dashboard.php +47 -0
  265. package/dist/core/templates/skills/wordpress/plugin-standard/templates/admin-settings.php +60 -0
  266. package/dist/core/templates/skills/wordpress/plugin-standard/templates/assets/admin-css.css +22 -0
  267. package/dist/core/templates/skills/wordpress/plugin-standard/templates/assets/admin-js.js +15 -0
  268. package/dist/core/templates/skills/wordpress/plugin-standard/templates/plugin-main.php +169 -0
  269. package/dist/core/templates/skills/wordpress/plugin-standard/templates/readme.txt +41 -0
  270. package/dist/core/templates/skills/wordpress/plugin-standard/templates/uninstall.php +21 -0
  271. package/dist/core/templates/skills/wordpress/ux-element/skill.md +83 -0
  272. package/dist/core/templates/skills/wordpress/ux-element/templates/Controller.php +50 -0
  273. package/dist/core/templates/skills/wordpress/ux-element/templates/Shortcode.php +23 -0
  274. package/dist/core/templates/skills/wordpress/ux-element/templates/Template.html +20 -0
  275. package/dist/core/templates/skills/wordpress/ux-element/templates/Thumbnail.svg +8 -0
  276. package/dist/core/templates/skills/wordpress/ux-element/templates/View.php +21 -0
  277. package/dist/core/templates/skills/wordpress-plugin-check-skill.md +151 -151
  278. package/dist/core/templates/skills/wordpress-plugin-standard/templates/admin-dashboard.php +47 -47
  279. package/dist/core/templates/skills/wordpress-plugin-standard/templates/admin-settings.php +60 -60
  280. package/dist/core/templates/skills/wordpress-plugin-standard/templates/assets/admin-css.css +22 -22
  281. package/dist/core/templates/skills/wordpress-plugin-standard/templates/assets/admin-js.js +15 -15
  282. package/dist/core/templates/skills/wordpress-plugin-standard/templates/plugin-main.php +169 -169
  283. package/dist/core/templates/skills/wordpress-plugin-standard/templates/readme.txt +41 -41
  284. package/dist/core/templates/skills/wordpress-plugin-standard/templates/uninstall.php +21 -21
  285. package/dist/core/templates/skills/wordpress-plugin-standard-skill.md +100 -100
  286. package/dist/index.js +4237 -331
  287. package/package.json +75 -72
@@ -1,155 +1,155 @@
1
- :root {
2
- --primary-color: #3498db;
3
- --secondary-color: #2c3e50;
4
- --bg-light: #f4f7f6;
5
- --text-color: #333;
6
- --sidebar-bg: #2c3e50;
7
- --sidebar-text: #fff;
8
- --sidebar-active: #34495e;
9
- --content-bg: #fff;
10
- --shadow: 0 2px 5px rgba(0,0,0,0.1);
11
- }
12
-
13
- * {
14
- box-sizing: border-box;
15
- }
16
-
17
- body {
18
- font-family: 'Inter', system-ui, -apple-system, sans-serif;
19
- background: var(--bg-light);
20
- color: var(--text-color);
21
- margin: 0;
22
- display: flex;
23
- }
24
-
25
- .wrapper {
26
- display: flex;
27
- width: 100%;
28
- align-items: stretch;
29
- }
30
-
31
- /* Sidebar */
32
- .sidebar {
33
- min-width: 280px;
34
- max-width: 280px;
35
- background: var(--sidebar-bg);
36
- color: var(--sidebar-text);
37
- transition: all 0.3s;
38
- height: 100vh;
39
- position: sticky;
40
- top: 0;
41
- overflow-y: auto;
42
- }
43
-
44
- .sidebar .sidebar-header {
45
- padding: 30px 20px;
46
- background: #243342;
47
- }
48
-
49
- .sidebar ul.components {
50
- padding: 20px 0;
51
- }
52
-
53
- .sidebar ul li a {
54
- padding: 12px 25px;
55
- font-size: 0.95em;
56
- display: block;
57
- color: rgba(255,255,255,0.8);
58
- text-decoration: none;
59
- transition: 0.3s;
60
- border-left: 4px solid transparent;
61
- }
62
-
63
- .sidebar ul li a:hover {
64
- background: var(--sidebar-active);
65
- color: #fff;
66
- border-left-color: var(--primary-color);
67
- }
68
-
69
- .sidebar ul li.active > a {
70
- color: #fff;
71
- background: var(--sidebar-active);
72
- border-left-color: var(--primary-color);
73
- }
74
-
75
- /* Content */
76
- .content {
77
- width: 100%;
78
- padding: 40px;
79
- min-height: 100vh;
80
- transition: all 0.3s;
81
- background: var(--content-bg);
82
- }
83
-
84
- header {
85
- margin-bottom: 40px;
86
- display: flex;
87
- justify-content: space-between;
88
- align-items: center;
89
- }
90
-
91
- .main-content {
92
- max-width: 900px;
93
- margin: 0 auto;
94
- line-height: 1.7;
95
- }
96
-
97
- h1, h2, h3 {
98
- color: var(--secondary-color);
99
- margin-top: 2em;
100
- }
101
-
102
- h1:first-child {
103
- margin-top: 0;
104
- }
105
-
106
- p {
107
- margin-bottom: 1.5em;
108
- }
109
-
110
- code {
111
- background: #f1f1f1;
112
- padding: 2px 5px;
113
- border-radius: 4px;
114
- font-family: 'Fira Code', monospace;
115
- }
116
-
117
- pre {
118
- background: #2d3436;
119
- color: #dfe6e9;
120
- padding: 20px;
121
- border-radius: 8px;
122
- overflow-x: auto;
123
- margin: 20px 0;
124
- }
125
-
126
- pre code {
127
- background: none;
128
- color: inherit;
129
- padding: 0;
130
- }
131
-
132
- footer {
133
- margin-top: 80px;
134
- padding-top: 20px;
135
- border-top: 1px solid #eee;
136
- color: #999;
137
- font-size: 0.9em;
138
- }
139
-
140
- /* Scroll target adjustment */
141
- section[id] {
142
- scroll-margin-top: 40px;
143
- }
144
-
145
- @media (max-width: 768px) {
146
- .sidebar {
147
- margin-left: -280px;
148
- }
149
- .sidebar.active {
150
- margin-left: 0;
151
- }
152
- .content {
153
- padding: 20px;
154
- }
155
- }
1
+ :root {
2
+ --primary-color: #3498db;
3
+ --secondary-color: #2c3e50;
4
+ --bg-light: #f4f7f6;
5
+ --text-color: #333;
6
+ --sidebar-bg: #2c3e50;
7
+ --sidebar-text: #fff;
8
+ --sidebar-active: #34495e;
9
+ --content-bg: #fff;
10
+ --shadow: 0 2px 5px rgba(0,0,0,0.1);
11
+ }
12
+
13
+ * {
14
+ box-sizing: border-box;
15
+ }
16
+
17
+ body {
18
+ font-family: 'Inter', system-ui, -apple-system, sans-serif;
19
+ background: var(--bg-light);
20
+ color: var(--text-color);
21
+ margin: 0;
22
+ display: flex;
23
+ }
24
+
25
+ .wrapper {
26
+ display: flex;
27
+ width: 100%;
28
+ align-items: stretch;
29
+ }
30
+
31
+ /* Sidebar */
32
+ .sidebar {
33
+ min-width: 280px;
34
+ max-width: 280px;
35
+ background: var(--sidebar-bg);
36
+ color: var(--sidebar-text);
37
+ transition: all 0.3s;
38
+ height: 100vh;
39
+ position: sticky;
40
+ top: 0;
41
+ overflow-y: auto;
42
+ }
43
+
44
+ .sidebar .sidebar-header {
45
+ padding: 30px 20px;
46
+ background: #243342;
47
+ }
48
+
49
+ .sidebar ul.components {
50
+ padding: 20px 0;
51
+ }
52
+
53
+ .sidebar ul li a {
54
+ padding: 12px 25px;
55
+ font-size: 0.95em;
56
+ display: block;
57
+ color: rgba(255,255,255,0.8);
58
+ text-decoration: none;
59
+ transition: 0.3s;
60
+ border-left: 4px solid transparent;
61
+ }
62
+
63
+ .sidebar ul li a:hover {
64
+ background: var(--sidebar-active);
65
+ color: #fff;
66
+ border-left-color: var(--primary-color);
67
+ }
68
+
69
+ .sidebar ul li.active > a {
70
+ color: #fff;
71
+ background: var(--sidebar-active);
72
+ border-left-color: var(--primary-color);
73
+ }
74
+
75
+ /* Content */
76
+ .content {
77
+ width: 100%;
78
+ padding: 40px;
79
+ min-height: 100vh;
80
+ transition: all 0.3s;
81
+ background: var(--content-bg);
82
+ }
83
+
84
+ header {
85
+ margin-bottom: 40px;
86
+ display: flex;
87
+ justify-content: space-between;
88
+ align-items: center;
89
+ }
90
+
91
+ .main-content {
92
+ max-width: 900px;
93
+ margin: 0 auto;
94
+ line-height: 1.7;
95
+ }
96
+
97
+ h1, h2, h3 {
98
+ color: var(--secondary-color);
99
+ margin-top: 2em;
100
+ }
101
+
102
+ h1:first-child {
103
+ margin-top: 0;
104
+ }
105
+
106
+ p {
107
+ margin-bottom: 1.5em;
108
+ }
109
+
110
+ code {
111
+ background: #f1f1f1;
112
+ padding: 2px 5px;
113
+ border-radius: 4px;
114
+ font-family: 'Fira Code', monospace;
115
+ }
116
+
117
+ pre {
118
+ background: #2d3436;
119
+ color: #dfe6e9;
120
+ padding: 20px;
121
+ border-radius: 8px;
122
+ overflow-x: auto;
123
+ margin: 20px 0;
124
+ }
125
+
126
+ pre code {
127
+ background: none;
128
+ color: inherit;
129
+ padding: 0;
130
+ }
131
+
132
+ footer {
133
+ margin-top: 80px;
134
+ padding-top: 20px;
135
+ border-top: 1px solid #eee;
136
+ color: #999;
137
+ font-size: 0.9em;
138
+ }
139
+
140
+ /* Scroll target adjustment */
141
+ section[id] {
142
+ scroll-margin-top: 40px;
143
+ }
144
+
145
+ @media (max-width: 768px) {
146
+ .sidebar {
147
+ margin-left: -280px;
148
+ }
149
+ .sidebar.active {
150
+ margin-left: 0;
151
+ }
152
+ .content {
153
+ padding: 20px;
154
+ }
155
+ }
@@ -1,16 +1,16 @@
1
- # Technical Documentation: {{title}}
2
-
3
- ## Overview
4
- {{description}}
5
-
6
- ## Architecture
7
- {{architecture_details}}
8
-
9
- ## Installation
10
- {{installation_steps}}
11
-
12
- ## API Reference
13
- {{api_details}}
14
-
15
- ## Troubleshooting
16
- {{common_issues}}
1
+ # Technical Documentation: {{title}}
2
+
3
+ ## Overview
4
+ {{description}}
5
+
6
+ ## Architecture
7
+ {{architecture_details}}
8
+
9
+ ## Installation
10
+ {{installation_steps}}
11
+
12
+ ## API Reference
13
+ {{api_details}}
14
+
15
+ ## Troubleshooting
16
+ {{common_issues}}
@@ -1,16 +1,16 @@
1
- # User Guide: {{title}}
2
-
3
- ## Introduction
4
- {{intro_text}}
5
-
6
- ## Getting Started
7
- {{getting_started_steps}}
8
-
9
- ## Features
10
- {{feature_list}}
11
-
12
- ## FAQ
13
- {{faq_items}}
14
-
15
- ## Support
16
- {{support_info}}
1
+ # User Guide: {{title}}
2
+
3
+ ## Introduction
4
+ {{intro_text}}
5
+
6
+ ## Getting Started
7
+ {{getting_started_steps}}
8
+
9
+ ## Features
10
+ {{feature_list}}
11
+
12
+ ## FAQ
13
+ {{faq_items}}
14
+
15
+ ## Support
16
+ {{support_info}}
@@ -1,104 +1,104 @@
1
- # Skill: Documents (Cross-Cutting & Multi-Format)
2
-
3
- ## Purpose
4
-
5
- This skill is used to create comprehensive documentation for both technical and end-user audiences. It supports parallel generation of Markdown files (for repository/GitHub) and interactive HTML files (for browser-based manuals).
6
-
7
- ## Core Requirements
8
-
9
- ### 1. Multi-Format Output
10
- Every documentation task should ideally generate four versions:
11
- - `documentation.txt`: A concise, text-only overview for quick reading and AI context.
12
- - `documentation.md`: High-quality Markdown for version control and GitHub READMEs.
13
- - `documentation.html`: An interactive, premium documentation page with sidebar navigation.
14
- - `documentation-landing-page.html`: A visual, high-end landing page to showcase the project/plugin.
15
-
16
- ### 2. Dynamic Design (Not Fixed Templates)
17
- - **Do NOT follow a rigid template**: The Agent must **design** the documentation layout and content structure specifically for the project.
18
- - **Synergy with ui-ux**: use of the `ui-ux` skill is **MANDATORY** for `documentation.html` and `documentation-landing-page.html`.
19
-
20
- ### 3. Standard Quality Structure (Mandatory)
21
- To ensure clarity and completeness, the generated documentation MUST include:
22
-
23
- #### A. Interactive Documentation (documentation.html)
24
- 1. **Quick Start**: Clear steps to get running in < 2 minutes.
25
- 2. **System Requirements**: OS, versions, dependencies.
26
- 3. **Installation & Setup**: Detailed step-by-step guide.
27
- 4. **Configuration**: Explanation of all settings (config files, UI settings).
28
- 5. **Core Features**: Deep dive into each component found in `heraspec/specs/`.
29
- 6. **Technical Reference**: (For Devs) API endpoints, Hooks, Filters, Functions.
30
- 7. **Troubleshooting & FAQ**: Common issues and solutions.
31
-
32
- #### B. Premium Landing Page (documentation-landing-page.html)
33
- 1. **Hero Section**: High-impact headline and clear sub-headline.
34
- 2. **Value Proposition**: Briefly explain "The Problem" vs "The Solution".
35
- 3. **Feature Showcase**: A visual grid of key benefits with icons/images.
36
- 4. **How It Works**: A simplified 1-2-3 step process of using the project.
37
- 5. **CTA (Call to Action)**: Prominent buttons to "Get Started" or "View Docs".
38
-
39
- ### 4. Visual Excellence
40
- - Use gradients, smooth animations (fade-in, slide), and premium fonts (e.g., Inter, Montserrat).
41
- - The HTML documentation should feel like a modern SaaS dashboard or a high-end technical manual.
42
-
43
- ### 4. Project-Wide Scope
44
- When tasked with generating documentation for the entire project:
45
- - **Data Source**: Agent MUST read `heraspec/project.md` and ALL files in `heraspec/specs/`.
46
- - **Synthesis**: Agent must combine information from all components and features into a unified manual.
47
- - **Landing Page**: Should serve as the project homepage, summarizing the main value proposition and key features across all modules.
48
-
49
- ## Implementation Steps
50
-
51
- ### Step 1: Intelligence Gathering & Design Planning
52
- 1. **Analyze Project**: Scan all relevant `.md` files in the project. Understand the core purpose and technical details.
53
- 2. **Enforce UI/UX Dependency**:
54
- - Check if `heraspec/skills/ui-ux/` exists.
55
- - If missing: **Execute `heraspec skill add ui-ux`** immediately. Do NOT proceed with HTML generation until this skill is available.
56
- 3. **Define Design System**: Consult the `ui-ux` skill to establish a visual language (colors, fonts, animation styles).
57
- 4. **Plan Structures**: Outline what needs to go into the `.txt`, `.md`, and `.html` versions.
58
-
59
- ### Step 2: Constructing Documentation Assets
60
- 1. **Compose documentation.txt & .md**: Focus on clarity and technical accuracy.
61
- 2. **Develop documentation.html**: Build a split-panel layout (Sidebar + Content). DO NOT just fill a template; **write the HTML/CSS/JS** needed to make it look premium and project-specific.
62
- 3. **Design documentation-landing-page.html**: Create a compelling Hero section and feature showcase. Link to the main docs.
63
-
64
- ## Required Input
65
-
66
- - **Project Context**: The name of the plugin/project (e.g., "polyutilities").
67
- - **Specs/Docs**: All existing documentation and specification files.
68
- - **Design Guidelines**: Inputs from the `ui-ux` skill.
69
-
70
- ## Expected Output (Save to /documentations/)
71
-
72
- **CRITICAL**: All files MUST be placed in a `/documentations` folder at the project root. If this folder does not exist, the Agent MUST create it first.
73
-
74
- - `/documentations/documentation.txt`: Plain text overview.
75
- - `/documentations/documentation.md`: Markdown version.
76
- - `/documentations/documentation.html`: Interactive split-panel HTML.
77
- - `/documentations/documentation-landing-page.html`: Visual landing page.
78
- - `/documentations/style.css` & `/documentations/landing-style.css`: Custom-generated styles.
79
- - `/documentations/script.js` & `/documentations/landing-script.js`: Interactive logic.
80
-
81
- ## Tone & Rules
82
-
83
- - **Consistent Content**: The core information must be synchronized across all formats.
84
- - **Design Autonomy**: The Agent is responsible for the final aesthetic and structural quality.
85
- - **Visual Impact**: Documentation must WOW the user with its premium feel.
86
-
87
- ## Reference Templates
88
- These are provided as starting points or inspiration. The Agent should feel free to expand or modify them to suit the project:
89
-
90
- - `templates/documentation.html` - Base HTML documentation layout
91
- - `templates/documentation-landing-page.html` - Premium Landing Page layout
92
- - `templates/style.css` - Premium styles for HTML documentation
93
- - `templates/landing-style.css` - Premium styles for Landing Page
94
- - `templates/script.js` - Interactive logic for HTML documentation
95
- - `templates/landing-script.js` - Interactive logic for Landing Page
96
- - `templates/technical-doc-template.md` - Technical documentation
97
- - `templates/user-guide-template.md` - User guide
98
- - `templates/api-doc-template.md` - API documentation
99
- - `templates/changelog-template.md` - Changelog template
100
-
101
- ## Links to Other Skills
102
-
103
- - **ui-ux**: ESSENTIAL. Use this to determine the look and feel of the HTML documentation.
104
- - **content-optimization**: Use to ensure the text is clear and professional.
1
+ # Skill: Documents (Cross-Cutting & Multi-Format)
2
+
3
+ ## Purpose
4
+
5
+ This skill is used to create comprehensive documentation for both technical and end-user audiences. It supports parallel generation of Markdown files (for repository/GitHub) and interactive HTML files (for browser-based manuals).
6
+
7
+ ## Core Requirements
8
+
9
+ ### 1. Multi-Format Output
10
+ Every documentation task should ideally generate four versions:
11
+ - `documentation.txt`: A concise, text-only overview for quick reading and AI context.
12
+ - `documentation.md`: High-quality Markdown for version control and GitHub READMEs.
13
+ - `documentation.html`: An interactive, premium documentation page with sidebar navigation.
14
+ - `documentation-landing-page.html`: A visual, high-end landing page to showcase the project/plugin.
15
+
16
+ ### 2. Dynamic Design (Not Fixed Templates)
17
+ - **Do NOT follow a rigid template**: The Agent must **design** the documentation layout and content structure specifically for the project.
18
+ - **Synergy with ui-ux**: use of the `ui-ux` skill is **MANDATORY** for `documentation.html` and `documentation-landing-page.html`.
19
+
20
+ ### 3. Standard Quality Structure (Mandatory)
21
+ To ensure clarity and completeness, the generated documentation MUST include:
22
+
23
+ #### A. Interactive Documentation (documentation.html)
24
+ 1. **Quick Start**: Clear steps to get running in < 2 minutes.
25
+ 2. **System Requirements**: OS, versions, dependencies.
26
+ 3. **Installation & Setup**: Detailed step-by-step guide.
27
+ 4. **Configuration**: Explanation of all settings (config files, UI settings).
28
+ 5. **Core Features**: Deep dive into each component found in `heraspec/specs/`.
29
+ 6. **Technical Reference**: (For Devs) API endpoints, Hooks, Filters, Functions.
30
+ 7. **Troubleshooting & FAQ**: Common issues and solutions.
31
+
32
+ #### B. Premium Landing Page (documentation-landing-page.html)
33
+ 1. **Hero Section**: High-impact headline and clear sub-headline.
34
+ 2. **Value Proposition**: Briefly explain "The Problem" vs "The Solution".
35
+ 3. **Feature Showcase**: A visual grid of key benefits with icons/images.
36
+ 4. **How It Works**: A simplified 1-2-3 step process of using the project.
37
+ 5. **CTA (Call to Action)**: Prominent buttons to "Get Started" or "View Docs".
38
+
39
+ ### 4. Visual Excellence
40
+ - Use gradients, smooth animations (fade-in, slide), and premium fonts (e.g., Inter, Montserrat).
41
+ - The HTML documentation should feel like a modern SaaS dashboard or a high-end technical manual.
42
+
43
+ ### 4. Project-Wide Scope
44
+ When tasked with generating documentation for the entire project:
45
+ - **Data Source**: Agent MUST read `heraspec/project.md` and ALL files in `heraspec/specs/`.
46
+ - **Synthesis**: Agent must combine information from all components and features into a unified manual.
47
+ - **Landing Page**: Should serve as the project homepage, summarizing the main value proposition and key features across all modules.
48
+
49
+ ## Implementation Steps
50
+
51
+ ### Step 1: Intelligence Gathering & Design Planning
52
+ 1. **Analyze Project**: Scan all relevant `.md` files in the project. Understand the core purpose and technical details.
53
+ 2. **Enforce UI/UX Dependency**:
54
+ - Check if `heraspec/skills/ui-ux/` exists.
55
+ - If missing: **Execute `heraspec skill add ui-ux`** immediately. Do NOT proceed with HTML generation until this skill is available.
56
+ 3. **Define Design System**: Consult the `ui-ux` skill to establish a visual language (colors, fonts, animation styles).
57
+ 4. **Plan Structures**: Outline what needs to go into the `.txt`, `.md`, and `.html` versions.
58
+
59
+ ### Step 2: Constructing Documentation Assets
60
+ 1. **Compose documentation.txt & .md**: Focus on clarity and technical accuracy.
61
+ 2. **Develop documentation.html**: Build a split-panel layout (Sidebar + Content). DO NOT just fill a template; **write the HTML/CSS/JS** needed to make it look premium and project-specific.
62
+ 3. **Design documentation-landing-page.html**: Create a compelling Hero section and feature showcase. Link to the main docs.
63
+
64
+ ## Required Input
65
+
66
+ - **Project Context**: The name of the plugin/project (e.g., "polyutilities").
67
+ - **Specs/Docs**: All existing documentation and specification files.
68
+ - **Design Guidelines**: Inputs from the `ui-ux` skill.
69
+
70
+ ## Expected Output (Save to /documentations/)
71
+
72
+ **CRITICAL**: All files MUST be placed in a `/documentations` folder at the project root. If this folder does not exist, the Agent MUST create it first.
73
+
74
+ - `/documentations/documentation.txt`: Plain text overview.
75
+ - `/documentations/documentation.md`: Markdown version.
76
+ - `/documentations/documentation.html`: Interactive split-panel HTML.
77
+ - `/documentations/documentation-landing-page.html`: Visual landing page.
78
+ - `/documentations/style.css` & `/documentations/landing-style.css`: Custom-generated styles.
79
+ - `/documentations/script.js` & `/documentations/landing-script.js`: Interactive logic.
80
+
81
+ ## Tone & Rules
82
+
83
+ - **Consistent Content**: The core information must be synchronized across all formats.
84
+ - **Design Autonomy**: The Agent is responsible for the final aesthetic and structural quality.
85
+ - **Visual Impact**: Documentation must WOW the user with its premium feel.
86
+
87
+ ## Reference Templates
88
+ These are provided as starting points or inspiration. The Agent should feel free to expand or modify them to suit the project:
89
+
90
+ - `templates/documentation.html` - Base HTML documentation layout
91
+ - `templates/documentation-landing-page.html` - Premium Landing Page layout
92
+ - `templates/style.css` - Premium styles for HTML documentation
93
+ - `templates/landing-style.css` - Premium styles for Landing Page
94
+ - `templates/script.js` - Interactive logic for HTML documentation
95
+ - `templates/landing-script.js` - Interactive logic for Landing Page
96
+ - `templates/technical-doc-template.md` - Technical documentation
97
+ - `templates/user-guide-template.md` - User guide
98
+ - `templates/api-doc-template.md` - API documentation
99
+ - `templates/changelog-template.md` - Changelog template
100
+
101
+ ## Links to Other Skills
102
+
103
+ - **ui-ux**: ESSENTIAL. Use this to determine the look and feel of the HTML documentation.
104
+ - **content-optimization**: Use to ensure the text is clear and professional.