takomi 2.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 (544) hide show
  1. package/README.md +422 -0
  2. package/assets/.agent/skills/agent-recovery/SKILL.md +147 -0
  3. package/assets/.agent/skills/ai-avatar-video/SKILL.md +153 -0
  4. package/assets/.agent/skills/ai-marketing-videos/SKILL.md +295 -0
  5. package/assets/.agent/skills/ai-podcast-creation/SKILL.md +292 -0
  6. package/assets/.agent/skills/ai-product-photography/SKILL.md +269 -0
  7. package/assets/.agent/skills/ai-sdk/SKILL.md +77 -0
  8. package/assets/.agent/skills/ai-sdk/references/ai-gateway.md +66 -0
  9. package/assets/.agent/skills/ai-sdk/references/common-errors.md +443 -0
  10. package/assets/.agent/skills/ai-sdk/references/type-safe-agents.md +204 -0
  11. package/assets/.agent/skills/ai-social-media-content/SKILL.md +253 -0
  12. package/assets/.agent/skills/ai-voice-cloning/SKILL.md +276 -0
  13. package/assets/.agent/skills/algorithmic-art/LICENSE.txt +202 -0
  14. package/assets/.agent/skills/algorithmic-art/SKILL.md +405 -0
  15. package/assets/.agent/skills/algorithmic-art/templates/generator_template.js +223 -0
  16. package/assets/.agent/skills/algorithmic-art/templates/viewer.html +599 -0
  17. package/assets/.agent/skills/audit-website/SKILL.md +631 -0
  18. package/assets/.agent/skills/audit-website/agents/openai.yaml +6 -0
  19. package/assets/.agent/skills/audit-website/assets/icon-large.png +0 -0
  20. package/assets/.agent/skills/audit-website/assets/icon-small.svg +41 -0
  21. package/assets/.agent/skills/audit-website/references/OUTPUT-FORMAT.md +250 -0
  22. package/assets/.agent/skills/avoid-feature-creep/SKILL.md +307 -0
  23. package/assets/.agent/skills/avoid-feature-creep/agents/openai.yaml +3 -0
  24. package/assets/.agent/skills/avoid-feature-creep/assets/large-logo.png +0 -0
  25. package/assets/.agent/skills/avoid-feature-creep/assets/small-logo.svg +17 -0
  26. package/assets/.agent/skills/building-native-ui/SKILL.md +320 -0
  27. package/assets/.agent/skills/building-native-ui/references/animations.md +220 -0
  28. package/assets/.agent/skills/building-native-ui/references/controls.md +270 -0
  29. package/assets/.agent/skills/building-native-ui/references/form-sheet.md +227 -0
  30. package/assets/.agent/skills/building-native-ui/references/gradients.md +106 -0
  31. package/assets/.agent/skills/building-native-ui/references/icons.md +213 -0
  32. package/assets/.agent/skills/building-native-ui/references/media.md +198 -0
  33. package/assets/.agent/skills/building-native-ui/references/route-structure.md +229 -0
  34. package/assets/.agent/skills/building-native-ui/references/search.md +248 -0
  35. package/assets/.agent/skills/building-native-ui/references/storage.md +121 -0
  36. package/assets/.agent/skills/building-native-ui/references/tabs.md +368 -0
  37. package/assets/.agent/skills/building-native-ui/references/toolbar-and-headers.md +284 -0
  38. package/assets/.agent/skills/building-native-ui/references/visual-effects.md +197 -0
  39. package/assets/.agent/skills/building-native-ui/references/webgpu-three.md +605 -0
  40. package/assets/.agent/skills/building-native-ui/references/zoom-transitions.md +158 -0
  41. package/assets/.agent/skills/code-review/SKILL.md +81 -0
  42. package/assets/.agent/skills/component-analysis/SKILL.md +103 -0
  43. package/assets/.agent/skills/context7/SKILL.md +85 -0
  44. package/assets/.agent/skills/convex/SKILL.md +62 -0
  45. package/assets/.agent/skills/convex/agents/openai.yaml +3 -0
  46. package/assets/.agent/skills/convex/assets/large-logo.png +0 -0
  47. package/assets/.agent/skills/convex/assets/small-logo.svg +17 -0
  48. package/assets/.agent/skills/convex-agents/SKILL.md +516 -0
  49. package/assets/.agent/skills/convex-agents/agents/openai.yaml +3 -0
  50. package/assets/.agent/skills/convex-agents/assets/large-logo.png +0 -0
  51. package/assets/.agent/skills/convex-agents/assets/small-logo.svg +17 -0
  52. package/assets/.agent/skills/convex-best-practices/SKILL.md +369 -0
  53. package/assets/.agent/skills/convex-best-practices/agents/openai.yaml +3 -0
  54. package/assets/.agent/skills/convex-best-practices/assets/large-logo.png +0 -0
  55. package/assets/.agent/skills/convex-best-practices/assets/small-logo.svg +17 -0
  56. package/assets/.agent/skills/convex-component-authoring/SKILL.md +457 -0
  57. package/assets/.agent/skills/convex-component-authoring/agents/openai.yaml +3 -0
  58. package/assets/.agent/skills/convex-component-authoring/assets/large-logo.png +0 -0
  59. package/assets/.agent/skills/convex-component-authoring/assets/small-logo.svg +17 -0
  60. package/assets/.agent/skills/convex-cron-jobs/SKILL.md +604 -0
  61. package/assets/.agent/skills/convex-cron-jobs/agents/openai.yaml +3 -0
  62. package/assets/.agent/skills/convex-cron-jobs/assets/large-logo.png +0 -0
  63. package/assets/.agent/skills/convex-cron-jobs/assets/small-logo.svg +17 -0
  64. package/assets/.agent/skills/convex-file-storage/SKILL.md +467 -0
  65. package/assets/.agent/skills/convex-file-storage/agents/openai.yaml +3 -0
  66. package/assets/.agent/skills/convex-file-storage/assets/large-logo.png +0 -0
  67. package/assets/.agent/skills/convex-file-storage/assets/small-logo.svg +17 -0
  68. package/assets/.agent/skills/convex-functions/SKILL.md +458 -0
  69. package/assets/.agent/skills/convex-functions/agents/openai.yaml +3 -0
  70. package/assets/.agent/skills/convex-functions/assets/large-logo.png +0 -0
  71. package/assets/.agent/skills/convex-functions/assets/small-logo.svg +17 -0
  72. package/assets/.agent/skills/convex-http-actions/SKILL.md +733 -0
  73. package/assets/.agent/skills/convex-http-actions/agents/openai.yaml +3 -0
  74. package/assets/.agent/skills/convex-http-actions/assets/large-logo.png +0 -0
  75. package/assets/.agent/skills/convex-http-actions/assets/small-logo.svg +17 -0
  76. package/assets/.agent/skills/convex-migrations/SKILL.md +712 -0
  77. package/assets/.agent/skills/convex-migrations/agents/openai.yaml +3 -0
  78. package/assets/.agent/skills/convex-migrations/assets/large-logo.png +0 -0
  79. package/assets/.agent/skills/convex-migrations/assets/small-logo.svg +17 -0
  80. package/assets/.agent/skills/convex-realtime/SKILL.md +443 -0
  81. package/assets/.agent/skills/convex-realtime/agents/openai.yaml +3 -0
  82. package/assets/.agent/skills/convex-realtime/assets/large-logo.png +0 -0
  83. package/assets/.agent/skills/convex-realtime/assets/small-logo.svg +17 -0
  84. package/assets/.agent/skills/convex-schema-validator/SKILL.md +400 -0
  85. package/assets/.agent/skills/convex-schema-validator/agents/openai.yaml +3 -0
  86. package/assets/.agent/skills/convex-schema-validator/assets/large-logo.png +0 -0
  87. package/assets/.agent/skills/convex-schema-validator/assets/small-logo.svg +17 -0
  88. package/assets/.agent/skills/convex-security-audit/SKILL.md +539 -0
  89. package/assets/.agent/skills/convex-security-audit/agents/openai.yaml +3 -0
  90. package/assets/.agent/skills/convex-security-audit/assets/large-logo.png +0 -0
  91. package/assets/.agent/skills/convex-security-audit/assets/small-logo.svg +17 -0
  92. package/assets/.agent/skills/convex-security-check/SKILL.md +378 -0
  93. package/assets/.agent/skills/convex-security-check/agents/openai.yaml +3 -0
  94. package/assets/.agent/skills/convex-security-check/assets/large-logo.png +0 -0
  95. package/assets/.agent/skills/convex-security-check/assets/small-logo.svg +17 -0
  96. package/assets/.agent/skills/copywriting/SKILL.md +251 -0
  97. package/assets/.agent/skills/copywriting/references/copy-frameworks.md +338 -0
  98. package/assets/.agent/skills/copywriting/references/natural-transitions.md +252 -0
  99. package/assets/.agent/skills/crafting-effective-readmes/SKILL.md +78 -0
  100. package/assets/.agent/skills/crafting-effective-readmes/references/art-of-readme.md +536 -0
  101. package/assets/.agent/skills/crafting-effective-readmes/references/make-a-readme.md +119 -0
  102. package/assets/.agent/skills/crafting-effective-readmes/references/standard-readme-example-maximal.md +68 -0
  103. package/assets/.agent/skills/crafting-effective-readmes/references/standard-readme-example-minimal.md +21 -0
  104. package/assets/.agent/skills/crafting-effective-readmes/references/standard-readme-spec.md +242 -0
  105. package/assets/.agent/skills/crafting-effective-readmes/section-checklist.md +17 -0
  106. package/assets/.agent/skills/crafting-effective-readmes/style-guide.md +13 -0
  107. package/assets/.agent/skills/crafting-effective-readmes/templates/internal.md +106 -0
  108. package/assets/.agent/skills/crafting-effective-readmes/templates/oss.md +77 -0
  109. package/assets/.agent/skills/crafting-effective-readmes/templates/personal.md +51 -0
  110. package/assets/.agent/skills/crafting-effective-readmes/templates/xdg-config.md +71 -0
  111. package/assets/.agent/skills/crafting-effective-readmes/using-references.md +35 -0
  112. package/assets/.agent/skills/docx/LICENSE.txt +30 -0
  113. package/assets/.agent/skills/docx/SKILL.md +481 -0
  114. package/assets/.agent/skills/docx/scripts/accept_changes.py +135 -0
  115. package/assets/.agent/skills/docx/scripts/comment.py +318 -0
  116. package/assets/.agent/skills/docx/scripts/office/helpers/merge_runs.py +199 -0
  117. package/assets/.agent/skills/docx/scripts/office/helpers/simplify_redlines.py +197 -0
  118. package/assets/.agent/skills/docx/scripts/office/pack.py +159 -0
  119. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
  120. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
  121. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
  122. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
  123. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
  124. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
  125. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
  126. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
  127. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
  128. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
  129. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
  130. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
  131. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
  132. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
  133. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
  134. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
  135. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
  136. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
  137. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
  138. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
  139. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
  140. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
  141. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
  142. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
  143. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
  144. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
  145. package/assets/.agent/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
  146. package/assets/.agent/skills/docx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
  147. package/assets/.agent/skills/docx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
  148. package/assets/.agent/skills/docx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
  149. package/assets/.agent/skills/docx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
  150. package/assets/.agent/skills/docx/scripts/office/schemas/mce/mc.xsd +75 -0
  151. package/assets/.agent/skills/docx/scripts/office/schemas/microsoft/wml-2010.xsd +560 -0
  152. package/assets/.agent/skills/docx/scripts/office/schemas/microsoft/wml-2012.xsd +67 -0
  153. package/assets/.agent/skills/docx/scripts/office/schemas/microsoft/wml-2018.xsd +14 -0
  154. package/assets/.agent/skills/docx/scripts/office/schemas/microsoft/wml-cex-2018.xsd +20 -0
  155. package/assets/.agent/skills/docx/scripts/office/schemas/microsoft/wml-cid-2016.xsd +13 -0
  156. package/assets/.agent/skills/docx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
  157. package/assets/.agent/skills/docx/scripts/office/schemas/microsoft/wml-symex-2015.xsd +8 -0
  158. package/assets/.agent/skills/docx/scripts/office/soffice.py +183 -0
  159. package/assets/.agent/skills/docx/scripts/office/unpack.py +132 -0
  160. package/assets/.agent/skills/docx/scripts/office/validate.py +111 -0
  161. package/assets/.agent/skills/docx/scripts/office/validators/base.py +847 -0
  162. package/assets/.agent/skills/docx/scripts/office/validators/docx.py +446 -0
  163. package/assets/.agent/skills/docx/scripts/office/validators/pptx.py +275 -0
  164. package/assets/.agent/skills/docx/scripts/office/validators/redlining.py +247 -0
  165. package/assets/.agent/skills/docx/scripts/templates/comments.xml +3 -0
  166. package/assets/.agent/skills/docx/scripts/templates/commentsExtended.xml +3 -0
  167. package/assets/.agent/skills/docx/scripts/templates/commentsExtensible.xml +3 -0
  168. package/assets/.agent/skills/docx/scripts/templates/commentsIds.xml +3 -0
  169. package/assets/.agent/skills/docx/scripts/templates/people.xml +3 -0
  170. package/assets/.agent/skills/domain-name-brainstormer/SKILL.md +212 -0
  171. package/assets/.agent/skills/frontend-design/LICENSE.txt +177 -0
  172. package/assets/.agent/skills/frontend-design/SKILL.md +42 -0
  173. package/assets/.agent/skills/gemini/SKILL.md +223 -0
  174. package/assets/.agent/skills/git-worktree/SKILL.md +78 -0
  175. package/assets/.agent/skills/github-ops/SKILL.md +220 -0
  176. package/assets/.agent/skills/github-ops/scripts/publish_issues.ps1 +443 -0
  177. package/assets/.agent/skills/github-ops/scripts/smart-ops.ps1 +128 -0
  178. package/assets/.agent/skills/github-ops/scripts/smart-ops.sh +130 -0
  179. package/assets/.agent/skills/global-brand-namer/SKILL.md +119 -0
  180. package/assets/.agent/skills/global-brand-namer/references/language-matrices.md +196 -0
  181. package/assets/.agent/skills/global-brand-namer/references/saas-modifiers.md +132 -0
  182. package/assets/.agent/skills/google-trends/SKILL.md +157 -0
  183. package/assets/.agent/skills/google-trends/scripts/package.json +17 -0
  184. package/assets/.agent/skills/google-trends/scripts/pnpm-lock.yaml +31 -0
  185. package/assets/.agent/skills/google-trends/scripts/search.js +168 -0
  186. package/assets/.agent/skills/high-fidelity-extraction/SKILL.md +59 -0
  187. package/assets/.agent/skills/jules/SKILL.md +196 -0
  188. package/assets/.agent/skills/marketing-ideas/SKILL.md +166 -0
  189. package/assets/.agent/skills/marketing-ideas/references/ideas-by-category.md +347 -0
  190. package/assets/.agent/skills/monorepo-management/SKILL.md +623 -0
  191. package/assets/.agent/skills/nextjs-standards/SKILL.md +194 -0
  192. package/assets/.agent/skills/nextjs-standards/scripts/vibe-verify.py +150 -0
  193. package/assets/.agent/skills/nextjs-standards/templates/Coding_Guidelines.md +337 -0
  194. package/assets/.agent/skills/nextjs-standards/templates/Issue_Template.md +194 -0
  195. package/assets/.agent/skills/optimize-agent-context/SKILL.md +97 -0
  196. package/assets/.agent/skills/pdf/LICENSE.txt +30 -0
  197. package/assets/.agent/skills/pdf/SKILL.md +314 -0
  198. package/assets/.agent/skills/pdf/forms.md +294 -0
  199. package/assets/.agent/skills/pdf/reference.md +612 -0
  200. package/assets/.agent/skills/pdf/scripts/check_bounding_boxes.py +65 -0
  201. package/assets/.agent/skills/pdf/scripts/check_fillable_fields.py +11 -0
  202. package/assets/.agent/skills/pdf/scripts/convert_pdf_to_images.py +33 -0
  203. package/assets/.agent/skills/pdf/scripts/create_validation_image.py +37 -0
  204. package/assets/.agent/skills/pdf/scripts/extract_form_field_info.py +122 -0
  205. package/assets/.agent/skills/pdf/scripts/extract_form_structure.py +115 -0
  206. package/assets/.agent/skills/pdf/scripts/fill_fillable_fields.py +98 -0
  207. package/assets/.agent/skills/pdf/scripts/fill_pdf_form_with_annotations.py +107 -0
  208. package/assets/.agent/skills/pptx/LICENSE.txt +30 -0
  209. package/assets/.agent/skills/pptx/SKILL.md +232 -0
  210. package/assets/.agent/skills/pptx/editing.md +205 -0
  211. package/assets/.agent/skills/pptx/pptxgenjs.md +420 -0
  212. package/assets/.agent/skills/pptx/scripts/add_slide.py +195 -0
  213. package/assets/.agent/skills/pptx/scripts/clean.py +286 -0
  214. package/assets/.agent/skills/pptx/scripts/office/helpers/merge_runs.py +199 -0
  215. package/assets/.agent/skills/pptx/scripts/office/helpers/simplify_redlines.py +197 -0
  216. package/assets/.agent/skills/pptx/scripts/office/pack.py +159 -0
  217. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
  218. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
  219. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
  220. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
  221. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
  222. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
  223. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
  224. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
  225. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
  226. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
  227. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
  228. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
  229. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
  230. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
  231. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
  232. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
  233. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
  234. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
  235. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
  236. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
  237. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
  238. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
  239. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
  240. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
  241. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
  242. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
  243. package/assets/.agent/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
  244. package/assets/.agent/skills/pptx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
  245. package/assets/.agent/skills/pptx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
  246. package/assets/.agent/skills/pptx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
  247. package/assets/.agent/skills/pptx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
  248. package/assets/.agent/skills/pptx/scripts/office/schemas/mce/mc.xsd +75 -0
  249. package/assets/.agent/skills/pptx/scripts/office/schemas/microsoft/wml-2010.xsd +560 -0
  250. package/assets/.agent/skills/pptx/scripts/office/schemas/microsoft/wml-2012.xsd +67 -0
  251. package/assets/.agent/skills/pptx/scripts/office/schemas/microsoft/wml-2018.xsd +14 -0
  252. package/assets/.agent/skills/pptx/scripts/office/schemas/microsoft/wml-cex-2018.xsd +20 -0
  253. package/assets/.agent/skills/pptx/scripts/office/schemas/microsoft/wml-cid-2016.xsd +13 -0
  254. package/assets/.agent/skills/pptx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
  255. package/assets/.agent/skills/pptx/scripts/office/schemas/microsoft/wml-symex-2015.xsd +8 -0
  256. package/assets/.agent/skills/pptx/scripts/office/soffice.py +183 -0
  257. package/assets/.agent/skills/pptx/scripts/office/unpack.py +132 -0
  258. package/assets/.agent/skills/pptx/scripts/office/validate.py +111 -0
  259. package/assets/.agent/skills/pptx/scripts/office/validators/base.py +847 -0
  260. package/assets/.agent/skills/pptx/scripts/office/validators/docx.py +446 -0
  261. package/assets/.agent/skills/pptx/scripts/office/validators/pptx.py +275 -0
  262. package/assets/.agent/skills/pptx/scripts/office/validators/redlining.py +247 -0
  263. package/assets/.agent/skills/pptx/scripts/thumbnail.py +289 -0
  264. package/assets/.agent/skills/pricing-strategy/SKILL.md +227 -0
  265. package/assets/.agent/skills/pricing-strategy/references/research-methods.md +146 -0
  266. package/assets/.agent/skills/pricing-strategy/references/tier-structure.md +223 -0
  267. package/assets/.agent/skills/programmatic-seo/SKILL.md +236 -0
  268. package/assets/.agent/skills/programmatic-seo/references/playbooks.md +293 -0
  269. package/assets/.agent/skills/prompt-engineering/SKILL.md +342 -0
  270. package/assets/.agent/skills/remotion/SKILL.md +45 -0
  271. package/assets/.agent/skills/remotion/rules/3d.md +86 -0
  272. package/assets/.agent/skills/remotion/rules/animations.md +29 -0
  273. package/assets/.agent/skills/remotion/rules/assets/charts-bar-chart.tsx +173 -0
  274. package/assets/.agent/skills/remotion/rules/assets/text-animations-typewriter.tsx +100 -0
  275. package/assets/.agent/skills/remotion/rules/assets/text-animations-word-highlight.tsx +108 -0
  276. package/assets/.agent/skills/remotion/rules/assets.md +78 -0
  277. package/assets/.agent/skills/remotion/rules/audio.md +172 -0
  278. package/assets/.agent/skills/remotion/rules/calculate-metadata.md +104 -0
  279. package/assets/.agent/skills/remotion/rules/can-decode.md +75 -0
  280. package/assets/.agent/skills/remotion/rules/charts.md +58 -0
  281. package/assets/.agent/skills/remotion/rules/compositions.md +141 -0
  282. package/assets/.agent/skills/remotion/rules/display-captions.md +126 -0
  283. package/assets/.agent/skills/remotion/rules/extract-frames.md +229 -0
  284. package/assets/.agent/skills/remotion/rules/fonts.md +152 -0
  285. package/assets/.agent/skills/remotion/rules/get-audio-duration.md +58 -0
  286. package/assets/.agent/skills/remotion/rules/get-video-dimensions.md +68 -0
  287. package/assets/.agent/skills/remotion/rules/get-video-duration.md +58 -0
  288. package/assets/.agent/skills/remotion/rules/gifs.md +138 -0
  289. package/assets/.agent/skills/remotion/rules/images.md +130 -0
  290. package/assets/.agent/skills/remotion/rules/import-srt-captions.md +67 -0
  291. package/assets/.agent/skills/remotion/rules/lottie.md +68 -0
  292. package/assets/.agent/skills/remotion/rules/maps.md +403 -0
  293. package/assets/.agent/skills/remotion/rules/measuring-dom-nodes.md +35 -0
  294. package/assets/.agent/skills/remotion/rules/measuring-text.md +143 -0
  295. package/assets/.agent/skills/remotion/rules/parameters.md +98 -0
  296. package/assets/.agent/skills/remotion/rules/sequencing.md +118 -0
  297. package/assets/.agent/skills/remotion/rules/tailwind.md +11 -0
  298. package/assets/.agent/skills/remotion/rules/text-animations.md +20 -0
  299. package/assets/.agent/skills/remotion/rules/timing.md +179 -0
  300. package/assets/.agent/skills/remotion/rules/transcribe-captions.md +19 -0
  301. package/assets/.agent/skills/remotion/rules/transitions.md +122 -0
  302. package/assets/.agent/skills/remotion/rules/trimming.md +53 -0
  303. package/assets/.agent/skills/remotion/rules/videos.md +171 -0
  304. package/assets/.agent/skills/security-audit/SKILL.md +184 -0
  305. package/assets/.agent/skills/seo-ready/SKILL.md +140 -0
  306. package/assets/.agent/skills/seo-ready/references/aeo-geo-patterns.md +279 -0
  307. package/assets/.agent/skills/seo-ready/references/ai-writing-detection.md +190 -0
  308. package/assets/.agent/skills/skill-creator/LICENSE.txt +202 -0
  309. package/assets/.agent/skills/skill-creator/SKILL.md +356 -0
  310. package/assets/.agent/skills/skill-creator/references/output-patterns.md +82 -0
  311. package/assets/.agent/skills/skill-creator/references/workflows.md +28 -0
  312. package/assets/.agent/skills/skill-creator/scripts/__pycache__/quick_validate.cpython-311.pyc +0 -0
  313. package/assets/.agent/skills/skill-creator/scripts/init_skill.py +303 -0
  314. package/assets/.agent/skills/skill-creator/scripts/package_skill.py +110 -0
  315. package/assets/.agent/skills/skill-creator/scripts/quick_validate.py +95 -0
  316. package/assets/.agent/skills/social-content/SKILL.md +277 -0
  317. package/assets/.agent/skills/social-content/references/platforms.md +163 -0
  318. package/assets/.agent/skills/social-content/references/post-templates.md +171 -0
  319. package/assets/.agent/skills/social-content/references/reverse-engineering.md +190 -0
  320. package/assets/.agent/skills/spawn-task/SKILL.md +130 -0
  321. package/assets/.agent/skills/stitch/SKILL.md +258 -0
  322. package/assets/.agent/skills/stitch/design-md/README.md +34 -0
  323. package/assets/.agent/skills/stitch/design-md/SKILL.md +172 -0
  324. package/assets/.agent/skills/stitch/design-md/examples/DESIGN.md +154 -0
  325. package/assets/.agent/skills/stitch/enhance-prompt/README.md +34 -0
  326. package/assets/.agent/skills/stitch/enhance-prompt/SKILL.md +204 -0
  327. package/assets/.agent/skills/stitch/enhance-prompt/references/KEYWORDS.md +114 -0
  328. package/assets/.agent/skills/stitch/react-components/README.md +36 -0
  329. package/assets/.agent/skills/stitch/react-components/SKILL.md +47 -0
  330. package/assets/.agent/skills/stitch/react-components/examples/gold-standard-card.tsx +80 -0
  331. package/assets/.agent/skills/stitch/react-components/package-lock.json +231 -0
  332. package/assets/.agent/skills/stitch/react-components/package.json +16 -0
  333. package/assets/.agent/skills/stitch/react-components/resources/architecture-checklist.md +15 -0
  334. package/assets/.agent/skills/stitch/react-components/resources/component-template.tsx +37 -0
  335. package/assets/.agent/skills/stitch/react-components/resources/stitch-api-reference.md +14 -0
  336. package/assets/.agent/skills/stitch/react-components/resources/style-guide.json +27 -0
  337. package/assets/.agent/skills/stitch/react-components/scripts/fetch-stitch.sh +30 -0
  338. package/assets/.agent/skills/stitch/react-components/scripts/validate.js +68 -0
  339. package/assets/.agent/skills/stitch/remotion/README.md +105 -0
  340. package/assets/.agent/skills/stitch/remotion/SKILL.md +393 -0
  341. package/assets/.agent/skills/stitch/remotion/examples/WalkthroughComposition.tsx +78 -0
  342. package/assets/.agent/skills/stitch/remotion/examples/screens.json +56 -0
  343. package/assets/.agent/skills/stitch/remotion/resources/composition-checklist.md +124 -0
  344. package/assets/.agent/skills/stitch/remotion/resources/screen-slide-template.tsx +123 -0
  345. package/assets/.agent/skills/stitch/remotion/scripts/download-stitch-asset.sh +38 -0
  346. package/assets/.agent/skills/stitch/shadcn-ui/README.md +248 -0
  347. package/assets/.agent/skills/stitch/shadcn-ui/SKILL.md +326 -0
  348. package/assets/.agent/skills/stitch/shadcn-ui/examples/auth-layout.tsx +177 -0
  349. package/assets/.agent/skills/stitch/shadcn-ui/examples/data-table.tsx +313 -0
  350. package/assets/.agent/skills/stitch/shadcn-ui/examples/form-pattern.tsx +177 -0
  351. package/assets/.agent/skills/stitch/shadcn-ui/resources/component-catalog.md +481 -0
  352. package/assets/.agent/skills/stitch/shadcn-ui/resources/customization-guide.md +516 -0
  353. package/assets/.agent/skills/stitch/shadcn-ui/resources/migration-guide.md +463 -0
  354. package/assets/.agent/skills/stitch/shadcn-ui/resources/setup-guide.md +412 -0
  355. package/assets/.agent/skills/stitch/shadcn-ui/scripts/verify-setup.sh +134 -0
  356. package/assets/.agent/skills/stitch/stitch-loop/README.md +54 -0
  357. package/assets/.agent/skills/stitch/stitch-loop/SKILL.md +203 -0
  358. package/assets/.agent/skills/stitch/stitch-loop/examples/SITE.md +73 -0
  359. package/assets/.agent/skills/stitch/stitch-loop/examples/next-prompt.md +25 -0
  360. package/assets/.agent/skills/stitch/stitch-loop/resources/baton-schema.md +61 -0
  361. package/assets/.agent/skills/stitch/stitch-loop/resources/site-template.md +104 -0
  362. package/assets/.agent/skills/subagent-driven-development/SKILL.md +242 -0
  363. package/assets/.agent/skills/subagent-driven-development/code-quality-reviewer-prompt.md +20 -0
  364. package/assets/.agent/skills/subagent-driven-development/implementer-prompt.md +78 -0
  365. package/assets/.agent/skills/subagent-driven-development/spec-reviewer-prompt.md +61 -0
  366. package/assets/.agent/skills/sync-docs/SKILL.md +88 -0
  367. package/assets/.agent/skills/twitter-automation/SKILL.md +157 -0
  368. package/assets/.agent/skills/ui-ux-pro-max/README.md +488 -0
  369. package/assets/.agent/skills/ui-ux-pro-max/SKILL.md +293 -0
  370. package/assets/.agent/skills/ui-ux-pro-max/data/charts.csv +26 -0
  371. package/assets/.agent/skills/ui-ux-pro-max/data/colors.csv +97 -0
  372. package/assets/.agent/skills/ui-ux-pro-max/data/icons.csv +101 -0
  373. package/assets/.agent/skills/ui-ux-pro-max/data/landing.csv +31 -0
  374. package/assets/.agent/skills/ui-ux-pro-max/data/products.csv +97 -0
  375. package/assets/.agent/skills/ui-ux-pro-max/data/prompts.csv +24 -0
  376. package/assets/.agent/skills/ui-ux-pro-max/data/react-performance.csv +45 -0
  377. package/assets/.agent/skills/ui-ux-pro-max/data/stacks/flutter.csv +53 -0
  378. package/assets/.agent/skills/ui-ux-pro-max/data/stacks/html-tailwind.csv +56 -0
  379. package/assets/.agent/skills/ui-ux-pro-max/data/stacks/jetpack-compose.csv +53 -0
  380. package/assets/.agent/skills/ui-ux-pro-max/data/stacks/nextjs.csv +53 -0
  381. package/assets/.agent/skills/ui-ux-pro-max/data/stacks/nuxt-ui.csv +51 -0
  382. package/assets/.agent/skills/ui-ux-pro-max/data/stacks/nuxtjs.csv +59 -0
  383. package/assets/.agent/skills/ui-ux-pro-max/data/stacks/react-native.csv +52 -0
  384. package/assets/.agent/skills/ui-ux-pro-max/data/stacks/react.csv +54 -0
  385. package/assets/.agent/skills/ui-ux-pro-max/data/stacks/shadcn.csv +61 -0
  386. package/assets/.agent/skills/ui-ux-pro-max/data/stacks/svelte.csv +54 -0
  387. package/assets/.agent/skills/ui-ux-pro-max/data/stacks/swiftui.csv +51 -0
  388. package/assets/.agent/skills/ui-ux-pro-max/data/stacks/vue.csv +50 -0
  389. package/assets/.agent/skills/ui-ux-pro-max/data/styles.csv +59 -0
  390. package/assets/.agent/skills/ui-ux-pro-max/data/typography.csv +58 -0
  391. package/assets/.agent/skills/ui-ux-pro-max/data/ui-reasoning.csv +101 -0
  392. package/assets/.agent/skills/ui-ux-pro-max/data/ux-guidelines.csv +100 -0
  393. package/assets/.agent/skills/ui-ux-pro-max/data/web-interface.csv +31 -0
  394. package/assets/.agent/skills/ui-ux-pro-max/scripts/__pycache__/core.cpython-311.pyc +0 -0
  395. package/assets/.agent/skills/ui-ux-pro-max/scripts/__pycache__/design_system.cpython-311.pyc +0 -0
  396. package/assets/.agent/skills/ui-ux-pro-max/scripts/core.py +258 -0
  397. package/assets/.agent/skills/ui-ux-pro-max/scripts/design_system.py +1067 -0
  398. package/assets/.agent/skills/ui-ux-pro-max/scripts/search.py +106 -0
  399. package/assets/.agent/skills/upgrading-expo/SKILL.md +125 -0
  400. package/assets/.agent/skills/upgrading-expo/references/expo-av-to-audio.md +132 -0
  401. package/assets/.agent/skills/upgrading-expo/references/expo-av-to-video.md +160 -0
  402. package/assets/.agent/skills/upgrading-expo/references/native-tabs.md +124 -0
  403. package/assets/.agent/skills/upgrading-expo/references/new-architecture.md +79 -0
  404. package/assets/.agent/skills/upgrading-expo/references/react-19.md +79 -0
  405. package/assets/.agent/skills/upgrading-expo/references/react-compiler.md +59 -0
  406. package/assets/.agent/skills/web-design-guidelines/SKILL.md +39 -0
  407. package/assets/.agent/skills/webapp-testing/LICENSE.txt +202 -0
  408. package/assets/.agent/skills/webapp-testing/SKILL.md +96 -0
  409. package/assets/.agent/skills/webapp-testing/examples/console_logging.py +35 -0
  410. package/assets/.agent/skills/webapp-testing/examples/element_discovery.py +40 -0
  411. package/assets/.agent/skills/webapp-testing/examples/static_html_automation.py +33 -0
  412. package/assets/.agent/skills/webapp-testing/scripts/with_server.py +106 -0
  413. package/assets/.agent/skills/xlsx/LICENSE.txt +30 -0
  414. package/assets/.agent/skills/xlsx/SKILL.md +292 -0
  415. package/assets/.agent/skills/xlsx/scripts/office/helpers/merge_runs.py +199 -0
  416. package/assets/.agent/skills/xlsx/scripts/office/helpers/simplify_redlines.py +197 -0
  417. package/assets/.agent/skills/xlsx/scripts/office/pack.py +159 -0
  418. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
  419. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
  420. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
  421. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
  422. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
  423. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
  424. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
  425. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
  426. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
  427. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
  428. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
  429. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
  430. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
  431. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
  432. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
  433. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
  434. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
  435. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
  436. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
  437. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
  438. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
  439. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
  440. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
  441. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
  442. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
  443. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
  444. package/assets/.agent/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
  445. package/assets/.agent/skills/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
  446. package/assets/.agent/skills/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
  447. package/assets/.agent/skills/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
  448. package/assets/.agent/skills/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
  449. package/assets/.agent/skills/xlsx/scripts/office/schemas/mce/mc.xsd +75 -0
  450. package/assets/.agent/skills/xlsx/scripts/office/schemas/microsoft/wml-2010.xsd +560 -0
  451. package/assets/.agent/skills/xlsx/scripts/office/schemas/microsoft/wml-2012.xsd +67 -0
  452. package/assets/.agent/skills/xlsx/scripts/office/schemas/microsoft/wml-2018.xsd +14 -0
  453. package/assets/.agent/skills/xlsx/scripts/office/schemas/microsoft/wml-cex-2018.xsd +20 -0
  454. package/assets/.agent/skills/xlsx/scripts/office/schemas/microsoft/wml-cid-2016.xsd +13 -0
  455. package/assets/.agent/skills/xlsx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
  456. package/assets/.agent/skills/xlsx/scripts/office/schemas/microsoft/wml-symex-2015.xsd +8 -0
  457. package/assets/.agent/skills/xlsx/scripts/office/soffice.py +183 -0
  458. package/assets/.agent/skills/xlsx/scripts/office/unpack.py +132 -0
  459. package/assets/.agent/skills/xlsx/scripts/office/validate.py +111 -0
  460. package/assets/.agent/skills/xlsx/scripts/office/validators/base.py +847 -0
  461. package/assets/.agent/skills/xlsx/scripts/office/validators/docx.py +446 -0
  462. package/assets/.agent/skills/xlsx/scripts/office/validators/pptx.py +275 -0
  463. package/assets/.agent/skills/xlsx/scripts/office/validators/redlining.py +247 -0
  464. package/assets/.agent/skills/xlsx/scripts/recalc.py +184 -0
  465. package/assets/.agent/skills/youtube-pipeline/SKILL.md +194 -0
  466. package/assets/.agent/skills/youtube-pipeline/resources/youtube-phase1-strategy.md +224 -0
  467. package/assets/.agent/skills/youtube-pipeline/resources/youtube-phase2-packaging.md +148 -0
  468. package/assets/.agent/skills/youtube-pipeline/resources/youtube-phase3-scripting.md +197 -0
  469. package/assets/.agent/skills/youtube-pipeline/resources/youtube-phase3.5-shorts.md +271 -0
  470. package/assets/.agent/skills/youtube-pipeline/resources/youtube-phase4-production.md +193 -0
  471. package/assets/.agent/skills/youtube-pipeline/resources/youtube-phase5-repurposing.md +159 -0
  472. package/assets/.agent/skills/youtube-pipeline/resources/youtube-pipeline.md +161 -0
  473. package/assets/.agent/skills/youtube-pipeline/scripts/parse_yt_studio.ps1 +150 -0
  474. package/assets/.agent/workflows/LEGACY/ANTIGRAVITY_TOOLBOX.md +200 -0
  475. package/assets/.agent/workflows/LEGACY/analyze_component.md +141 -0
  476. package/assets/.agent/workflows/LEGACY/build_vibecode_project.md +154 -0
  477. package/assets/.agent/workflows/LEGACY/build_vibecode_project_v2.md +158 -0
  478. package/assets/.agent/workflows/LEGACY/deep_code_audit.md +79 -0
  479. package/assets/.agent/workflows/LEGACY/gemini-orchestrate.md +63 -0
  480. package/assets/.agent/workflows/LEGACY/git_worktree.md +71 -0
  481. package/assets/.agent/workflows/LEGACY/init_smart_ops.md +101 -0
  482. package/assets/.agent/workflows/LEGACY/init_vibecode_genesis_v1.md +137 -0
  483. package/assets/.agent/workflows/LEGACY/multi_agent_strategy.md +62 -0
  484. package/assets/.agent/workflows/LEGACY/orchestrate.md +321 -0
  485. package/assets/.agent/workflows/LEGACY/seo_ready.md +249 -0
  486. package/assets/.agent/workflows/LEGACY/vibe-orchestrator.md +305 -0
  487. package/assets/.agent/workflows/LEGACY/youtube-phase1-strategy.md +224 -0
  488. package/assets/.agent/workflows/LEGACY/youtube-phase2-packaging.md +148 -0
  489. package/assets/.agent/workflows/LEGACY/youtube-phase3-scripting.md +197 -0
  490. package/assets/.agent/workflows/LEGACY/youtube-phase3.5-shorts.md +271 -0
  491. package/assets/.agent/workflows/LEGACY/youtube-phase4-production.md +193 -0
  492. package/assets/.agent/workflows/LEGACY/youtube-phase5-repurposing.md +159 -0
  493. package/assets/.agent/workflows/LEGACY/youtube-pipeline.md +161 -0
  494. package/assets/.agent/workflows/README.md +537 -0
  495. package/assets/.agent/workflows/Vercel Ai SDK.md +34083 -0
  496. package/assets/.agent/workflows/agent_reset.md +173 -0
  497. package/assets/.agent/workflows/escalate.md +112 -0
  498. package/assets/.agent/workflows/migrate.md +135 -0
  499. package/assets/.agent/workflows/mode-architect.md +422 -0
  500. package/assets/.agent/workflows/mode-ask.md +294 -0
  501. package/assets/.agent/workflows/mode-code.md +481 -0
  502. package/assets/.agent/workflows/mode-debug.md +407 -0
  503. package/assets/.agent/workflows/mode-orchestrator.md +222 -0
  504. package/assets/.agent/workflows/mode-review.md +341 -0
  505. package/assets/.agent/workflows/mode-visionary.md +186 -0
  506. package/assets/.agent/workflows/optimize-agent-context.md +54 -0
  507. package/assets/.agent/workflows/remotion-build.md +323 -0
  508. package/assets/.agent/workflows/reverse_genesis.md +132 -0
  509. package/assets/.agent/workflows/review_code.md +133 -0
  510. package/assets/.agent/workflows/spawn-jstar-code-review.md +121 -0
  511. package/assets/.agent/workflows/stitch.md +149 -0
  512. package/assets/.agent/workflows/vibe-build.md +271 -0
  513. package/assets/.agent/workflows/vibe-continueBuild.md +184 -0
  514. package/assets/.agent/workflows/vibe-design.md +98 -0
  515. package/assets/.agent/workflows/vibe-finalize.md +208 -0
  516. package/assets/.agent/workflows/vibe-genesis.md +191 -0
  517. package/assets/.agent/workflows/vibe-primeAgent.md +110 -0
  518. package/assets/.agent/workflows/vibe-spawnTask.md +188 -0
  519. package/assets/.agent/workflows/vibe-syncDocs.md +90 -0
  520. package/assets/Legacy/0 VibeCode User Manual.md +175 -0
  521. package/assets/Legacy/1 Project Genesis Protocol The VibeCode Workflow.md +89 -0
  522. package/assets/Legacy/2/342/234/250 ULTIMATE ORCHESTRATION PROMPT/342/234/250.md" +114 -0
  523. package/assets/Legacy/3 Design System Genesis Protocol.md +75 -0
  524. package/assets/Legacy/3.1.1 my_design_system_rules.md +177 -0
  525. package/assets/Legacy/3.1.2 Material You M3 Genesis Protocol.md +73 -0
  526. package/assets/Legacy/4 The Ultimate GitHub Issue Meta-Prompt Template.md +54 -0
  527. package/assets/Legacy/5 The Escalation & Handoff Protocol.md +97 -0
  528. package/assets/Legacy/8 The Seamless Migration Meta-Prompt (Your Reusable Tool).md +38 -0
  529. package/assets/Legacy/9 The Reverse Genesis Protocol.md +75 -0
  530. package/assets/Takomi-Agents/custom_modes.yaml +1252 -0
  531. package/assets/Takomi-Agents/kilo-code-settings.json +1 -0
  532. package/assets/Takomi-Agents/vibe-architect.yaml +473 -0
  533. package/assets/Takomi-Agents/vibe-ask.yaml +395 -0
  534. package/assets/Takomi-Agents/vibe-code.yaml +522 -0
  535. package/assets/Takomi-Agents/vibe-debug.yaml +448 -0
  536. package/assets/Takomi-Agents/vibe-orchestrator.yaml +763 -0
  537. package/assets/Takomi-Agents/vibe-review.yaml +459 -0
  538. package/assets/Takomi-Agents/vibe-visionary.yaml +607 -0
  539. package/bin/takomi.js +2 -0
  540. package/package.json +42 -0
  541. package/src/cli.js +638 -0
  542. package/src/harness.js +281 -0
  543. package/src/store.js +239 -0
  544. package/src/utils.js +447 -0
@@ -0,0 +1,631 @@
1
+ ---
2
+ name: audit-website
3
+ description: Audit websites for SEO, performance, security, technical, content, and 15 other issue cateories with 230+ rules using the squirrelscan CLI. Returns LLM-optimized reports with health scores, broken links, meta tag analysis, and actionable recommendations. Use to discover and asses website or webapp issues and health.
4
+ license: See LICENSE file in repository root
5
+ compatibility: Requires squirrel CLI installed and accessible in PATH
6
+ metadata:
7
+ author: squirrelscan
8
+ version: "1.18"
9
+ allowed-tools: Bash(squirrel:*)
10
+ ---
11
+
12
+ # Website Audit Skill
13
+
14
+ Audit websites for SEO, technical, content, performance and security issues using the squirrelscan cli.
15
+
16
+ squirrelscan provides a cli tool squirrel - available for macos, windows and linux. It carries out extensive website auditing
17
+ by emulating a browser, search crawler, and analyzing the website's structure and content against over 230+ rules.
18
+
19
+ It will provide you a list of issues as well as suggestions on how to fix them.
20
+
21
+ ## Links
22
+
23
+ * squirrelscan website is at [https://squirrelscan.com](https://squirrelscan.com)
24
+ * documentation (including rule references) are at [docs.squirrelscan.com](https://docs.squirrelscan.com)
25
+
26
+ You can look up the docs for any rule with this template:
27
+
28
+ https://docs.squirrelscan.com/rules/{rule_category}/{rule_id}
29
+
30
+ example:
31
+
32
+ https://docs.squirrelscan.com/rules/links/external-links
33
+
34
+ ## What This Skill Does
35
+
36
+ This skill enables AI agents to audit websites for over 230 rules in 21 categories, including:
37
+
38
+ - **SEO issues**: Meta tags, titles, descriptions, canonical URLs, Open Graph tags
39
+ - **Technical problems**: Broken links, redirect chains, page speed, mobile-friendliness
40
+ - **Performance**: Page load time, resource usage, caching
41
+ - **Content quality**: Heading structure, image alt text, content analysis
42
+ - **Security**: Leaked secrets, HTTPS usage, security headers, mixed content
43
+ - **Accessibility**: Alt text, color contrast, keyboard navigation
44
+ - **Usability**: Form validation, error handling, user flow
45
+ - **Links**: Checks for broken internal and external links
46
+ - **E-E-A-T**: Expertise, Experience, Authority, Trustworthiness
47
+ - **User Experience**: User flow, error handling, form validation
48
+ - **Mobile**: Checks for mobile-friendliness, responsive design, touch-friendly elements
49
+ - **Crawlability**: Checks for crawlability, robots.txt, sitemap.xml and more
50
+ - **Schema**: Schema.org markup, structured data, rich snippets
51
+ - **Legal**: Compliance with legal requirements, privacy policies, terms of service
52
+ - **Social**: Open graph, twitter cards and validating schemas, snippets etc.
53
+ - **Url Structure**: Length, hyphens, keywords
54
+ - **Keywords**: Keyword stuffing
55
+ - **Content**: Content structure, headings
56
+ - **Images**: Alt text, color contrast, image size, image format
57
+ - **Local SEO**: NAP consistency, geo metadata
58
+ - **Video**: VideoObject schema, accessibility
59
+
60
+ and more
61
+
62
+ The audit crawls the website, analyzes each page against audit rules, and returns a comprehensive report with:
63
+ - Overall health score (0-100)
64
+ - Category breakdowns (core SEO, technical SEO, content, security)
65
+ - Specific issues with affected URLs
66
+ - Broken link detection
67
+ - Actionable recommendations
68
+ - Rules have levels of error, warning and notice and also have a rank between 1 and 10
69
+
70
+ ## When to Use
71
+
72
+ Use this skill when you need to:
73
+
74
+ - Analyze a website's health
75
+ - Debug technical SEO issues
76
+ - Fix all of the issues mentioned above
77
+ - Check for broken links
78
+ - Validate meta tags and structured data
79
+ - Generate site audit reports
80
+ - Compare site health before/after changes
81
+ - Improve website performance, accessibility, SEO, security and more.
82
+
83
+ You should re-audit as often as possible to ensure your website remains healthy and performs well.
84
+
85
+ ## Prerequisites
86
+
87
+ This skill requires the squirrel CLI to be installed and available in your PATH.
88
+
89
+ ### Installation
90
+
91
+ If squirrel is not already installed, you can install it using:
92
+
93
+ ```bash
94
+ curl -fsSL https://squirrelscan.com/install | bash
95
+ ```
96
+
97
+ This will:
98
+ - Download the latest release binary
99
+ - Install to `~/.local/share/squirrel/releases/{version}/`
100
+ - Create a symlink at `~/.local/bin/squirrel`
101
+ - Initialize settings at `~/.squirrel/settings.json`
102
+
103
+ If `~/.local/bin` is not in your PATH, add it to your shell configuration:
104
+
105
+ ```bash
106
+ export PATH="$HOME/.local/bin:$PATH"
107
+ ```
108
+
109
+ ### Windows Installation
110
+
111
+ Install using PowerShell:
112
+
113
+ ```powershell
114
+ irm https://squirrelscan.com/install.ps1 | iex
115
+ ```
116
+
117
+ This will:
118
+ - Download the latest release binary
119
+ - Install to `%LOCALAPPDATA%\squirrel\`
120
+ - Add squirrel to your PATH
121
+
122
+ If using Command Prompt, you may need to restart your terminal for PATH changes to take effect.
123
+
124
+ ### Verify Installation
125
+
126
+ Check that squirrel is installed and accessible:
127
+
128
+ ```bash
129
+ squirrel --version
130
+ ```
131
+
132
+ ## Setup
133
+
134
+ Running `squirrel init` will setup a squirrel.toml file for configuration in the current directory.
135
+
136
+ Each project should have a squirrel project name for the database - by default this is the name of the
137
+ website you audit - but you can set it yourself so that you can place all audits for a project in one database
138
+
139
+ You do this either on init with:
140
+
141
+ ```bash
142
+ squirrel init --project-name my-project
143
+ # or with aliases
144
+ squirrel init -n my-project
145
+ # overwrite existing config
146
+ squirrel init -n my-project --force
147
+ ```
148
+
149
+ or config:
150
+
151
+ ```bash
152
+ squirrel config set project.name my-project
153
+ ```
154
+
155
+ If there is no squirrel.toml in the directory you're running from CREATE ONE with `squirrel init` and specify the '-n'
156
+ parameter for a project name (infer this)
157
+
158
+ The project name is used to identify the project in the database and is used to generate the database name.
159
+
160
+ It is stored in ~/.squirrel/projects/<project-name>
161
+
162
+ ## Usage
163
+
164
+ ### Intro
165
+
166
+ There are three processes that you can run and they're all cached in the local project database:
167
+
168
+ - crawl - subcommand to run a crawl or refresh, continue a crawl
169
+ - analyze - subcommand to analyze the crawl results
170
+ - report - subcommand to generate a report in desired format (llm, text, console, html etc.)
171
+
172
+ the 'audit' command is a wrapper around these three processes and runs them sequentially:
173
+
174
+ ```bash
175
+ squirrel audit https://example.com --format llm
176
+ ```
177
+
178
+ YOU SHOULD always prefer format option llm - it was made for you and provides an exhaustive and compact output format.
179
+
180
+ FIRST SCAN should be a surface scan, which is a quick and shallow scan of the website to gather basic information about the website, such as its structure, content, and technology stack. This scan can be done quickly and without impacting the website's performance.
181
+
182
+ SECOND SCAN should be a deep scan, which is a thorough and detailed scan of the website to gather more information about the website, such as its security, performance, and accessibility. This scan can take longer and may impact the website's performance.
183
+
184
+ If the user doesn't provide a website to audit - extrapolate the possibilities in the local directory and checking environment variables (ie. linked vercel projects, references in memory or the code).
185
+
186
+ If the directory you're running for provides for a method to run or restart a local dev server - run the audit against that.
187
+
188
+ If you have more than one option on a website to audit that you discover - prompt the user to choose which one to audit.
189
+
190
+ If there is no website - either local, or on the web to discover to audit, then ask the user which URL they would like to audit.
191
+
192
+ You should PREFER to audit live websites - only there do we get a TRUE representation of the website and performance or rendering issuers.
193
+
194
+ If you have both local and live websites to audit, prompt the user to choose which one to audit and SUGGEST they choose live.
195
+
196
+ You can apply fixes from an audit on the live site against the local code.
197
+
198
+ When planning scope tasks so they can run concurrently as sub-agents to speed up fixes.
199
+
200
+ When implementing fixes take advantage of subagents to speed up implementation of fixes.
201
+
202
+ Run typechecking and formatting against generated code when you finish if available in the environment (ruff for python,
203
+ biome and tsc for typescript etc.)
204
+
205
+ ### Basic Workflow
206
+
207
+ The audit process is two steps:
208
+
209
+ 1. **Run the audit** (saves to database, shows console output)
210
+ 2. **Export report** in desired format
211
+
212
+ ```bash
213
+ # Step 1: Run audit (default: console output)
214
+ squirrel audit https://example.com
215
+
216
+ # Step 2: Export as LLM format
217
+ squirrel report <audit-id> --format llm
218
+ ```
219
+
220
+ ### Regression Diffs
221
+
222
+ When you need to detect regressions between audits, use diff mode:
223
+
224
+ ```bash
225
+ # Compare current report against a baseline audit ID
226
+ squirrel report --diff <audit-id> --format llm
227
+
228
+ # Compare latest domain report against a baseline domain
229
+ squirrel report --regression-since example.com --format llm
230
+ ```
231
+
232
+ Diff mode supports `console`, `text`, `json`, `llm`, and `markdown`. `html` and `xml` are not supported.
233
+
234
+ ### Running Audits
235
+
236
+ When running an audit:
237
+
238
+ 1. **Fix ALL issues** - critical, high, medium, and low priority
239
+ 2. **Don't stop early** - continue until score target is reached (see Score Targets below)
240
+ 3. **Parallelize fixes** - use subagents for bulk content edits (alt text, headings, descriptions)
241
+ 4. **Iterate** - fix batch → re-audit → fix remaining → re-audit → until done
242
+ 5. **Only pause for human judgment** - broken links may need manual review; everything else should be fixed automatically
243
+ 6. **Show before/after** - present score comparison only AFTER all fixes are complete
244
+
245
+ **IMPORTANT: Fix ALL issues, don't stop early.**
246
+
247
+ - **Iteration Loop**: After fixing a batch of issues, re-audit and continue fixing until:
248
+ - Score reaches target (typically 85+), OR
249
+ - Only issues requiring human judgment remain (e.g., "should this link be removed?")
250
+
251
+ - **Treat all fixes equally**: Code changes (`*.tsx`, `*.ts`) and content changes (`*.md`, `*.mdx`, `*.html`) are equally important. Don't stop after code fixes.
252
+
253
+ - **Parallelize content fixes**: For issues affecting multiple files:
254
+ - Spawn subagents to fix in parallel
255
+ - Example: 7 files need alt text → spawn 1-2 agents to fix all
256
+ - Example: 30 files have heading issues → spawn agents to batch edit
257
+
258
+ - **Don't ask, act**: Don't pause to ask "should I continue?" - proceed autonomously until complete.
259
+
260
+ - **Completion criteria**:
261
+ - ✅ All errors fixed
262
+ - ✅ All warnings fixed (or documented as requiring human review)
263
+ - ✅ Re-audit confirms improvements
264
+ - ✅ Before/after comparison shown to user
265
+ - ✅ Site is complete and fixed (scores above 95 with full coverage)
266
+
267
+ Run multiple audits to ensure completeness and fix quality. Prompt the user to deploy fixes if auditing a live production, preview, staging or test environment.
268
+
269
+ ### Score Targets
270
+
271
+ | Starting Score | Target Score | Expected Work |
272
+ |----------------|--------------|---------------|
273
+ | < 50 (Grade F) | 75+ (Grade C) | Major fixes |
274
+ | 50-70 (Grade D) | 85+ (Grade B) | Moderate fixes |
275
+ | 70-85 (Grade C) | 90+ (Grade A) | Polish |
276
+ | > 85 (Grade B+) | 95+ | Fine-tuning |
277
+
278
+ A site is only considered COMPLETE and FIXED when scores are above 95 (Grade A) with coverage set to FULL (--coverage full).
279
+
280
+ **Don't stop until target is reached.**
281
+
282
+ ### Issue Categories
283
+
284
+ | Category | Fix Approach | Parallelizable |
285
+ |----------|--------------|----------------|
286
+ | Meta tags/titles | Edit page components or metadata.ts | No |
287
+ | Structured data | Add JSON-LD to page templates | No |
288
+ | Missing H1/headings | Edit page components + content files | Yes (content) |
289
+ | Image alt text | Edit content files | Yes |
290
+ | Heading hierarchy | Edit content files | Yes |
291
+ | Short descriptions | Edit content frontmatter | Yes |
292
+ | HTTP→HTTPS links | Bulk sed/replace in content | Yes |
293
+ | Broken links | Manual review (flag for user) | No |
294
+
295
+ **For parallelizable fixes**: Spawn subagents with specific file assignments.
296
+
297
+ ### Content File Fixes
298
+
299
+ Many issues require editing content files (`*.md`, `*.mdx`). These are equally important as code fixes:
300
+
301
+ - **Image alt text**: Edit markdown image tags to add descriptions
302
+ - **Heading hierarchy**: Change `###` to `##` where H2 is skipped
303
+ - **Meta descriptions**: Extend `excerpt` in frontmatter to 120+ chars
304
+ - **HTTP links**: Replace `http://` with `https://` in all links
305
+
306
+ For 5+ files needing the same fix type, spawn a subagent:
307
+ ```
308
+ Task: Fix missing alt text in 6 posts
309
+ Files: [list of files]
310
+ Pattern: Find `![](` or `<img src=` without alt, add descriptive text
311
+ ```
312
+
313
+ ### Parallelizing Fixes with Subagents
314
+
315
+ Use the **Task tool** to spawn subagents for parallel fixes. Critical rules:
316
+
317
+ 1. **Multiple Task calls in ONE message** = parallel execution
318
+ 2. **Sequential Task calls** = slower, only when fixes have dependencies
319
+ 3. **Each subagent gets a focused scope** - don't overload with too many files
320
+
321
+ **When to parallelize:**
322
+ - 5+ files need same fix type (alt text, headings, meta descriptions)
323
+ - Fixes have no dependencies on each other
324
+ - Files are independent (not importing from each other)
325
+
326
+ **Subagent prompt structure:**
327
+ ```
328
+ Fix [issue type] in the following files:
329
+ - path/to/file1.md
330
+ - path/to/file2.md
331
+ - path/to/file3.md
332
+
333
+ Pattern: [what to find]
334
+ Fix: [what to change]
335
+
336
+ Do not ask for confirmation. Make all changes and report what was fixed.
337
+ ```
338
+
339
+ **Example - parallel alt text fixes:**
340
+
341
+ When audit shows 12 files missing alt text, spawn 2-3 subagents in a SINGLE message:
342
+
343
+ ```
344
+ [Task tool call 1]
345
+ subagent_type: "general-purpose"
346
+ prompt: |
347
+ Fix missing image alt text in these files:
348
+ - content/blog/post-1.md
349
+ - content/blog/post-2.md
350
+ - content/blog/post-3.md
351
+ - content/blog/post-4.md
352
+
353
+ Find images without alt text (![](path) or <img without alt=).
354
+ Add descriptive alt text based on image filename and context.
355
+ Do not ask for confirmation.
356
+
357
+ [Task tool call 2]
358
+ subagent_type: "general-purpose"
359
+ prompt: |
360
+ Fix missing image alt text in these files:
361
+ - content/blog/post-5.md
362
+ - content/blog/post-6.md
363
+ - content/blog/post-7.md
364
+ - content/blog/post-8.md
365
+
366
+ [same instructions...]
367
+
368
+ [Task tool call 3]
369
+ subagent_type: "general-purpose"
370
+ prompt: |
371
+ Fix missing image alt text in these files:
372
+ - content/blog/post-9.md
373
+ - content/blog/post-10.md
374
+ - content/blog/post-11.md
375
+ - content/blog/post-12.md
376
+
377
+ [same instructions...]
378
+ ```
379
+
380
+ **Example - parallel heading fixes:**
381
+
382
+ ```
383
+ [Task tool call 1]
384
+ Fix H1/H2 heading hierarchy in: docs/guide-1.md, docs/guide-2.md, docs/guide-3.md
385
+ Change ### to ## where H2 is skipped. Ensure single H1 per page.
386
+
387
+ [Task tool call 2]
388
+ Fix H1/H2 heading hierarchy in: docs/guide-4.md, docs/guide-5.md, docs/guide-6.md
389
+ [same instructions...]
390
+ ```
391
+
392
+ **Batch sizing:**
393
+ - 3-5 files per subagent (optimal)
394
+ - Max 10 files per subagent
395
+ - Spawn 2-4 subagents for parallel work
396
+
397
+ **DO NOT parallelize:**
398
+ - Shared component edits (layout.tsx, metadata.ts)
399
+ - JSON-LD schema changes (single source of truth)
400
+ - Config file edits (may conflict)
401
+
402
+ ### Advanced Options
403
+
404
+ Audit more pages:
405
+
406
+ ```bash
407
+ squirrel audit https://example.com --max-pages 200
408
+ ```
409
+
410
+ Force fresh crawl (ignore cache):
411
+
412
+ ```bash
413
+ squirrel audit https://example.com --refresh
414
+ ```
415
+
416
+ Resume interrupted crawl:
417
+
418
+ ```bash
419
+ squirrel audit https://example.com --resume
420
+ ```
421
+
422
+ Verbose output for debugging:
423
+
424
+ ```bash
425
+ squirrel audit https://example.com --verbose
426
+ ```
427
+
428
+ ## Common Options
429
+
430
+ ### Audit Command Options
431
+
432
+ | Option | Alias | Description | Default |
433
+ |--------|-------|-------------|---------|
434
+ | `--format <fmt>` | `-f <fmt>` | Output format: console, text, json, html, markdown, llm | console |
435
+ | `--coverage <mode>` | `-C <mode>` | Coverage mode: quick, surface, full | surface |
436
+ | `--max-pages <n>` | `-m <n>` | Maximum pages to crawl (max 5000) | varies by coverage |
437
+ | `--output <path>` | `-o <path>` | Output file path | - |
438
+ | `--refresh` | `-r` | Ignore cache, fetch all pages fresh | false |
439
+ | `--resume` | - | Resume interrupted crawl | false |
440
+ | `--verbose` | `-v` | Verbose output | false |
441
+ | `--debug` | - | Debug logging | false |
442
+ | `--trace` | - | Enable performance tracing | false |
443
+ | `--project-name <name>` | `-n <name>` | Override project name | from config |
444
+
445
+ ### Coverage Modes
446
+
447
+ Choose a coverage mode based on your audit needs:
448
+
449
+ | Mode | Default Pages | Behavior | Use Case |
450
+ |------|---------------|----------|----------|
451
+ | `quick` | 25 | Seed + sitemaps only, no link discovery | CI checks, fast health check |
452
+ | `surface` | 100 | One sample per URL pattern | General audits (default) |
453
+ | `full` | 500 | Crawl everything up to limit | Deep analysis |
454
+
455
+ **Surface mode is smart** - it detects URL patterns like `/blog/{slug}` or `/products/{id}` and only crawls one sample per pattern. This makes it efficient for sites with many similar pages (blogs, e-commerce).
456
+
457
+ ```bash
458
+ # Quick health check (25 pages, no link discovery)
459
+ squirrel audit https://example.com -C quick --format llm
460
+
461
+ # Default surface audit (100 pages, pattern sampling)
462
+ squirrel audit https://example.com --format llm
463
+
464
+ # Full comprehensive audit (500 pages)
465
+ squirrel audit https://example.com -C full --format llm
466
+
467
+ # Override page limit for any mode
468
+ squirrel audit https://example.com -C surface -m 200 --format llm
469
+ ```
470
+
471
+ **When to use each mode:**
472
+ - `quick`: CI pipelines, daily health checks, monitoring
473
+ - `surface`: Most audits - covers unique templates efficiently
474
+ - `full`: Before launches, comprehensive analysis, deep dives
475
+
476
+ ### Report Command Options
477
+
478
+ | Option | Alias | Description |
479
+ |--------|-------|-------------|
480
+ | `--list` | `-l` | List recent audits |
481
+ | `--severity <level>` | - | Filter by severity: error, warning, all |
482
+ | `--category <cats>` | - | Filter by categories (comma-separated) |
483
+ | `--format <fmt>` | `-f <fmt>` | Output format: console, text, json, html, markdown, xml, llm |
484
+ | `--output <path>` | `-o <path>` | Output file path |
485
+ | `--input <path>` | `-i <path>` | Load from JSON file (fallback mode) |
486
+
487
+ ### Config Subcommands
488
+
489
+ | Command | Description |
490
+ |---------|-------------|
491
+ | `config show` | Show current config |
492
+ | `config set <key> <value>` | Set config value |
493
+ | `config path` | Show config file path |
494
+ | `config validate` | Validate config file |
495
+
496
+ ### Other Commands
497
+
498
+ | Command | Description |
499
+ |---------|-------------|
500
+ | `squirrel feedback` | Send feedback to squirrelscan team |
501
+ | `squirrel skills install` | Install Claude Code skill |
502
+ | `squirrel skills update` | Update Claude Code skill |
503
+
504
+ ### Self Commands
505
+
506
+ Self-management commands under `squirrel self`:
507
+
508
+ | Command | Description |
509
+ |---------|-------------|
510
+ | `self install` | Bootstrap local installation |
511
+ | `self update` | Check and apply updates |
512
+ | `self completion` | Generate shell completions |
513
+ | `self doctor` | Run health checks |
514
+ | `self version` | Show version information |
515
+ | `self settings` | Manage CLI settings |
516
+ | `self uninstall` | Remove squirrel from the system |
517
+
518
+ ## Output Formats
519
+
520
+ ### Console Output (default)
521
+
522
+ The `audit` command shows human-readable console output by default with colored output and progress indicators.
523
+
524
+ ### LLM Format
525
+
526
+ To get LLM-optimized output, use the `report` command with `--format llm`:
527
+
528
+ ```bash
529
+ squirrel report <audit-id> --format llm
530
+ ```
531
+
532
+ The LLM format is a compact XML/text hybrid optimized for token efficiency (40% smaller than verbose XML):
533
+
534
+ - **Summary**: Overall health score and key metrics
535
+ - **Issues by Category**: Grouped by audit rule category (core SEO, technical, content, security)
536
+ - **Broken Links**: List of broken external and internal links
537
+ - **Recommendations**: Prioritized action items with fix suggestions
538
+
539
+ See [OUTPUT-FORMAT.md](references/OUTPUT-FORMAT.md) for detailed format specification.
540
+
541
+ ## Examples
542
+
543
+ ### Example 1: Quick Site Audit with LLM Output
544
+
545
+ ```bash
546
+ # User asks: "Check squirrelscan.com for SEO issues"
547
+ squirrel audit https://squirrelscan.com --format llm
548
+ ```
549
+
550
+ ### Example 2: Deep Audit for Large Site
551
+
552
+ ```bash
553
+ # User asks: "Do a thorough audit of my blog with up to 500 pages"
554
+ squirrel audit https://myblog.com --max-pages 500 --format llm
555
+ ```
556
+
557
+ ### Example 3: Fresh Audit After Changes
558
+
559
+ ```bash
560
+ # User asks: "Re-audit the site and ignore cached results"
561
+ squirrel audit https://example.com --refresh --format llm
562
+ ```
563
+
564
+ ### Example 4: Two-Step Workflow (Reuse Previous Audit)
565
+
566
+ ```bash
567
+ # First run an audit
568
+ squirrel audit https://example.com
569
+ # Note the audit ID from output (e.g., "a1b2c3d4")
570
+
571
+ # Later, export in different format
572
+ squirrel report a1b2c3d4 --format llm
573
+ ```
574
+
575
+ ## Output
576
+
577
+ On completion give the user a summary of all of the changes you made.
578
+
579
+ ## Troubleshooting
580
+
581
+ ### squirrel command not found
582
+
583
+ If you see this error, squirrel is not installed or not in your PATH.
584
+
585
+ **Solution:**
586
+ 1. Install squirrel: `curl -fsSL https://squirrelscan.com/install | bash`
587
+ 2. Add to PATH: `export PATH="$HOME/.local/bin:$PATH"`
588
+ 3. Verify: `squirrel --version`
589
+
590
+ ### Permission denied
591
+
592
+ If squirrel is not executable:
593
+
594
+ ```bash
595
+ chmod +x ~/.local/bin/squirrel
596
+ ```
597
+
598
+ ### Crawl timeout or slow performance
599
+
600
+ For very large sites, the audit may take several minutes. Use `--verbose` to see progress:
601
+
602
+ ```bash
603
+ squirrel audit https://example.com --format llm --verbose
604
+ ```
605
+
606
+ ### Invalid URL
607
+
608
+ Ensure the URL includes the protocol (http:// or https://):
609
+
610
+ ```bash
611
+ # ✗ Wrong
612
+ squirrel audit example.com
613
+
614
+ # ✓ Correct
615
+ squirrel audit https://example.com
616
+ ```
617
+
618
+ ## How It Works
619
+
620
+ 1. **Crawl**: Discovers and fetches pages starting from the base URL
621
+ 2. **Analyze**: Runs audit rules on each page
622
+ 3. **External Links**: Checks external links for availability
623
+ 4. **Report**: Generates LLM-optimized report with findings
624
+
625
+ The audit is stored in a local database and can be retrieved later with `squirrel report` commands.
626
+
627
+ ## Additional Resources
628
+
629
+ - **Output Format Reference**: [OUTPUT-FORMAT.md](references/OUTPUT-FORMAT.md)
630
+ - **squirrelscan Documentation**: https://docs.squirrelscan.com
631
+ - **CLI Help**: `squirrel audit --help`
@@ -0,0 +1,6 @@
1
+ interface:
2
+ display_name: "squirrelscan"
3
+ short_description: "Audit websites for SEO, performance, security & 230+ rules"
4
+ icon_small: "./assets/icon-small.svg"
5
+ icon_large: "./assets/icon-large.png"
6
+ brand_color: "#C97A46"
@@ -0,0 +1,41 @@
1
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <!-- 8-bit pixel art squirrel -->
3
+ <!-- Tail -->
4
+ <rect x="2" y="4" width="4" height="4" fill="#8B4513"/>
5
+ <rect x="2" y="8" width="4" height="4" fill="#8B4513"/>
6
+ <rect x="4" y="12" width="4" height="4" fill="#8B4513"/>
7
+ <rect x="6" y="16" width="4" height="4" fill="#A0522D"/>
8
+ <rect x="2" y="0" width="4" height="4" fill="#A0522D"/>
9
+
10
+ <!-- Body -->
11
+ <rect x="10" y="12" width="4" height="4" fill="#A0522D"/>
12
+ <rect x="14" y="12" width="4" height="4" fill="#A0522D"/>
13
+ <rect x="10" y="16" width="4" height="4" fill="#CD853F"/>
14
+ <rect x="14" y="16" width="4" height="4" fill="#CD853F"/>
15
+ <rect x="18" y="16" width="4" height="4" fill="#A0522D"/>
16
+ <rect x="10" y="20" width="4" height="4" fill="#CD853F"/>
17
+ <rect x="14" y="20" width="4" height="4" fill="#DEB887"/>
18
+ <rect x="18" y="20" width="4" height="4" fill="#CD853F"/>
19
+
20
+ <!-- Head -->
21
+ <rect x="18" y="8" width="4" height="4" fill="#A0522D"/>
22
+ <rect x="22" y="8" width="4" height="4" fill="#A0522D"/>
23
+ <rect x="18" y="12" width="4" height="4" fill="#CD853F"/>
24
+ <rect x="22" y="12" width="4" height="4" fill="#CD853F"/>
25
+ <rect x="26" y="12" width="4" height="4" fill="#A0522D"/>
26
+
27
+ <!-- Eye -->
28
+ <rect x="24" y="10" width="2" height="2" fill="#000000"/>
29
+
30
+ <!-- Ear -->
31
+ <rect x="20" y="4" width="4" height="4" fill="#A0522D"/>
32
+ <rect x="24" y="6" width="2" height="2" fill="#DEB887"/>
33
+
34
+ <!-- Feet -->
35
+ <rect x="10" y="24" width="4" height="4" fill="#8B4513"/>
36
+ <rect x="18" y="24" width="4" height="4" fill="#8B4513"/>
37
+
38
+ <!-- Acorn -->
39
+ <rect x="26" y="18" width="4" height="4" fill="#8B4513"/>
40
+ <rect x="28" y="16" width="2" height="2" fill="#228B22"/>
41
+ </svg>