plcode-linux-arm64-musl 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (778) hide show
  1. package/.plcode/AGENTS.md +160 -0
  2. package/.plcode/agent/backend-architect.md +40 -0
  3. package/.plcode/agent/backend-security-coder.md +11 -0
  4. package/.plcode/agent/backend-specialist.md +117 -0
  5. package/.plcode/agent/backend-typescript-architect.md +18 -0
  6. package/.plcode/agent/code-reviewer.md +48 -0
  7. package/.plcode/agent/content/0-category.json +19 -0
  8. package/.plcode/agent/content/copywriter.md +68 -0
  9. package/.plcode/agent/content/technical-writer.md +68 -0
  10. package/.plcode/agent/core/0-category.json +50 -0
  11. package/.plcode/agent/core/health-monitor.md +187 -0
  12. package/.plcode/agent/core/memory-manager.md +168 -0
  13. package/.plcode/agent/core/openagent.md +430 -0
  14. package/.plcode/agent/core/opencoder.md +282 -0
  15. package/.plcode/agent/core/pool.md +383 -0
  16. package/.plcode/agent/data/0-category.json +13 -0
  17. package/.plcode/agent/data/data-analyst.md +69 -0
  18. package/.plcode/agent/database-architect.md +262 -0
  19. package/.plcode/agent/database-optimizer.md +161 -0
  20. package/.plcode/agent/database-specialist.md +101 -0
  21. package/.plcode/agent/development/0-category.json +36 -0
  22. package/.plcode/agent/development/backend-specialist.md +68 -0
  23. package/.plcode/agent/development/codebase-agent.md +137 -0
  24. package/.plcode/agent/development/devops-specialist.md +70 -0
  25. package/.plcode/agent/development/frontend-specialist.md +214 -0
  26. package/.plcode/agent/docs.md +33 -0
  27. package/.plcode/agent/eval-runner.md +34 -0
  28. package/.plcode/agent/frontend-developer.md +188 -0
  29. package/.plcode/agent/frontend-security-coder.md +11 -0
  30. package/.plcode/agent/git-committer.md +12 -0
  31. package/.plcode/agent/meta/0-category.json +19 -0
  32. package/.plcode/agent/meta/repo-manager.md +1078 -0
  33. package/.plcode/agent/meta/system-builder.md +724 -0
  34. package/.plcode/agent/orchestration/0-category.json +40 -0
  35. package/.plcode/agent/orchestration/adversarial-agent.md +115 -0
  36. package/.plcode/agent/orchestration/background-agent.md +121 -0
  37. package/.plcode/agent/orchestration/chat-agent.md +108 -0
  38. package/.plcode/agent/orchestration/code-agent.md +91 -0
  39. package/.plcode/agent/orchestration/critic-agent.md +103 -0
  40. package/.plcode/agent/orchestration/executor-agent.md +107 -0
  41. package/.plcode/agent/orchestration/media-agent.md +99 -0
  42. package/.plcode/agent/orchestration/planner-agent.md +105 -0
  43. package/.plcode/agent/orchestration/review-agent.md +105 -0
  44. package/.plcode/agent/orchestration/support-agent.md +117 -0
  45. package/.plcode/agent/orchestration/test-agent.md +104 -0
  46. package/.plcode/agent/subagents/code/build-agent.md +75 -0
  47. package/.plcode/agent/subagents/code/codebase-pattern-analyst.md +459 -0
  48. package/.plcode/agent/subagents/code/coder-agent.md +71 -0
  49. package/.plcode/agent/subagents/code/reviewer.md +58 -0
  50. package/.plcode/agent/subagents/code/tester.md +59 -0
  51. package/.plcode/agent/subagents/core/context-retriever.md +904 -0
  52. package/.plcode/agent/subagents/core/contextscout.md +149 -0
  53. package/.plcode/agent/subagents/core/documentation.md +49 -0
  54. package/.plcode/agent/subagents/core/task-manager.md +345 -0
  55. package/.plcode/agent/subagents/superpowers/code-reviewer.md +113 -0
  56. package/.plcode/agent/subagents/system-builder/agent-generator.md +452 -0
  57. package/.plcode/agent/subagents/system-builder/command-creator.md +226 -0
  58. package/.plcode/agent/subagents/system-builder/context-organizer.md +455 -0
  59. package/.plcode/agent/subagents/system-builder/domain-analyzer.md +459 -0
  60. package/.plcode/agent/subagents/system-builder/workflow-designer.md +240 -0
  61. package/.plcode/agent/subagents/test/simple-responder.md +44 -0
  62. package/.plcode/agent/subagents/utils/image-specialist.md +67 -0
  63. package/.plcode/agent/triage.md +86 -0
  64. package/.plcode/agent/typescript-pro.md +11 -0
  65. package/.plcode/context/content/README.md +39 -0
  66. package/.plcode/context/content/copywriting-frameworks.md +317 -0
  67. package/.plcode/context/content/tone-voice.md +391 -0
  68. package/.plcode/context/content-creation/examples/navigation.md +37 -0
  69. package/.plcode/context/content-creation/formats/audio-content.md +493 -0
  70. package/.plcode/context/content-creation/formats/image-content.md +387 -0
  71. package/.plcode/context/content-creation/formats/navigation.md +79 -0
  72. package/.plcode/context/content-creation/formats/video-content.md +533 -0
  73. package/.plcode/context/content-creation/formats/written-content.md +459 -0
  74. package/.plcode/context/content-creation/navigation.md +55 -0
  75. package/.plcode/context/content-creation/principles/audience-targeting.md +417 -0
  76. package/.plcode/context/content-creation/principles/copywriting-frameworks.md +317 -0
  77. package/.plcode/context/content-creation/principles/hooks.md +279 -0
  78. package/.plcode/context/content-creation/principles/navigation.md +79 -0
  79. package/.plcode/context/content-creation/principles/tone-voice.md +391 -0
  80. package/.plcode/context/content-creation/workflows/audience-review.md +474 -0
  81. package/.plcode/context/content-creation/workflows/content-ideas.md +504 -0
  82. package/.plcode/context/content-creation/workflows/content-matrix.md +397 -0
  83. package/.plcode/context/content-creation/workflows/navigation.md +85 -0
  84. package/.plcode/context/content-creation/workflows/remix-repurpose.md +577 -0
  85. package/.plcode/context/core/context-system/CHANGELOG.md +87 -0
  86. package/.plcode/context/core/context-system/examples/navigation-examples.md +510 -0
  87. package/.plcode/context/core/context-system/guides/compact.md +351 -0
  88. package/.plcode/context/core/context-system/guides/creation.md +363 -0
  89. package/.plcode/context/core/context-system/guides/navigation-design.md +458 -0
  90. package/.plcode/context/core/context-system/guides/organizing-context.md +549 -0
  91. package/.plcode/context/core/context-system/guides/workflows.md +598 -0
  92. package/.plcode/context/core/context-system/operations/error.md +299 -0
  93. package/.plcode/context/core/context-system/operations/extract.md +190 -0
  94. package/.plcode/context/core/context-system/operations/harvest.md +310 -0
  95. package/.plcode/context/core/context-system/operations/organize.md +245 -0
  96. package/.plcode/context/core/context-system/operations/update.md +260 -0
  97. package/.plcode/context/core/context-system/standards/mvi.md +154 -0
  98. package/.plcode/context/core/context-system/standards/structure.md +262 -0
  99. package/.plcode/context/core/context-system/standards/templates.md +350 -0
  100. package/.plcode/context/core/context-system.md +453 -0
  101. package/.plcode/context/core/essential-patterns.md +225 -0
  102. package/.plcode/context/core/navigation.md +69 -0
  103. package/.plcode/context/core/standards/code-analysis.md +172 -0
  104. package/.plcode/context/core/standards/code-quality.md +182 -0
  105. package/.plcode/context/core/standards/code.md +1 -0
  106. package/.plcode/context/core/standards/docs.md +1 -0
  107. package/.plcode/context/core/standards/documentation.md +173 -0
  108. package/.plcode/context/core/standards/navigation.md +46 -0
  109. package/.plcode/context/core/standards/security-patterns.md +149 -0
  110. package/.plcode/context/core/standards/test-coverage.md +133 -0
  111. package/.plcode/context/core/standards/tests.md +1 -0
  112. package/.plcode/context/core/system/context-guide.md +218 -0
  113. package/.plcode/context/core/workflows/code-review.md +150 -0
  114. package/.plcode/context/core/workflows/delegation.md +1 -0
  115. package/.plcode/context/core/workflows/design-iteration.md +595 -0
  116. package/.plcode/context/core/workflows/feature-breakdown.md +303 -0
  117. package/.plcode/context/core/workflows/navigation.md +44 -0
  118. package/.plcode/context/core/workflows/review.md +1 -0
  119. package/.plcode/context/core/workflows/session-management.md +162 -0
  120. package/.plcode/context/core/workflows/task-delegation.md +95 -0
  121. package/.plcode/context/data/README.md +18 -0
  122. package/.plcode/context/data/navigation.md +18 -0
  123. package/.plcode/context/development/README.md +52 -0
  124. package/.plcode/context/development/animation-patterns.md +831 -0
  125. package/.plcode/context/development/api-design.md +394 -0
  126. package/.plcode/context/development/backend/navigation.md +55 -0
  127. package/.plcode/context/development/backend-navigation.md +77 -0
  128. package/.plcode/context/development/clean-code.md +189 -0
  129. package/.plcode/context/development/data/navigation.md +36 -0
  130. package/.plcode/context/development/design-assets.md +604 -0
  131. package/.plcode/context/development/design-systems.md +395 -0
  132. package/.plcode/context/development/frontend/navigation.md +47 -0
  133. package/.plcode/context/development/fullstack-navigation.md +80 -0
  134. package/.plcode/context/development/infrastructure/navigation.md +31 -0
  135. package/.plcode/context/development/integration/navigation.md +36 -0
  136. package/.plcode/context/development/navigation.md +80 -0
  137. package/.plcode/context/development/principles/api-design.md +427 -0
  138. package/.plcode/context/development/principles/clean-code.md +189 -0
  139. package/.plcode/context/development/principles/navigation.md +46 -0
  140. package/.plcode/context/development/react-patterns.md +323 -0
  141. package/.plcode/context/development/ui-navigation.md +58 -0
  142. package/.plcode/context/development/ui-styling-standards.md +566 -0
  143. package/.plcode/context/learning/README.md +18 -0
  144. package/.plcode/context/learning/navigation.md +18 -0
  145. package/.plcode/context/navigation.md +47 -0
  146. package/.plcode/context/openagents-repo/blueprints/context-bundle-template.md +279 -0
  147. package/.plcode/context/openagents-repo/concepts/subagent-testing-modes.md +142 -0
  148. package/.plcode/context/openagents-repo/core-concepts/agents.md +368 -0
  149. package/.plcode/context/openagents-repo/core-concepts/categories.md +467 -0
  150. package/.plcode/context/openagents-repo/core-concepts/evals.md +515 -0
  151. package/.plcode/context/openagents-repo/core-concepts/registry.md +473 -0
  152. package/.plcode/context/openagents-repo/errors/tool-permission-errors.md +227 -0
  153. package/.plcode/context/openagents-repo/examples/context-bundle-example.md +234 -0
  154. package/.plcode/context/openagents-repo/examples/subagent-prompt-structure.md +291 -0
  155. package/.plcode/context/openagents-repo/guides/adding-agent.md +326 -0
  156. package/.plcode/context/openagents-repo/guides/creating-release.md +296 -0
  157. package/.plcode/context/openagents-repo/guides/debugging.md +438 -0
  158. package/.plcode/context/openagents-repo/guides/profile-validation.md +367 -0
  159. package/.plcode/context/openagents-repo/guides/subagent-invocation.md +386 -0
  160. package/.plcode/context/openagents-repo/guides/testing-agent.md +310 -0
  161. package/.plcode/context/openagents-repo/guides/testing-subagents-approval.md +140 -0
  162. package/.plcode/context/openagents-repo/guides/testing-subagents.md +301 -0
  163. package/.plcode/context/openagents-repo/guides/updating-registry.md +453 -0
  164. package/.plcode/context/openagents-repo/lookup/commands.md +400 -0
  165. package/.plcode/context/openagents-repo/lookup/file-locations.md +322 -0
  166. package/.plcode/context/openagents-repo/lookup/subagent-framework-maps.md +79 -0
  167. package/.plcode/context/openagents-repo/lookup/subagent-test-commands.md +213 -0
  168. package/.plcode/context/openagents-repo/navigation.md +143 -0
  169. package/.plcode/context/openagents-repo/plugins/context/architecture/lifecycle.md +39 -0
  170. package/.plcode/context/openagents-repo/plugins/context/architecture/overview.md +61 -0
  171. package/.plcode/context/openagents-repo/plugins/context/capabilities/agents.md +45 -0
  172. package/.plcode/context/openagents-repo/plugins/context/capabilities/events.md +48 -0
  173. package/.plcode/context/openagents-repo/plugins/context/capabilities/events_skills.md +608 -0
  174. package/.plcode/context/openagents-repo/plugins/context/capabilities/tools.md +48 -0
  175. package/.plcode/context/openagents-repo/plugins/context/context-overview.md +35 -0
  176. package/.plcode/context/openagents-repo/plugins/context/reference/best-practices.md +28 -0
  177. package/.plcode/context/openagents-repo/quality/registry-dependencies.md +642 -0
  178. package/.plcode/context/openagents-repo/quick-start.md +168 -0
  179. package/.plcode/context/openagents-repo/templates/context-bundle-template.md +272 -0
  180. package/.plcode/context/product/README.md +18 -0
  181. package/.plcode/context/product/navigation.md +18 -0
  182. package/.plcode/context/project/navigation.md +31 -0
  183. package/.plcode/context/project/project-context.md +102 -0
  184. package/.plcode/context/system-builder-templates/SYSTEM-BUILDER-GUIDE.md +495 -0
  185. package/.plcode/context/system-builder-templates/navigation.md +72 -0
  186. package/.plcode/context/system-builder-templates/orchestrator-template.md +261 -0
  187. package/.plcode/context/system-builder-templates/subagent-template.md +213 -0
  188. package/.plcode/context/ui/navigation.md +83 -0
  189. package/.plcode/context/ui/terminal/navigation.md +99 -0
  190. package/.plcode/context/ui/web/animation-patterns.md +831 -0
  191. package/.plcode/context/ui/web/design/concepts/scroll-linked-animations.md +52 -0
  192. package/.plcode/context/ui/web/design/examples/scrollytelling-headphone.md +242 -0
  193. package/.plcode/context/ui/web/design/guides/building-scrollytelling-pages.md +274 -0
  194. package/.plcode/context/ui/web/design/lookup/scroll-animation-prompts.md +211 -0
  195. package/.plcode/context/ui/web/design/navigation.md +87 -0
  196. package/.plcode/context/ui/web/design-assets.md +604 -0
  197. package/.plcode/context/ui/web/design-systems.md +395 -0
  198. package/.plcode/context/ui/web/navigation.md +116 -0
  199. package/.plcode/context/ui/web/react-patterns.md +323 -0
  200. package/.plcode/context/ui/web/ui-styling-standards.md +566 -0
  201. package/.plcode/instructions/agent-rules.md +21 -0
  202. package/.plcode/instructions/coding-preferences-general.md +26 -0
  203. package/.plcode/instructions/coding-preferences-typescript.md +7 -0
  204. package/.plcode/instructions/commits.md +10 -0
  205. package/.plcode/instructions/responses.md +7 -0
  206. package/.plcode/instructions/testing.md +6 -0
  207. package/.plcode/instructions/tooling-preferences.md +20 -0
  208. package/.plcode/plcode.jsonc +393 -0
  209. package/.plcode/skill/core/agents-md-generator/SKILL.md +220 -0
  210. package/.plcode/skill/core/api-design-principles/SKILL.md +41 -0
  211. package/.plcode/skill/core/api-design-principles/assets/api-design-checklist.md +155 -0
  212. package/.plcode/skill/core/api-design-principles/assets/rest-api-template.py +182 -0
  213. package/.plcode/skill/core/api-design-principles/references/graphql-schema-design.md +583 -0
  214. package/.plcode/skill/core/api-design-principles/references/rest-best-practices.md +408 -0
  215. package/.plcode/skill/core/api-design-principles/resources/implementation-playbook.md +513 -0
  216. package/.plcode/skill/core/api-documentation/SKILL.md +185 -0
  217. package/.plcode/skill/core/api-security-best-practices/SKILL.md +927 -0
  218. package/.plcode/skill/core/api-testing-observability-api-mock/SKILL.md +50 -0
  219. package/.plcode/skill/core/api-testing-observability-api-mock/resources/implementation-playbook.md +1327 -0
  220. package/.plcode/skill/core/audit/SKILL.md +141 -0
  221. package/.plcode/skill/core/backend-dev/README.md +333 -0
  222. package/.plcode/skill/core/backend-dev/SKILL.md +437 -0
  223. package/.plcode/skill/core/backend-dev/examples.md +622 -0
  224. package/.plcode/skill/core/backend-dev-guidelines/SKILL.md +344 -0
  225. package/.plcode/skill/core/backend-dev-guidelines/resources/architecture-overview.md +479 -0
  226. package/.plcode/skill/core/backend-dev-guidelines/resources/async-and-errors.md +305 -0
  227. package/.plcode/skill/core/backend-dev-guidelines/resources/complete-examples.md +607 -0
  228. package/.plcode/skill/core/backend-dev-guidelines/resources/configuration.md +285 -0
  229. package/.plcode/skill/core/backend-dev-guidelines/resources/database-patterns.md +227 -0
  230. package/.plcode/skill/core/backend-dev-guidelines/resources/middleware-guide.md +205 -0
  231. package/.plcode/skill/core/backend-dev-guidelines/resources/routing-and-controllers.md +704 -0
  232. package/.plcode/skill/core/backend-dev-guidelines/resources/sentry-and-monitoring.md +338 -0
  233. package/.plcode/skill/core/backend-dev-guidelines/resources/services-and-repositories.md +814 -0
  234. package/.plcode/skill/core/backend-dev-guidelines/resources/testing-guide.md +230 -0
  235. package/.plcode/skill/core/backend-dev-guidelines/resources/validation-patterns.md +750 -0
  236. package/.plcode/skill/core/browser/SKILL.md +67 -0
  237. package/.plcode/skill/core/browser/eval.js +38 -0
  238. package/.plcode/skill/core/browser/nav.js +37 -0
  239. package/.plcode/skill/core/browser/package-lock.json +928 -0
  240. package/.plcode/skill/core/browser/package.json +12 -0
  241. package/.plcode/skill/core/browser/pick.js +106 -0
  242. package/.plcode/skill/core/browser/screenshot.js +31 -0
  243. package/.plcode/skill/core/browser/start.js +71 -0
  244. package/.plcode/skill/core/changelog-generator/SKILL.md +105 -0
  245. package/.plcode/skill/core/clarify/SKILL.md +199 -0
  246. package/.plcode/skill/core/code-refactoring/SKILL.md +232 -0
  247. package/.plcode/skill/core/code-review/SKILL.md +60 -0
  248. package/.plcode/skill/core/critique/SKILL.md +137 -0
  249. package/.plcode/skill/core/database-design/SKILL.md +186 -0
  250. package/.plcode/skill/core/dispatching-parallel-agents/SKILL.md +192 -0
  251. package/.plcode/skill/core/error-handling-patterns/SKILL.md +39 -0
  252. package/.plcode/skill/core/error-handling-patterns/resources/implementation-playbook.md +634 -0
  253. package/.plcode/skill/core/executing-plans/SKILL.md +97 -0
  254. package/.plcode/skill/core/finishing-a-development-branch/SKILL.md +214 -0
  255. package/.plcode/skill/core/frontend-design/LICENSE.txt +177 -0
  256. package/.plcode/skill/core/frontend-design/SKILL.md +516 -0
  257. package/.plcode/skill/core/javascript-typescript/SKILL.md +147 -0
  258. package/.plcode/skill/core/python-development/SKILL.md +142 -0
  259. package/.plcode/skill/core/receiving-code-review/SKILL.md +227 -0
  260. package/.plcode/skill/core/requesting-code-review/SKILL.md +116 -0
  261. package/.plcode/skill/core/requesting-code-review/code-reviewer.md +160 -0
  262. package/.plcode/skill/core/skill-creator/LICENSE.txt +202 -0
  263. package/.plcode/skill/core/skill-creator/SKILL.md +357 -0
  264. package/.plcode/skill/core/skill-creator/references/output-patterns.md +92 -0
  265. package/.plcode/skill/core/skill-creator/references/workflows.md +28 -0
  266. package/.plcode/skill/core/skill-creator/scripts/__pycache__/quick_validate.cpython-313.pyc +0 -0
  267. package/.plcode/skill/core/skill-creator/scripts/init_skill.py +303 -0
  268. package/.plcode/skill/core/skill-creator/scripts/package_skill.py +110 -0
  269. package/.plcode/skill/core/skill-creator/scripts/quick_validate.py +103 -0
  270. package/.plcode/skill/core/subagent-driven-development/SKILL.md +256 -0
  271. package/.plcode/skill/core/subagent-driven-development/code-quality-reviewer-prompt.md +20 -0
  272. package/.plcode/skill/core/subagent-driven-development/implementer-prompt.md +78 -0
  273. package/.plcode/skill/core/subagent-driven-development/spec-reviewer-prompt.md +61 -0
  274. package/.plcode/skill/core/systematic-debugging/CREATION-LOG.md +133 -0
  275. package/.plcode/skill/core/systematic-debugging/SKILL.md +309 -0
  276. package/.plcode/skill/core/systematic-debugging/condition-based-waiting-example.ts +158 -0
  277. package/.plcode/skill/core/systematic-debugging/condition-based-waiting.md +120 -0
  278. package/.plcode/skill/core/systematic-debugging/defense-in-depth.md +128 -0
  279. package/.plcode/skill/core/systematic-debugging/find-polluter.sh +63 -0
  280. package/.plcode/skill/core/systematic-debugging/root-cause-tracing.md +183 -0
  281. package/.plcode/skill/core/systematic-debugging/test-academic.md +14 -0
  282. package/.plcode/skill/core/systematic-debugging/test-pressure-1.md +65 -0
  283. package/.plcode/skill/core/systematic-debugging/test-pressure-2.md +75 -0
  284. package/.plcode/skill/core/systematic-debugging/test-pressure-3.md +75 -0
  285. package/.plcode/skill/core/task-generator/SKILL.md +72 -0
  286. package/.plcode/skill/core/test-driven-development/SKILL.md +393 -0
  287. package/.plcode/skill/core/test-driven-development/testing-anti-patterns.md +317 -0
  288. package/.plcode/skill/core/using-git-worktrees/SKILL.md +224 -0
  289. package/.plcode/skill/core/using-superpowers/SKILL.md +96 -0
  290. package/.plcode/skill/core/verification-before-completion/SKILL.md +148 -0
  291. package/.plcode/skill/core/writing-plans/SKILL.md +122 -0
  292. package/.plcode/skill/core/writing-skills/SKILL.md +717 -0
  293. package/.plcode/skill/core/writing-skills/anthropic-best-practices.md +1176 -0
  294. package/.plcode/skill/core/writing-skills/examples/CLAUDE_MD_TESTING.md +200 -0
  295. package/.plcode/skill/core/writing-skills/graphviz-conventions.dot +172 -0
  296. package/.plcode/skill/core/writing-skills/persuasion-principles.md +220 -0
  297. package/.plcode/skill/core/writing-skills/render-graphs.js +171 -0
  298. package/.plcode/skill/core/writing-skills/testing-skills-with-subagents.md +404 -0
  299. package/.plcode/skill/experimental/accessibility-compliance-accessibility-audit/SKILL.md +46 -0
  300. package/.plcode/skill/experimental/accessibility-compliance-accessibility-audit/resources/implementation-playbook.md +489 -0
  301. package/.plcode/skill/experimental/adapt/SKILL.md +214 -0
  302. package/.plcode/skill/experimental/agnos/ROUTING.md +128 -0
  303. package/.plcode/skill/experimental/agnos/SKILL.md +142 -0
  304. package/.plcode/skill/experimental/algorithmic-art/LICENSE.txt +202 -0
  305. package/.plcode/skill/experimental/algorithmic-art/SKILL.md +444 -0
  306. package/.plcode/skill/experimental/algorithmic-art/templates/generator_template.js +223 -0
  307. package/.plcode/skill/experimental/algorithmic-art/templates/viewer.html +634 -0
  308. package/.plcode/skill/experimental/animate/SKILL.md +204 -0
  309. package/.plcode/skill/experimental/application-performance-performance-optimization/SKILL.md +158 -0
  310. package/.plcode/skill/experimental/architecture-diagram/SKILL.md +378 -0
  311. package/.plcode/skill/experimental/artifacts-builder/LICENSE.txt +202 -0
  312. package/.plcode/skill/experimental/artifacts-builder/SKILL.md +80 -0
  313. package/.plcode/skill/experimental/artifacts-builder/scripts/bundle-artifact.sh +54 -0
  314. package/.plcode/skill/experimental/artifacts-builder/scripts/init-artifact.sh +322 -0
  315. package/.plcode/skill/experimental/automem-memory-management/SKILL.md +401 -0
  316. package/.plcode/skill/experimental/backend-architect/SKILL.md +331 -0
  317. package/.plcode/skill/experimental/backend-security-coder/SKILL.md +172 -0
  318. package/.plcode/skill/experimental/bolder/SKILL.md +140 -0
  319. package/.plcode/skill/experimental/brainstorming/SKILL.md +102 -0
  320. package/.plcode/skill/experimental/canvas-design/LICENSE.txt +202 -0
  321. package/.plcode/skill/experimental/canvas-design/SKILL.md +138 -0
  322. package/.plcode/skill/experimental/canvas-design/canvas-fonts/ArsenalSC-OFL.txt +93 -0
  323. package/.plcode/skill/experimental/canvas-design/canvas-fonts/ArsenalSC-Regular.ttf +0 -0
  324. package/.plcode/skill/experimental/canvas-design/canvas-fonts/BigShoulders-Bold.ttf +0 -0
  325. package/.plcode/skill/experimental/canvas-design/canvas-fonts/BigShoulders-OFL.txt +93 -0
  326. package/.plcode/skill/experimental/canvas-design/canvas-fonts/BigShoulders-Regular.ttf +0 -0
  327. package/.plcode/skill/experimental/canvas-design/canvas-fonts/Boldonse-OFL.txt +93 -0
  328. package/.plcode/skill/experimental/canvas-design/canvas-fonts/Boldonse-Regular.ttf +0 -0
  329. package/.plcode/skill/experimental/canvas-design/canvas-fonts/BricolageGrotesque-Bold.ttf +0 -0
  330. package/.plcode/skill/experimental/canvas-design/canvas-fonts/BricolageGrotesque-OFL.txt +93 -0
  331. package/.plcode/skill/experimental/canvas-design/canvas-fonts/BricolageGrotesque-Regular.ttf +0 -0
  332. package/.plcode/skill/experimental/canvas-design/canvas-fonts/CrimsonPro-Bold.ttf +0 -0
  333. package/.plcode/skill/experimental/canvas-design/canvas-fonts/CrimsonPro-Italic.ttf +0 -0
  334. package/.plcode/skill/experimental/canvas-design/canvas-fonts/CrimsonPro-OFL.txt +93 -0
  335. package/.plcode/skill/experimental/canvas-design/canvas-fonts/CrimsonPro-Regular.ttf +0 -0
  336. package/.plcode/skill/experimental/canvas-design/canvas-fonts/DMMono-OFL.txt +93 -0
  337. package/.plcode/skill/experimental/canvas-design/canvas-fonts/DMMono-Regular.ttf +0 -0
  338. package/.plcode/skill/experimental/canvas-design/canvas-fonts/EricaOne-OFL.txt +94 -0
  339. package/.plcode/skill/experimental/canvas-design/canvas-fonts/EricaOne-Regular.ttf +0 -0
  340. package/.plcode/skill/experimental/canvas-design/canvas-fonts/GeistMono-Bold.ttf +0 -0
  341. package/.plcode/skill/experimental/canvas-design/canvas-fonts/GeistMono-OFL.txt +93 -0
  342. package/.plcode/skill/experimental/canvas-design/canvas-fonts/GeistMono-Regular.ttf +0 -0
  343. package/.plcode/skill/experimental/canvas-design/canvas-fonts/Gloock-OFL.txt +93 -0
  344. package/.plcode/skill/experimental/canvas-design/canvas-fonts/Gloock-Regular.ttf +0 -0
  345. package/.plcode/skill/experimental/canvas-design/canvas-fonts/IBMPlexMono-Bold.ttf +0 -0
  346. package/.plcode/skill/experimental/canvas-design/canvas-fonts/IBMPlexMono-OFL.txt +93 -0
  347. package/.plcode/skill/experimental/canvas-design/canvas-fonts/IBMPlexMono-Regular.ttf +0 -0
  348. package/.plcode/skill/experimental/canvas-design/canvas-fonts/IBMPlexSerif-Bold.ttf +0 -0
  349. package/.plcode/skill/experimental/canvas-design/canvas-fonts/IBMPlexSerif-BoldItalic.ttf +0 -0
  350. package/.plcode/skill/experimental/canvas-design/canvas-fonts/IBMPlexSerif-Italic.ttf +0 -0
  351. package/.plcode/skill/experimental/canvas-design/canvas-fonts/IBMPlexSerif-Regular.ttf +0 -0
  352. package/.plcode/skill/experimental/canvas-design/canvas-fonts/InstrumentSans-Bold.ttf +0 -0
  353. package/.plcode/skill/experimental/canvas-design/canvas-fonts/InstrumentSans-BoldItalic.ttf +0 -0
  354. package/.plcode/skill/experimental/canvas-design/canvas-fonts/InstrumentSans-Italic.ttf +0 -0
  355. package/.plcode/skill/experimental/canvas-design/canvas-fonts/InstrumentSans-OFL.txt +93 -0
  356. package/.plcode/skill/experimental/canvas-design/canvas-fonts/InstrumentSans-Regular.ttf +0 -0
  357. package/.plcode/skill/experimental/canvas-design/canvas-fonts/InstrumentSerif-Italic.ttf +0 -0
  358. package/.plcode/skill/experimental/canvas-design/canvas-fonts/InstrumentSerif-Regular.ttf +0 -0
  359. package/.plcode/skill/experimental/canvas-design/canvas-fonts/Italiana-OFL.txt +93 -0
  360. package/.plcode/skill/experimental/canvas-design/canvas-fonts/Italiana-Regular.ttf +0 -0
  361. package/.plcode/skill/experimental/canvas-design/canvas-fonts/JetBrainsMono-Bold.ttf +0 -0
  362. package/.plcode/skill/experimental/canvas-design/canvas-fonts/JetBrainsMono-OFL.txt +93 -0
  363. package/.plcode/skill/experimental/canvas-design/canvas-fonts/JetBrainsMono-Regular.ttf +0 -0
  364. package/.plcode/skill/experimental/canvas-design/canvas-fonts/Jura-Light.ttf +0 -0
  365. package/.plcode/skill/experimental/canvas-design/canvas-fonts/Jura-Medium.ttf +0 -0
  366. package/.plcode/skill/experimental/canvas-design/canvas-fonts/Jura-OFL.txt +93 -0
  367. package/.plcode/skill/experimental/canvas-design/canvas-fonts/LibreBaskerville-OFL.txt +93 -0
  368. package/.plcode/skill/experimental/canvas-design/canvas-fonts/LibreBaskerville-Regular.ttf +0 -0
  369. package/.plcode/skill/experimental/canvas-design/canvas-fonts/Lora-Bold.ttf +0 -0
  370. package/.plcode/skill/experimental/canvas-design/canvas-fonts/Lora-BoldItalic.ttf +0 -0
  371. package/.plcode/skill/experimental/canvas-design/canvas-fonts/Lora-Italic.ttf +0 -0
  372. package/.plcode/skill/experimental/canvas-design/canvas-fonts/Lora-OFL.txt +93 -0
  373. package/.plcode/skill/experimental/canvas-design/canvas-fonts/Lora-Regular.ttf +0 -0
  374. package/.plcode/skill/experimental/canvas-design/canvas-fonts/NationalPark-Bold.ttf +0 -0
  375. package/.plcode/skill/experimental/canvas-design/canvas-fonts/NationalPark-OFL.txt +93 -0
  376. package/.plcode/skill/experimental/canvas-design/canvas-fonts/NationalPark-Regular.ttf +0 -0
  377. package/.plcode/skill/experimental/canvas-design/canvas-fonts/NothingYouCouldDo-OFL.txt +93 -0
  378. package/.plcode/skill/experimental/canvas-design/canvas-fonts/NothingYouCouldDo-Regular.ttf +0 -0
  379. package/.plcode/skill/experimental/canvas-design/canvas-fonts/Outfit-Bold.ttf +0 -0
  380. package/.plcode/skill/experimental/canvas-design/canvas-fonts/Outfit-OFL.txt +93 -0
  381. package/.plcode/skill/experimental/canvas-design/canvas-fonts/Outfit-Regular.ttf +0 -0
  382. package/.plcode/skill/experimental/canvas-design/canvas-fonts/PixelifySans-Medium.ttf +0 -0
  383. package/.plcode/skill/experimental/canvas-design/canvas-fonts/PixelifySans-OFL.txt +93 -0
  384. package/.plcode/skill/experimental/canvas-design/canvas-fonts/PoiretOne-OFL.txt +93 -0
  385. package/.plcode/skill/experimental/canvas-design/canvas-fonts/PoiretOne-Regular.ttf +0 -0
  386. package/.plcode/skill/experimental/canvas-design/canvas-fonts/RedHatMono-Bold.ttf +0 -0
  387. package/.plcode/skill/experimental/canvas-design/canvas-fonts/RedHatMono-OFL.txt +93 -0
  388. package/.plcode/skill/experimental/canvas-design/canvas-fonts/RedHatMono-Regular.ttf +0 -0
  389. package/.plcode/skill/experimental/canvas-design/canvas-fonts/Silkscreen-OFL.txt +93 -0
  390. package/.plcode/skill/experimental/canvas-design/canvas-fonts/Silkscreen-Regular.ttf +0 -0
  391. package/.plcode/skill/experimental/canvas-design/canvas-fonts/SmoochSans-Medium.ttf +0 -0
  392. package/.plcode/skill/experimental/canvas-design/canvas-fonts/SmoochSans-OFL.txt +93 -0
  393. package/.plcode/skill/experimental/canvas-design/canvas-fonts/Tektur-Medium.ttf +0 -0
  394. package/.plcode/skill/experimental/canvas-design/canvas-fonts/Tektur-OFL.txt +93 -0
  395. package/.plcode/skill/experimental/canvas-design/canvas-fonts/Tektur-Regular.ttf +0 -0
  396. package/.plcode/skill/experimental/canvas-design/canvas-fonts/WorkSans-Bold.ttf +0 -0
  397. package/.plcode/skill/experimental/canvas-design/canvas-fonts/WorkSans-BoldItalic.ttf +0 -0
  398. package/.plcode/skill/experimental/canvas-design/canvas-fonts/WorkSans-Italic.ttf +0 -0
  399. package/.plcode/skill/experimental/canvas-design/canvas-fonts/WorkSans-OFL.txt +93 -0
  400. package/.plcode/skill/experimental/canvas-design/canvas-fonts/WorkSans-Regular.ttf +0 -0
  401. package/.plcode/skill/experimental/canvas-design/canvas-fonts/YoungSerif-OFL.txt +93 -0
  402. package/.plcode/skill/experimental/canvas-design/canvas-fonts/YoungSerif-Regular.ttf +0 -0
  403. package/.plcode/skill/experimental/colorize/SKILL.md +170 -0
  404. package/.plcode/skill/experimental/content-research-writer/SKILL.md +596 -0
  405. package/.plcode/skill/experimental/delight/SKILL.md +350 -0
  406. package/.plcode/skill/experimental/design-tokens/SKILL.md +456 -0
  407. package/.plcode/skill/experimental/distill/SKILL.md +146 -0
  408. package/.plcode/skill/experimental/doc-coauthoring/SKILL.md +395 -0
  409. package/.plcode/skill/experimental/document-docx/LICENSE.txt +30 -0
  410. package/.plcode/skill/experimental/document-docx/SKILL.md +581 -0
  411. package/.plcode/skill/experimental/document-docx/docx-js.md +488 -0
  412. package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
  413. package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
  414. package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
  415. package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
  416. package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
  417. package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
  418. package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
  419. package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
  420. package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
  421. package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
  422. package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
  423. package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
  424. package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
  425. package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
  426. package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
  427. package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
  428. package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
  429. package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
  430. package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
  431. package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
  432. package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
  433. package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
  434. package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
  435. package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
  436. package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
  437. package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
  438. package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
  439. package/.plcode/skill/experimental/document-docx/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
  440. package/.plcode/skill/experimental/document-docx/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
  441. package/.plcode/skill/experimental/document-docx/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
  442. package/.plcode/skill/experimental/document-docx/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
  443. package/.plcode/skill/experimental/document-docx/ooxml/schemas/mce/mc.xsd +75 -0
  444. package/.plcode/skill/experimental/document-docx/ooxml/schemas/microsoft/wml-2010.xsd +560 -0
  445. package/.plcode/skill/experimental/document-docx/ooxml/schemas/microsoft/wml-2012.xsd +67 -0
  446. package/.plcode/skill/experimental/document-docx/ooxml/schemas/microsoft/wml-2018.xsd +14 -0
  447. package/.plcode/skill/experimental/document-docx/ooxml/schemas/microsoft/wml-cex-2018.xsd +20 -0
  448. package/.plcode/skill/experimental/document-docx/ooxml/schemas/microsoft/wml-cid-2016.xsd +13 -0
  449. package/.plcode/skill/experimental/document-docx/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
  450. package/.plcode/skill/experimental/document-docx/ooxml/schemas/microsoft/wml-symex-2015.xsd +8 -0
  451. package/.plcode/skill/experimental/document-docx/ooxml/scripts/pack.py +159 -0
  452. package/.plcode/skill/experimental/document-docx/ooxml/scripts/unpack.py +29 -0
  453. package/.plcode/skill/experimental/document-docx/ooxml/scripts/validate.py +69 -0
  454. package/.plcode/skill/experimental/document-docx/ooxml/scripts/validation/__init__.py +15 -0
  455. package/.plcode/skill/experimental/document-docx/ooxml/scripts/validation/base.py +951 -0
  456. package/.plcode/skill/experimental/document-docx/ooxml/scripts/validation/docx.py +274 -0
  457. package/.plcode/skill/experimental/document-docx/ooxml/scripts/validation/pptx.py +315 -0
  458. package/.plcode/skill/experimental/document-docx/ooxml/scripts/validation/redlining.py +279 -0
  459. package/.plcode/skill/experimental/document-docx/ooxml.md +635 -0
  460. package/.plcode/skill/experimental/document-docx/scripts/__init__.py +1 -0
  461. package/.plcode/skill/experimental/document-docx/scripts/accept_changes.py +135 -0
  462. package/.plcode/skill/experimental/document-docx/scripts/comment.py +318 -0
  463. package/.plcode/skill/experimental/document-docx/scripts/document.py +1276 -0
  464. package/.plcode/skill/experimental/document-docx/scripts/office/helpers/__init__.py +0 -0
  465. package/.plcode/skill/experimental/document-docx/scripts/office/helpers/merge_runs.py +199 -0
  466. package/.plcode/skill/experimental/document-docx/scripts/office/helpers/simplify_redlines.py +197 -0
  467. package/.plcode/skill/experimental/document-docx/scripts/office/pack.py +159 -0
  468. package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
  469. package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
  470. package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
  471. package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
  472. package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
  473. package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
  474. package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
  475. package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
  476. package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
  477. package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
  478. package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
  479. package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
  480. package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
  481. package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
  482. package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
  483. package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
  484. package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
  485. package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
  486. package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
  487. package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
  488. package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
  489. package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
  490. package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
  491. package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
  492. package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
  493. package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
  494. package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
  495. package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
  496. package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
  497. package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
  498. package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
  499. package/.plcode/skill/experimental/document-docx/scripts/office/schemas/mce/mc.xsd +75 -0
  500. package/.plcode/skill/experimental/document-docx/scripts/office/schemas/microsoft/wml-2010.xsd +560 -0
  501. package/.plcode/skill/experimental/document-docx/scripts/office/schemas/microsoft/wml-2012.xsd +67 -0
  502. package/.plcode/skill/experimental/document-docx/scripts/office/schemas/microsoft/wml-2018.xsd +14 -0
  503. package/.plcode/skill/experimental/document-docx/scripts/office/schemas/microsoft/wml-cex-2018.xsd +20 -0
  504. package/.plcode/skill/experimental/document-docx/scripts/office/schemas/microsoft/wml-cid-2016.xsd +13 -0
  505. package/.plcode/skill/experimental/document-docx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
  506. package/.plcode/skill/experimental/document-docx/scripts/office/schemas/microsoft/wml-symex-2015.xsd +8 -0
  507. package/.plcode/skill/experimental/document-docx/scripts/office/soffice.py +183 -0
  508. package/.plcode/skill/experimental/document-docx/scripts/office/unpack.py +132 -0
  509. package/.plcode/skill/experimental/document-docx/scripts/office/validate.py +111 -0
  510. package/.plcode/skill/experimental/document-docx/scripts/office/validators/__init__.py +15 -0
  511. package/.plcode/skill/experimental/document-docx/scripts/office/validators/base.py +847 -0
  512. package/.plcode/skill/experimental/document-docx/scripts/office/validators/docx.py +446 -0
  513. package/.plcode/skill/experimental/document-docx/scripts/office/validators/pptx.py +275 -0
  514. package/.plcode/skill/experimental/document-docx/scripts/office/validators/redlining.py +247 -0
  515. package/.plcode/skill/experimental/document-docx/scripts/templates/comments.xml +3 -0
  516. package/.plcode/skill/experimental/document-docx/scripts/templates/commentsExtended.xml +3 -0
  517. package/.plcode/skill/experimental/document-docx/scripts/templates/commentsExtensible.xml +3 -0
  518. package/.plcode/skill/experimental/document-docx/scripts/templates/commentsIds.xml +3 -0
  519. package/.plcode/skill/experimental/document-docx/scripts/templates/people.xml +3 -0
  520. package/.plcode/skill/experimental/document-docx/scripts/utilities.py +374 -0
  521. package/.plcode/skill/experimental/document-pdf/LICENSE.txt +30 -0
  522. package/.plcode/skill/experimental/document-pdf/SKILL.md +332 -0
  523. package/.plcode/skill/experimental/document-pdf/forms.md +312 -0
  524. package/.plcode/skill/experimental/document-pdf/reference.md +640 -0
  525. package/.plcode/skill/experimental/document-pdf/scripts/check_bounding_boxes.py +65 -0
  526. package/.plcode/skill/experimental/document-pdf/scripts/check_bounding_boxes_test.py +226 -0
  527. package/.plcode/skill/experimental/document-pdf/scripts/check_fillable_fields.py +11 -0
  528. package/.plcode/skill/experimental/document-pdf/scripts/convert_pdf_to_images.py +33 -0
  529. package/.plcode/skill/experimental/document-pdf/scripts/create_validation_image.py +37 -0
  530. package/.plcode/skill/experimental/document-pdf/scripts/extract_form_field_info.py +122 -0
  531. package/.plcode/skill/experimental/document-pdf/scripts/extract_form_structure.py +115 -0
  532. package/.plcode/skill/experimental/document-pdf/scripts/fill_fillable_fields.py +98 -0
  533. package/.plcode/skill/experimental/document-pdf/scripts/fill_pdf_form_with_annotations.py +107 -0
  534. package/.plcode/skill/experimental/document-pptx/LICENSE.txt +30 -0
  535. package/.plcode/skill/experimental/document-pptx/SKILL.md +236 -0
  536. package/.plcode/skill/experimental/document-pptx/editing.md +213 -0
  537. package/.plcode/skill/experimental/document-pptx/html2pptx.md +719 -0
  538. package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
  539. package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
  540. package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
  541. package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
  542. package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
  543. package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
  544. package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
  545. package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
  546. package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
  547. package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
  548. package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
  549. package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
  550. package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
  551. package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
  552. package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
  553. package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
  554. package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
  555. package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
  556. package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
  557. package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
  558. package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
  559. package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
  560. package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
  561. package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
  562. package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
  563. package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
  564. package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
  565. package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
  566. package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
  567. package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
  568. package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
  569. package/.plcode/skill/experimental/document-pptx/ooxml/schemas/mce/mc.xsd +75 -0
  570. package/.plcode/skill/experimental/document-pptx/ooxml/schemas/microsoft/wml-2010.xsd +560 -0
  571. package/.plcode/skill/experimental/document-pptx/ooxml/schemas/microsoft/wml-2012.xsd +67 -0
  572. package/.plcode/skill/experimental/document-pptx/ooxml/schemas/microsoft/wml-2018.xsd +14 -0
  573. package/.plcode/skill/experimental/document-pptx/ooxml/schemas/microsoft/wml-cex-2018.xsd +20 -0
  574. package/.plcode/skill/experimental/document-pptx/ooxml/schemas/microsoft/wml-cid-2016.xsd +13 -0
  575. package/.plcode/skill/experimental/document-pptx/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
  576. package/.plcode/skill/experimental/document-pptx/ooxml/schemas/microsoft/wml-symex-2015.xsd +8 -0
  577. package/.plcode/skill/experimental/document-pptx/ooxml/scripts/pack.py +159 -0
  578. package/.plcode/skill/experimental/document-pptx/ooxml/scripts/unpack.py +29 -0
  579. package/.plcode/skill/experimental/document-pptx/ooxml/scripts/validate.py +69 -0
  580. package/.plcode/skill/experimental/document-pptx/ooxml/scripts/validation/__init__.py +15 -0
  581. package/.plcode/skill/experimental/document-pptx/ooxml/scripts/validation/base.py +951 -0
  582. package/.plcode/skill/experimental/document-pptx/ooxml/scripts/validation/docx.py +274 -0
  583. package/.plcode/skill/experimental/document-pptx/ooxml/scripts/validation/pptx.py +315 -0
  584. package/.plcode/skill/experimental/document-pptx/ooxml/scripts/validation/redlining.py +279 -0
  585. package/.plcode/skill/experimental/document-pptx/ooxml.md +446 -0
  586. package/.plcode/skill/experimental/document-pptx/pptxgenjs.md +511 -0
  587. package/.plcode/skill/experimental/document-pptx/scripts/__init__.py +0 -0
  588. package/.plcode/skill/experimental/document-pptx/scripts/add_slide.py +195 -0
  589. package/.plcode/skill/experimental/document-pptx/scripts/clean.py +286 -0
  590. package/.plcode/skill/experimental/document-pptx/scripts/html2pptx.js +1008 -0
  591. package/.plcode/skill/experimental/document-pptx/scripts/inventory.py +1029 -0
  592. package/.plcode/skill/experimental/document-pptx/scripts/office/helpers/__init__.py +0 -0
  593. package/.plcode/skill/experimental/document-pptx/scripts/office/helpers/merge_runs.py +199 -0
  594. package/.plcode/skill/experimental/document-pptx/scripts/office/helpers/simplify_redlines.py +197 -0
  595. package/.plcode/skill/experimental/document-pptx/scripts/office/pack.py +159 -0
  596. package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
  597. package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
  598. package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
  599. package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
  600. package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
  601. package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
  602. package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
  603. package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
  604. package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
  605. package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
  606. package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
  607. package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
  608. package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
  609. package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
  610. package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
  611. package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
  612. package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
  613. package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
  614. package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
  615. package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
  616. package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
  617. package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
  618. package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
  619. package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
  620. package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
  621. package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
  622. package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
  623. package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
  624. package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
  625. package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
  626. package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
  627. package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/mce/mc.xsd +75 -0
  628. package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/microsoft/wml-2010.xsd +560 -0
  629. package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/microsoft/wml-2012.xsd +67 -0
  630. package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/microsoft/wml-2018.xsd +14 -0
  631. package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/microsoft/wml-cex-2018.xsd +20 -0
  632. package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/microsoft/wml-cid-2016.xsd +13 -0
  633. package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
  634. package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/microsoft/wml-symex-2015.xsd +8 -0
  635. package/.plcode/skill/experimental/document-pptx/scripts/office/soffice.py +183 -0
  636. package/.plcode/skill/experimental/document-pptx/scripts/office/unpack.py +132 -0
  637. package/.plcode/skill/experimental/document-pptx/scripts/office/validate.py +111 -0
  638. package/.plcode/skill/experimental/document-pptx/scripts/office/validators/__init__.py +15 -0
  639. package/.plcode/skill/experimental/document-pptx/scripts/office/validators/base.py +847 -0
  640. package/.plcode/skill/experimental/document-pptx/scripts/office/validators/docx.py +446 -0
  641. package/.plcode/skill/experimental/document-pptx/scripts/office/validators/pptx.py +275 -0
  642. package/.plcode/skill/experimental/document-pptx/scripts/office/validators/redlining.py +247 -0
  643. package/.plcode/skill/experimental/document-pptx/scripts/rearrange.py +231 -0
  644. package/.plcode/skill/experimental/document-pptx/scripts/replace.py +385 -0
  645. package/.plcode/skill/experimental/document-pptx/scripts/thumbnail.py +289 -0
  646. package/.plcode/skill/experimental/document-xlsx/LICENSE.txt +30 -0
  647. package/.plcode/skill/experimental/document-xlsx/SKILL.md +320 -0
  648. package/.plcode/skill/experimental/document-xlsx/recalc.py +211 -0
  649. package/.plcode/skill/experimental/document-xlsx/scripts/office/helpers/__init__.py +0 -0
  650. package/.plcode/skill/experimental/document-xlsx/scripts/office/helpers/merge_runs.py +199 -0
  651. package/.plcode/skill/experimental/document-xlsx/scripts/office/helpers/simplify_redlines.py +197 -0
  652. package/.plcode/skill/experimental/document-xlsx/scripts/office/pack.py +159 -0
  653. package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
  654. package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
  655. package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
  656. package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
  657. package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
  658. package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
  659. package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
  660. package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
  661. package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
  662. package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
  663. package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
  664. package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
  665. package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
  666. package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
  667. package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
  668. package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
  669. package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
  670. package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
  671. package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
  672. package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
  673. package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
  674. package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
  675. package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
  676. package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
  677. package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
  678. package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
  679. package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
  680. package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
  681. package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
  682. package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
  683. package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
  684. package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/mce/mc.xsd +75 -0
  685. package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/microsoft/wml-2010.xsd +560 -0
  686. package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/microsoft/wml-2012.xsd +67 -0
  687. package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/microsoft/wml-2018.xsd +14 -0
  688. package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/microsoft/wml-cex-2018.xsd +20 -0
  689. package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/microsoft/wml-cid-2016.xsd +13 -0
  690. package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
  691. package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/microsoft/wml-symex-2015.xsd +8 -0
  692. package/.plcode/skill/experimental/document-xlsx/scripts/office/soffice.py +183 -0
  693. package/.plcode/skill/experimental/document-xlsx/scripts/office/unpack.py +132 -0
  694. package/.plcode/skill/experimental/document-xlsx/scripts/office/validate.py +111 -0
  695. package/.plcode/skill/experimental/document-xlsx/scripts/office/validators/__init__.py +15 -0
  696. package/.plcode/skill/experimental/document-xlsx/scripts/office/validators/base.py +847 -0
  697. package/.plcode/skill/experimental/document-xlsx/scripts/office/validators/docx.py +446 -0
  698. package/.plcode/skill/experimental/document-xlsx/scripts/office/validators/pptx.py +275 -0
  699. package/.plcode/skill/experimental/document-xlsx/scripts/office/validators/redlining.py +247 -0
  700. package/.plcode/skill/experimental/document-xlsx/scripts/recalc.py +184 -0
  701. package/.plcode/skill/experimental/domain-driven-design/SKILL.md +75 -0
  702. package/.plcode/skill/experimental/domain-driven-design/references/ddd-deliverables.md +24 -0
  703. package/.plcode/skill/experimental/excalidraw/SKILL.md +537 -0
  704. package/.plcode/skill/experimental/extract/SKILL.md +94 -0
  705. package/.plcode/skill/experimental/frontend-ui-animator/SKILL.md +147 -0
  706. package/.plcode/skill/experimental/frontend-ui-animator/references/animation-patterns.md +583 -0
  707. package/.plcode/skill/experimental/frontend-ui-animator/references/component-checklist.md +161 -0
  708. package/.plcode/skill/experimental/frontend-ui-animator/references/tailwind-presets.md +404 -0
  709. package/.plcode/skill/experimental/frontend-ui-integration/SKILL.md +79 -0
  710. package/.plcode/skill/experimental/harden/SKILL.md +385 -0
  711. package/.plcode/skill/experimental/infographic/SKILL.md +469 -0
  712. package/.plcode/skill/experimental/llm-application-dev/SKILL.md +221 -0
  713. package/.plcode/skill/experimental/mcp-builder/LICENSE.txt +202 -0
  714. package/.plcode/skill/experimental/mcp-builder/SKILL.md +256 -0
  715. package/.plcode/skill/experimental/mcp-builder/reference/evaluation.md +630 -0
  716. package/.plcode/skill/experimental/mcp-builder/reference/mcp_best_practices.md +269 -0
  717. package/.plcode/skill/experimental/mcp-builder/reference/node_mcp_server.md +974 -0
  718. package/.plcode/skill/experimental/mcp-builder/reference/python_mcp_server.md +737 -0
  719. package/.plcode/skill/experimental/mcp-builder/scripts/connections.py +151 -0
  720. package/.plcode/skill/experimental/mcp-builder/scripts/evaluation.py +373 -0
  721. package/.plcode/skill/experimental/mcp-builder/scripts/example_evaluation.xml +22 -0
  722. package/.plcode/skill/experimental/mcp-builder/scripts/requirements.txt +2 -0
  723. package/.plcode/skill/experimental/normalize/SKILL.md +69 -0
  724. package/.plcode/skill/experimental/onboard/SKILL.md +272 -0
  725. package/.plcode/skill/experimental/optimize/SKILL.md +291 -0
  726. package/.plcode/skill/experimental/polish/SKILL.md +204 -0
  727. package/.plcode/skill/experimental/product-management/SKILL.md +327 -0
  728. package/.plcode/skill/experimental/quieter/SKILL.md +125 -0
  729. package/.plcode/skill/experimental/ralph/scripts/prompt.md +108 -0
  730. package/.plcode/skill/experimental/ralph/scripts/ralph.sh +77 -0
  731. package/.plcode/skill/experimental/ralph/skill.md +170 -0
  732. package/.plcode/skill/experimental/ralph-executor/skill.md +130 -0
  733. package/.plcode/skill/experimental/rsc-data-optimizer/SKILL.md +117 -0
  734. package/.plcode/skill/experimental/rsc-data-optimizer/references/patterns.md +285 -0
  735. package/.plcode/skill/experimental/shadcn-management/SKILL.md +109 -0
  736. package/.plcode/skill/experimental/shadcn-management/references/workflows.md +214 -0
  737. package/.plcode/skill/experimental/sketch/SKILL.md +232 -0
  738. package/.plcode/skill/experimental/teach-impeccable/SKILL.md +78 -0
  739. package/.plcode/skill/experimental/theme-factory/LICENSE.txt +202 -0
  740. package/.plcode/skill/experimental/theme-factory/SKILL.md +63 -0
  741. package/.plcode/skill/experimental/theme-factory/theme-showcase.pdf +0 -0
  742. package/.plcode/skill/experimental/theme-factory/themes/arctic-frost.md +19 -0
  743. package/.plcode/skill/experimental/theme-factory/themes/botanical-garden.md +19 -0
  744. package/.plcode/skill/experimental/theme-factory/themes/desert-rose.md +19 -0
  745. package/.plcode/skill/experimental/theme-factory/themes/forest-canopy.md +19 -0
  746. package/.plcode/skill/experimental/theme-factory/themes/golden-hour.md +19 -0
  747. package/.plcode/skill/experimental/theme-factory/themes/midnight-galaxy.md +19 -0
  748. package/.plcode/skill/experimental/theme-factory/themes/modern-minimalist.md +19 -0
  749. package/.plcode/skill/experimental/theme-factory/themes/ocean-depths.md +19 -0
  750. package/.plcode/skill/experimental/theme-factory/themes/sunset-boulevard.md +19 -0
  751. package/.plcode/skill/experimental/theme-factory/themes/tech-innovation.md +19 -0
  752. package/.plcode/skill/experimental/ui-ux-pro-max/SKILL.md +238 -0
  753. package/.plcode/skill/experimental/ui-ux-pro-max/data/charts.csv +26 -0
  754. package/.plcode/skill/experimental/ui-ux-pro-max/data/colors.csv +97 -0
  755. package/.plcode/skill/experimental/ui-ux-pro-max/data/landing.csv +31 -0
  756. package/.plcode/skill/experimental/ui-ux-pro-max/data/products.csv +97 -0
  757. package/.plcode/skill/experimental/ui-ux-pro-max/data/prompts.csv +24 -0
  758. package/.plcode/skill/experimental/ui-ux-pro-max/data/stacks/flutter.csv +53 -0
  759. package/.plcode/skill/experimental/ui-ux-pro-max/data/stacks/html-tailwind.csv +56 -0
  760. package/.plcode/skill/experimental/ui-ux-pro-max/data/stacks/nextjs.csv +53 -0
  761. package/.plcode/skill/experimental/ui-ux-pro-max/data/stacks/react-native.csv +52 -0
  762. package/.plcode/skill/experimental/ui-ux-pro-max/data/stacks/react.csv +54 -0
  763. package/.plcode/skill/experimental/ui-ux-pro-max/data/stacks/svelte.csv +54 -0
  764. package/.plcode/skill/experimental/ui-ux-pro-max/data/stacks/swiftui.csv +51 -0
  765. package/.plcode/skill/experimental/ui-ux-pro-max/data/stacks/vue.csv +50 -0
  766. package/.plcode/skill/experimental/ui-ux-pro-max/data/styles.csv +59 -0
  767. package/.plcode/skill/experimental/ui-ux-pro-max/data/typography.csv +58 -0
  768. package/.plcode/skill/experimental/ui-ux-pro-max/data/ux-guidelines.csv +100 -0
  769. package/.plcode/skill/experimental/ui-ux-pro-max/scripts/core.py +236 -0
  770. package/.plcode/skill/experimental/ui-ux-pro-max/scripts/search.py +61 -0
  771. package/.plcode/skill/experimental/webapp-testing/LICENSE.txt +202 -0
  772. package/.plcode/skill/experimental/webapp-testing/SKILL.md +108 -0
  773. package/.plcode/skill/experimental/webapp-testing/examples/console_logging.py +35 -0
  774. package/.plcode/skill/experimental/webapp-testing/examples/element_discovery.py +40 -0
  775. package/.plcode/skill/experimental/webapp-testing/examples/static_html_automation.py +33 -0
  776. package/.plcode/skill/experimental/webapp-testing/scripts/with_server.py +106 -0
  777. package/bin/plcode +0 -0
  778. package/package.json +27 -0
@@ -0,0 +1,100 @@
1
+ No,Category,Issue,Platform,Description,Do,Don't,Code Example Good,Code Example Bad,Severity
2
+ 1,Navigation,Smooth Scroll,Web,Anchor links should scroll smoothly to target section,Use scroll-behavior: smooth on html element,Jump directly without transition,html { scroll-behavior: smooth; },<a href='#section'> without CSS,High
3
+ 2,Navigation,Sticky Navigation,Web,Fixed nav should not obscure content,Add padding-top to body equal to nav height,Let nav overlap first section content,pt-20 (if nav is h-20),No padding compensation,Medium
4
+ 3,Navigation,Active State,All,Current page/section should be visually indicated,Highlight active nav item with color/underline,No visual feedback on current location,text-primary border-b-2,All links same style,Medium
5
+ 4,Navigation,Back Button,Mobile,Users expect back to work predictably,Preserve navigation history properly,Break browser/app back button behavior,history.pushState(),location.replace(),High
6
+ 5,Navigation,Deep Linking,All,URLs should reflect current state for sharing,Update URL on state/view changes,Static URLs for dynamic content,Use query params or hash,Single URL for all states,Medium
7
+ 6,Navigation,Breadcrumbs,Web,Show user location in site hierarchy,Use for sites with 3+ levels of depth,Use for flat single-level sites,Home > Category > Product,Only on deep nested pages,Low
8
+ 7,Animation,Excessive Motion,All,Too many animations cause distraction and motion sickness,Animate 1-2 key elements per view maximum,Animate everything that moves,Single hero animation,animate-bounce on 5+ elements,High
9
+ 8,Animation,Duration Timing,All,Animations should feel responsive not sluggish,Use 150-300ms for micro-interactions,Use animations longer than 500ms for UI,transition-all duration-200,duration-1000,Medium
10
+ 9,Animation,Reduced Motion,All,Respect user's motion preferences,Check prefers-reduced-motion media query,Ignore accessibility motion settings,@media (prefers-reduced-motion: reduce),No motion query check,High
11
+ 10,Animation,Loading States,All,Show feedback during async operations,Use skeleton screens or spinners,Leave UI frozen with no feedback,animate-pulse skeleton,Blank screen while loading,High
12
+ 11,Animation,Hover vs Tap,All,Hover effects don't work on touch devices,Use click/tap for primary interactions,Rely only on hover for important actions,onClick handler,onMouseEnter only,High
13
+ 12,Animation,Continuous Animation,All,Infinite animations are distracting,Use for loading indicators only,Use for decorative elements,animate-spin on loader,animate-bounce on icons,Medium
14
+ 13,Animation,Transform Performance,Web,Some CSS properties trigger expensive repaints,Use transform and opacity for animations,Animate width/height/top/left properties,transform: translateY(),top: 10px animation,Medium
15
+ 14,Animation,Easing Functions,All,Linear motion feels robotic,Use ease-out for entering ease-in for exiting,Use linear for UI transitions,ease-out,linear,Low
16
+ 15,Layout,Z-Index Management,Web,Stacking context conflicts cause hidden elements,Define z-index scale system (10 20 30 50),Use arbitrary large z-index values,z-10 z-20 z-50,z-[9999],High
17
+ 16,Layout,Overflow Hidden,Web,Hidden overflow can clip important content,Test all content fits within containers,Blindly apply overflow-hidden,overflow-auto with scroll,overflow-hidden truncating content,Medium
18
+ 17,Layout,Fixed Positioning,Web,Fixed elements can overlap or be inaccessible,Account for safe areas and other fixed elements,Stack multiple fixed elements carelessly,Fixed nav + fixed bottom with gap,Multiple overlapping fixed elements,Medium
19
+ 18,Layout,Stacking Context,Web,New stacking contexts reset z-index,Understand what creates new stacking context,Expect z-index to work across contexts,Parent with z-index isolates children,z-index: 9999 not working,Medium
20
+ 19,Layout,Content Jumping,Web,Layout shift when content loads is jarring,Reserve space for async content,Let images/content push layout around,aspect-ratio or fixed height,No dimensions on images,High
21
+ 20,Layout,Viewport Units,Web,100vh can be problematic on mobile browsers,Use dvh or account for mobile browser chrome,Use 100vh for full-screen mobile layouts,min-h-dvh or min-h-screen,h-screen on mobile,Medium
22
+ 21,Layout,Container Width,Web,Content too wide is hard to read,Limit max-width for text content (65-75ch),Let text span full viewport width,max-w-prose or max-w-3xl,Full width paragraphs,Medium
23
+ 22,Touch,Touch Target Size,Mobile,Small buttons are hard to tap accurately,Minimum 44x44px touch targets,Tiny clickable areas,min-h-[44px] min-w-[44px],w-6 h-6 buttons,High
24
+ 23,Touch,Touch Spacing,Mobile,Adjacent touch targets need adequate spacing,Minimum 8px gap between touch targets,Tightly packed clickable elements,gap-2 between buttons,gap-0 or gap-1,Medium
25
+ 24,Touch,Gesture Conflicts,Mobile,Custom gestures can conflict with system,Avoid horizontal swipe on main content,Override system gestures,Vertical scroll primary,Horizontal swipe carousel only,Medium
26
+ 25,Touch,Tap Delay,Mobile,300ms tap delay feels laggy,Use touch-action CSS or fastclick,Default mobile tap handling,touch-action: manipulation,No touch optimization,Medium
27
+ 26,Touch,Pull to Refresh,Mobile,Accidental refresh is frustrating,Disable where not needed,Enable by default everywhere,overscroll-behavior: contain,Default overscroll,Low
28
+ 27,Touch,Haptic Feedback,Mobile,Tactile feedback improves interaction feel,Use for confirmations and important actions,Overuse vibration feedback,navigator.vibrate(10),Vibrate on every tap,Low
29
+ 28,Interaction,Focus States,All,Keyboard users need visible focus indicators,Use visible focus rings on interactive elements,Remove focus outline without replacement,focus:ring-2 focus:ring-blue-500,outline-none without alternative,High
30
+ 29,Interaction,Hover States,Web,Visual feedback on interactive elements,Change cursor and add subtle visual change,No hover feedback on clickable elements,hover:bg-gray-100 cursor-pointer,No hover style,Medium
31
+ 30,Interaction,Active States,All,Show immediate feedback on press/click,Add pressed/active state visual change,No feedback during interaction,active:scale-95,No active state,Medium
32
+ 31,Interaction,Disabled States,All,Clearly indicate non-interactive elements,Reduce opacity and change cursor,Confuse disabled with normal state,opacity-50 cursor-not-allowed,Same style as enabled,Medium
33
+ 32,Interaction,Loading Buttons,All,Prevent double submission during async actions,Disable button and show loading state,Allow multiple clicks during processing,disabled={loading} spinner,Button clickable while loading,High
34
+ 33,Interaction,Error Feedback,All,Users need to know when something fails,Show clear error messages near problem,Silent failures with no feedback,Red border + error message,No indication of error,High
35
+ 34,Interaction,Success Feedback,All,Confirm successful actions to users,Show success message or visual change,No confirmation of completed action,Toast notification or checkmark,Action completes silently,Medium
36
+ 35,Interaction,Confirmation Dialogs,All,Prevent accidental destructive actions,Confirm before delete/irreversible actions,Delete without confirmation,Are you sure modal,Direct delete on click,High
37
+ 36,Accessibility,Color Contrast,All,Text must be readable against background,Minimum 4.5:1 ratio for normal text,Low contrast text,#333 on white (7:1),#999 on white (2.8:1),High
38
+ 37,Accessibility,Color Only,All,Don't convey information by color alone,Use icons/text in addition to color,Red/green only for error/success,Red text + error icon,Red border only for error,High
39
+ 38,Accessibility,Alt Text,All,Images need text alternatives,Descriptive alt text for meaningful images,Empty or missing alt attributes,alt='Dog playing in park',alt='' for content images,High
40
+ 39,Accessibility,Heading Hierarchy,Web,Screen readers use headings for navigation,Use sequential heading levels h1-h6,Skip heading levels or misuse for styling,h1 then h2 then h3,h1 then h4,Medium
41
+ 40,Accessibility,ARIA Labels,All,Interactive elements need accessible names,Add aria-label for icon-only buttons,Icon buttons without labels,aria-label='Close menu',<button><Icon/></button>,High
42
+ 41,Accessibility,Keyboard Navigation,Web,All functionality accessible via keyboard,Tab order matches visual order,Keyboard traps or illogical tab order,tabIndex for custom order,Unreachable elements,High
43
+ 42,Accessibility,Screen Reader,All,Content should make sense when read aloud,Use semantic HTML and ARIA properly,Div soup with no semantics,<nav> <main> <article>,<div> for everything,Medium
44
+ 43,Accessibility,Form Labels,All,Inputs must have associated labels,Use label with for attribute or wrap input,Placeholder-only inputs,<label for='email'>,placeholder='Email' only,High
45
+ 44,Accessibility,Error Messages,All,Error messages must be announced,Use aria-live or role=alert for errors,Visual-only error indication,role='alert',Red border only,High
46
+ 45,Accessibility,Skip Links,Web,Allow keyboard users to skip navigation,Provide skip to main content link,No skip link on nav-heavy pages,Skip to main content link,100 tabs to reach content,Medium
47
+ 46,Performance,Image Optimization,All,Large images slow page load,Use appropriate size and format (WebP),Unoptimized full-size images,srcset with multiple sizes,4000px image for 400px display,High
48
+ 47,Performance,Lazy Loading,All,Load content as needed,Lazy load below-fold images and content,Load everything upfront,loading='lazy',All images eager load,Medium
49
+ 48,Performance,Code Splitting,Web,Large bundles slow initial load,Split code by route/feature,Single large bundle,dynamic import(),All code in main bundle,Medium
50
+ 49,Performance,Caching,Web,Repeat visits should be fast,Set appropriate cache headers,No caching strategy,Cache-Control headers,Every request hits server,Medium
51
+ 50,Performance,Font Loading,Web,Web fonts can block rendering,Use font-display swap or optional,Invisible text during font load,font-display: swap,FOIT (Flash of Invisible Text),Medium
52
+ 51,Performance,Third Party Scripts,Web,External scripts can block rendering,Load non-critical scripts async/defer,Synchronous third-party scripts,async or defer attribute,<script src='...'> in head,Medium
53
+ 52,Performance,Bundle Size,Web,Large JavaScript slows interaction,Monitor and minimize bundle size,Ignore bundle size growth,Bundle analyzer,No size monitoring,Medium
54
+ 53,Performance,Render Blocking,Web,CSS/JS can block first paint,Inline critical CSS defer non-critical,Large blocking CSS files,Critical CSS inline,All CSS in head,Medium
55
+ 54,Forms,Input Labels,All,Every input needs a visible label,Always show label above or beside input,Placeholder as only label,<label>Email</label><input>,placeholder='Email' only,High
56
+ 55,Forms,Error Placement,All,Errors should appear near the problem,Show error below related input,Single error message at top of form,Error under each field,All errors at form top,Medium
57
+ 56,Forms,Inline Validation,All,Validate as user types or on blur,Validate on blur for most fields,Validate only on submit,onBlur validation,Submit-only validation,Medium
58
+ 57,Forms,Input Types,All,Use appropriate input types,Use email tel number url etc,Text input for everything,type='email',type='text' for email,Medium
59
+ 58,Forms,Autofill Support,Web,Help browsers autofill correctly,Use autocomplete attribute properly,Block or ignore autofill,autocomplete='email',autocomplete='off' everywhere,Medium
60
+ 59,Forms,Required Indicators,All,Mark required fields clearly,Use asterisk or (required) text,No indication of required fields,* required indicator,Guess which are required,Medium
61
+ 60,Forms,Password Visibility,All,Let users see password while typing,Toggle to show/hide password,No visibility toggle,Show/hide password button,Password always hidden,Medium
62
+ 61,Forms,Submit Feedback,All,Confirm form submission status,Show loading then success/error state,No feedback after submit,Loading -> Success message,Button click with no response,High
63
+ 62,Forms,Input Affordance,All,Inputs should look interactive,Use distinct input styling,Inputs that look like plain text,Border/background on inputs,Borderless inputs,Medium
64
+ 63,Forms,Mobile Keyboards,Mobile,Show appropriate keyboard for input type,Use inputmode attribute,Default keyboard for all inputs,inputmode='numeric',Text keyboard for numbers,Medium
65
+ 64,Responsive,Mobile First,Web,Design for mobile then enhance for larger,Start with mobile styles then add breakpoints,Desktop-first causing mobile issues,Default mobile + md: lg: xl:,Desktop default + max-width queries,Medium
66
+ 65,Responsive,Breakpoint Testing,Web,Test at all common screen sizes,Test at 320 375 414 768 1024 1440,Only test on your device,Multiple device testing,Single device development,Medium
67
+ 66,Responsive,Touch Friendly,Web,Mobile layouts need touch-sized targets,Increase touch targets on mobile,Same tiny buttons on mobile,Larger buttons on mobile,Desktop-sized targets on mobile,High
68
+ 67,Responsive,Readable Font Size,All,Text must be readable on all devices,Minimum 16px body text on mobile,Tiny text on mobile,text-base or larger,text-xs for body text,High
69
+ 68,Responsive,Viewport Meta,Web,Set viewport for mobile devices,Use width=device-width initial-scale=1,Missing or incorrect viewport,<meta name='viewport'...>,No viewport meta tag,High
70
+ 69,Responsive,Horizontal Scroll,Web,Avoid horizontal scrolling,Ensure content fits viewport width,Content wider than viewport,max-w-full overflow-x-hidden,Horizontal scrollbar on mobile,High
71
+ 70,Responsive,Image Scaling,Web,Images should scale with container,Use max-width: 100% on images,Fixed width images overflow,max-w-full h-auto,width='800' fixed,Medium
72
+ 71,Responsive,Table Handling,Web,Tables can overflow on mobile,Use horizontal scroll or card layout,Wide tables breaking layout,overflow-x-auto wrapper,Table overflows viewport,Medium
73
+ 72,Typography,Line Height,All,Adequate line height improves readability,Use 1.5-1.75 for body text,Cramped or excessive line height,leading-relaxed (1.625),leading-none (1),Medium
74
+ 73,Typography,Line Length,Web,Long lines are hard to read,Limit to 65-75 characters per line,Full-width text on large screens,max-w-prose,Full viewport width text,Medium
75
+ 74,Typography,Font Size Scale,All,Consistent type hierarchy aids scanning,Use consistent modular scale,Random font sizes,Type scale (12 14 16 18 24 32),Arbitrary sizes,Medium
76
+ 75,Typography,Font Loading,Web,Fonts should load without layout shift,Reserve space with fallback font,Layout shift when fonts load,font-display: swap + similar fallback,No fallback font,Medium
77
+ 76,Typography,Contrast Readability,All,Body text needs good contrast,Use darker text on light backgrounds,Gray text on gray background,text-gray-900 on white,text-gray-400 on gray-100,High
78
+ 77,Typography,Heading Clarity,All,Headings should stand out from body,Clear size/weight difference,Headings similar to body text,Bold + larger size,Same size as body,Medium
79
+ 78,Feedback,Loading Indicators,All,Show system status during waits,Show spinner/skeleton for operations > 300ms,No feedback during loading,Skeleton or spinner,Frozen UI,High
80
+ 79,Feedback,Empty States,All,Guide users when no content exists,Show helpful message and action,Blank empty screens,No items yet. Create one!,Empty white space,Medium
81
+ 80,Feedback,Error Recovery,All,Help users recover from errors,Provide clear next steps,Error without recovery path,Try again button + help link,Error message only,Medium
82
+ 81,Feedback,Progress Indicators,All,Show progress for multi-step processes,Step indicators or progress bar,No indication of progress,Step 2 of 4 indicator,No step information,Medium
83
+ 82,Feedback,Toast Notifications,All,Transient messages for non-critical info,Auto-dismiss after 3-5 seconds,Toasts that never disappear,Auto-dismiss toast,Persistent toast,Medium
84
+ 83,Feedback,Confirmation Messages,All,Confirm successful actions,Brief success message,Silent success,Saved successfully toast,No confirmation,Medium
85
+ 84,Content,Truncation,All,Handle long content gracefully,Truncate with ellipsis and expand option,Overflow or broken layout,line-clamp-2 with expand,Overflow or cut off,Medium
86
+ 85,Content,Date Formatting,All,Use locale-appropriate date formats,Use relative or locale-aware dates,Ambiguous date formats,2 hours ago or locale format,01/02/03,Low
87
+ 86,Content,Number Formatting,All,Format large numbers for readability,Use thousand separators or abbreviations,Long unformatted numbers,"1.2K or 1,234",1234567,Low
88
+ 87,Content,Placeholder Content,All,Show realistic placeholders during dev,Use realistic sample data,Lorem ipsum everywhere,Real sample content,Lorem ipsum,Low
89
+ 88,Onboarding,User Freedom,All,Users should be able to skip tutorials,Provide Skip and Back buttons,Force linear unskippable tour,Skip Tutorial button,Locked overlay until finished,Medium
90
+ 89,Search,Autocomplete,Web,Help users find results faster,Show predictions as user types,Require full type and enter,Debounced fetch + dropdown,No suggestions,Medium
91
+ 90,Search,No Results,Web,Dead ends frustrate users,Show 'No results' with suggestions,Blank screen or '0 results',Try searching for X instead,No results found.,Medium
92
+ 91,Data Entry,Bulk Actions,Web,Editing one by one is tedious,Allow multi-select and bulk edit,Single row actions only,Checkbox column + Action bar,Repeated actions per row,Low
93
+ 92,AI Interaction,Disclaimer,All,Users need to know they talk to AI,Clearly label AI generated content,Present AI as human,AI Assistant label,Fake human name without label,High
94
+ 93,AI Interaction,Streaming,All,Waiting for full text is slow,Stream text response token by token,Show loading spinner for 10s+,Typewriter effect,Spinner until 100% complete,Medium
95
+ 94,Spatial UI,Gaze Hover,VisionOS,Elements should respond to eye tracking before pinch,Scale/highlight element on look,Static element until pinch,hoverEffect(),onTap only,High
96
+ 95,Spatial UI,Depth Layering,VisionOS,UI needs Z-depth to separate content from environment,Use glass material and z-offset,Flat opaque panels blocking view,.glassBackgroundEffect(),bg-white,Medium
97
+ 96,Sustainability,Auto-Play Video,Web,Video consumes massive data and energy,Click-to-play or pause when off-screen,Auto-play high-res video loops,playsInline muted preload='none',autoplay loop,Medium
98
+ 97,Sustainability,Asset Weight,Web,Heavy 3D/Image assets increase carbon footprint,Compress and lazy load 3D models,Load 50MB textures,Draco compression,Raw .obj files,Medium
99
+ 98,AI Interaction,Feedback Loop,All,AI needs user feedback to improve,Thumps up/down or 'Regenerate',Static output only,Feedback component,Read-only text,Low
100
+ 99,Accessibility,Motion Sensitivity,All,Parallax/Scroll-jacking causes nausea,Respect prefers-reduced-motion,Force scroll effects,@media (prefers-reduced-motion),ScrollTrigger.create(),High
@@ -0,0 +1,236 @@
1
+ #!/usr/bin/env python3
2
+ # -*- coding: utf-8 -*-
3
+ """
4
+ UI/UX Pro Max Core - BM25 search engine for UI/UX style guides
5
+ """
6
+
7
+ import csv
8
+ import re
9
+ from pathlib import Path
10
+ from math import log
11
+ from collections import defaultdict
12
+
13
+ # ============ CONFIGURATION ============
14
+ DATA_DIR = Path(__file__).parent.parent / "data"
15
+ MAX_RESULTS = 3
16
+
17
+ CSV_CONFIG = {
18
+ "style": {
19
+ "file": "styles.csv",
20
+ "search_cols": ["Style Category", "Keywords", "Best For", "Type"],
21
+ "output_cols": ["Style Category", "Type", "Keywords", "Primary Colors", "Effects & Animation", "Best For", "Performance", "Accessibility", "Framework Compatibility", "Complexity"]
22
+ },
23
+ "prompt": {
24
+ "file": "prompts.csv",
25
+ "search_cols": ["Style Category", "AI Prompt Keywords (Copy-Paste Ready)", "CSS/Technical Keywords"],
26
+ "output_cols": ["Style Category", "AI Prompt Keywords (Copy-Paste Ready)", "CSS/Technical Keywords", "Implementation Checklist"]
27
+ },
28
+ "color": {
29
+ "file": "colors.csv",
30
+ "search_cols": ["Product Type", "Keywords", "Notes"],
31
+ "output_cols": ["Product Type", "Keywords", "Primary (Hex)", "Secondary (Hex)", "CTA (Hex)", "Background (Hex)", "Text (Hex)", "Border (Hex)", "Notes"]
32
+ },
33
+ "chart": {
34
+ "file": "charts.csv",
35
+ "search_cols": ["Data Type", "Keywords", "Best Chart Type", "Accessibility Notes"],
36
+ "output_cols": ["Data Type", "Keywords", "Best Chart Type", "Secondary Options", "Color Guidance", "Accessibility Notes", "Library Recommendation", "Interactive Level"]
37
+ },
38
+ "landing": {
39
+ "file": "landing.csv",
40
+ "search_cols": ["Pattern Name", "Keywords", "Conversion Optimization", "Section Order"],
41
+ "output_cols": ["Pattern Name", "Keywords", "Section Order", "Primary CTA Placement", "Color Strategy", "Conversion Optimization"]
42
+ },
43
+ "product": {
44
+ "file": "products.csv",
45
+ "search_cols": ["Product Type", "Keywords", "Primary Style Recommendation", "Key Considerations"],
46
+ "output_cols": ["Product Type", "Keywords", "Primary Style Recommendation", "Secondary Styles", "Landing Page Pattern", "Dashboard Style (if applicable)", "Color Palette Focus"]
47
+ },
48
+ "ux": {
49
+ "file": "ux-guidelines.csv",
50
+ "search_cols": ["Category", "Issue", "Description", "Platform"],
51
+ "output_cols": ["Category", "Issue", "Platform", "Description", "Do", "Don't", "Code Example Good", "Code Example Bad", "Severity"]
52
+ },
53
+ "typography": {
54
+ "file": "typography.csv",
55
+ "search_cols": ["Font Pairing Name", "Category", "Mood/Style Keywords", "Best For", "Heading Font", "Body Font"],
56
+ "output_cols": ["Font Pairing Name", "Category", "Heading Font", "Body Font", "Mood/Style Keywords", "Best For", "Google Fonts URL", "CSS Import", "Tailwind Config", "Notes"]
57
+ }
58
+ }
59
+
60
+ STACK_CONFIG = {
61
+ "html-tailwind": {"file": "stacks/html-tailwind.csv"},
62
+ "react": {"file": "stacks/react.csv"},
63
+ "nextjs": {"file": "stacks/nextjs.csv"},
64
+ "vue": {"file": "stacks/vue.csv"},
65
+ "svelte": {"file": "stacks/svelte.csv"},
66
+ "swiftui": {"file": "stacks/swiftui.csv"},
67
+ "react-native": {"file": "stacks/react-native.csv"},
68
+ "flutter": {"file": "stacks/flutter.csv"}
69
+ }
70
+
71
+ # Common columns for all stacks
72
+ _STACK_COLS = {
73
+ "search_cols": ["Category", "Guideline", "Description", "Do", "Don't"],
74
+ "output_cols": ["Category", "Guideline", "Description", "Do", "Don't", "Code Good", "Code Bad", "Severity", "Docs URL"]
75
+ }
76
+
77
+ AVAILABLE_STACKS = list(STACK_CONFIG.keys())
78
+
79
+
80
+ # ============ BM25 IMPLEMENTATION ============
81
+ class BM25:
82
+ """BM25 ranking algorithm for text search"""
83
+
84
+ def __init__(self, k1=1.5, b=0.75):
85
+ self.k1 = k1
86
+ self.b = b
87
+ self.corpus = []
88
+ self.doc_lengths = []
89
+ self.avgdl = 0
90
+ self.idf = {}
91
+ self.doc_freqs = defaultdict(int)
92
+ self.N = 0
93
+
94
+ def tokenize(self, text):
95
+ """Lowercase, split, remove punctuation, filter short words"""
96
+ text = re.sub(r'[^\w\s]', ' ', str(text).lower())
97
+ return [w for w in text.split() if len(w) > 2]
98
+
99
+ def fit(self, documents):
100
+ """Build BM25 index from documents"""
101
+ self.corpus = [self.tokenize(doc) for doc in documents]
102
+ self.N = len(self.corpus)
103
+ if self.N == 0:
104
+ return
105
+ self.doc_lengths = [len(doc) for doc in self.corpus]
106
+ self.avgdl = sum(self.doc_lengths) / self.N
107
+
108
+ for doc in self.corpus:
109
+ seen = set()
110
+ for word in doc:
111
+ if word not in seen:
112
+ self.doc_freqs[word] += 1
113
+ seen.add(word)
114
+
115
+ for word, freq in self.doc_freqs.items():
116
+ self.idf[word] = log((self.N - freq + 0.5) / (freq + 0.5) + 1)
117
+
118
+ def score(self, query):
119
+ """Score all documents against query"""
120
+ query_tokens = self.tokenize(query)
121
+ scores = []
122
+
123
+ for idx, doc in enumerate(self.corpus):
124
+ score = 0
125
+ doc_len = self.doc_lengths[idx]
126
+ term_freqs = defaultdict(int)
127
+ for word in doc:
128
+ term_freqs[word] += 1
129
+
130
+ for token in query_tokens:
131
+ if token in self.idf:
132
+ tf = term_freqs[token]
133
+ idf = self.idf[token]
134
+ numerator = tf * (self.k1 + 1)
135
+ denominator = tf + self.k1 * (1 - self.b + self.b * doc_len / self.avgdl)
136
+ score += idf * numerator / denominator
137
+
138
+ scores.append((idx, score))
139
+
140
+ return sorted(scores, key=lambda x: x[1], reverse=True)
141
+
142
+
143
+ # ============ SEARCH FUNCTIONS ============
144
+ def _load_csv(filepath):
145
+ """Load CSV and return list of dicts"""
146
+ with open(filepath, 'r', encoding='utf-8') as f:
147
+ return list(csv.DictReader(f))
148
+
149
+
150
+ def _search_csv(filepath, search_cols, output_cols, query, max_results):
151
+ """Core search function using BM25"""
152
+ if not filepath.exists():
153
+ return []
154
+
155
+ data = _load_csv(filepath)
156
+
157
+ # Build documents from search columns
158
+ documents = [" ".join(str(row.get(col, "")) for col in search_cols) for row in data]
159
+
160
+ # BM25 search
161
+ bm25 = BM25()
162
+ bm25.fit(documents)
163
+ ranked = bm25.score(query)
164
+
165
+ # Get top results with score > 0
166
+ results = []
167
+ for idx, score in ranked[:max_results]:
168
+ if score > 0:
169
+ row = data[idx]
170
+ results.append({col: row.get(col, "") for col in output_cols if col in row})
171
+
172
+ return results
173
+
174
+
175
+ def detect_domain(query):
176
+ """Auto-detect the most relevant domain from query"""
177
+ query_lower = query.lower()
178
+
179
+ domain_keywords = {
180
+ "color": ["color", "palette", "hex", "#", "rgb"],
181
+ "chart": ["chart", "graph", "visualization", "trend", "bar", "pie", "scatter", "heatmap", "funnel"],
182
+ "landing": ["landing", "page", "cta", "conversion", "hero", "testimonial", "pricing", "section"],
183
+ "product": ["saas", "ecommerce", "e-commerce", "fintech", "healthcare", "gaming", "portfolio", "crypto", "dashboard"],
184
+ "prompt": ["prompt", "css", "implementation", "variable", "checklist", "tailwind"],
185
+ "style": ["style", "design", "ui", "minimalism", "glassmorphism", "neumorphism", "brutalism", "dark mode", "flat", "aurora"],
186
+ "ux": ["ux", "usability", "accessibility", "wcag", "touch", "scroll", "animation", "keyboard", "navigation", "mobile"],
187
+ "typography": ["font", "typography", "heading", "serif", "sans"]
188
+ }
189
+
190
+ scores = {domain: sum(1 for kw in keywords if kw in query_lower) for domain, keywords in domain_keywords.items()}
191
+ best = max(scores, key=scores.get)
192
+ return best if scores[best] > 0 else "style"
193
+
194
+
195
+ def search(query, domain=None, max_results=MAX_RESULTS):
196
+ """Main search function with auto-domain detection"""
197
+ if domain is None:
198
+ domain = detect_domain(query)
199
+
200
+ config = CSV_CONFIG.get(domain, CSV_CONFIG["style"])
201
+ filepath = DATA_DIR / config["file"]
202
+
203
+ if not filepath.exists():
204
+ return {"error": f"File not found: {filepath}", "domain": domain}
205
+
206
+ results = _search_csv(filepath, config["search_cols"], config["output_cols"], query, max_results)
207
+
208
+ return {
209
+ "domain": domain,
210
+ "query": query,
211
+ "file": config["file"],
212
+ "count": len(results),
213
+ "results": results
214
+ }
215
+
216
+
217
+ def search_stack(query, stack, max_results=MAX_RESULTS):
218
+ """Search stack-specific guidelines"""
219
+ if stack not in STACK_CONFIG:
220
+ return {"error": f"Unknown stack: {stack}. Available: {', '.join(AVAILABLE_STACKS)}"}
221
+
222
+ filepath = DATA_DIR / STACK_CONFIG[stack]["file"]
223
+
224
+ if not filepath.exists():
225
+ return {"error": f"Stack file not found: {filepath}", "stack": stack}
226
+
227
+ results = _search_csv(filepath, _STACK_COLS["search_cols"], _STACK_COLS["output_cols"], query, max_results)
228
+
229
+ return {
230
+ "domain": "stack",
231
+ "stack": stack,
232
+ "query": query,
233
+ "file": STACK_CONFIG[stack]["file"],
234
+ "count": len(results),
235
+ "results": results
236
+ }
@@ -0,0 +1,61 @@
1
+ #!/usr/bin/env python3
2
+ # -*- coding: utf-8 -*-
3
+ """
4
+ UI/UX Pro Max Search - BM25 search engine for UI/UX style guides
5
+ Usage: python search.py "<query>" [--domain <domain>] [--stack <stack>] [--max-results 3]
6
+
7
+ Domains: style, prompt, color, chart, landing, product, ux, typography
8
+ Stacks: html-tailwind, react, nextjs
9
+ """
10
+
11
+ import argparse
12
+ from core import CSV_CONFIG, AVAILABLE_STACKS, MAX_RESULTS, search, search_stack
13
+
14
+
15
+ def format_output(result):
16
+ """Format results for Claude consumption (token-optimized)"""
17
+ if "error" in result:
18
+ return f"Error: {result['error']}"
19
+
20
+ output = []
21
+ if result.get("stack"):
22
+ output.append(f"## UI Pro Max Stack Guidelines")
23
+ output.append(f"**Stack:** {result['stack']} | **Query:** {result['query']}")
24
+ else:
25
+ output.append(f"## UI Pro Max Search Results")
26
+ output.append(f"**Domain:** {result['domain']} | **Query:** {result['query']}")
27
+ output.append(f"**Source:** {result['file']} | **Found:** {result['count']} results\n")
28
+
29
+ for i, row in enumerate(result['results'], 1):
30
+ output.append(f"### Result {i}")
31
+ for key, value in row.items():
32
+ value_str = str(value)
33
+ if len(value_str) > 300:
34
+ value_str = value_str[:300] + "..."
35
+ output.append(f"- **{key}:** {value_str}")
36
+ output.append("")
37
+
38
+ return "\n".join(output)
39
+
40
+
41
+ if __name__ == "__main__":
42
+ parser = argparse.ArgumentParser(description="UI Pro Max Search")
43
+ parser.add_argument("query", help="Search query")
44
+ parser.add_argument("--domain", "-d", choices=list(CSV_CONFIG.keys()), help="Search domain")
45
+ parser.add_argument("--stack", "-s", choices=AVAILABLE_STACKS, help="Stack-specific search (html-tailwind, react, nextjs)")
46
+ parser.add_argument("--max-results", "-n", type=int, default=MAX_RESULTS, help="Max results (default: 3)")
47
+ parser.add_argument("--json", action="store_true", help="Output as JSON")
48
+
49
+ args = parser.parse_args()
50
+
51
+ # Stack search takes priority
52
+ if args.stack:
53
+ result = search_stack(args.query, args.stack, args.max_results)
54
+ else:
55
+ result = search(args.query, args.domain, args.max_results)
56
+
57
+ if args.json:
58
+ import json
59
+ print(json.dumps(result, indent=2, ensure_ascii=False))
60
+ else:
61
+ print(format_output(result))
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.