plcode-windows-x64 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.exe +0 -0
  778. package/package.json +24 -0
@@ -0,0 +1,378 @@
1
+ ---
2
+ name: architecture-diagram
3
+ description: Generate professional, dark-themed SVG architecture and infrastructure diagrams as standalone HTML files. Use this skill when the user asks to create system architecture diagrams, cloud infrastructure maps, microservice topologies, database schemas, deployment diagrams, or any technical infrastructure visualization. Produces a single self-contained HTML file with inline SVG that opens in any browser with no dependencies.
4
+ category: design
5
+ ---
6
+
7
+ # Architecture Diagram Skill
8
+
9
+ Generate professional, dark-themed technical architecture diagrams as standalone HTML files with inline SVG graphics. No external tools, no API keys, no rendering libraries — write the HTML file and the user opens it in a browser.
10
+
11
+ Based on [Cocoon AI's architecture-diagram-generator](https://github.com/Cocoon-AI/architecture-diagram-generator) (MIT).
12
+
13
+ ## Scope
14
+
15
+ **Best suited for:**
16
+
17
+ - Software system architecture (frontend / backend / database layers)
18
+ - Cloud infrastructure (VPC, regions, subnets, managed services)
19
+ - Microservice / service-mesh topology
20
+ - Database + API maps, deployment diagrams
21
+ - CI/CD pipeline visualization
22
+ - Network topology and security boundaries
23
+ - Anything with a tech-infra subject that fits a dark, grid-backed aesthetic
24
+
25
+ **Not suited for:**
26
+
27
+ - Scientific diagrams (physics, chemistry, biology)
28
+ - Physical objects, floor plans, anatomy
29
+ - Hand-drawn whiteboard sketches
30
+ - Animated explainers or interactive dashboards
31
+ - UML class diagrams (use a dedicated UML tool)
32
+
33
+ ## Workflow
34
+
35
+ 1. User describes their system architecture (components, connections, technologies)
36
+ 2. Plan the layout: identify component groups, layers, and connection flows
37
+ 3. Generate the HTML file following the design system below
38
+ 4. Save to a `.html` file in the project directory (e.g., `./architecture-diagram.html`)
39
+ 5. Tell the user to open it in any browser — it works offline, zero dependencies
40
+
41
+ ### Output Location
42
+
43
+ Save diagrams to a user-specified path, or default to the current working directory:
44
+
45
+ ```
46
+ ./[descriptive-name]-architecture.html
47
+ ```
48
+
49
+ ## Design System & Visual Language
50
+
51
+ ### Color Palette (Semantic Mapping)
52
+
53
+ Use specific `rgba` fills and hex strokes to categorize components by type:
54
+
55
+ | Component Type | Fill (rgba) | Stroke (Hex) |
56
+ | :-------------- | :------------------------ | :---------------------- |
57
+ | **Frontend** | `rgba(8, 51, 68, 0.4)` | `#22d3ee` (cyan-400) |
58
+ | **Backend** | `rgba(6, 78, 59, 0.4)` | `#34d399` (emerald-400) |
59
+ | **Database** | `rgba(76, 29, 149, 0.4)` | `#a78bfa` (violet-400) |
60
+ | **AWS/Cloud** | `rgba(120, 53, 15, 0.3)` | `#fbbf24` (amber-400) |
61
+ | **Security** | `rgba(136, 19, 55, 0.4)` | `#fb7185` (rose-400) |
62
+ | **Message Bus** | `rgba(251, 146, 60, 0.3)` | `#fb923c` (orange-400) |
63
+ | **External** | `rgba(30, 41, 59, 0.5)` | `#94a3b8` (slate-400) |
64
+
65
+ ### Typography & Background
66
+
67
+ - **Font:** JetBrains Mono (Monospace), loaded from Google Fonts
68
+ - **Sizes:** 12px (component names), 9px (sublabels), 8px (annotations), 7px (tiny labels)
69
+ - **Background:** Slate-950 (`#020617`) with a subtle 40px grid pattern
70
+
71
+ ```svg
72
+ <!-- Background Grid Pattern -->
73
+ <pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse">
74
+ <path d="M 40 0 L 0 0 0 40" fill="none" stroke="#1e293b" stroke-width="0.5"/>
75
+ </pattern>
76
+ ```
77
+
78
+ ## Technical Implementation Details
79
+
80
+ ### Component Rendering
81
+
82
+ Components are rounded rectangles (`rx="6"`) with 1.5px strokes. Use a **double-rect masking technique** to prevent arrows from bleeding through semi-transparent fills:
83
+
84
+ 1. Draw an opaque background rect filled with `#0f172a`
85
+ 2. Draw the semi-transparent styled rect on top
86
+
87
+ Example component:
88
+
89
+ ```svg
90
+ <!-- Opaque mask -->
91
+ <rect x="100" y="80" width="160" height="60" rx="6" fill="#0f172a"/>
92
+ <!-- Styled rect -->
93
+ <rect x="100" y="80" width="160" height="60" rx="6"
94
+ fill="rgba(6, 78, 59, 0.4)" stroke="#34d399" stroke-width="1.5"/>
95
+ <!-- Label -->
96
+ <text x="180" y="105" text-anchor="middle" fill="#34d399"
97
+ font-size="12" font-family="'JetBrains Mono', monospace">API Server</text>
98
+ <text x="180" y="120" text-anchor="middle" fill="#94a3b8"
99
+ font-size="9" font-family="'JetBrains Mono', monospace">Node.js / Express</text>
100
+ ```
101
+
102
+ ### Connection Rules
103
+
104
+ - **Z-Order:** Draw arrows FIRST in the SVG (after the grid background) so they render behind component boxes
105
+ - **Arrowheads:** Define via SVG `<marker>` elements in `<defs>`
106
+ - **Standard connections:** Solid lines with matching component color
107
+ - **Security flows:** Dashed lines in rose color (`#fb7185`, `stroke-dasharray="4,4"`)
108
+ - **Async/event flows:** Dashed lines in orange (`#fb923c`, `stroke-dasharray="6,3"`)
109
+
110
+ Arrowhead marker definition:
111
+
112
+ ```svg
113
+ <defs>
114
+ <marker id="arrow-emerald" viewBox="0 0 10 10" refX="9" refY="5"
115
+ markerWidth="6" markerHeight="6" orient="auto-start-reverse">
116
+ <path d="M 0 0 L 10 5 L 0 10 z" fill="#34d399"/>
117
+ </marker>
118
+ </defs>
119
+ ```
120
+
121
+ ### Boundary Boxes
122
+
123
+ - **Security Groups:** Dashed border (`stroke-dasharray="4,4"`), rose color, `rx="8"`
124
+ - **Region/Zone boundaries:** Large dashed border (`stroke-dasharray="8,4"`), amber color, `rx="12"`
125
+ - **Logical groupings:** Dotted border (`stroke-dasharray="2,4"`), slate color, `rx="6"`
126
+
127
+ ### Spacing & Layout Logic
128
+
129
+ - **Standard component height:** 60px (simple services); 80–120px (large components with details)
130
+ - **Minimum vertical gap:** 40px between components
131
+ - **Minimum horizontal gap:** 30px between components
132
+ - **Message buses / event streams:** Place IN the gap between services, not overlapping
133
+ - **Legend placement:** CRITICAL — must be placed outside all boundary boxes. Calculate the lowest Y-coordinate of all boundaries and place the legend at least 20px below it.
134
+
135
+ ## HTML Document Structure
136
+
137
+ The generated HTML file has four sections:
138
+
139
+ ### 1. Header
140
+
141
+ Title with a pulsing status dot and subtitle describing the system.
142
+
143
+ ### 2. Main SVG Diagram
144
+
145
+ The architecture diagram in an SVG element, contained within a rounded border card. The SVG should use a `viewBox` for responsive scaling.
146
+
147
+ ### 3. Summary Cards
148
+
149
+ A grid of 2–4 cards below the diagram summarizing key architectural details:
150
+
151
+ - **Components** — list of major services and their roles
152
+ - **Data Flow** — how data moves through the system
153
+ - **Key Technologies** — tech stack overview
154
+ - **Notes** — design decisions, scaling considerations
155
+
156
+ ### 4. Footer
157
+
158
+ Minimal metadata line (generation date, project name).
159
+
160
+ ### Card Pattern
161
+
162
+ ```html
163
+ <div class="card">
164
+ <div class="card-header">
165
+ <div class="card-dot cyan"></div>
166
+ <h3>Components</h3>
167
+ </div>
168
+ <ul>
169
+ <li>• API Gateway — request routing & auth</li>
170
+ <li>• User Service — authentication & profiles</li>
171
+ </ul>
172
+ </div>
173
+ ```
174
+
175
+ ## CSS Essentials
176
+
177
+ The HTML file must include these core styles inline in a `<style>` block:
178
+
179
+ ```css
180
+ @import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&display=swap");
181
+
182
+ * {
183
+ margin: 0;
184
+ padding: 0;
185
+ box-sizing: border-box;
186
+ }
187
+
188
+ body {
189
+ background: #020617;
190
+ color: #e2e8f0;
191
+ font-family: "JetBrains Mono", monospace;
192
+ padding: 2rem;
193
+ min-height: 100vh;
194
+ }
195
+
196
+ .container {
197
+ max-width: 1200px;
198
+ margin: 0 auto;
199
+ }
200
+
201
+ .header {
202
+ text-align: center;
203
+ margin-bottom: 2rem;
204
+ }
205
+ .header h1 {
206
+ font-size: 1.5rem;
207
+ color: #f1f5f9;
208
+ }
209
+ .header p {
210
+ font-size: 0.75rem;
211
+ color: #64748b;
212
+ margin-top: 0.5rem;
213
+ }
214
+
215
+ .diagram-card {
216
+ border: 1px solid #1e293b;
217
+ border-radius: 12px;
218
+ padding: 1.5rem;
219
+ background: #0f172a;
220
+ margin-bottom: 2rem;
221
+ }
222
+
223
+ .diagram-card svg {
224
+ width: 100%;
225
+ height: auto;
226
+ }
227
+
228
+ .cards-grid {
229
+ display: grid;
230
+ grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
231
+ gap: 1rem;
232
+ margin-bottom: 2rem;
233
+ }
234
+
235
+ .card {
236
+ background: #0f172a;
237
+ border: 1px solid #1e293b;
238
+ border-radius: 8px;
239
+ padding: 1.25rem;
240
+ }
241
+
242
+ .card-header {
243
+ display: flex;
244
+ align-items: center;
245
+ gap: 0.5rem;
246
+ margin-bottom: 0.75rem;
247
+ }
248
+
249
+ .card-dot {
250
+ width: 8px;
251
+ height: 8px;
252
+ border-radius: 50%;
253
+ animation: pulse 2s infinite;
254
+ }
255
+
256
+ .card-dot.cyan {
257
+ background: #22d3ee;
258
+ }
259
+ .card-dot.emerald {
260
+ background: #34d399;
261
+ }
262
+ .card-dot.violet {
263
+ background: #a78bfa;
264
+ }
265
+ .card-dot.amber {
266
+ background: #fbbf24;
267
+ }
268
+
269
+ .card h3 {
270
+ font-size: 0.85rem;
271
+ color: #f1f5f9;
272
+ }
273
+ .card ul {
274
+ list-style: none;
275
+ }
276
+ .card li {
277
+ font-size: 0.7rem;
278
+ color: #94a3b8;
279
+ padding: 0.2rem 0;
280
+ }
281
+
282
+ .footer {
283
+ text-align: center;
284
+ font-size: 0.65rem;
285
+ color: #475569;
286
+ padding-top: 1rem;
287
+ border-top: 1px solid #1e293b;
288
+ }
289
+
290
+ @keyframes pulse {
291
+ 0%,
292
+ 100% {
293
+ opacity: 1;
294
+ }
295
+ 50% {
296
+ opacity: 0.4;
297
+ }
298
+ }
299
+ ```
300
+
301
+ ## Output Requirements
302
+
303
+ - **Single file:** One self-contained `.html` file
304
+ - **No external dependencies:** All CSS and SVG inline (exception: Google Fonts import)
305
+ - **No JavaScript:** Pure CSS for animations (pulsing dots, etc.)
306
+ - **Responsive:** SVG uses `viewBox` so it scales in any browser window
307
+ - **Browser compatibility:** Must render correctly in Chrome, Firefox, Safari, Edge
308
+
309
+ ## Layout Planning Tips
310
+
311
+ Before writing SVG, sketch the layout mentally:
312
+
313
+ 1. **Identify layers** — external users/clients at top, frontend layer, backend layer, data layer at bottom
314
+ 2. **Group related services** — wrap with boundary boxes (security groups, regions)
315
+ 3. **Route connections** — prefer straight vertical/horizontal lines; use one bend for non-adjacent connections; avoid crossing lines where possible
316
+ 4. **Calculate coordinates** — start with a grid: X positions at 100, 300, 500, 700... and Y positions at 80, 200, 320, 440...
317
+ 5. **Size the viewBox** — add 40px padding around all content; set `viewBox="0 0 [width] [height]"`
318
+
319
+ ## Example Minimal Diagram Structure
320
+
321
+ ```html
322
+ <!DOCTYPE html>
323
+ <html lang="en">
324
+ <head>
325
+ <meta charset="UTF-8" />
326
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
327
+ <title>System Architecture</title>
328
+ <style>
329
+ /* ... full CSS from above ... */
330
+ </style>
331
+ </head>
332
+ <body>
333
+ <div class="container">
334
+ <div class="header">
335
+ <h1>
336
+ <span class="card-dot cyan" style="display:inline-block;vertical-align:middle;margin-right:8px;"></span>System
337
+ Architecture
338
+ </h1>
339
+ <p>High-level overview of service topology</p>
340
+ </div>
341
+ <div class="diagram-card">
342
+ <svg viewBox="0 0 800 600" xmlns="http://www.w3.org/2000/svg">
343
+ <defs>
344
+ <pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse">
345
+ <path d="M 40 0 L 0 0 0 40" fill="none" stroke="#1e293b" stroke-width="0.5" />
346
+ </pattern>
347
+ <!-- arrowhead markers here -->
348
+ </defs>
349
+ <rect width="800" height="600" fill="#020617" />
350
+ <rect width="800" height="600" fill="url(#grid)" />
351
+ <!-- arrows drawn first (behind components) -->
352
+ <!-- boundary boxes -->
353
+ <!-- components on top -->
354
+ <!-- legend last, below all boundaries -->
355
+ </svg>
356
+ </div>
357
+ <div class="cards-grid">
358
+ <!-- summary cards -->
359
+ </div>
360
+ <div class="footer">
361
+ <p>Generated with PLCODE · architecture-diagram skill</p>
362
+ </div>
363
+ </div>
364
+ </body>
365
+ </html>
366
+ ```
367
+
368
+ ## Checklist Before Saving
369
+
370
+ - [ ] All components use the double-rect masking technique
371
+ - [ ] Arrows are drawn before (behind) component rects in SVG order
372
+ - [ ] Legend is placed below all boundary boxes
373
+ - [ ] Message buses sit in gaps, not overlapping components
374
+ - [ ] viewBox dimensions encompass all content with padding
375
+ - [ ] All text uses JetBrains Mono font-family
376
+ - [ ] Color coding matches the semantic palette table
377
+ - [ ] File is self-contained (no external CSS/JS, only Google Fonts import)
378
+ - [ ] No JavaScript — animations are CSS-only
@@ -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.
@@ -0,0 +1,80 @@
1
+ ---
2
+ name: web-artifacts-builder
3
+ description: Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
4
+ category: design
5
+ license: Complete terms in LICENSE.txt
6
+ ---
7
+
8
+ # Web Artifacts Builder
9
+
10
+ To build powerful frontend claude.ai artifacts, follow these steps:
11
+
12
+ 1. Initialize the frontend repo using `scripts/init-artifact.sh`
13
+ 2. Develop your artifact by editing the generated code
14
+ 3. Bundle all code into a single HTML file using `scripts/bundle-artifact.sh`
15
+ 4. Display artifact to user
16
+ 5. (Optional) Test the artifact
17
+
18
+ **Stack**: React 18 + TypeScript + Vite + Parcel (bundling) + Tailwind CSS + shadcn/ui
19
+
20
+ ## Design & Style Guidelines
21
+
22
+ VERY IMPORTANT: To avoid what is often referred to as "AI slop", avoid using excessive centered layouts, purple gradients, uniform rounded corners, and Inter font.
23
+
24
+ ## Quick Start
25
+
26
+ ### Step 1: Initialize Project
27
+
28
+ Run the initialization script to create a new React project:
29
+
30
+ ```bash
31
+ bash scripts/init-artifact.sh <project-name>
32
+ cd <project-name>
33
+ ```
34
+
35
+ This creates a fully configured project with:
36
+
37
+ - ✅ React + TypeScript (via Vite)
38
+ - ✅ Tailwind CSS 3.4.1 with shadcn/ui theming system
39
+ - ✅ Path aliases (`@/`) configured
40
+ - ✅ 40+ shadcn/ui components pre-installed
41
+ - ✅ All Radix UI dependencies included
42
+ - ✅ Parcel configured for bundling (via .parcelrc)
43
+ - ✅ Node 18+ compatibility (auto-detects and pins Vite version)
44
+
45
+ ### Step 2: Develop Your Artifact
46
+
47
+ To build the artifact, edit the generated files. See **Common Development Tasks** below for guidance.
48
+
49
+ ### Step 3: Bundle to Single HTML File
50
+
51
+ To bundle the React app into a single HTML artifact:
52
+
53
+ ```bash
54
+ bash scripts/bundle-artifact.sh
55
+ ```
56
+
57
+ This creates `bundle.html` - a self-contained artifact with all JavaScript, CSS, and dependencies inlined. This file can be directly shared in Claude conversations as an artifact.
58
+
59
+ **Requirements**: Your project must have an `index.html` in the root directory.
60
+
61
+ **What the script does**:
62
+
63
+ - Installs bundling dependencies (parcel, @parcel/config-default, parcel-resolver-tspaths, html-inline)
64
+ - Creates `.parcelrc` config with path alias support
65
+ - Builds with Parcel (no source maps)
66
+ - Inlines all assets into single HTML using html-inline
67
+
68
+ ### Step 4: Share Artifact with User
69
+
70
+ Finally, share the bundled HTML file in conversation with the user so they can view it as an artifact.
71
+
72
+ ### Step 5: Testing/Visualizing the Artifact (Optional)
73
+
74
+ Note: This is a completely optional step. Only perform if necessary or requested.
75
+
76
+ To test/visualize the artifact, use available tools (including other Skills or built-in tools like Playwright or Puppeteer). In general, avoid testing the artifact upfront as it adds latency between the request and when the finished artifact can be seen. Test later, after presenting the artifact, if requested or if issues arise.
77
+
78
+ ## Reference
79
+
80
+ - **shadcn/ui components**: https://ui.shadcn.com/docs/components