claude-code-templates 1.21.13 → 1.21.14
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/.claude/settings.local.json +8 -2
- package/.claude-plugin/marketplace.json +251 -0
- package/.github/workflows/component-security-validation.yml +129 -0
- package/README.md +13 -6
- package/cli-tool/README.md +56 -0
- package/cli-tool/bin/create-claude-config.js +2 -0
- package/cli-tool/components/.claude-plugin/marketplace.json +92 -0
- package/cli-tool/components/agents/development-tools/flutter-go-reviewer.md +163 -0
- package/cli-tool/components/agents/development-tools/unused-code-cleaner.md +194 -0
- package/cli-tool/components/commands/git-workflow/gemini-review.md +293 -0
- package/cli-tool/components/commands/testing/add-mutation-testing.md +2 -2
- package/cli-tool/components/commands/testing/add-property-based-testing.md +2 -2
- package/cli-tool/components/commands/testing/e2e-setup.md +2 -2
- package/cli-tool/components/commands/testing/generate-test-cases.md +2 -2
- package/cli-tool/components/commands/testing/generate-tests.md +8 -3
- package/cli-tool/components/commands/testing/setup-comprehensive-testing.md +2 -2
- package/cli-tool/components/commands/testing/setup-load-testing.md +2 -2
- package/cli-tool/components/commands/testing/setup-visual-testing.md +2 -2
- package/cli-tool/components/commands/testing/test-automation-orchestrator.md +2 -2
- package/cli-tool/components/commands/testing/test-changelog-automation.md +2 -2
- package/cli-tool/components/commands/testing/test-coverage.md +2 -2
- package/cli-tool/components/commands/testing/test-quality-analyzer.md +2 -2
- package/cli-tool/components/commands/testing/testing_plan_integration.md +2 -2
- package/cli-tool/components/commands/testing/write-tests.md +2 -2
- package/cli-tool/components/commands/utilities/ultra-think.md +10 -5
- package/cli-tool/components/hooks/git/validate-branch-name.json +1 -1
- package/cli-tool/components/mcps/devtools/chrome-devtools.json +9 -0
- package/cli-tool/components/mcps/devtools/grafana.json +15 -0
- package/cli-tool/components/mcps/devtools/pulumi.json +9 -0
- package/cli-tool/components/mcps/devtools/terraform.json +1 -1
- package/cli-tool/components/settings/statusline/context-monitor.py +1 -1
- package/cli-tool/components/skills/ANTHROPIC_ATTRIBUTION.md +81 -0
- package/cli-tool/components/skills/creative-design/algorithmic-art/LICENSE.txt +202 -0
- package/cli-tool/components/skills/creative-design/algorithmic-art/SKILL.md +405 -0
- package/cli-tool/components/skills/creative-design/algorithmic-art/templates/generator_template.js +223 -0
- package/cli-tool/components/skills/creative-design/algorithmic-art/templates/viewer.html +599 -0
- package/cli-tool/components/skills/creative-design/canvas-design/LICENSE.txt +202 -0
- package/cli-tool/components/skills/creative-design/canvas-design/SKILL.md +130 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/ArsenalSC-OFL.txt +93 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/ArsenalSC-Regular.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/BigShoulders-Bold.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/BigShoulders-OFL.txt +93 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/BigShoulders-Regular.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/Boldonse-OFL.txt +93 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/Boldonse-Regular.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/BricolageGrotesque-Bold.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/BricolageGrotesque-OFL.txt +93 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/BricolageGrotesque-Regular.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/CrimsonPro-Bold.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/CrimsonPro-Italic.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/CrimsonPro-OFL.txt +93 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/CrimsonPro-Regular.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/DMMono-OFL.txt +93 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/DMMono-Regular.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/EricaOne-OFL.txt +94 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/EricaOne-Regular.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/GeistMono-Bold.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/GeistMono-OFL.txt +93 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/GeistMono-Regular.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/Gloock-OFL.txt +93 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/Gloock-Regular.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/IBMPlexMono-Bold.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/IBMPlexMono-OFL.txt +93 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/IBMPlexMono-Regular.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/IBMPlexSerif-Bold.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/IBMPlexSerif-BoldItalic.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/IBMPlexSerif-Italic.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/IBMPlexSerif-Regular.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/InstrumentSans-Bold.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/InstrumentSans-BoldItalic.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/InstrumentSans-Italic.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/InstrumentSans-OFL.txt +93 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/InstrumentSans-Regular.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/InstrumentSerif-Italic.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/InstrumentSerif-Regular.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/Italiana-OFL.txt +93 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/Italiana-Regular.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/JetBrainsMono-Bold.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/JetBrainsMono-OFL.txt +93 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/JetBrainsMono-Regular.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/Jura-Light.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/Jura-Medium.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/Jura-OFL.txt +93 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/LibreBaskerville-OFL.txt +93 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/LibreBaskerville-Regular.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/Lora-Bold.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/Lora-BoldItalic.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/Lora-Italic.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/Lora-OFL.txt +93 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/Lora-Regular.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/NationalPark-Bold.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/NationalPark-OFL.txt +93 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/NationalPark-Regular.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/NothingYouCouldDo-OFL.txt +93 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/NothingYouCouldDo-Regular.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/Outfit-Bold.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/Outfit-OFL.txt +93 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/Outfit-Regular.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/PixelifySans-Medium.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/PixelifySans-OFL.txt +93 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/PoiretOne-OFL.txt +93 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/PoiretOne-Regular.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/RedHatMono-Bold.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/RedHatMono-OFL.txt +93 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/RedHatMono-Regular.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/Silkscreen-OFL.txt +93 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/Silkscreen-Regular.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/SmoochSans-Medium.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/SmoochSans-OFL.txt +93 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/Tektur-Medium.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/Tektur-OFL.txt +93 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/Tektur-Regular.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/WorkSans-Bold.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/WorkSans-BoldItalic.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/WorkSans-Italic.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/WorkSans-OFL.txt +93 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/WorkSans-Regular.ttf +0 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/YoungSerif-OFL.txt +93 -0
- package/cli-tool/components/skills/creative-design/canvas-design/canvas-fonts/YoungSerif-Regular.ttf +0 -0
- package/cli-tool/components/skills/creative-design/slack-gif-creator/LICENSE.txt +202 -0
- package/cli-tool/components/skills/creative-design/slack-gif-creator/SKILL.md +646 -0
- package/cli-tool/components/skills/creative-design/slack-gif-creator/core/color_palettes.py +302 -0
- package/cli-tool/components/skills/creative-design/slack-gif-creator/core/easing.py +230 -0
- package/cli-tool/components/skills/creative-design/slack-gif-creator/core/frame_composer.py +469 -0
- package/cli-tool/components/skills/creative-design/slack-gif-creator/core/gif_builder.py +246 -0
- package/cli-tool/components/skills/creative-design/slack-gif-creator/core/typography.py +357 -0
- package/cli-tool/components/skills/creative-design/slack-gif-creator/core/validators.py +264 -0
- package/cli-tool/components/skills/creative-design/slack-gif-creator/core/visual_effects.py +494 -0
- package/cli-tool/components/skills/creative-design/slack-gif-creator/requirements.txt +4 -0
- package/cli-tool/components/skills/creative-design/slack-gif-creator/templates/bounce.py +106 -0
- package/cli-tool/components/skills/creative-design/slack-gif-creator/templates/explode.py +331 -0
- package/cli-tool/components/skills/creative-design/slack-gif-creator/templates/fade.py +329 -0
- package/cli-tool/components/skills/creative-design/slack-gif-creator/templates/flip.py +291 -0
- package/cli-tool/components/skills/creative-design/slack-gif-creator/templates/kaleidoscope.py +211 -0
- package/cli-tool/components/skills/creative-design/slack-gif-creator/templates/morph.py +329 -0
- package/cli-tool/components/skills/creative-design/slack-gif-creator/templates/move.py +293 -0
- package/cli-tool/components/skills/creative-design/slack-gif-creator/templates/pulse.py +268 -0
- package/cli-tool/components/skills/creative-design/slack-gif-creator/templates/shake.py +127 -0
- package/cli-tool/components/skills/creative-design/slack-gif-creator/templates/slide.py +291 -0
- package/cli-tool/components/skills/creative-design/slack-gif-creator/templates/spin.py +269 -0
- package/cli-tool/components/skills/creative-design/slack-gif-creator/templates/wiggle.py +300 -0
- package/cli-tool/components/skills/creative-design/slack-gif-creator/templates/zoom.py +312 -0
- package/cli-tool/components/skills/creative-design/theme-factory/LICENSE.txt +202 -0
- package/cli-tool/components/skills/creative-design/theme-factory/SKILL.md +59 -0
- package/cli-tool/components/skills/creative-design/theme-factory/theme-showcase.pdf +0 -0
- package/cli-tool/components/skills/creative-design/theme-factory/themes/arctic-frost.md +19 -0
- package/cli-tool/components/skills/creative-design/theme-factory/themes/botanical-garden.md +19 -0
- package/cli-tool/components/skills/creative-design/theme-factory/themes/desert-rose.md +19 -0
- package/cli-tool/components/skills/creative-design/theme-factory/themes/forest-canopy.md +19 -0
- package/cli-tool/components/skills/creative-design/theme-factory/themes/golden-hour.md +19 -0
- package/cli-tool/components/skills/creative-design/theme-factory/themes/midnight-galaxy.md +19 -0
- package/cli-tool/components/skills/creative-design/theme-factory/themes/modern-minimalist.md +19 -0
- package/cli-tool/components/skills/creative-design/theme-factory/themes/ocean-depths.md +19 -0
- package/cli-tool/components/skills/creative-design/theme-factory/themes/sunset-boulevard.md +19 -0
- package/cli-tool/components/skills/creative-design/theme-factory/themes/tech-innovation.md +19 -0
- package/cli-tool/components/skills/development/artifacts-builder/LICENSE.txt +202 -0
- package/cli-tool/components/skills/development/artifacts-builder/SKILL.md +74 -0
- package/cli-tool/components/skills/development/artifacts-builder/scripts/bundle-artifact.sh +54 -0
- package/cli-tool/components/skills/development/artifacts-builder/scripts/init-artifact.sh +322 -0
- package/cli-tool/components/skills/development/artifacts-builder/scripts/shadcn-components.tar.gz +0 -0
- package/cli-tool/components/skills/development/git-commit-helper/SKILL.md +203 -0
- package/cli-tool/components/skills/development/mcp-builder/LICENSE.txt +202 -0
- package/cli-tool/components/skills/development/mcp-builder/SKILL.md +328 -0
- package/cli-tool/components/skills/development/mcp-builder/reference/evaluation.md +602 -0
- package/cli-tool/components/skills/development/mcp-builder/reference/mcp_best_practices.md +915 -0
- package/cli-tool/components/skills/development/mcp-builder/reference/node_mcp_server.md +916 -0
- package/cli-tool/components/skills/development/mcp-builder/reference/python_mcp_server.md +752 -0
- package/cli-tool/components/skills/development/mcp-builder/scripts/connections.py +151 -0
- package/cli-tool/components/skills/development/mcp-builder/scripts/evaluation.py +373 -0
- package/cli-tool/components/skills/development/mcp-builder/scripts/example_evaluation.xml +22 -0
- package/cli-tool/components/skills/development/mcp-builder/scripts/requirements.txt +2 -0
- package/cli-tool/components/skills/development/skill-creator/LICENSE.txt +202 -0
- package/cli-tool/components/skills/development/skill-creator/SKILL.md +209 -0
- package/cli-tool/components/skills/development/skill-creator/scripts/init_skill.py +303 -0
- package/cli-tool/components/skills/development/skill-creator/scripts/package_skill.py +110 -0
- package/cli-tool/components/skills/development/skill-creator/scripts/quick_validate.py +65 -0
- package/cli-tool/components/skills/development/webapp-testing/LICENSE.txt +202 -0
- package/cli-tool/components/skills/development/webapp-testing/SKILL.md +96 -0
- package/cli-tool/components/skills/development/webapp-testing/examples/console_logging.py +35 -0
- package/cli-tool/components/skills/development/webapp-testing/examples/element_discovery.py +40 -0
- package/cli-tool/components/skills/development/webapp-testing/examples/static_html_automation.py +33 -0
- package/cli-tool/components/skills/development/webapp-testing/scripts/with_server.py +106 -0
- package/cli-tool/components/skills/document-processing/docx/LICENSE.txt +30 -0
- package/cli-tool/components/skills/document-processing/docx/SKILL.md +197 -0
- package/cli-tool/components/skills/document-processing/docx/docx-js.md +350 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/schemas/mce/mc.xsd +75 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/schemas/microsoft/wml-2010.xsd +560 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/schemas/microsoft/wml-2012.xsd +67 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/schemas/microsoft/wml-2018.xsd +14 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/schemas/microsoft/wml-cex-2018.xsd +20 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/schemas/microsoft/wml-cid-2016.xsd +13 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/schemas/microsoft/wml-symex-2015.xsd +8 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/scripts/pack.py +159 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/scripts/unpack.py +29 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/scripts/validate.py +69 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/scripts/validation/__init__.py +15 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/scripts/validation/base.py +951 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/scripts/validation/docx.py +274 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/scripts/validation/pptx.py +315 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml/scripts/validation/redlining.py +279 -0
- package/cli-tool/components/skills/document-processing/docx/ooxml.md +610 -0
- package/cli-tool/components/skills/document-processing/docx/scripts/__init__.py +1 -0
- package/cli-tool/components/skills/document-processing/docx/scripts/document.py +1276 -0
- package/cli-tool/components/skills/document-processing/docx/scripts/templates/comments.xml +3 -0
- package/cli-tool/components/skills/document-processing/docx/scripts/templates/commentsExtended.xml +3 -0
- package/cli-tool/components/skills/document-processing/docx/scripts/templates/commentsExtensible.xml +3 -0
- package/cli-tool/components/skills/document-processing/docx/scripts/templates/commentsIds.xml +3 -0
- package/cli-tool/components/skills/document-processing/docx/scripts/templates/people.xml +3 -0
- package/cli-tool/components/skills/document-processing/docx/scripts/utilities.py +374 -0
- package/cli-tool/components/skills/document-processing/pdf-anthropic/LICENSE.txt +30 -0
- package/cli-tool/components/skills/document-processing/pdf-anthropic/SKILL.md +294 -0
- package/cli-tool/components/skills/document-processing/pdf-anthropic/forms.md +205 -0
- package/cli-tool/components/skills/document-processing/pdf-anthropic/reference.md +612 -0
- package/cli-tool/components/skills/document-processing/pdf-anthropic/scripts/check_bounding_boxes.py +70 -0
- package/cli-tool/components/skills/document-processing/pdf-anthropic/scripts/check_bounding_boxes_test.py +226 -0
- package/cli-tool/components/skills/document-processing/pdf-anthropic/scripts/check_fillable_fields.py +12 -0
- package/cli-tool/components/skills/document-processing/pdf-anthropic/scripts/convert_pdf_to_images.py +35 -0
- package/cli-tool/components/skills/document-processing/pdf-anthropic/scripts/create_validation_image.py +41 -0
- package/cli-tool/components/skills/document-processing/pdf-anthropic/scripts/extract_form_field_info.py +152 -0
- package/cli-tool/components/skills/document-processing/pdf-anthropic/scripts/fill_fillable_fields.py +114 -0
- package/cli-tool/components/skills/document-processing/pdf-anthropic/scripts/fill_pdf_form_with_annotations.py +108 -0
- package/cli-tool/components/skills/document-processing/pdf-processing/FORMS.md +143 -0
- package/cli-tool/components/skills/document-processing/pdf-processing/SKILL.md +149 -0
- package/cli-tool/components/skills/document-processing/pdf-processing-pro/FORMS.md +610 -0
- package/cli-tool/components/skills/document-processing/pdf-processing-pro/OCR.md +137 -0
- package/cli-tool/components/skills/document-processing/pdf-processing-pro/SKILL.md +296 -0
- package/cli-tool/components/skills/document-processing/pdf-processing-pro/TABLES.md +626 -0
- package/cli-tool/components/skills/document-processing/pdf-processing-pro/scripts/analyze_form.py +307 -0
- package/cli-tool/components/skills/document-processing/pptx/LICENSE.txt +30 -0
- package/cli-tool/components/skills/document-processing/pptx/SKILL.md +484 -0
- package/cli-tool/components/skills/document-processing/pptx/html2pptx.md +625 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/schemas/mce/mc.xsd +75 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/schemas/microsoft/wml-2010.xsd +560 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/schemas/microsoft/wml-2012.xsd +67 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/schemas/microsoft/wml-2018.xsd +14 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/schemas/microsoft/wml-cex-2018.xsd +20 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/schemas/microsoft/wml-cid-2016.xsd +13 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/schemas/microsoft/wml-symex-2015.xsd +8 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/scripts/pack.py +159 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/scripts/unpack.py +29 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/scripts/validate.py +69 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/scripts/validation/__init__.py +15 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/scripts/validation/base.py +951 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/scripts/validation/docx.py +274 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/scripts/validation/pptx.py +315 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml/scripts/validation/redlining.py +279 -0
- package/cli-tool/components/skills/document-processing/pptx/ooxml.md +427 -0
- package/cli-tool/components/skills/document-processing/pptx/scripts/html2pptx.js +979 -0
- package/cli-tool/components/skills/document-processing/pptx/scripts/inventory.py +1020 -0
- package/cli-tool/components/skills/document-processing/pptx/scripts/rearrange.py +231 -0
- package/cli-tool/components/skills/document-processing/pptx/scripts/replace.py +385 -0
- package/cli-tool/components/skills/document-processing/pptx/scripts/thumbnail.py +450 -0
- package/cli-tool/components/skills/document-processing/xlsx/LICENSE.txt +30 -0
- package/cli-tool/components/skills/document-processing/xlsx/SKILL.md +289 -0
- package/cli-tool/components/skills/document-processing/xlsx/recalc.py +178 -0
- package/cli-tool/components/skills/enterprise-communication/brand-guidelines/LICENSE.txt +202 -0
- package/cli-tool/components/skills/enterprise-communication/brand-guidelines/SKILL.md +73 -0
- package/cli-tool/components/skills/enterprise-communication/email-composer/SKILL.md +317 -0
- package/cli-tool/components/skills/enterprise-communication/excel-analysis/SKILL.md +247 -0
- package/cli-tool/components/skills/enterprise-communication/internal-comms/LICENSE.txt +202 -0
- package/cli-tool/components/skills/enterprise-communication/internal-comms/SKILL.md +32 -0
- package/cli-tool/components/skills/enterprise-communication/internal-comms/examples/3p-updates.md +47 -0
- package/cli-tool/components/skills/enterprise-communication/internal-comms/examples/company-newsletter.md +65 -0
- package/cli-tool/components/skills/enterprise-communication/internal-comms/examples/faq-answers.md +30 -0
- package/cli-tool/components/skills/enterprise-communication/internal-comms/examples/general-comms.md +16 -0
- package/cli-tool/package-lock.json +39 -16
- package/cli-tool/package.json +7 -2
- package/cli-tool/security-report.json +62361 -0
- package/cli-tool/src/analytics-web/chats_mobile.html +17 -16
- package/cli-tool/src/console-bridge.js +3 -3
- package/cli-tool/src/index.js +157 -10
- package/cli-tool/src/plugin-dashboard-web/app.js +806 -0
- package/cli-tool/src/plugin-dashboard-web/index.html +292 -0
- package/cli-tool/src/plugin-dashboard-web/styles.css +1781 -0
- package/cli-tool/src/plugin-dashboard.js +689 -0
- package/cli-tool/src/security-audit.js +164 -0
- package/cli-tool/src/validation/ARCHITECTURE.md +309 -0
- package/cli-tool/src/validation/BaseValidator.js +152 -0
- package/cli-tool/src/validation/README.md +543 -0
- package/cli-tool/src/validation/ValidationOrchestrator.js +305 -0
- package/cli-tool/src/validation/validators/IntegrityValidator.js +338 -0
- package/cli-tool/src/validation/validators/ProvenanceValidator.js +399 -0
- package/cli-tool/src/validation/validators/ReferenceValidator.js +373 -0
- package/cli-tool/src/validation/validators/SemanticValidator.js +449 -0
- package/cli-tool/src/validation/validators/StructuralValidator.js +376 -0
- package/docs/CLAUDE.md +363 -0
- package/docs/api/README.md +297 -0
- package/docs/api/package.json +7 -0
- package/docs/api/track-download-supabase.js +150 -0
- package/docs/blog/README.md +199 -0
- package/docs/blog/blog-articles.json +133 -0
- package/docs/blog/css/blog-controls.css +254 -0
- package/docs/blog/e2b-claude-code-sandbox/index.html +8 -0
- package/docs/blog/index.html +81 -124
- package/docs/blog/js/blog-loader.js +602 -0
- package/docs/blog/nextjs-vercel-claude-code-integration/index.html +8 -0
- package/docs/blog/supabase-claude-code-integration/index.html +8 -0
- package/docs/component.html +226 -48
- package/docs/components.json +61610 -604
- package/docs/css/blog.css +292 -0
- package/docs/css/component-page.css +840 -3
- package/docs/css/plugin-page.css +648 -0
- package/docs/css/styles.css +504 -1
- package/docs/css/trending.css +110 -6
- package/docs/download-stats.html +8 -0
- package/docs/index.html +48 -22
- package/docs/jobs.html +8 -0
- package/docs/js/cart-manager.js +21 -8
- package/docs/js/component-page.js +1013 -12
- package/docs/js/data-loader.js +11 -8
- package/docs/js/index-events.js +305 -53
- package/docs/js/plugin-page.js +390 -0
- package/docs/js/script.js +50 -3
- package/docs/js/search-functionality.js +19 -16
- package/docs/js/trending.js +55 -20
- package/docs/plugin.html +262 -0
- package/docs/sandbox-interface.html +8 -0
- package/docs/static/favicon/about.txt +6 -0
- package/docs/static/favicon/android-chrome-192x192.png +0 -0
- package/docs/static/favicon/android-chrome-512x512.png +0 -0
- package/docs/static/favicon/apple-touch-icon.png +0 -0
- package/docs/static/favicon/favicon-16x16.png +0 -0
- package/docs/static/favicon/favicon-32x32.png +0 -0
- package/docs/static/favicon/favicon.ico +0 -0
- package/docs/static/favicon/site.webmanifest +1 -0
- package/docs/trending-data.json +616 -579
- package/docs/trending.html +24 -3
- package/docs/vercel.json +12 -0
- package/docs/workflows.html +8 -0
- package/generate_components_json.py +386 -11
- package/package.json +1 -1
- package/sync-api.sh +50 -0
- package/vercel.json +10 -75
- package/ROADMAP.md +0 -278
- package/test_serpapi.py +0 -36
- /package/cli-tool/components/commands/svelte/{svelte:a11y.md → svelte-a11y.md} +0 -0
- /package/cli-tool/components/commands/svelte/{svelte:component.md → svelte-component.md} +0 -0
- /package/cli-tool/components/commands/svelte/{svelte:debug.md → svelte-debug.md} +0 -0
- /package/cli-tool/components/commands/svelte/{svelte:migrate.md → svelte-migrate.md} +0 -0
- /package/cli-tool/components/commands/svelte/{svelte:optimize.md → svelte-optimize.md} +0 -0
- /package/cli-tool/components/commands/svelte/{svelte:scaffold.md → svelte-scaffold.md} +0 -0
- /package/cli-tool/components/commands/svelte/{svelte:storybook-migrate.md → svelte-storybook-migrate.md} +0 -0
- /package/cli-tool/components/commands/svelte/{svelte:storybook-mock.md → svelte-storybook-mock.md} +0 -0
- /package/cli-tool/components/commands/svelte/{svelte:storybook-setup.md → svelte-storybook-setup.md} +0 -0
- /package/cli-tool/components/commands/svelte/{svelte:storybook-story.md → svelte-storybook-story.md} +0 -0
- /package/cli-tool/components/commands/svelte/{svelte:storybook-troubleshoot.md → svelte-storybook-troubleshoot.md} +0 -0
- /package/cli-tool/components/commands/svelte/{svelte:storybook.md → svelte-storybook.md} +0 -0
- /package/cli-tool/components/commands/svelte/{svelte:test-coverage.md → svelte-test-coverage.md} +0 -0
- /package/cli-tool/components/commands/svelte/{svelte:test-fix.md → svelte-test-fix.md} +0 -0
- /package/cli-tool/components/commands/svelte/{svelte:test-setup.md → svelte-test-setup.md} +0 -0
- /package/cli-tool/components/commands/svelte/{svelte:test.md → svelte-test.md} +0 -0
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
allowed-tools: Read, Write, Edit, Bash
|
|
3
3
|
argument-hint: [framework] | --cypress | --playwright | --webdriver | --puppeteer | --mobile
|
|
4
4
|
description: Configure comprehensive end-to-end testing suite with framework selection and CI integration
|
|
5
|
-
model: sonnet
|
|
6
5
|
---
|
|
7
6
|
|
|
8
7
|
# E2E Setup
|
|
@@ -23,6 +22,7 @@ Implement comprehensive end-to-end testing with framework selection and optimiza
|
|
|
23
22
|
**Framework Focus**: Use $ARGUMENTS to specify Cypress, Playwright, WebDriver, Puppeteer, mobile testing, or auto-detect best fit
|
|
24
23
|
|
|
25
24
|
**E2E Testing Framework**:
|
|
25
|
+
|
|
26
26
|
1. **Framework Selection & Setup** - Choose optimal E2E tool, install dependencies, configure basic settings, setup project structure
|
|
27
27
|
2. **Test Environment Configuration** - Setup test environments, configure base URLs, implement environment switching, optimize test isolation
|
|
28
28
|
3. **Page Object Patterns** - Design page object model, create reusable components, implement element selectors, optimize maintainability
|
|
@@ -34,4 +34,4 @@ Implement comprehensive end-to-end testing with framework selection and optimiza
|
|
|
34
34
|
|
|
35
35
|
**Quality Assurance**: Test reliability optimization, flaky test prevention, execution speed optimization, debugging capabilities.
|
|
36
36
|
|
|
37
|
-
**Output**: Complete E2E testing setup with framework configuration, test suites, CI integration, and maintenance workflows.
|
|
37
|
+
**Output**: Complete E2E testing setup with framework configuration, test suites, CI integration, and maintenance workflows.
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
allowed-tools: Read, Write, Edit, Bash
|
|
3
3
|
argument-hint: [target] | [scope] | --unit | --integration | --edge-cases | --automatic
|
|
4
4
|
description: Generate comprehensive test cases with automatic analysis and coverage optimization
|
|
5
|
-
model: sonnet
|
|
6
5
|
---
|
|
7
6
|
|
|
8
7
|
# Generate Test Cases
|
|
@@ -23,6 +22,7 @@ Execute intelligent test case generation with comprehensive coverage and optimiz
|
|
|
23
22
|
**Generation Scope**: Use $ARGUMENTS to specify target file, unit tests, integration tests, edge cases, or automatic comprehensive generation
|
|
24
23
|
|
|
25
24
|
**Test Case Generation Framework**:
|
|
25
|
+
|
|
26
26
|
1. **Code Structure Analysis** - Parse function signatures, analyze control flow, identify branching paths, assess complexity metrics
|
|
27
27
|
2. **Test Pattern Recognition** - Analyze existing test patterns, identify testing conventions, extract reusable patterns, optimize consistency
|
|
28
28
|
3. **Input Space Analysis** - Identify parameter domains, analyze boundary conditions, discover edge cases, evaluate error conditions
|
|
@@ -34,4 +34,4 @@ Execute intelligent test case generation with comprehensive coverage and optimiz
|
|
|
34
34
|
|
|
35
35
|
**Quality Assurance**: Test maintainability, execution performance, assertion quality, debugging effectiveness.
|
|
36
36
|
|
|
37
|
-
**Output**: Comprehensive test case suite with optimized coverage, intelligent mocking, proper assertions, and maintenance guidelines.
|
|
37
|
+
**Output**: Comprehensive test case suite with optimized coverage, intelligent mocking, proper assertions, and maintenance guidelines.
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
allowed-tools: Read, Write, Edit, Bash
|
|
3
3
|
argument-hint: [file-path] | [component-name]
|
|
4
4
|
description: Generate comprehensive test suite with unit, integration, and edge case coverage
|
|
5
|
-
model: sonnet
|
|
6
5
|
---
|
|
7
6
|
|
|
8
7
|
# Generate Tests
|
|
@@ -21,7 +20,7 @@ Generate comprehensive test suite for: $ARGUMENTS
|
|
|
21
20
|
I'll analyze the target code and create complete test coverage including:
|
|
22
21
|
|
|
23
22
|
1. Unit tests for individual functions and methods
|
|
24
|
-
2. Integration tests for component interactions
|
|
23
|
+
2. Integration tests for component interactions
|
|
25
24
|
3. Edge case and error handling tests
|
|
26
25
|
4. Mock implementations for external dependencies
|
|
27
26
|
5. Test utilities and helpers as needed
|
|
@@ -42,18 +41,21 @@ I'll follow these steps:
|
|
|
42
41
|
## Test Types
|
|
43
42
|
|
|
44
43
|
### Unit Tests
|
|
44
|
+
|
|
45
45
|
- Individual function testing with various inputs
|
|
46
46
|
- Component rendering and prop handling
|
|
47
47
|
- State management and lifecycle methods
|
|
48
48
|
- Utility function edge cases and error conditions
|
|
49
49
|
|
|
50
50
|
### Integration Tests
|
|
51
|
+
|
|
51
52
|
- Component interaction testing
|
|
52
53
|
- API integration with mocked responses
|
|
53
54
|
- Service layer integration
|
|
54
55
|
- End-to-end user workflows
|
|
55
56
|
|
|
56
57
|
### Framework-Specific Tests
|
|
58
|
+
|
|
57
59
|
- **React**: Component testing with React Testing Library
|
|
58
60
|
- **Vue**: Component testing with Vue Test Utils
|
|
59
61
|
- **Angular**: Component and service testing with TestBed
|
|
@@ -62,21 +64,24 @@ I'll follow these steps:
|
|
|
62
64
|
## Testing Best Practices
|
|
63
65
|
|
|
64
66
|
### Test Structure
|
|
67
|
+
|
|
65
68
|
- Use descriptive test names that explain the behavior
|
|
66
69
|
- Follow AAA pattern (Arrange, Act, Assert)
|
|
67
70
|
- Group related tests with describe blocks
|
|
68
71
|
- Use proper setup and teardown for test isolation
|
|
69
72
|
|
|
70
73
|
### Mock Strategy
|
|
74
|
+
|
|
71
75
|
- Mock external dependencies and API calls
|
|
72
76
|
- Use factories for test data generation
|
|
73
77
|
- Implement proper cleanup for async operations
|
|
74
78
|
- Mock timers and dates for deterministic tests
|
|
75
79
|
|
|
76
80
|
### Coverage Goals
|
|
81
|
+
|
|
77
82
|
- Aim for 80%+ code coverage
|
|
78
83
|
- Focus on critical business logic paths
|
|
79
84
|
- Test both happy path and error scenarios
|
|
80
85
|
- Include boundary value testing
|
|
81
86
|
|
|
82
|
-
I'll adapt to your project's testing framework (Jest, Vitest, Cypress, etc.) and follow established patterns.
|
|
87
|
+
I'll adapt to your project's testing framework (Jest, Vitest, Cypress, etc.) and follow established patterns.
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
allowed-tools: Read, Write, Edit, Bash
|
|
3
3
|
argument-hint: [scope] | --unit | --integration | --e2e | --visual | --performance | --full-stack
|
|
4
4
|
description: Setup complete testing infrastructure with framework configuration and CI integration
|
|
5
|
-
model: sonnet
|
|
6
5
|
---
|
|
7
6
|
|
|
8
7
|
# Setup Comprehensive Testing
|
|
@@ -23,6 +22,7 @@ Implement comprehensive testing infrastructure with multi-layer testing strategy
|
|
|
23
22
|
**Setup Scope**: Use $ARGUMENTS to focus on unit, integration, e2e, visual, performance testing, or full-stack implementation
|
|
24
23
|
|
|
25
24
|
**Comprehensive Testing Framework**:
|
|
25
|
+
|
|
26
26
|
1. **Testing Strategy Design** - Analyze project requirements, define testing pyramid, plan coverage goals, optimize testing investment
|
|
27
27
|
2. **Unit Testing Setup** - Configure primary framework (Jest, Vitest, pytest), setup test runners, implement test utilities, optimize execution
|
|
28
28
|
3. **Integration Testing** - Setup integration test framework, configure test databases, implement API testing, optimize test isolation
|
|
@@ -34,4 +34,4 @@ Implement comprehensive testing infrastructure with multi-layer testing strategy
|
|
|
34
34
|
|
|
35
35
|
**Infrastructure Quality**: Test reliability, execution performance, maintainability, scalability, cost optimization.
|
|
36
36
|
|
|
37
|
-
**Output**: Complete testing infrastructure with configured frameworks, CI integration, quality metrics, and maintenance workflows.
|
|
37
|
+
**Output**: Complete testing infrastructure with configured frameworks, CI integration, quality metrics, and maintenance workflows.
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
allowed-tools: Read, Write, Edit, Bash
|
|
3
3
|
argument-hint: [testing-type] | --capacity | --stress | --spike | --endurance | --volume
|
|
4
4
|
description: Configure comprehensive load testing with performance metrics and bottleneck identification
|
|
5
|
-
model: sonnet
|
|
6
5
|
---
|
|
7
6
|
|
|
8
7
|
# Setup Load Testing
|
|
@@ -23,6 +22,7 @@ Implement comprehensive load testing with performance optimization and bottlenec
|
|
|
23
22
|
**Testing Type**: Use $ARGUMENTS to focus on capacity planning, stress testing, spike testing, endurance testing, or volume testing
|
|
24
23
|
|
|
25
24
|
**Load Testing Framework**:
|
|
25
|
+
|
|
26
26
|
1. **Strategy & Requirements** - Analyze application architecture, define testing objectives, determine scenarios, identify performance metrics
|
|
27
27
|
2. **Tool Selection & Setup** - Choose appropriate tools (k6, Artillery, JMeter, Gatling), install dependencies, configure environments
|
|
28
28
|
3. **Test Scenario Design** - Create realistic user scenarios, implement API test scripts, configure data generation, design load patterns
|
|
@@ -34,4 +34,4 @@ Implement comprehensive load testing with performance optimization and bottlenec
|
|
|
34
34
|
|
|
35
35
|
**Quality Assurance**: Test reliability, result accuracy, environment consistency, monitoring completeness.
|
|
36
36
|
|
|
37
|
-
**Output**: Complete load testing setup with configured scenarios, performance monitoring, bottleneck analysis, and optimization recommendations.
|
|
37
|
+
**Output**: Complete load testing setup with configured scenarios, performance monitoring, bottleneck analysis, and optimization recommendations.
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
allowed-tools: Read, Write, Edit, Bash
|
|
3
3
|
argument-hint: [testing-scope] | --components | --pages | --responsive | --cross-browser | --accessibility
|
|
4
4
|
description: Setup comprehensive visual regression testing with cross-browser and responsive testing
|
|
5
|
-
model: sonnet
|
|
6
5
|
---
|
|
7
6
|
|
|
8
7
|
# Setup Visual Testing
|
|
@@ -23,6 +22,7 @@ Implement comprehensive visual testing with regression detection and accessibili
|
|
|
23
22
|
**Testing Scope**: Use $ARGUMENTS to focus on component testing, page testing, responsive testing, cross-browser testing, or accessibility testing
|
|
24
23
|
|
|
25
24
|
**Visual Testing Framework**:
|
|
25
|
+
|
|
26
26
|
1. **Tool Selection & Setup** - Choose visual testing tools (Percy, Chromatic, BackstopJS, Playwright), configure integration, setup environments
|
|
27
27
|
2. **Baseline Creation** - Capture visual baselines, organize screenshot structure, implement version control, optimize image management
|
|
28
28
|
3. **Test Scenario Design** - Create component tests, design page workflows, implement responsive breakpoints, configure browser matrix
|
|
@@ -34,4 +34,4 @@ Implement comprehensive visual testing with regression detection and accessibili
|
|
|
34
34
|
|
|
35
35
|
**Quality Assurance**: Test reliability, false positive reduction, maintainability optimization, execution performance.
|
|
36
36
|
|
|
37
|
-
**Output**: Complete visual testing setup with baseline management, regression detection, CI integration, and comprehensive validation workflows.
|
|
37
|
+
**Output**: Complete visual testing setup with baseline management, regression detection, CI integration, and comprehensive validation workflows.
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
allowed-tools: Read, Write, Edit, Bash
|
|
3
3
|
argument-hint: [orchestration-type] | --parallel | --sequential | --conditional | --pipeline-optimization
|
|
4
4
|
description: Orchestrate comprehensive test automation with intelligent execution and optimization
|
|
5
|
-
model: sonnet
|
|
6
5
|
---
|
|
7
6
|
|
|
8
7
|
# Test Automation Orchestrator
|
|
@@ -23,6 +22,7 @@ Implement intelligent test orchestration with execution optimization and resourc
|
|
|
23
22
|
**Orchestration Type**: Use $ARGUMENTS to focus on parallel execution, sequential execution, conditional testing, or pipeline optimization
|
|
24
23
|
|
|
25
24
|
**Test Orchestration Framework**:
|
|
25
|
+
|
|
26
26
|
1. **Test Discovery & Classification** - Analyze test suites, classify test types, assess execution requirements, optimize categorization
|
|
27
27
|
2. **Execution Strategy Design** - Design parallel execution strategies, implement intelligent batching, optimize resource allocation, configure conditional execution
|
|
28
28
|
3. **Dependency Management** - Analyze test dependencies, implement execution ordering, configure prerequisite validation, optimize dependency resolution
|
|
@@ -34,4 +34,4 @@ Implement intelligent test orchestration with execution optimization and resourc
|
|
|
34
34
|
|
|
35
35
|
**Quality Assurance**: Execution reliability, performance consistency, resource efficiency, maintainability optimization.
|
|
36
36
|
|
|
37
|
-
**Output**: Complete test orchestration system with optimized execution, intelligent resource management, comprehensive monitoring, and performance analytics.
|
|
37
|
+
**Output**: Complete test orchestration system with optimized execution, intelligent resource management, comprehensive monitoring, and performance analytics.
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
allowed-tools: Read, Write, Edit, Bash
|
|
3
3
|
argument-hint: [automation-type] | --changelog | --workflow-demo | --ci-integration | --validation
|
|
4
4
|
description: Automate changelog testing workflow with CI integration and validation
|
|
5
|
-
model: sonnet
|
|
6
5
|
---
|
|
7
6
|
|
|
8
7
|
# Test Changelog Automation
|
|
@@ -23,6 +22,7 @@ Implement comprehensive changelog automation with testing and validation workflo
|
|
|
23
22
|
**Automation Type**: Use $ARGUMENTS to focus on changelog automation, workflow demonstration, CI integration, or validation testing
|
|
24
23
|
|
|
25
24
|
**Changelog Automation Framework**:
|
|
25
|
+
|
|
26
26
|
1. **Automation Setup** - Configure changelog generation, setup version control integration, implement automated updates, design validation rules
|
|
27
27
|
2. **Workflow Integration** - Design CI/CD integration, configure automated triggers, implement validation checks, optimize execution performance
|
|
28
28
|
3. **Testing Strategy** - Create changelog validation tests, implement format verification, design content validation, setup regression testing
|
|
@@ -34,4 +34,4 @@ Implement comprehensive changelog automation with testing and validation workflo
|
|
|
34
34
|
|
|
35
35
|
**Quality Metrics**: Changelog accuracy, automation reliability, validation effectiveness, maintenance efficiency.
|
|
36
36
|
|
|
37
|
-
**Output**: Complete changelog automation with testing workflows, CI integration, validation rules, and maintenance procedures.
|
|
37
|
+
**Output**: Complete changelog automation with testing workflows, CI integration, validation rules, and maintenance procedures.
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
allowed-tools: Read, Write, Edit, Bash
|
|
3
3
|
argument-hint: [coverage-type] | --line | --branch | --function | --statement | --report
|
|
4
4
|
description: Analyze and improve test coverage with comprehensive reporting and gap identification
|
|
5
|
-
model: sonnet
|
|
6
5
|
---
|
|
7
6
|
|
|
8
7
|
# Test Coverage
|
|
@@ -23,6 +22,7 @@ Execute comprehensive coverage analysis with improvement recommendations and rep
|
|
|
23
22
|
**Coverage Type**: Use $ARGUMENTS to focus on line coverage, branch coverage, function coverage, statement coverage, or comprehensive reporting
|
|
24
23
|
|
|
25
24
|
**Coverage Analysis Framework**:
|
|
25
|
+
|
|
26
26
|
1. **Coverage Tool Setup** - Configure appropriate tools (Jest, NYC, Istanbul, Coverage.py, JaCoCo), setup collection settings, optimize performance, enable reporting
|
|
27
27
|
2. **Coverage Measurement** - Generate line coverage, branch coverage, function coverage, statement coverage reports, identify uncovered code paths
|
|
28
28
|
3. **Gap Analysis** - Identify critical uncovered paths, analyze coverage quality, assess business logic coverage, evaluate edge case handling
|
|
@@ -34,4 +34,4 @@ Execute comprehensive coverage analysis with improvement recommendations and rep
|
|
|
34
34
|
|
|
35
35
|
**Quality Insights**: Coverage quality assessment, test effectiveness analysis, maintainability correlation, risk area identification.
|
|
36
36
|
|
|
37
|
-
**Output**: Comprehensive coverage analysis with detailed reports, gap identification, improvement recommendations, and quality metrics tracking.
|
|
37
|
+
**Output**: Comprehensive coverage analysis with detailed reports, gap identification, improvement recommendations, and quality metrics tracking.
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
allowed-tools: Read, Write, Edit, Bash
|
|
3
3
|
argument-hint: [analysis-type] | --coverage-quality | --test-effectiveness | --maintainability | --performance-analysis
|
|
4
4
|
description: Analyze test suite quality with comprehensive metrics and improvement recommendations
|
|
5
|
-
model: sonnet
|
|
6
5
|
---
|
|
7
6
|
|
|
8
7
|
# Test Quality Analyzer
|
|
@@ -23,6 +22,7 @@ Execute comprehensive test quality analysis with improvement recommendations and
|
|
|
23
22
|
**Analysis Type**: Use $ARGUMENTS to focus on coverage quality, test effectiveness, maintainability analysis, or performance analysis
|
|
24
23
|
|
|
25
24
|
**Test Quality Analysis Framework**:
|
|
25
|
+
|
|
26
26
|
1. **Coverage Quality Assessment** - Analyze coverage depth, evaluate coverage quality, assess edge case handling, identify coverage gaps
|
|
27
27
|
2. **Test Effectiveness Evaluation** - Measure defect detection capability, analyze test reliability, assess assertion quality, evaluate test value
|
|
28
28
|
3. **Maintainability Analysis** - Evaluate test code quality, analyze test organization, assess refactoring needs, optimize test structure
|
|
@@ -34,4 +34,4 @@ Execute comprehensive test quality analysis with improvement recommendations and
|
|
|
34
34
|
|
|
35
35
|
**Quality Insights**: Test ROI analysis, quality correlation analysis, maintenance cost assessment, effectiveness benchmarking.
|
|
36
36
|
|
|
37
|
-
**Output**: Comprehensive quality analysis with detailed metrics, improvement recommendations, optimization strategies, and quality tracking framework.
|
|
37
|
+
**Output**: Comprehensive quality analysis with detailed metrics, improvement recommendations, optimization strategies, and quality tracking framework.
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
allowed-tools: Read, Write, Edit, Bash
|
|
3
3
|
argument-hint: [target-code] | [test-type] | --rust | --inline | --refactoring-suggestions
|
|
4
4
|
description: Create comprehensive integration testing plan with inline tests and refactoring recommendations
|
|
5
|
-
model: sonnet
|
|
6
5
|
---
|
|
7
6
|
|
|
8
7
|
# Testing Plan Integration
|
|
@@ -23,6 +22,7 @@ Execute comprehensive integration testing plan with testability analysis:
|
|
|
23
22
|
**Planning Focus**: Use $ARGUMENTS to specify target code, test type requirements, Rust inline testing, or refactoring suggestions
|
|
24
23
|
|
|
25
24
|
**Integration Testing Framework**:
|
|
25
|
+
|
|
26
26
|
1. **Code Testability Analysis** - Analyze target code structure, identify testing challenges, assess coupling levels, evaluate dependency injection
|
|
27
27
|
2. **Test Strategy Design** - Design integration test approach, plan inline vs separate test files, identify test boundaries, optimize test isolation
|
|
28
28
|
3. **Refactoring Assessment** - Identify testability improvements, suggest dependency injection, recommend interface abstractions, optimize component boundaries
|
|
@@ -34,4 +34,4 @@ Execute comprehensive integration testing plan with testability analysis:
|
|
|
34
34
|
|
|
35
35
|
**Quality Assurance**: Test maintainability, execution performance, coverage optimization, feedback loop efficiency.
|
|
36
36
|
|
|
37
|
-
**Output**: Comprehensive integration test plan with test case specifications, refactoring recommendations, implementation strategy, and quality metrics.
|
|
37
|
+
**Output**: Comprehensive integration test plan with test case specifications, refactoring recommendations, implementation strategy, and quality metrics.
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
allowed-tools: Read, Write, Edit, Bash
|
|
3
3
|
argument-hint: [target-file] | [test-type] | --unit | --integration | --e2e | --component
|
|
4
4
|
description: Write comprehensive unit and integration tests with proper mocking and coverage
|
|
5
|
-
model: sonnet
|
|
6
5
|
---
|
|
7
6
|
|
|
8
7
|
# Write Tests
|
|
@@ -23,6 +22,7 @@ Execute comprehensive test writing with framework-specific optimizations and bes
|
|
|
23
22
|
**Test Focus**: Use $ARGUMENTS to specify target file, unit tests, integration tests, e2e tests, or component tests
|
|
24
23
|
|
|
25
24
|
**Test Writing Framework**:
|
|
25
|
+
|
|
26
26
|
1. **Code Analysis** - Analyze target code structure, identify testable functions, assess dependency complexity, evaluate edge cases
|
|
27
27
|
2. **Test Strategy Design** - Plan test organization, design test hierarchies, identify mock requirements, optimize test isolation
|
|
28
28
|
3. **Framework Integration** - Setup framework-specific patterns, configure test utilities, implement proper assertions, optimize test performance
|
|
@@ -34,4 +34,4 @@ Execute comprehensive test writing with framework-specific optimizations and bes
|
|
|
34
34
|
|
|
35
35
|
**Framework Support**: Jest/Vitest, React Testing Library, Vue Test Utils, Angular TestBed, Cypress, Playwright integration.
|
|
36
36
|
|
|
37
|
-
**Output**: Comprehensive test suite with unit tests, integration tests, proper mocking, test utilities, and coverage optimization.
|
|
37
|
+
**Output**: Comprehensive test suite with unit tests, integration tests, proper mocking, test utilities, and coverage optimization.
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Deep analysis and problem solving with multi-dimensional thinking
|
|
3
|
+
argument-hint: [problem or question to analyze]
|
|
4
|
+
---
|
|
5
|
+
|
|
1
6
|
# Deep Analysis and Problem Solving Mode
|
|
2
7
|
|
|
3
8
|
Deep analysis and problem solving mode
|
|
@@ -10,7 +15,7 @@ Deep analysis and problem solving mode
|
|
|
10
15
|
- Prepare to explore the problem space comprehensively
|
|
11
16
|
|
|
12
17
|
2. **Parse the Problem or Question**
|
|
13
|
-
- Extract the core challenge from:
|
|
18
|
+
- Extract the core challenge from: $ARGUMENTS
|
|
14
19
|
- Identify all stakeholders and constraints
|
|
15
20
|
- Recognize implicit requirements and hidden complexities
|
|
16
21
|
- Question assumptions and surface unknowns
|
|
@@ -123,16 +128,16 @@ Deep analysis and problem solving mode
|
|
|
123
128
|
|
|
124
129
|
```bash
|
|
125
130
|
# Architectural decision
|
|
126
|
-
/
|
|
131
|
+
/ultra-think Should we migrate to microservices or improve our monolith?
|
|
127
132
|
|
|
128
133
|
# Complex problem solving
|
|
129
|
-
/
|
|
134
|
+
/ultra-think How do we scale our system to handle 10x traffic while reducing costs?
|
|
130
135
|
|
|
131
136
|
# Strategic planning
|
|
132
|
-
/
|
|
137
|
+
/ultra-think What technology stack should we choose for our next-gen platform?
|
|
133
138
|
|
|
134
139
|
# Design challenge
|
|
135
|
-
/
|
|
140
|
+
/ultra-think How can we improve our API to be more developer-friendly while maintaining backward compatibility?
|
|
136
141
|
```
|
|
137
142
|
|
|
138
143
|
## Key Principles
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"mcpServers": {
|
|
3
|
+
"chrome-devtools": {
|
|
4
|
+
"description": "A Model Context Protocol server for interacting with Chrome DevTools, enabling browser automation, debugging, and performance analysis capabilities.",
|
|
5
|
+
"command": "npx",
|
|
6
|
+
"args": ["-y", "chrome-devtools-mcp@latest"]
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"mcpServers": {
|
|
3
|
+
"grafana": {
|
|
4
|
+
"description": "A Model Context Protocol server for interacting with Grafana dashboards and monitoring. Supports both self-hosted Grafana instances and Grafana Cloud.",
|
|
5
|
+
"command": "mcp-grafana",
|
|
6
|
+
"args": [],
|
|
7
|
+
"env": {
|
|
8
|
+
"GRAFANA_URL": "http://localhost:3000",
|
|
9
|
+
"GRAFANA_SERVICE_ACCOUNT_TOKEN": "<your service account token>",
|
|
10
|
+
"GRAFANA_USERNAME": "<your username>",
|
|
11
|
+
"GRAFANA_PASSWORD": "<your password>"
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"mcpServers": {
|
|
3
|
+
"pulumi": {
|
|
4
|
+
"description": "The Pulumi Model Context Protocol (MCP) server enables advanced Infrastructure as Code development capabilities for connected agents, providing tools for cloud resource discovery and management using Pulumi Cloud and the Pulumi CLI.",
|
|
5
|
+
"command": "npx",
|
|
6
|
+
"args": ["-y", "@pulumi/mcp-server@latest", "stdio"]
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
}
|
|
@@ -15,7 +15,7 @@ def parse_context_from_transcript(transcript_path):
|
|
|
15
15
|
return None
|
|
16
16
|
|
|
17
17
|
try:
|
|
18
|
-
with open(transcript_path, 'r') as f:
|
|
18
|
+
with open(transcript_path, 'r', encoding='utf-8', errors='replace') as f:
|
|
19
19
|
lines = f.readlines()
|
|
20
20
|
|
|
21
21
|
# Check last 15 lines for context information
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
# Anthropic Skills Attribution
|
|
2
|
+
|
|
3
|
+
This directory contains skills from Anthropic's official skills repository:
|
|
4
|
+
https://github.com/anthropics/skills
|
|
5
|
+
|
|
6
|
+
## License Information
|
|
7
|
+
|
|
8
|
+
The following skills are used under their respective licenses:
|
|
9
|
+
|
|
10
|
+
### Apache 2.0 License (Open Source)
|
|
11
|
+
These skills are freely usable, modifiable, and redistributable:
|
|
12
|
+
- `algorithmic-art` - Create generative art using p5.js
|
|
13
|
+
- `artifacts-builder` - Build complex HTML artifacts with React and Tailwind
|
|
14
|
+
- `brand-guidelines` - Apply Anthropic's brand guidelines
|
|
15
|
+
- `canvas-design` - Design visual art in .png and .pdf formats
|
|
16
|
+
- `internal-comms` - Write internal communications
|
|
17
|
+
- `mcp-builder` - Guide for creating MCP servers
|
|
18
|
+
- `skill-creator` - Guide for creating effective skills
|
|
19
|
+
- `slack-gif-creator` - Create animated GIFs for Slack
|
|
20
|
+
- `theme-factory` - Style artifacts with professional themes
|
|
21
|
+
- `webapp-testing` - Test local web applications with Playwright
|
|
22
|
+
|
|
23
|
+
### Source-Available (Reference Only)
|
|
24
|
+
These document skills are provided by Anthropic as reference examples. They are NOT open source:
|
|
25
|
+
- `docx` - Create, edit, and analyze Word documents
|
|
26
|
+
- `pdf-anthropic` - Comprehensive PDF manipulation toolkit
|
|
27
|
+
- `pptx` - Create, edit, and analyze PowerPoint presentations
|
|
28
|
+
- `xlsx` - Create, edit, and analyze Excel spreadsheets
|
|
29
|
+
|
|
30
|
+
**Important:** The document skills are point-in-time snapshots and are not actively maintained. Versions of these skills ship pre-included with Claude. They are primarily intended as reference examples.
|
|
31
|
+
|
|
32
|
+
## Third-Party Dependencies
|
|
33
|
+
|
|
34
|
+
Some skills may include third-party dependencies with different licenses:
|
|
35
|
+
|
|
36
|
+
### GNU GPL v3.0
|
|
37
|
+
- **FFmpeg 7.0.2** - Used in video/media processing (if applicable)
|
|
38
|
+
- Source: https://ffmpeg.org/releases/ffmpeg-7.0.2.tar.xz
|
|
39
|
+
|
|
40
|
+
### MIT-CMU License (HPND)
|
|
41
|
+
- **Pillow 11.3.0** - Python image processing library
|
|
42
|
+
- Copyright © 1997-2011 by Secret Labs AB, Copyright © 1995-2011 by Fredrik Lundh
|
|
43
|
+
|
|
44
|
+
### SIL Open Font License v1.1
|
|
45
|
+
Various fonts used in design skills (see THIRD_PARTY_NOTICES.md in skill directories)
|
|
46
|
+
|
|
47
|
+
## Usage Guidelines
|
|
48
|
+
|
|
49
|
+
1. **Open Source Skills (Apache 2.0)**:
|
|
50
|
+
- Free to use, modify, and redistribute
|
|
51
|
+
- Attribution appreciated but not required
|
|
52
|
+
- Can be used in commercial projects
|
|
53
|
+
|
|
54
|
+
2. **Document Skills (Source-Available)**:
|
|
55
|
+
- Use as reference for learning
|
|
56
|
+
- Do not redistribute as your own
|
|
57
|
+
- Not suitable for production use without proper licensing
|
|
58
|
+
|
|
59
|
+
3. **Modified Versions**:
|
|
60
|
+
- If you modify these skills, clearly mark your changes
|
|
61
|
+
- Maintain original attribution
|
|
62
|
+
- Respect the original license terms
|
|
63
|
+
|
|
64
|
+
## Complete License Terms
|
|
65
|
+
|
|
66
|
+
For complete license terms, see:
|
|
67
|
+
- Apache 2.0: https://www.apache.org/licenses/LICENSE-2.0
|
|
68
|
+
- GNU GPL v3.0: https://www.gnu.org/licenses/gpl-3.0.html
|
|
69
|
+
- Full notices: See `LICENSE.txt` files in individual skill directories
|
|
70
|
+
|
|
71
|
+
## Acknowledgments
|
|
72
|
+
|
|
73
|
+
These skills are provided by Anthropic as examples to demonstrate what's possible with Claude's skills system. We are grateful for their contribution to the AI developer community.
|
|
74
|
+
|
|
75
|
+
For more information about skills, visit:
|
|
76
|
+
- https://support.claude.com/en/articles/12512176-what-are-skills
|
|
77
|
+
- https://anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills
|
|
78
|
+
|
|
79
|
+
---
|
|
80
|
+
|
|
81
|
+
**Last Updated**: October 17, 2025
|