plcode-linux-x64-musl 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.plcode/AGENTS.md +160 -0
- package/.plcode/agent/backend-architect.md +40 -0
- package/.plcode/agent/backend-security-coder.md +11 -0
- package/.plcode/agent/backend-specialist.md +117 -0
- package/.plcode/agent/backend-typescript-architect.md +18 -0
- package/.plcode/agent/code-reviewer.md +48 -0
- package/.plcode/agent/content/0-category.json +19 -0
- package/.plcode/agent/content/copywriter.md +68 -0
- package/.plcode/agent/content/technical-writer.md +68 -0
- package/.plcode/agent/core/0-category.json +50 -0
- package/.plcode/agent/core/health-monitor.md +187 -0
- package/.plcode/agent/core/memory-manager.md +168 -0
- package/.plcode/agent/core/openagent.md +430 -0
- package/.plcode/agent/core/opencoder.md +282 -0
- package/.plcode/agent/core/pool.md +383 -0
- package/.plcode/agent/data/0-category.json +13 -0
- package/.plcode/agent/data/data-analyst.md +69 -0
- package/.plcode/agent/database-architect.md +262 -0
- package/.plcode/agent/database-optimizer.md +161 -0
- package/.plcode/agent/database-specialist.md +101 -0
- package/.plcode/agent/development/0-category.json +36 -0
- package/.plcode/agent/development/backend-specialist.md +68 -0
- package/.plcode/agent/development/codebase-agent.md +137 -0
- package/.plcode/agent/development/devops-specialist.md +70 -0
- package/.plcode/agent/development/frontend-specialist.md +214 -0
- package/.plcode/agent/docs.md +33 -0
- package/.plcode/agent/eval-runner.md +34 -0
- package/.plcode/agent/frontend-developer.md +188 -0
- package/.plcode/agent/frontend-security-coder.md +11 -0
- package/.plcode/agent/git-committer.md +12 -0
- package/.plcode/agent/meta/0-category.json +19 -0
- package/.plcode/agent/meta/repo-manager.md +1078 -0
- package/.plcode/agent/meta/system-builder.md +724 -0
- package/.plcode/agent/orchestration/0-category.json +40 -0
- package/.plcode/agent/orchestration/adversarial-agent.md +115 -0
- package/.plcode/agent/orchestration/background-agent.md +121 -0
- package/.plcode/agent/orchestration/chat-agent.md +108 -0
- package/.plcode/agent/orchestration/code-agent.md +91 -0
- package/.plcode/agent/orchestration/critic-agent.md +103 -0
- package/.plcode/agent/orchestration/executor-agent.md +107 -0
- package/.plcode/agent/orchestration/media-agent.md +99 -0
- package/.plcode/agent/orchestration/planner-agent.md +105 -0
- package/.plcode/agent/orchestration/review-agent.md +105 -0
- package/.plcode/agent/orchestration/support-agent.md +117 -0
- package/.plcode/agent/orchestration/test-agent.md +104 -0
- package/.plcode/agent/subagents/code/build-agent.md +75 -0
- package/.plcode/agent/subagents/code/codebase-pattern-analyst.md +459 -0
- package/.plcode/agent/subagents/code/coder-agent.md +71 -0
- package/.plcode/agent/subagents/code/reviewer.md +58 -0
- package/.plcode/agent/subagents/code/tester.md +59 -0
- package/.plcode/agent/subagents/core/context-retriever.md +904 -0
- package/.plcode/agent/subagents/core/contextscout.md +149 -0
- package/.plcode/agent/subagents/core/documentation.md +49 -0
- package/.plcode/agent/subagents/core/task-manager.md +345 -0
- package/.plcode/agent/subagents/superpowers/code-reviewer.md +113 -0
- package/.plcode/agent/subagents/system-builder/agent-generator.md +452 -0
- package/.plcode/agent/subagents/system-builder/command-creator.md +226 -0
- package/.plcode/agent/subagents/system-builder/context-organizer.md +455 -0
- package/.plcode/agent/subagents/system-builder/domain-analyzer.md +459 -0
- package/.plcode/agent/subagents/system-builder/workflow-designer.md +240 -0
- package/.plcode/agent/subagents/test/simple-responder.md +44 -0
- package/.plcode/agent/subagents/utils/image-specialist.md +67 -0
- package/.plcode/agent/triage.md +86 -0
- package/.plcode/agent/typescript-pro.md +11 -0
- package/.plcode/context/content/README.md +39 -0
- package/.plcode/context/content/copywriting-frameworks.md +317 -0
- package/.plcode/context/content/tone-voice.md +391 -0
- package/.plcode/context/content-creation/examples/navigation.md +37 -0
- package/.plcode/context/content-creation/formats/audio-content.md +493 -0
- package/.plcode/context/content-creation/formats/image-content.md +387 -0
- package/.plcode/context/content-creation/formats/navigation.md +79 -0
- package/.plcode/context/content-creation/formats/video-content.md +533 -0
- package/.plcode/context/content-creation/formats/written-content.md +459 -0
- package/.plcode/context/content-creation/navigation.md +55 -0
- package/.plcode/context/content-creation/principles/audience-targeting.md +417 -0
- package/.plcode/context/content-creation/principles/copywriting-frameworks.md +317 -0
- package/.plcode/context/content-creation/principles/hooks.md +279 -0
- package/.plcode/context/content-creation/principles/navigation.md +79 -0
- package/.plcode/context/content-creation/principles/tone-voice.md +391 -0
- package/.plcode/context/content-creation/workflows/audience-review.md +474 -0
- package/.plcode/context/content-creation/workflows/content-ideas.md +504 -0
- package/.plcode/context/content-creation/workflows/content-matrix.md +397 -0
- package/.plcode/context/content-creation/workflows/navigation.md +85 -0
- package/.plcode/context/content-creation/workflows/remix-repurpose.md +577 -0
- package/.plcode/context/core/context-system/CHANGELOG.md +87 -0
- package/.plcode/context/core/context-system/examples/navigation-examples.md +510 -0
- package/.plcode/context/core/context-system/guides/compact.md +351 -0
- package/.plcode/context/core/context-system/guides/creation.md +363 -0
- package/.plcode/context/core/context-system/guides/navigation-design.md +458 -0
- package/.plcode/context/core/context-system/guides/organizing-context.md +549 -0
- package/.plcode/context/core/context-system/guides/workflows.md +598 -0
- package/.plcode/context/core/context-system/operations/error.md +299 -0
- package/.plcode/context/core/context-system/operations/extract.md +190 -0
- package/.plcode/context/core/context-system/operations/harvest.md +310 -0
- package/.plcode/context/core/context-system/operations/organize.md +245 -0
- package/.plcode/context/core/context-system/operations/update.md +260 -0
- package/.plcode/context/core/context-system/standards/mvi.md +154 -0
- package/.plcode/context/core/context-system/standards/structure.md +262 -0
- package/.plcode/context/core/context-system/standards/templates.md +350 -0
- package/.plcode/context/core/context-system.md +453 -0
- package/.plcode/context/core/essential-patterns.md +225 -0
- package/.plcode/context/core/navigation.md +69 -0
- package/.plcode/context/core/standards/code-analysis.md +172 -0
- package/.plcode/context/core/standards/code-quality.md +182 -0
- package/.plcode/context/core/standards/code.md +1 -0
- package/.plcode/context/core/standards/docs.md +1 -0
- package/.plcode/context/core/standards/documentation.md +173 -0
- package/.plcode/context/core/standards/navigation.md +46 -0
- package/.plcode/context/core/standards/security-patterns.md +149 -0
- package/.plcode/context/core/standards/test-coverage.md +133 -0
- package/.plcode/context/core/standards/tests.md +1 -0
- package/.plcode/context/core/system/context-guide.md +218 -0
- package/.plcode/context/core/workflows/code-review.md +150 -0
- package/.plcode/context/core/workflows/delegation.md +1 -0
- package/.plcode/context/core/workflows/design-iteration.md +595 -0
- package/.plcode/context/core/workflows/feature-breakdown.md +303 -0
- package/.plcode/context/core/workflows/navigation.md +44 -0
- package/.plcode/context/core/workflows/review.md +1 -0
- package/.plcode/context/core/workflows/session-management.md +162 -0
- package/.plcode/context/core/workflows/task-delegation.md +95 -0
- package/.plcode/context/data/README.md +18 -0
- package/.plcode/context/data/navigation.md +18 -0
- package/.plcode/context/development/README.md +52 -0
- package/.plcode/context/development/animation-patterns.md +831 -0
- package/.plcode/context/development/api-design.md +394 -0
- package/.plcode/context/development/backend/navigation.md +55 -0
- package/.plcode/context/development/backend-navigation.md +77 -0
- package/.plcode/context/development/clean-code.md +189 -0
- package/.plcode/context/development/data/navigation.md +36 -0
- package/.plcode/context/development/design-assets.md +604 -0
- package/.plcode/context/development/design-systems.md +395 -0
- package/.plcode/context/development/frontend/navigation.md +47 -0
- package/.plcode/context/development/fullstack-navigation.md +80 -0
- package/.plcode/context/development/infrastructure/navigation.md +31 -0
- package/.plcode/context/development/integration/navigation.md +36 -0
- package/.plcode/context/development/navigation.md +80 -0
- package/.plcode/context/development/principles/api-design.md +427 -0
- package/.plcode/context/development/principles/clean-code.md +189 -0
- package/.plcode/context/development/principles/navigation.md +46 -0
- package/.plcode/context/development/react-patterns.md +323 -0
- package/.plcode/context/development/ui-navigation.md +58 -0
- package/.plcode/context/development/ui-styling-standards.md +566 -0
- package/.plcode/context/learning/README.md +18 -0
- package/.plcode/context/learning/navigation.md +18 -0
- package/.plcode/context/navigation.md +47 -0
- package/.plcode/context/openagents-repo/blueprints/context-bundle-template.md +279 -0
- package/.plcode/context/openagents-repo/concepts/subagent-testing-modes.md +142 -0
- package/.plcode/context/openagents-repo/core-concepts/agents.md +368 -0
- package/.plcode/context/openagents-repo/core-concepts/categories.md +467 -0
- package/.plcode/context/openagents-repo/core-concepts/evals.md +515 -0
- package/.plcode/context/openagents-repo/core-concepts/registry.md +473 -0
- package/.plcode/context/openagents-repo/errors/tool-permission-errors.md +227 -0
- package/.plcode/context/openagents-repo/examples/context-bundle-example.md +234 -0
- package/.plcode/context/openagents-repo/examples/subagent-prompt-structure.md +291 -0
- package/.plcode/context/openagents-repo/guides/adding-agent.md +326 -0
- package/.plcode/context/openagents-repo/guides/creating-release.md +296 -0
- package/.plcode/context/openagents-repo/guides/debugging.md +438 -0
- package/.plcode/context/openagents-repo/guides/profile-validation.md +367 -0
- package/.plcode/context/openagents-repo/guides/subagent-invocation.md +386 -0
- package/.plcode/context/openagents-repo/guides/testing-agent.md +310 -0
- package/.plcode/context/openagents-repo/guides/testing-subagents-approval.md +140 -0
- package/.plcode/context/openagents-repo/guides/testing-subagents.md +301 -0
- package/.plcode/context/openagents-repo/guides/updating-registry.md +453 -0
- package/.plcode/context/openagents-repo/lookup/commands.md +400 -0
- package/.plcode/context/openagents-repo/lookup/file-locations.md +322 -0
- package/.plcode/context/openagents-repo/lookup/subagent-framework-maps.md +79 -0
- package/.plcode/context/openagents-repo/lookup/subagent-test-commands.md +213 -0
- package/.plcode/context/openagents-repo/navigation.md +143 -0
- package/.plcode/context/openagents-repo/plugins/context/architecture/lifecycle.md +39 -0
- package/.plcode/context/openagents-repo/plugins/context/architecture/overview.md +61 -0
- package/.plcode/context/openagents-repo/plugins/context/capabilities/agents.md +45 -0
- package/.plcode/context/openagents-repo/plugins/context/capabilities/events.md +48 -0
- package/.plcode/context/openagents-repo/plugins/context/capabilities/events_skills.md +608 -0
- package/.plcode/context/openagents-repo/plugins/context/capabilities/tools.md +48 -0
- package/.plcode/context/openagents-repo/plugins/context/context-overview.md +35 -0
- package/.plcode/context/openagents-repo/plugins/context/reference/best-practices.md +28 -0
- package/.plcode/context/openagents-repo/quality/registry-dependencies.md +642 -0
- package/.plcode/context/openagents-repo/quick-start.md +168 -0
- package/.plcode/context/openagents-repo/templates/context-bundle-template.md +272 -0
- package/.plcode/context/product/README.md +18 -0
- package/.plcode/context/product/navigation.md +18 -0
- package/.plcode/context/project/navigation.md +31 -0
- package/.plcode/context/project/project-context.md +102 -0
- package/.plcode/context/system-builder-templates/SYSTEM-BUILDER-GUIDE.md +495 -0
- package/.plcode/context/system-builder-templates/navigation.md +72 -0
- package/.plcode/context/system-builder-templates/orchestrator-template.md +261 -0
- package/.plcode/context/system-builder-templates/subagent-template.md +213 -0
- package/.plcode/context/ui/navigation.md +83 -0
- package/.plcode/context/ui/terminal/navigation.md +99 -0
- package/.plcode/context/ui/web/animation-patterns.md +831 -0
- package/.plcode/context/ui/web/design/concepts/scroll-linked-animations.md +52 -0
- package/.plcode/context/ui/web/design/examples/scrollytelling-headphone.md +242 -0
- package/.plcode/context/ui/web/design/guides/building-scrollytelling-pages.md +274 -0
- package/.plcode/context/ui/web/design/lookup/scroll-animation-prompts.md +211 -0
- package/.plcode/context/ui/web/design/navigation.md +87 -0
- package/.plcode/context/ui/web/design-assets.md +604 -0
- package/.plcode/context/ui/web/design-systems.md +395 -0
- package/.plcode/context/ui/web/navigation.md +116 -0
- package/.plcode/context/ui/web/react-patterns.md +323 -0
- package/.plcode/context/ui/web/ui-styling-standards.md +566 -0
- package/.plcode/instructions/agent-rules.md +21 -0
- package/.plcode/instructions/coding-preferences-general.md +26 -0
- package/.plcode/instructions/coding-preferences-typescript.md +7 -0
- package/.plcode/instructions/commits.md +10 -0
- package/.plcode/instructions/responses.md +7 -0
- package/.plcode/instructions/testing.md +6 -0
- package/.plcode/instructions/tooling-preferences.md +20 -0
- package/.plcode/plcode.jsonc +393 -0
- package/.plcode/skill/core/agents-md-generator/SKILL.md +220 -0
- package/.plcode/skill/core/api-design-principles/SKILL.md +41 -0
- package/.plcode/skill/core/api-design-principles/assets/api-design-checklist.md +155 -0
- package/.plcode/skill/core/api-design-principles/assets/rest-api-template.py +182 -0
- package/.plcode/skill/core/api-design-principles/references/graphql-schema-design.md +583 -0
- package/.plcode/skill/core/api-design-principles/references/rest-best-practices.md +408 -0
- package/.plcode/skill/core/api-design-principles/resources/implementation-playbook.md +513 -0
- package/.plcode/skill/core/api-documentation/SKILL.md +185 -0
- package/.plcode/skill/core/api-security-best-practices/SKILL.md +927 -0
- package/.plcode/skill/core/api-testing-observability-api-mock/SKILL.md +50 -0
- package/.plcode/skill/core/api-testing-observability-api-mock/resources/implementation-playbook.md +1327 -0
- package/.plcode/skill/core/audit/SKILL.md +141 -0
- package/.plcode/skill/core/backend-dev/README.md +333 -0
- package/.plcode/skill/core/backend-dev/SKILL.md +437 -0
- package/.plcode/skill/core/backend-dev/examples.md +622 -0
- package/.plcode/skill/core/backend-dev-guidelines/SKILL.md +344 -0
- package/.plcode/skill/core/backend-dev-guidelines/resources/architecture-overview.md +479 -0
- package/.plcode/skill/core/backend-dev-guidelines/resources/async-and-errors.md +305 -0
- package/.plcode/skill/core/backend-dev-guidelines/resources/complete-examples.md +607 -0
- package/.plcode/skill/core/backend-dev-guidelines/resources/configuration.md +285 -0
- package/.plcode/skill/core/backend-dev-guidelines/resources/database-patterns.md +227 -0
- package/.plcode/skill/core/backend-dev-guidelines/resources/middleware-guide.md +205 -0
- package/.plcode/skill/core/backend-dev-guidelines/resources/routing-and-controllers.md +704 -0
- package/.plcode/skill/core/backend-dev-guidelines/resources/sentry-and-monitoring.md +338 -0
- package/.plcode/skill/core/backend-dev-guidelines/resources/services-and-repositories.md +814 -0
- package/.plcode/skill/core/backend-dev-guidelines/resources/testing-guide.md +230 -0
- package/.plcode/skill/core/backend-dev-guidelines/resources/validation-patterns.md +750 -0
- package/.plcode/skill/core/browser/SKILL.md +67 -0
- package/.plcode/skill/core/browser/eval.js +38 -0
- package/.plcode/skill/core/browser/nav.js +37 -0
- package/.plcode/skill/core/browser/package-lock.json +928 -0
- package/.plcode/skill/core/browser/package.json +12 -0
- package/.plcode/skill/core/browser/pick.js +106 -0
- package/.plcode/skill/core/browser/screenshot.js +31 -0
- package/.plcode/skill/core/browser/start.js +71 -0
- package/.plcode/skill/core/changelog-generator/SKILL.md +105 -0
- package/.plcode/skill/core/clarify/SKILL.md +199 -0
- package/.plcode/skill/core/code-refactoring/SKILL.md +232 -0
- package/.plcode/skill/core/code-review/SKILL.md +60 -0
- package/.plcode/skill/core/critique/SKILL.md +137 -0
- package/.plcode/skill/core/database-design/SKILL.md +186 -0
- package/.plcode/skill/core/dispatching-parallel-agents/SKILL.md +192 -0
- package/.plcode/skill/core/error-handling-patterns/SKILL.md +39 -0
- package/.plcode/skill/core/error-handling-patterns/resources/implementation-playbook.md +634 -0
- package/.plcode/skill/core/executing-plans/SKILL.md +97 -0
- package/.plcode/skill/core/finishing-a-development-branch/SKILL.md +214 -0
- package/.plcode/skill/core/frontend-design/LICENSE.txt +177 -0
- package/.plcode/skill/core/frontend-design/SKILL.md +516 -0
- package/.plcode/skill/core/javascript-typescript/SKILL.md +147 -0
- package/.plcode/skill/core/python-development/SKILL.md +142 -0
- package/.plcode/skill/core/receiving-code-review/SKILL.md +227 -0
- package/.plcode/skill/core/requesting-code-review/SKILL.md +116 -0
- package/.plcode/skill/core/requesting-code-review/code-reviewer.md +160 -0
- package/.plcode/skill/core/skill-creator/LICENSE.txt +202 -0
- package/.plcode/skill/core/skill-creator/SKILL.md +357 -0
- package/.plcode/skill/core/skill-creator/references/output-patterns.md +92 -0
- package/.plcode/skill/core/skill-creator/references/workflows.md +28 -0
- package/.plcode/skill/core/skill-creator/scripts/__pycache__/quick_validate.cpython-313.pyc +0 -0
- package/.plcode/skill/core/skill-creator/scripts/init_skill.py +303 -0
- package/.plcode/skill/core/skill-creator/scripts/package_skill.py +110 -0
- package/.plcode/skill/core/skill-creator/scripts/quick_validate.py +103 -0
- package/.plcode/skill/core/subagent-driven-development/SKILL.md +256 -0
- package/.plcode/skill/core/subagent-driven-development/code-quality-reviewer-prompt.md +20 -0
- package/.plcode/skill/core/subagent-driven-development/implementer-prompt.md +78 -0
- package/.plcode/skill/core/subagent-driven-development/spec-reviewer-prompt.md +61 -0
- package/.plcode/skill/core/systematic-debugging/CREATION-LOG.md +133 -0
- package/.plcode/skill/core/systematic-debugging/SKILL.md +309 -0
- package/.plcode/skill/core/systematic-debugging/condition-based-waiting-example.ts +158 -0
- package/.plcode/skill/core/systematic-debugging/condition-based-waiting.md +120 -0
- package/.plcode/skill/core/systematic-debugging/defense-in-depth.md +128 -0
- package/.plcode/skill/core/systematic-debugging/find-polluter.sh +63 -0
- package/.plcode/skill/core/systematic-debugging/root-cause-tracing.md +183 -0
- package/.plcode/skill/core/systematic-debugging/test-academic.md +14 -0
- package/.plcode/skill/core/systematic-debugging/test-pressure-1.md +65 -0
- package/.plcode/skill/core/systematic-debugging/test-pressure-2.md +75 -0
- package/.plcode/skill/core/systematic-debugging/test-pressure-3.md +75 -0
- package/.plcode/skill/core/task-generator/SKILL.md +72 -0
- package/.plcode/skill/core/test-driven-development/SKILL.md +393 -0
- package/.plcode/skill/core/test-driven-development/testing-anti-patterns.md +317 -0
- package/.plcode/skill/core/using-git-worktrees/SKILL.md +224 -0
- package/.plcode/skill/core/using-superpowers/SKILL.md +96 -0
- package/.plcode/skill/core/verification-before-completion/SKILL.md +148 -0
- package/.plcode/skill/core/writing-plans/SKILL.md +122 -0
- package/.plcode/skill/core/writing-skills/SKILL.md +717 -0
- package/.plcode/skill/core/writing-skills/anthropic-best-practices.md +1176 -0
- package/.plcode/skill/core/writing-skills/examples/CLAUDE_MD_TESTING.md +200 -0
- package/.plcode/skill/core/writing-skills/graphviz-conventions.dot +172 -0
- package/.plcode/skill/core/writing-skills/persuasion-principles.md +220 -0
- package/.plcode/skill/core/writing-skills/render-graphs.js +171 -0
- package/.plcode/skill/core/writing-skills/testing-skills-with-subagents.md +404 -0
- package/.plcode/skill/experimental/accessibility-compliance-accessibility-audit/SKILL.md +46 -0
- package/.plcode/skill/experimental/accessibility-compliance-accessibility-audit/resources/implementation-playbook.md +489 -0
- package/.plcode/skill/experimental/adapt/SKILL.md +214 -0
- package/.plcode/skill/experimental/agnos/ROUTING.md +128 -0
- package/.plcode/skill/experimental/agnos/SKILL.md +142 -0
- package/.plcode/skill/experimental/algorithmic-art/LICENSE.txt +202 -0
- package/.plcode/skill/experimental/algorithmic-art/SKILL.md +444 -0
- package/.plcode/skill/experimental/algorithmic-art/templates/generator_template.js +223 -0
- package/.plcode/skill/experimental/algorithmic-art/templates/viewer.html +634 -0
- package/.plcode/skill/experimental/animate/SKILL.md +204 -0
- package/.plcode/skill/experimental/application-performance-performance-optimization/SKILL.md +158 -0
- package/.plcode/skill/experimental/architecture-diagram/SKILL.md +378 -0
- package/.plcode/skill/experimental/artifacts-builder/LICENSE.txt +202 -0
- package/.plcode/skill/experimental/artifacts-builder/SKILL.md +80 -0
- package/.plcode/skill/experimental/artifacts-builder/scripts/bundle-artifact.sh +54 -0
- package/.plcode/skill/experimental/artifacts-builder/scripts/init-artifact.sh +322 -0
- package/.plcode/skill/experimental/automem-memory-management/SKILL.md +401 -0
- package/.plcode/skill/experimental/backend-architect/SKILL.md +331 -0
- package/.plcode/skill/experimental/backend-security-coder/SKILL.md +172 -0
- package/.plcode/skill/experimental/bolder/SKILL.md +140 -0
- package/.plcode/skill/experimental/brainstorming/SKILL.md +102 -0
- package/.plcode/skill/experimental/canvas-design/LICENSE.txt +202 -0
- package/.plcode/skill/experimental/canvas-design/SKILL.md +138 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/ArsenalSC-OFL.txt +93 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/ArsenalSC-Regular.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/BigShoulders-Bold.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/BigShoulders-OFL.txt +93 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/BigShoulders-Regular.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/Boldonse-OFL.txt +93 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/Boldonse-Regular.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/BricolageGrotesque-Bold.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/BricolageGrotesque-OFL.txt +93 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/BricolageGrotesque-Regular.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/CrimsonPro-Bold.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/CrimsonPro-Italic.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/CrimsonPro-OFL.txt +93 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/CrimsonPro-Regular.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/DMMono-OFL.txt +93 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/DMMono-Regular.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/EricaOne-OFL.txt +94 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/EricaOne-Regular.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/GeistMono-Bold.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/GeistMono-OFL.txt +93 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/GeistMono-Regular.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/Gloock-OFL.txt +93 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/Gloock-Regular.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/IBMPlexMono-Bold.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/IBMPlexMono-OFL.txt +93 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/IBMPlexMono-Regular.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/IBMPlexSerif-Bold.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/IBMPlexSerif-BoldItalic.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/IBMPlexSerif-Italic.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/IBMPlexSerif-Regular.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/InstrumentSans-Bold.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/InstrumentSans-BoldItalic.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/InstrumentSans-Italic.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/InstrumentSans-OFL.txt +93 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/InstrumentSans-Regular.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/InstrumentSerif-Italic.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/InstrumentSerif-Regular.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/Italiana-OFL.txt +93 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/Italiana-Regular.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/JetBrainsMono-Bold.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/JetBrainsMono-OFL.txt +93 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/JetBrainsMono-Regular.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/Jura-Light.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/Jura-Medium.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/Jura-OFL.txt +93 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/LibreBaskerville-OFL.txt +93 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/LibreBaskerville-Regular.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/Lora-Bold.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/Lora-BoldItalic.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/Lora-Italic.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/Lora-OFL.txt +93 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/Lora-Regular.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/NationalPark-Bold.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/NationalPark-OFL.txt +93 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/NationalPark-Regular.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/NothingYouCouldDo-OFL.txt +93 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/NothingYouCouldDo-Regular.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/Outfit-Bold.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/Outfit-OFL.txt +93 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/Outfit-Regular.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/PixelifySans-Medium.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/PixelifySans-OFL.txt +93 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/PoiretOne-OFL.txt +93 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/PoiretOne-Regular.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/RedHatMono-Bold.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/RedHatMono-OFL.txt +93 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/RedHatMono-Regular.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/Silkscreen-OFL.txt +93 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/Silkscreen-Regular.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/SmoochSans-Medium.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/SmoochSans-OFL.txt +93 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/Tektur-Medium.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/Tektur-OFL.txt +93 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/Tektur-Regular.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/WorkSans-Bold.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/WorkSans-BoldItalic.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/WorkSans-Italic.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/WorkSans-OFL.txt +93 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/WorkSans-Regular.ttf +0 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/YoungSerif-OFL.txt +93 -0
- package/.plcode/skill/experimental/canvas-design/canvas-fonts/YoungSerif-Regular.ttf +0 -0
- package/.plcode/skill/experimental/colorize/SKILL.md +170 -0
- package/.plcode/skill/experimental/content-research-writer/SKILL.md +596 -0
- package/.plcode/skill/experimental/delight/SKILL.md +350 -0
- package/.plcode/skill/experimental/design-tokens/SKILL.md +456 -0
- package/.plcode/skill/experimental/distill/SKILL.md +146 -0
- package/.plcode/skill/experimental/doc-coauthoring/SKILL.md +395 -0
- package/.plcode/skill/experimental/document-docx/LICENSE.txt +30 -0
- package/.plcode/skill/experimental/document-docx/SKILL.md +581 -0
- package/.plcode/skill/experimental/document-docx/docx-js.md +488 -0
- package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
- package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
- package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
- package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
- package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
- package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
- package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
- package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
- package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
- package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
- package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
- package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
- package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
- package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
- package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
- package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
- package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
- package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
- package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
- package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
- package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
- package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
- package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
- package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
- package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
- package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
- package/.plcode/skill/experimental/document-docx/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
- package/.plcode/skill/experimental/document-docx/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
- package/.plcode/skill/experimental/document-docx/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
- package/.plcode/skill/experimental/document-docx/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
- package/.plcode/skill/experimental/document-docx/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
- package/.plcode/skill/experimental/document-docx/ooxml/schemas/mce/mc.xsd +75 -0
- package/.plcode/skill/experimental/document-docx/ooxml/schemas/microsoft/wml-2010.xsd +560 -0
- package/.plcode/skill/experimental/document-docx/ooxml/schemas/microsoft/wml-2012.xsd +67 -0
- package/.plcode/skill/experimental/document-docx/ooxml/schemas/microsoft/wml-2018.xsd +14 -0
- package/.plcode/skill/experimental/document-docx/ooxml/schemas/microsoft/wml-cex-2018.xsd +20 -0
- package/.plcode/skill/experimental/document-docx/ooxml/schemas/microsoft/wml-cid-2016.xsd +13 -0
- package/.plcode/skill/experimental/document-docx/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
- package/.plcode/skill/experimental/document-docx/ooxml/schemas/microsoft/wml-symex-2015.xsd +8 -0
- package/.plcode/skill/experimental/document-docx/ooxml/scripts/pack.py +159 -0
- package/.plcode/skill/experimental/document-docx/ooxml/scripts/unpack.py +29 -0
- package/.plcode/skill/experimental/document-docx/ooxml/scripts/validate.py +69 -0
- package/.plcode/skill/experimental/document-docx/ooxml/scripts/validation/__init__.py +15 -0
- package/.plcode/skill/experimental/document-docx/ooxml/scripts/validation/base.py +951 -0
- package/.plcode/skill/experimental/document-docx/ooxml/scripts/validation/docx.py +274 -0
- package/.plcode/skill/experimental/document-docx/ooxml/scripts/validation/pptx.py +315 -0
- package/.plcode/skill/experimental/document-docx/ooxml/scripts/validation/redlining.py +279 -0
- package/.plcode/skill/experimental/document-docx/ooxml.md +635 -0
- package/.plcode/skill/experimental/document-docx/scripts/__init__.py +1 -0
- package/.plcode/skill/experimental/document-docx/scripts/accept_changes.py +135 -0
- package/.plcode/skill/experimental/document-docx/scripts/comment.py +318 -0
- package/.plcode/skill/experimental/document-docx/scripts/document.py +1276 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/helpers/__init__.py +0 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/helpers/merge_runs.py +199 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/helpers/simplify_redlines.py +197 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/pack.py +159 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/schemas/mce/mc.xsd +75 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/schemas/microsoft/wml-2010.xsd +560 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/schemas/microsoft/wml-2012.xsd +67 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/schemas/microsoft/wml-2018.xsd +14 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/schemas/microsoft/wml-cex-2018.xsd +20 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/schemas/microsoft/wml-cid-2016.xsd +13 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/schemas/microsoft/wml-symex-2015.xsd +8 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/soffice.py +183 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/unpack.py +132 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/validate.py +111 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/validators/__init__.py +15 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/validators/base.py +847 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/validators/docx.py +446 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/validators/pptx.py +275 -0
- package/.plcode/skill/experimental/document-docx/scripts/office/validators/redlining.py +247 -0
- package/.plcode/skill/experimental/document-docx/scripts/templates/comments.xml +3 -0
- package/.plcode/skill/experimental/document-docx/scripts/templates/commentsExtended.xml +3 -0
- package/.plcode/skill/experimental/document-docx/scripts/templates/commentsExtensible.xml +3 -0
- package/.plcode/skill/experimental/document-docx/scripts/templates/commentsIds.xml +3 -0
- package/.plcode/skill/experimental/document-docx/scripts/templates/people.xml +3 -0
- package/.plcode/skill/experimental/document-docx/scripts/utilities.py +374 -0
- package/.plcode/skill/experimental/document-pdf/LICENSE.txt +30 -0
- package/.plcode/skill/experimental/document-pdf/SKILL.md +332 -0
- package/.plcode/skill/experimental/document-pdf/forms.md +312 -0
- package/.plcode/skill/experimental/document-pdf/reference.md +640 -0
- package/.plcode/skill/experimental/document-pdf/scripts/check_bounding_boxes.py +65 -0
- package/.plcode/skill/experimental/document-pdf/scripts/check_bounding_boxes_test.py +226 -0
- package/.plcode/skill/experimental/document-pdf/scripts/check_fillable_fields.py +11 -0
- package/.plcode/skill/experimental/document-pdf/scripts/convert_pdf_to_images.py +33 -0
- package/.plcode/skill/experimental/document-pdf/scripts/create_validation_image.py +37 -0
- package/.plcode/skill/experimental/document-pdf/scripts/extract_form_field_info.py +122 -0
- package/.plcode/skill/experimental/document-pdf/scripts/extract_form_structure.py +115 -0
- package/.plcode/skill/experimental/document-pdf/scripts/fill_fillable_fields.py +98 -0
- package/.plcode/skill/experimental/document-pdf/scripts/fill_pdf_form_with_annotations.py +107 -0
- package/.plcode/skill/experimental/document-pptx/LICENSE.txt +30 -0
- package/.plcode/skill/experimental/document-pptx/SKILL.md +236 -0
- package/.plcode/skill/experimental/document-pptx/editing.md +213 -0
- package/.plcode/skill/experimental/document-pptx/html2pptx.md +719 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/schemas/mce/mc.xsd +75 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/schemas/microsoft/wml-2010.xsd +560 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/schemas/microsoft/wml-2012.xsd +67 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/schemas/microsoft/wml-2018.xsd +14 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/schemas/microsoft/wml-cex-2018.xsd +20 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/schemas/microsoft/wml-cid-2016.xsd +13 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/schemas/microsoft/wml-symex-2015.xsd +8 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/scripts/pack.py +159 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/scripts/unpack.py +29 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/scripts/validate.py +69 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/scripts/validation/__init__.py +15 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/scripts/validation/base.py +951 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/scripts/validation/docx.py +274 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/scripts/validation/pptx.py +315 -0
- package/.plcode/skill/experimental/document-pptx/ooxml/scripts/validation/redlining.py +279 -0
- package/.plcode/skill/experimental/document-pptx/ooxml.md +446 -0
- package/.plcode/skill/experimental/document-pptx/pptxgenjs.md +511 -0
- package/.plcode/skill/experimental/document-pptx/scripts/__init__.py +0 -0
- package/.plcode/skill/experimental/document-pptx/scripts/add_slide.py +195 -0
- package/.plcode/skill/experimental/document-pptx/scripts/clean.py +286 -0
- package/.plcode/skill/experimental/document-pptx/scripts/html2pptx.js +1008 -0
- package/.plcode/skill/experimental/document-pptx/scripts/inventory.py +1029 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/helpers/__init__.py +0 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/helpers/merge_runs.py +199 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/helpers/simplify_redlines.py +197 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/pack.py +159 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/mce/mc.xsd +75 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/microsoft/wml-2010.xsd +560 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/microsoft/wml-2012.xsd +67 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/microsoft/wml-2018.xsd +14 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/microsoft/wml-cex-2018.xsd +20 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/microsoft/wml-cid-2016.xsd +13 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/schemas/microsoft/wml-symex-2015.xsd +8 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/soffice.py +183 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/unpack.py +132 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/validate.py +111 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/validators/__init__.py +15 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/validators/base.py +847 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/validators/docx.py +446 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/validators/pptx.py +275 -0
- package/.plcode/skill/experimental/document-pptx/scripts/office/validators/redlining.py +247 -0
- package/.plcode/skill/experimental/document-pptx/scripts/rearrange.py +231 -0
- package/.plcode/skill/experimental/document-pptx/scripts/replace.py +385 -0
- package/.plcode/skill/experimental/document-pptx/scripts/thumbnail.py +289 -0
- package/.plcode/skill/experimental/document-xlsx/LICENSE.txt +30 -0
- package/.plcode/skill/experimental/document-xlsx/SKILL.md +320 -0
- package/.plcode/skill/experimental/document-xlsx/recalc.py +211 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/helpers/__init__.py +0 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/helpers/merge_runs.py +199 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/helpers/simplify_redlines.py +197 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/pack.py +159 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/mce/mc.xsd +75 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/microsoft/wml-2010.xsd +560 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/microsoft/wml-2012.xsd +67 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/microsoft/wml-2018.xsd +14 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/microsoft/wml-cex-2018.xsd +20 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/microsoft/wml-cid-2016.xsd +13 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/schemas/microsoft/wml-symex-2015.xsd +8 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/soffice.py +183 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/unpack.py +132 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/validate.py +111 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/validators/__init__.py +15 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/validators/base.py +847 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/validators/docx.py +446 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/validators/pptx.py +275 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/office/validators/redlining.py +247 -0
- package/.plcode/skill/experimental/document-xlsx/scripts/recalc.py +184 -0
- package/.plcode/skill/experimental/domain-driven-design/SKILL.md +75 -0
- package/.plcode/skill/experimental/domain-driven-design/references/ddd-deliverables.md +24 -0
- package/.plcode/skill/experimental/excalidraw/SKILL.md +537 -0
- package/.plcode/skill/experimental/extract/SKILL.md +94 -0
- package/.plcode/skill/experimental/frontend-ui-animator/SKILL.md +147 -0
- package/.plcode/skill/experimental/frontend-ui-animator/references/animation-patterns.md +583 -0
- package/.plcode/skill/experimental/frontend-ui-animator/references/component-checklist.md +161 -0
- package/.plcode/skill/experimental/frontend-ui-animator/references/tailwind-presets.md +404 -0
- package/.plcode/skill/experimental/frontend-ui-integration/SKILL.md +79 -0
- package/.plcode/skill/experimental/harden/SKILL.md +385 -0
- package/.plcode/skill/experimental/infographic/SKILL.md +469 -0
- package/.plcode/skill/experimental/llm-application-dev/SKILL.md +221 -0
- package/.plcode/skill/experimental/mcp-builder/LICENSE.txt +202 -0
- package/.plcode/skill/experimental/mcp-builder/SKILL.md +256 -0
- package/.plcode/skill/experimental/mcp-builder/reference/evaluation.md +630 -0
- package/.plcode/skill/experimental/mcp-builder/reference/mcp_best_practices.md +269 -0
- package/.plcode/skill/experimental/mcp-builder/reference/node_mcp_server.md +974 -0
- package/.plcode/skill/experimental/mcp-builder/reference/python_mcp_server.md +737 -0
- package/.plcode/skill/experimental/mcp-builder/scripts/connections.py +151 -0
- package/.plcode/skill/experimental/mcp-builder/scripts/evaluation.py +373 -0
- package/.plcode/skill/experimental/mcp-builder/scripts/example_evaluation.xml +22 -0
- package/.plcode/skill/experimental/mcp-builder/scripts/requirements.txt +2 -0
- package/.plcode/skill/experimental/normalize/SKILL.md +69 -0
- package/.plcode/skill/experimental/onboard/SKILL.md +272 -0
- package/.plcode/skill/experimental/optimize/SKILL.md +291 -0
- package/.plcode/skill/experimental/polish/SKILL.md +204 -0
- package/.plcode/skill/experimental/product-management/SKILL.md +327 -0
- package/.plcode/skill/experimental/quieter/SKILL.md +125 -0
- package/.plcode/skill/experimental/ralph/scripts/prompt.md +108 -0
- package/.plcode/skill/experimental/ralph/scripts/ralph.sh +77 -0
- package/.plcode/skill/experimental/ralph/skill.md +170 -0
- package/.plcode/skill/experimental/ralph-executor/skill.md +130 -0
- package/.plcode/skill/experimental/rsc-data-optimizer/SKILL.md +117 -0
- package/.plcode/skill/experimental/rsc-data-optimizer/references/patterns.md +285 -0
- package/.plcode/skill/experimental/shadcn-management/SKILL.md +109 -0
- package/.plcode/skill/experimental/shadcn-management/references/workflows.md +214 -0
- package/.plcode/skill/experimental/sketch/SKILL.md +232 -0
- package/.plcode/skill/experimental/teach-impeccable/SKILL.md +78 -0
- package/.plcode/skill/experimental/theme-factory/LICENSE.txt +202 -0
- package/.plcode/skill/experimental/theme-factory/SKILL.md +63 -0
- package/.plcode/skill/experimental/theme-factory/theme-showcase.pdf +0 -0
- package/.plcode/skill/experimental/theme-factory/themes/arctic-frost.md +19 -0
- package/.plcode/skill/experimental/theme-factory/themes/botanical-garden.md +19 -0
- package/.plcode/skill/experimental/theme-factory/themes/desert-rose.md +19 -0
- package/.plcode/skill/experimental/theme-factory/themes/forest-canopy.md +19 -0
- package/.plcode/skill/experimental/theme-factory/themes/golden-hour.md +19 -0
- package/.plcode/skill/experimental/theme-factory/themes/midnight-galaxy.md +19 -0
- package/.plcode/skill/experimental/theme-factory/themes/modern-minimalist.md +19 -0
- package/.plcode/skill/experimental/theme-factory/themes/ocean-depths.md +19 -0
- package/.plcode/skill/experimental/theme-factory/themes/sunset-boulevard.md +19 -0
- package/.plcode/skill/experimental/theme-factory/themes/tech-innovation.md +19 -0
- package/.plcode/skill/experimental/ui-ux-pro-max/SKILL.md +238 -0
- package/.plcode/skill/experimental/ui-ux-pro-max/data/charts.csv +26 -0
- package/.plcode/skill/experimental/ui-ux-pro-max/data/colors.csv +97 -0
- package/.plcode/skill/experimental/ui-ux-pro-max/data/landing.csv +31 -0
- package/.plcode/skill/experimental/ui-ux-pro-max/data/products.csv +97 -0
- package/.plcode/skill/experimental/ui-ux-pro-max/data/prompts.csv +24 -0
- package/.plcode/skill/experimental/ui-ux-pro-max/data/stacks/flutter.csv +53 -0
- package/.plcode/skill/experimental/ui-ux-pro-max/data/stacks/html-tailwind.csv +56 -0
- package/.plcode/skill/experimental/ui-ux-pro-max/data/stacks/nextjs.csv +53 -0
- package/.plcode/skill/experimental/ui-ux-pro-max/data/stacks/react-native.csv +52 -0
- package/.plcode/skill/experimental/ui-ux-pro-max/data/stacks/react.csv +54 -0
- package/.plcode/skill/experimental/ui-ux-pro-max/data/stacks/svelte.csv +54 -0
- package/.plcode/skill/experimental/ui-ux-pro-max/data/stacks/swiftui.csv +51 -0
- package/.plcode/skill/experimental/ui-ux-pro-max/data/stacks/vue.csv +50 -0
- package/.plcode/skill/experimental/ui-ux-pro-max/data/styles.csv +59 -0
- package/.plcode/skill/experimental/ui-ux-pro-max/data/typography.csv +58 -0
- package/.plcode/skill/experimental/ui-ux-pro-max/data/ux-guidelines.csv +100 -0
- package/.plcode/skill/experimental/ui-ux-pro-max/scripts/core.py +236 -0
- package/.plcode/skill/experimental/ui-ux-pro-max/scripts/search.py +61 -0
- package/.plcode/skill/experimental/webapp-testing/LICENSE.txt +202 -0
- package/.plcode/skill/experimental/webapp-testing/SKILL.md +108 -0
- package/.plcode/skill/experimental/webapp-testing/examples/console_logging.py +35 -0
- package/.plcode/skill/experimental/webapp-testing/examples/element_discovery.py +40 -0
- package/.plcode/skill/experimental/webapp-testing/examples/static_html_automation.py +33 -0
- package/.plcode/skill/experimental/webapp-testing/scripts/with_server.py +106 -0
- package/bin/plcode +0 -0
- package/package.json +27 -0
|
@@ -0,0 +1,232 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: sketch
|
|
3
|
+
description: "Throwaway HTML mockups: generate 2-3 design variants for quick visual comparison before committing to a direction. Use when the user says 'sketch this', 'show me what X could look like', 'compare layout options', 'give me a few takes on this UI', or 'mockup this before I build'. Actions: sketch, mockup, compare, prototype, wireframe, explore designs, variant comparison. Elements: layout, page, screen, dashboard, form, modal, sidebar, navbar, card grid, landing page."
|
|
4
|
+
category: design
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Sketch — Quick Design Variant Exploration
|
|
8
|
+
|
|
9
|
+
Use this skill when the user wants to **see a design direction before committing** — exploring a UI/UX idea as disposable HTML mockups. Generate 2-3 interactive variants so the user can compare visual directions side-by-side. This is not for producing shippable code.
|
|
10
|
+
|
|
11
|
+
## When to Use
|
|
12
|
+
|
|
13
|
+
- "Sketch this screen"
|
|
14
|
+
- "Show me what X could look like"
|
|
15
|
+
- "Compare layout A vs B"
|
|
16
|
+
- "Give me 2-3 takes on this UI"
|
|
17
|
+
- "Let me see some variants"
|
|
18
|
+
- "Mockup this before I build"
|
|
19
|
+
|
|
20
|
+
## When NOT to Use
|
|
21
|
+
|
|
22
|
+
- User wants a **production component** — build it properly with React/Next.js/shadcn
|
|
23
|
+
- User wants a **polished single artifact** — use `artifacts-builder`
|
|
24
|
+
- User wants **design system guidance** — use `ui-ux-pro-max`
|
|
25
|
+
- User wants a **theme** — use `theme-factory`
|
|
26
|
+
- The design is **already locked** — just build it
|
|
27
|
+
|
|
28
|
+
## Core Workflow
|
|
29
|
+
|
|
30
|
+
```
|
|
31
|
+
intake → variants → head-to-head → pick winner (or iterate)
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
### 1. Intake (skip if the user already gave enough context)
|
|
35
|
+
|
|
36
|
+
Before generating variants, clarify three things — one at a time, not all at once:
|
|
37
|
+
|
|
38
|
+
1. **Feel.** "What should this feel like? Adjectives, emotions, a vibe." — _"calm, editorial, like Linear"_ tells you more than _"minimal"_.
|
|
39
|
+
2. **References.** "What apps, sites, or products capture the feel you're imagining?" — actual references beat abstract descriptions.
|
|
40
|
+
3. **Core action.** "What's the single most important thing a user does on this screen?" — all variants should serve this well.
|
|
41
|
+
|
|
42
|
+
Reflect each answer briefly before the next question. If the user already provided all three upfront, skip straight to variants.
|
|
43
|
+
|
|
44
|
+
### 2. Variants (2-3, never 1, rarely 4+)
|
|
45
|
+
|
|
46
|
+
Produce **2-3 variants** in one go. Each variant is a complete, standalone HTML file. Don't describe variants — build them. The point is comparison.
|
|
47
|
+
|
|
48
|
+
Each variant should take a **different design stance**, not different pixel values. Good variant axes:
|
|
49
|
+
|
|
50
|
+
- **Density:** compact / airy / ultra-dense
|
|
51
|
+
- **Emphasis:** content-first / action-first / tool-first
|
|
52
|
+
- **Aesthetic:** editorial / utilitarian / playful
|
|
53
|
+
- **Layout:** single-column / sidebar / split-pane
|
|
54
|
+
- **Grounding:** card-based / bare-content / document-style
|
|
55
|
+
|
|
56
|
+
Pick one axis and pull apart from it. Two variants that differ only in accent color are wasted effort.
|
|
57
|
+
|
|
58
|
+
**Variant naming:** describe the stance, not the number.
|
|
59
|
+
|
|
60
|
+
```
|
|
61
|
+
sketches/
|
|
62
|
+
├── 001-calm-editorial/
|
|
63
|
+
│ ├── index.html
|
|
64
|
+
│ └── README.md
|
|
65
|
+
├── 001-utilitarian-dense/
|
|
66
|
+
│ ├── index.html
|
|
67
|
+
│ └── README.md
|
|
68
|
+
└── 001-playful-split/
|
|
69
|
+
├── index.html
|
|
70
|
+
└── README.md
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
### 3. Make Them Real HTML
|
|
74
|
+
|
|
75
|
+
Each variant is a **single self-contained HTML file**:
|
|
76
|
+
|
|
77
|
+
- Inline `<style>` — no build step, no external CSS beyond CDN
|
|
78
|
+
- System fonts or one Google Font via `<link>`
|
|
79
|
+
- **Tailwind via CDN** is encouraged since PLCODE projects already use Tailwind:
|
|
80
|
+
```html
|
|
81
|
+
<script src="https://cdn.tailwindcss.com"></script>
|
|
82
|
+
```
|
|
83
|
+
- Realistic fake content — actual sentences, actual names, not "Lorem ipsum"
|
|
84
|
+
- **Interactive**: links clickable, hovers real, at least one state transition (open/close, filter, toggle). A frozen static image is worse than a sloppy animated one.
|
|
85
|
+
|
|
86
|
+
**Default CSS reset + system font stack** for fast starts:
|
|
87
|
+
|
|
88
|
+
```html
|
|
89
|
+
<style>
|
|
90
|
+
* {
|
|
91
|
+
box-sizing: border-box;
|
|
92
|
+
margin: 0;
|
|
93
|
+
padding: 0;
|
|
94
|
+
}
|
|
95
|
+
body {
|
|
96
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
|
97
|
+
-webkit-font-smoothing: antialiased;
|
|
98
|
+
color: #1a1a1a;
|
|
99
|
+
background: #fafafa;
|
|
100
|
+
line-height: 1.5;
|
|
101
|
+
}
|
|
102
|
+
</style>
|
|
103
|
+
```
|
|
104
|
+
|
|
105
|
+
### 4. Align with PLCODE Stack (When Applicable)
|
|
106
|
+
|
|
107
|
+
Since PLCODE projects use React, Next.js, Tailwind CSS, and shadcn/ui:
|
|
108
|
+
|
|
109
|
+
- **Use Tailwind utility classes** in the HTML variants so the visual language is familiar
|
|
110
|
+
- **Mirror shadcn/ui patterns** — use similar border-radius tokens (`rounded-lg`), spacing scales, and color conventions (neutral backgrounds, subtle borders)
|
|
111
|
+
- **Dark mode awareness** — if the project has dark mode, show at least one variant with a dark palette using Tailwind's `dark:` utilities
|
|
112
|
+
- This helps the user evaluate which variant will translate best to real React components later
|
|
113
|
+
|
|
114
|
+
### 5. Variant README
|
|
115
|
+
|
|
116
|
+
Each variant's `README.md` answers:
|
|
117
|
+
|
|
118
|
+
```markdown
|
|
119
|
+
## Variant: {stance name}
|
|
120
|
+
|
|
121
|
+
### Design stance
|
|
122
|
+
|
|
123
|
+
One sentence on the principle driving this variant.
|
|
124
|
+
|
|
125
|
+
### Key choices
|
|
126
|
+
|
|
127
|
+
- Layout: ...
|
|
128
|
+
- Typography: ...
|
|
129
|
+
- Color: ...
|
|
130
|
+
- Interaction: ...
|
|
131
|
+
|
|
132
|
+
### Trade-offs
|
|
133
|
+
|
|
134
|
+
- Strong at: ...
|
|
135
|
+
- Weak at: ...
|
|
136
|
+
|
|
137
|
+
### Best for
|
|
138
|
+
|
|
139
|
+
- The kind of user or use case this variant actually serves
|
|
140
|
+
|
|
141
|
+
### Migration to React
|
|
142
|
+
|
|
143
|
+
- Notes on how this would translate to Next.js + shadcn/ui components
|
|
144
|
+
```
|
|
145
|
+
|
|
146
|
+
### 6. Head-to-Head Comparison
|
|
147
|
+
|
|
148
|
+
After all variants are built, present them as a comparison table. Don't just list — **opinionate**:
|
|
149
|
+
|
|
150
|
+
```markdown
|
|
151
|
+
## Three takes on [screen name]
|
|
152
|
+
|
|
153
|
+
| Dimension | Calm editorial | Utilitarian dense | Playful split |
|
|
154
|
+
| ------------------------- | -------------- | ----------------- | ------------------- |
|
|
155
|
+
| Density | Low | High | Medium |
|
|
156
|
+
| Primary action visibility | Low | High | Medium |
|
|
157
|
+
| Scan-ability | High | Medium | Low |
|
|
158
|
+
| Feel | Calm, trusted | Sharp, tool-like | Inviting, energetic |
|
|
159
|
+
| shadcn/ui fit | High | Medium | Medium |
|
|
160
|
+
|
|
161
|
+
**My take:** Utilitarian dense for power users, calm editorial for
|
|
162
|
+
content-forward audiences. Playful split tries to do both and commits
|
|
163
|
+
to neither.
|
|
164
|
+
```
|
|
165
|
+
|
|
166
|
+
Let the user pick a winner, combine two into a hybrid, or ask for another round.
|
|
167
|
+
|
|
168
|
+
## Interactivity Bar
|
|
169
|
+
|
|
170
|
+
A sketch is interactive enough when the user can:
|
|
171
|
+
|
|
172
|
+
1. **Click a primary action** and something visible happens (state change, modal, toast, navigation feint)
|
|
173
|
+
2. **See one meaningful state transition** (filter a list, toggle a mode, open/close a panel)
|
|
174
|
+
3. **Hover recognizable affordances** (buttons, rows, tabs)
|
|
175
|
+
|
|
176
|
+
More than that is over-engineering a throwaway. Less than that is a screenshot.
|
|
177
|
+
|
|
178
|
+
## Theming (When the Project Has a Visual Identity)
|
|
179
|
+
|
|
180
|
+
If the project already has theme tokens (colors, fonts, CSS variables), put shared tokens in `sketches/themes/tokens.css` and `@import` them in each variant. Keep tokens minimal:
|
|
181
|
+
|
|
182
|
+
```css
|
|
183
|
+
/* sketches/themes/tokens.css */
|
|
184
|
+
:root {
|
|
185
|
+
--color-bg: #fafafa;
|
|
186
|
+
--color-fg: #1a1a1a;
|
|
187
|
+
--color-accent: #0066ff;
|
|
188
|
+
--color-muted: #666;
|
|
189
|
+
--radius: 8px;
|
|
190
|
+
--font-display: "Inter", sans-serif;
|
|
191
|
+
--font-body: -apple-system, BlinkMacSystemFont, sans-serif;
|
|
192
|
+
}
|
|
193
|
+
```
|
|
194
|
+
|
|
195
|
+
Don't over-tokenize a throwaway sketch — three colors and one font is usually enough.
|
|
196
|
+
|
|
197
|
+
## Frontier Mode (Picking What to Sketch Next)
|
|
198
|
+
|
|
199
|
+
If sketches already exist and the user says "what should I sketch next?":
|
|
200
|
+
|
|
201
|
+
- **Consistency gaps** — two winning variants from different sketches made independent choices that haven't been composed together
|
|
202
|
+
- **Unsketched screens** — referenced but never explored
|
|
203
|
+
- **State coverage** — happy path sketched, but not empty / loading / error / 1000-items
|
|
204
|
+
- **Responsive gaps** — validated at one viewport; does it hold at mobile / ultrawide?
|
|
205
|
+
- **Interaction patterns** — static layouts exist; transitions, drag, scroll behavior don't
|
|
206
|
+
|
|
207
|
+
Propose 2-4 named candidates. Let the user pick.
|
|
208
|
+
|
|
209
|
+
## Output
|
|
210
|
+
|
|
211
|
+
- Create `sketches/` in the project root
|
|
212
|
+
- One subdir per variant: `NNN-stance-name/index.html` + `README.md`
|
|
213
|
+
- Tell the user how to open them (since PLCODE runs on various platforms):
|
|
214
|
+
- **macOS:** `open sketches/001-calm-editorial/index.html`
|
|
215
|
+
- **Linux:** `xdg-open sketches/001-calm-editorial/index.html`
|
|
216
|
+
- **Windows:** `start sketches/001-calm-editorial/index.html`
|
|
217
|
+
- **Or** serve locally: `bunx serve sketches/` and open in browser
|
|
218
|
+
- Keep variants disposable — a sketch worth preserving should be promoted into real React components, not curated as an asset
|
|
219
|
+
|
|
220
|
+
**Typical tool sequence for one variant:**
|
|
221
|
+
|
|
222
|
+
```
|
|
223
|
+
mkdir -p sketches/001-calm-editorial
|
|
224
|
+
# Write index.html with full self-contained HTML
|
|
225
|
+
# Write README.md with variant analysis
|
|
226
|
+
# Repeat for each variant
|
|
227
|
+
# Present head-to-head comparison table
|
|
228
|
+
```
|
|
229
|
+
|
|
230
|
+
## Attribution
|
|
231
|
+
|
|
232
|
+
Adapted from the Hermes Agent sketch skill, originally derived from the GSD (Get Shit Done) project's `/gsd-sketch` workflow — MIT © 2025 Lex Christopherson.
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: teach-impeccable
|
|
3
|
+
description: One-time setup that gathers design context for your project and saves it to your AI config file. Run once to establish persistent design guidelines.
|
|
4
|
+
category: meta
|
|
5
|
+
user-invokable: true
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
Gather design context for this project, then persist it for all future sessions.
|
|
9
|
+
|
|
10
|
+
## Step 1: Explore the Codebase
|
|
11
|
+
|
|
12
|
+
Before asking questions, thoroughly scan the project to discover what you can:
|
|
13
|
+
|
|
14
|
+
- **README and docs**: Project purpose, target audience, any stated goals
|
|
15
|
+
- **Package.json / config files**: Tech stack, dependencies, existing design libraries
|
|
16
|
+
- **Existing components**: Current design patterns, spacing, typography in use
|
|
17
|
+
- **Brand assets**: Logos, favicons, color values already defined
|
|
18
|
+
- **Design tokens / CSS variables**: Existing color palettes, font stacks, spacing scales
|
|
19
|
+
- **Any style guides or brand documentation**
|
|
20
|
+
|
|
21
|
+
Note what you've learned and what remains unclear.
|
|
22
|
+
|
|
23
|
+
## Step 2: Ask UX-Focused Questions
|
|
24
|
+
|
|
25
|
+
{{ask_instruction}} Focus only on what you couldn't infer from the codebase:
|
|
26
|
+
|
|
27
|
+
### Users & Purpose
|
|
28
|
+
|
|
29
|
+
- Who uses this? What's their context when using it?
|
|
30
|
+
- What job are they trying to get done?
|
|
31
|
+
- What emotions should the interface evoke? (confidence, delight, calm, urgency, etc.)
|
|
32
|
+
|
|
33
|
+
### Brand & Personality
|
|
34
|
+
|
|
35
|
+
- How would you describe the brand personality in 3 words?
|
|
36
|
+
- Any reference sites or apps that capture the right feel? What specifically about them?
|
|
37
|
+
- What should this explicitly NOT look like? Any anti-references?
|
|
38
|
+
|
|
39
|
+
### Aesthetic Preferences
|
|
40
|
+
|
|
41
|
+
- Any strong preferences for visual direction? (minimal, bold, elegant, playful, technical, organic, etc.)
|
|
42
|
+
- Light mode, dark mode, or both?
|
|
43
|
+
- Any colors that must be used or avoided?
|
|
44
|
+
|
|
45
|
+
### Accessibility & Inclusion
|
|
46
|
+
|
|
47
|
+
- Specific accessibility requirements? (WCAG level, known user needs)
|
|
48
|
+
- Considerations for reduced motion, color blindness, or other accommodations?
|
|
49
|
+
|
|
50
|
+
Skip questions where the answer is already clear from the codebase exploration.
|
|
51
|
+
|
|
52
|
+
## Step 3: Write Design Context
|
|
53
|
+
|
|
54
|
+
Synthesize your findings and the user's answers into a `## Design Context` section:
|
|
55
|
+
|
|
56
|
+
```markdown
|
|
57
|
+
## Design Context
|
|
58
|
+
|
|
59
|
+
### Users
|
|
60
|
+
|
|
61
|
+
[Who they are, their context, the job to be done]
|
|
62
|
+
|
|
63
|
+
### Brand Personality
|
|
64
|
+
|
|
65
|
+
[Voice, tone, 3-word personality, emotional goals]
|
|
66
|
+
|
|
67
|
+
### Aesthetic Direction
|
|
68
|
+
|
|
69
|
+
[Visual tone, references, anti-references, theme]
|
|
70
|
+
|
|
71
|
+
### Design Principles
|
|
72
|
+
|
|
73
|
+
[3-5 principles derived from the conversation that should guide all design decisions]
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
Write this section to {{config_file}} in the project root. If the file exists, append or update the Design Context section.
|
|
77
|
+
|
|
78
|
+
Confirm completion and summarize the key design principles that will now guide all future work.
|
|
@@ -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,63 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: theme-factory
|
|
3
|
+
description: Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.
|
|
4
|
+
category: design
|
|
5
|
+
license: Complete terms in LICENSE.txt
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Theme Factory Skill
|
|
9
|
+
|
|
10
|
+
This skill provides a curated collection of professional font and color themes themes, each with carefully selected color palettes and font pairings. Once a theme is chosen, it can be applied to any artifact.
|
|
11
|
+
|
|
12
|
+
## Purpose
|
|
13
|
+
|
|
14
|
+
To apply consistent, professional styling to presentation slide decks, use this skill. Each theme includes:
|
|
15
|
+
|
|
16
|
+
- A cohesive color palette with hex codes
|
|
17
|
+
- Complementary font pairings for headers and body text
|
|
18
|
+
- A distinct visual identity suitable for different contexts and audiences
|
|
19
|
+
|
|
20
|
+
## Usage Instructions
|
|
21
|
+
|
|
22
|
+
To apply styling to a slide deck or other artifact:
|
|
23
|
+
|
|
24
|
+
1. **Show the theme showcase**: Display the `theme-showcase.pdf` file to allow users to see all available themes visually. Do not make any modifications to it; simply show the file for viewing.
|
|
25
|
+
2. **Ask for their choice**: Ask which theme to apply to the deck
|
|
26
|
+
3. **Wait for selection**: Get explicit confirmation about the chosen theme
|
|
27
|
+
4. **Apply the theme**: Once a theme has been chosen, apply the selected theme's colors and fonts to the deck/artifact
|
|
28
|
+
|
|
29
|
+
## Themes Available
|
|
30
|
+
|
|
31
|
+
The following 10 themes are available, each showcased in `theme-showcase.pdf`:
|
|
32
|
+
|
|
33
|
+
1. **Ocean Depths** - Professional and calming maritime theme
|
|
34
|
+
2. **Sunset Boulevard** - Warm and vibrant sunset colors
|
|
35
|
+
3. **Forest Canopy** - Natural and grounded earth tones
|
|
36
|
+
4. **Modern Minimalist** - Clean and contemporary grayscale
|
|
37
|
+
5. **Golden Hour** - Rich and warm autumnal palette
|
|
38
|
+
6. **Arctic Frost** - Cool and crisp winter-inspired theme
|
|
39
|
+
7. **Desert Rose** - Soft and sophisticated dusty tones
|
|
40
|
+
8. **Tech Innovation** - Bold and modern tech aesthetic
|
|
41
|
+
9. **Botanical Garden** - Fresh and organic garden colors
|
|
42
|
+
10. **Midnight Galaxy** - Dramatic and cosmic deep tones
|
|
43
|
+
|
|
44
|
+
## Theme Details
|
|
45
|
+
|
|
46
|
+
Each theme is defined in the `themes/` directory with complete specifications including:
|
|
47
|
+
|
|
48
|
+
- Cohesive color palette with hex codes
|
|
49
|
+
- Complementary font pairings for headers and body text
|
|
50
|
+
- Distinct visual identity suitable for different contexts and audiences
|
|
51
|
+
|
|
52
|
+
## Application Process
|
|
53
|
+
|
|
54
|
+
After a preferred theme is selected:
|
|
55
|
+
|
|
56
|
+
1. Read the corresponding theme file from the `themes/` directory
|
|
57
|
+
2. Apply the specified colors and fonts consistently throughout the deck
|
|
58
|
+
3. Ensure proper contrast and readability
|
|
59
|
+
4. Maintain the theme's visual identity across all slides
|
|
60
|
+
|
|
61
|
+
## Create your Own Theme
|
|
62
|
+
|
|
63
|
+
To handle cases where none of the existing themes work for an artifact, create a custom theme. Based on provided inputs, generate a new theme similar to the ones above. Give the theme a similar name describing what the font/color combinations represent. Use any basic description provided to choose appropriate colors/fonts. After generating the theme, show it for review and verification. Following that, apply the theme as described above.
|
|
Binary file
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# Arctic Frost
|
|
2
|
+
|
|
3
|
+
A cool and crisp winter-inspired theme that conveys clarity, precision, and professionalism.
|
|
4
|
+
|
|
5
|
+
## Color Palette
|
|
6
|
+
|
|
7
|
+
- **Ice Blue**: `#d4e4f7` - Light backgrounds and highlights
|
|
8
|
+
- **Steel Blue**: `#4a6fa5` - Primary accent color
|
|
9
|
+
- **Silver**: `#c0c0c0` - Metallic accent elements
|
|
10
|
+
- **Crisp White**: `#fafafa` - Clean backgrounds and text
|
|
11
|
+
|
|
12
|
+
## Typography
|
|
13
|
+
|
|
14
|
+
- **Headers**: DejaVu Sans Bold
|
|
15
|
+
- **Body Text**: DejaVu Sans
|
|
16
|
+
|
|
17
|
+
## Best Used For
|
|
18
|
+
|
|
19
|
+
Healthcare presentations, technology solutions, winter sports, clean tech, pharmaceutical content.
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# Botanical Garden
|
|
2
|
+
|
|
3
|
+
A fresh and organic theme featuring vibrant garden-inspired colors for lively presentations.
|
|
4
|
+
|
|
5
|
+
## Color Palette
|
|
6
|
+
|
|
7
|
+
- **Fern Green**: `#4a7c59` - Rich natural green
|
|
8
|
+
- **Marigold**: `#f9a620` - Bright floral accent
|
|
9
|
+
- **Terracotta**: `#b7472a` - Earthy warm tone
|
|
10
|
+
- **Cream**: `#f5f3ed` - Soft neutral backgrounds
|
|
11
|
+
|
|
12
|
+
## Typography
|
|
13
|
+
|
|
14
|
+
- **Headers**: DejaVu Serif Bold
|
|
15
|
+
- **Body Text**: DejaVu Sans
|
|
16
|
+
|
|
17
|
+
## Best Used For
|
|
18
|
+
|
|
19
|
+
Garden centers, food presentations, farm-to-table content, botanical brands, natural products.
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# Desert Rose
|
|
2
|
+
|
|
3
|
+
A soft and sophisticated theme with dusty, muted tones perfect for elegant presentations.
|
|
4
|
+
|
|
5
|
+
## Color Palette
|
|
6
|
+
|
|
7
|
+
- **Dusty Rose**: `#d4a5a5` - Soft primary color
|
|
8
|
+
- **Clay**: `#b87d6d` - Earthy accent
|
|
9
|
+
- **Sand**: `#e8d5c4` - Warm neutral backgrounds
|
|
10
|
+
- **Deep Burgundy**: `#5d2e46` - Rich dark contrast
|
|
11
|
+
|
|
12
|
+
## Typography
|
|
13
|
+
|
|
14
|
+
- **Headers**: FreeSans Bold
|
|
15
|
+
- **Body Text**: FreeSans
|
|
16
|
+
|
|
17
|
+
## Best Used For
|
|
18
|
+
|
|
19
|
+
Fashion presentations, beauty brands, wedding planning, interior design, boutique businesses.
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# Forest Canopy
|
|
2
|
+
|
|
3
|
+
A natural and grounded theme featuring earth tones inspired by dense forest environments.
|
|
4
|
+
|
|
5
|
+
## Color Palette
|
|
6
|
+
|
|
7
|
+
- **Forest Green**: `#2d4a2b` - Primary dark green
|
|
8
|
+
- **Sage**: `#7d8471` - Muted green accent
|
|
9
|
+
- **Olive**: `#a4ac86` - Light accent color
|
|
10
|
+
- **Ivory**: `#faf9f6` - Backgrounds and text
|
|
11
|
+
|
|
12
|
+
## Typography
|
|
13
|
+
|
|
14
|
+
- **Headers**: FreeSerif Bold
|
|
15
|
+
- **Body Text**: FreeSans
|
|
16
|
+
|
|
17
|
+
## Best Used For
|
|
18
|
+
|
|
19
|
+
Environmental presentations, sustainability reports, outdoor brands, wellness content, organic products.
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# Golden Hour
|
|
2
|
+
|
|
3
|
+
A rich and warm autumnal palette that creates an inviting and sophisticated atmosphere.
|
|
4
|
+
|
|
5
|
+
## Color Palette
|
|
6
|
+
|
|
7
|
+
- **Mustard Yellow**: `#f4a900` - Bold primary accent
|
|
8
|
+
- **Terracotta**: `#c1666b` - Warm secondary color
|
|
9
|
+
- **Warm Beige**: `#d4b896` - Neutral backgrounds
|
|
10
|
+
- **Chocolate Brown**: `#4a403a` - Dark text and anchors
|
|
11
|
+
|
|
12
|
+
## Typography
|
|
13
|
+
|
|
14
|
+
- **Headers**: FreeSans Bold
|
|
15
|
+
- **Body Text**: FreeSans
|
|
16
|
+
|
|
17
|
+
## Best Used For
|
|
18
|
+
|
|
19
|
+
Restaurant presentations, hospitality brands, fall campaigns, cozy lifestyle content, artisan products.
|