@caddis/cli 0.1.0 → 0.2.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/README.md +29 -16
- package/bundles/antigravity-plugin-extras/plugin.json +5 -0
- package/bundles/antigravity-plugin-extras/skills/_registry.md +154 -0
- package/bundles/antigravity-plugin-extras/skills/agent-md-refactor/SKILL.md +356 -0
- package/bundles/antigravity-plugin-extras/skills/agent-orchestration/SKILL.md +517 -0
- package/bundles/antigravity-plugin-extras/skills/algorithmic-art/SKILL.md +293 -0
- package/bundles/antigravity-plugin-extras/skills/anchor-review/SKILL.md +135 -0
- package/bundles/antigravity-plugin-extras/skills/api-client-patterns/SKILL.md +367 -0
- package/bundles/antigravity-plugin-extras/skills/architecture-design/SKILL.md +244 -0
- package/bundles/antigravity-plugin-extras/skills/architecture-diagram/SKILL.md +156 -0
- package/bundles/antigravity-plugin-extras/skills/architecture-document/SKILL.md +321 -0
- package/bundles/antigravity-plugin-extras/skills/artifacts-builder/LICENSE.txt +202 -0
- package/bundles/antigravity-plugin-extras/skills/artifacts-builder/SKILL.md +74 -0
- package/bundles/antigravity-plugin-extras/skills/artifacts-builder/scripts/bundle-artifact.sh +54 -0
- package/bundles/antigravity-plugin-extras/skills/artifacts-builder/scripts/init-artifact.sh +322 -0
- package/bundles/antigravity-plugin-extras/skills/artifacts-builder/scripts/shadcn-components.tar.gz +0 -0
- package/bundles/antigravity-plugin-extras/skills/ascii-art/SKILL.md +144 -0
- package/bundles/antigravity-plugin-extras/skills/asking-questions/SKILL.md +81 -0
- package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/SKILL.md +118 -0
- package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/cross-service/credential-management.md +450 -0
- package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/services/browser/README.md +363 -0
- package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/services/code-interpreter/README.md +232 -0
- package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/services/gateway/README.md +100 -0
- package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/services/gateway/deploy-template.sh +117 -0
- package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/services/gateway/deployment-strategies.md +416 -0
- package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/services/gateway/troubleshooting-guide.md +384 -0
- package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/services/gateway/validate-deployment.sh +186 -0
- package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/services/identity/README.md +186 -0
- package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/services/memory/README.md +253 -0
- package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/services/observability/README.md +517 -0
- package/bundles/antigravity-plugin-extras/skills/aws-agentic-ai/services/runtime/README.md +215 -0
- package/bundles/antigravity-plugin-extras/skills/aws-cdk-development/SKILL.md +279 -0
- package/bundles/antigravity-plugin-extras/skills/aws-cdk-development/references/cdk-patterns.md +431 -0
- package/bundles/antigravity-plugin-extras/skills/aws-cdk-development/scripts/validate-stack.sh +240 -0
- package/bundles/antigravity-plugin-extras/skills/aws-cost-operations/SKILL.md +318 -0
- package/bundles/antigravity-plugin-extras/skills/aws-cost-operations/references/cloudwatch-alarms.md +567 -0
- package/bundles/antigravity-plugin-extras/skills/aws-cost-operations/references/operations-patterns.md +394 -0
- package/bundles/antigravity-plugin-extras/skills/aws-serverless-eda/SKILL.md +758 -0
- package/bundles/antigravity-plugin-extras/skills/aws-serverless-eda/references/deployment-best-practices.md +830 -0
- package/bundles/antigravity-plugin-extras/skills/aws-serverless-eda/references/eda-patterns.md +1002 -0
- package/bundles/antigravity-plugin-extras/skills/aws-serverless-eda/references/observability-best-practices.md +770 -0
- package/bundles/antigravity-plugin-extras/skills/aws-serverless-eda/references/performance-optimization.md +671 -0
- package/bundles/antigravity-plugin-extras/skills/aws-serverless-eda/references/security-best-practices.md +625 -0
- package/bundles/antigravity-plugin-extras/skills/aws-serverless-eda/references/serverless-patterns.md +838 -0
- package/bundles/antigravity-plugin-extras/skills/backend-to-frontend-handoff/SKILL.md +139 -0
- package/bundles/antigravity-plugin-extras/skills/banner-design/SKILL.md +188 -0
- package/bundles/antigravity-plugin-extras/skills/brand-design/SKILL.md +298 -0
- package/bundles/antigravity-plugin-extras/skills/brand-guidelines/LICENSE.txt +202 -0
- package/bundles/antigravity-plugin-extras/skills/brand-guidelines/SKILL.md +118 -0
- package/bundles/antigravity-plugin-extras/skills/brand-voice/SKILL.md +93 -0
- package/bundles/antigravity-plugin-extras/skills/building-ai-agent-on-cloudflare/SKILL.md +392 -0
- package/bundles/antigravity-plugin-extras/skills/building-ai-agent-on-cloudflare/references/agent-patterns.md +461 -0
- package/bundles/antigravity-plugin-extras/skills/building-ai-agent-on-cloudflare/references/examples.md +188 -0
- package/bundles/antigravity-plugin-extras/skills/building-ai-agent-on-cloudflare/references/state-patterns.md +360 -0
- package/bundles/antigravity-plugin-extras/skills/building-ai-agent-on-cloudflare/references/troubleshooting.md +362 -0
- package/bundles/antigravity-plugin-extras/skills/building-mcp-server-on-cloudflare/SKILL.md +266 -0
- package/bundles/antigravity-plugin-extras/skills/building-mcp-server-on-cloudflare/references/examples.md +115 -0
- package/bundles/antigravity-plugin-extras/skills/building-mcp-server-on-cloudflare/references/oauth-setup.md +338 -0
- package/bundles/antigravity-plugin-extras/skills/building-mcp-server-on-cloudflare/references/troubleshooting.md +317 -0
- package/bundles/antigravity-plugin-extras/skills/caching-patterns/SKILL.md +385 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/LICENSE.txt +202 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/SKILL.md +91 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/ArsenalSC-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/ArsenalSC-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/BigShoulders-Bold.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/BigShoulders-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/BigShoulders-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Boldonse-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Boldonse-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/BricolageGrotesque-Bold.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/BricolageGrotesque-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/BricolageGrotesque-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/CrimsonPro-Bold.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/CrimsonPro-Italic.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/CrimsonPro-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/CrimsonPro-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/DMMono-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/DMMono-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/EricaOne-OFL.txt +94 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/EricaOne-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/GeistMono-Bold.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/GeistMono-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/GeistMono-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Gloock-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Gloock-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/IBMPlexMono-Bold.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/IBMPlexMono-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/IBMPlexMono-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/IBMPlexSerif-Bold.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/IBMPlexSerif-BoldItalic.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/IBMPlexSerif-Italic.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/IBMPlexSerif-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/InstrumentSans-Bold.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/InstrumentSans-BoldItalic.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/InstrumentSans-Italic.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/InstrumentSans-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/InstrumentSans-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/InstrumentSerif-Italic.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/InstrumentSerif-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Italiana-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Italiana-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/JetBrainsMono-Bold.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/JetBrainsMono-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/JetBrainsMono-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Jura-Light.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Jura-Medium.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Jura-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/LibreBaskerville-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/LibreBaskerville-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Lora-Bold.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Lora-BoldItalic.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Lora-Italic.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Lora-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Lora-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/NationalPark-Bold.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/NationalPark-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/NationalPark-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/NothingYouCouldDo-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/NothingYouCouldDo-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Outfit-Bold.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Outfit-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Outfit-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/PixelifySans-Medium.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/PixelifySans-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/PoiretOne-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/PoiretOne-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/RedHatMono-Bold.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/RedHatMono-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/RedHatMono-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Silkscreen-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Silkscreen-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/SmoochSans-Medium.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/SmoochSans-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Tektur-Medium.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Tektur-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/Tektur-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/WorkSans-Bold.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/WorkSans-BoldItalic.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/WorkSans-Italic.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/WorkSans-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/WorkSans-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/YoungSerif-OFL.txt +93 -0
- package/bundles/antigravity-plugin-extras/skills/canvas-design/canvas-fonts/YoungSerif-Regular.ttf +0 -0
- package/bundles/antigravity-plugin-extras/skills/changelog-generator/SKILL.md +105 -0
- package/bundles/antigravity-plugin-extras/skills/code-explainer/SKILL.md +91 -0
- package/bundles/antigravity-plugin-extras/skills/competitive-ads-extractor/SKILL.md +294 -0
- package/bundles/antigravity-plugin-extras/skills/component-testing/SKILL.md +310 -0
- package/bundles/antigravity-plugin-extras/skills/content-research-writer/SKILL.md +539 -0
- package/bundles/antigravity-plugin-extras/skills/cross-review/SKILL.md +51 -0
- package/bundles/antigravity-plugin-extras/skills/data-analysis/SKILL.md +111 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/README.md +248 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/SKILL.md +203 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/adapter.py.template +44 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/api-router.py.template +43 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/contract-test.py.template +384 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/display-dto.py.template +39 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/frontend-service.ts.template +46 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/frontend-types.ts.template +38 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/ingestion-model.py.template +42 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/mapping-doc.md.template +46 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/normalizer.py.template +48 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/prompts/extract_requirements.md +36 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/prompts/extract_ui_demand.md +35 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/prompts/reconcile_mapping.md +66 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/assets/query-catalog.md.template +62 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/references/consumer-driven-contracts.md +131 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/references/drift-check-catalog.md +305 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/references/layer-responsibilities.md +333 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/scripts/discover_connections.py +170 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/scripts/discover_sources.py +161 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/scripts/drift_check.py +171 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/scripts/extract_schema.py +1363 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/scripts/generate_gap_report.py +81 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/scripts/generate_mapping_doc.py +294 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/scripts/ts_dto_compare.py +214 -0
- package/bundles/antigravity-plugin-extras/skills/data-contract-pipeline/scripts/validate_lineage.py +51 -0
- package/bundles/antigravity-plugin-extras/skills/data-loader/SKILL.md +753 -0
- package/bundles/antigravity-plugin-extras/skills/data-validation/SKILL.md +220 -0
- package/bundles/antigravity-plugin-extras/skills/db-testing/SKILL.md +117 -0
- package/bundles/antigravity-plugin-extras/skills/deploy-local/SKILL.md +259 -0
- package/bundles/antigravity-plugin-extras/skills/design-md/SKILL.md +167 -0
- package/bundles/antigravity-plugin-extras/skills/design-system-tokens/SKILL.md +240 -0
- package/bundles/antigravity-plugin-extras/skills/design-system-tokens/references/DESIGN-SYSTEM-TEMPLATE.md +577 -0
- package/bundles/antigravity-plugin-extras/skills/developer-growth-analysis/SKILL.md +323 -0
- package/bundles/antigravity-plugin-extras/skills/doc-coauthoring/SKILL.md +378 -0
- package/bundles/antigravity-plugin-extras/skills/documentation-analyzer/SKILL.md +78 -0
- package/bundles/antigravity-plugin-extras/skills/domain-name-brainstormer/SKILL.md +213 -0
- package/bundles/antigravity-plugin-extras/skills/enterprise-dashboard-aesthetic-system/SKILL.md +120 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/SKILL.md +193 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/references/element-types.md +497 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/references/excalidraw-schema.md +356 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/references/reliable-diagrams.md +115 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/scripts/README.md +60 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/scripts/add-arrow.py +354 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/scripts/add-icon-to-diagram.py +412 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/scripts/split-excalidraw-library.py +183 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/templates/business-flow-swimlane-template.excalidraw +334 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/templates/class-diagram-template.excalidraw +558 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/templates/data-flow-diagram-template.excalidraw +279 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/templates/er-diagram-template.excalidraw +662 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/templates/flowchart-template.excalidraw +179 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/templates/mindmap-template.excalidraw +244 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/templates/relationship-template.excalidraw +145 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/templates/reliable-flowchart.excalidraw +1 -0
- package/bundles/antigravity-plugin-extras/skills/excalidraw/templates/sequence-diagram-template.excalidraw +509 -0
- package/bundles/antigravity-plugin-extras/skills/file-organizer/SKILL.md +434 -0
- package/bundles/antigravity-plugin-extras/skills/game-changing-features/README.md +221 -0
- package/bundles/antigravity-plugin-extras/skills/game-changing-features/SKILL.md +265 -0
- package/bundles/antigravity-plugin-extras/skills/github-issues/SKILL.md +359 -0
- package/bundles/antigravity-plugin-extras/skills/github-issues/references/templates.md +90 -0
- package/bundles/antigravity-plugin-extras/skills/golden-nuggets/SKILL.md +192 -0
- package/bundles/antigravity-plugin-extras/skills/humanizer/SKILL.md +194 -0
- package/bundles/antigravity-plugin-extras/skills/image-enhancer/SKILL.md +100 -0
- package/bundles/antigravity-plugin-extras/skills/intent-writer/SKILL.md +201 -0
- package/bundles/antigravity-plugin-extras/skills/internal-comms/LICENSE.txt +202 -0
- package/bundles/antigravity-plugin-extras/skills/internal-comms/SKILL.md +124 -0
- package/bundles/antigravity-plugin-extras/skills/internal-comms/examples/3p-updates.md +47 -0
- package/bundles/antigravity-plugin-extras/skills/internal-comms/examples/company-newsletter.md +65 -0
- package/bundles/antigravity-plugin-extras/skills/internal-comms/examples/faq-answers.md +30 -0
- package/bundles/antigravity-plugin-extras/skills/internal-comms/examples/general-comms.md +16 -0
- package/bundles/antigravity-plugin-extras/skills/invoice-organizer/SKILL.md +447 -0
- package/bundles/antigravity-plugin-extras/skills/jira-issues/SKILL.md +182 -0
- package/bundles/antigravity-plugin-extras/skills/job-application/SKILL.md +188 -0
- package/bundles/antigravity-plugin-extras/skills/lead-research-assistant/SKILL.md +200 -0
- package/bundles/antigravity-plugin-extras/skills/llm-application-dev/SKILL.md +217 -0
- package/bundles/antigravity-plugin-extras/skills/mcp-builder/LICENSE.txt +202 -0
- package/bundles/antigravity-plugin-extras/skills/mcp-builder/SKILL.md +100 -0
- package/bundles/antigravity-plugin-extras/skills/mcp-builder/references/evaluation.md +602 -0
- package/bundles/antigravity-plugin-extras/skills/mcp-builder/references/mcp_best_practices.md +915 -0
- package/bundles/antigravity-plugin-extras/skills/mcp-builder/references/node_mcp_server.md +916 -0
- package/bundles/antigravity-plugin-extras/skills/mcp-builder/references/python_mcp_server.md +752 -0
- package/bundles/antigravity-plugin-extras/skills/mcp-builder/scripts/connections.py +151 -0
- package/bundles/antigravity-plugin-extras/skills/mcp-builder/scripts/evaluation.py +373 -0
- package/bundles/antigravity-plugin-extras/skills/mcp-builder/scripts/example_evaluation.xml +22 -0
- package/bundles/antigravity-plugin-extras/skills/mcp-builder/scripts/requirements.txt +2 -0
- package/bundles/antigravity-plugin-extras/skills/meeting-insights-analyzer/SKILL.md +328 -0
- package/bundles/antigravity-plugin-extras/skills/monorepo/SKILL.md +267 -0
- package/bundles/antigravity-plugin-extras/skills/naming-analyzer/SKILL.md +376 -0
- package/bundles/antigravity-plugin-extras/skills/nextjs-app-router/SKILL.md +271 -0
- package/bundles/antigravity-plugin-extras/skills/notebooklm/AUTHENTICATION.md +154 -0
- package/bundles/antigravity-plugin-extras/skills/notebooklm/SKILL.md +270 -0
- package/bundles/antigravity-plugin-extras/skills/notebooklm/references/api_reference.md +309 -0
- package/bundles/antigravity-plugin-extras/skills/notebooklm/references/troubleshooting.md +376 -0
- package/bundles/antigravity-plugin-extras/skills/notebooklm/references/usage_patterns.md +338 -0
- package/bundles/antigravity-plugin-extras/skills/notebooklm/scripts/__init__.py +81 -0
- package/bundles/antigravity-plugin-extras/skills/notebooklm/scripts/ask_question.py +256 -0
- package/bundles/antigravity-plugin-extras/skills/notebooklm/scripts/auth_manager.py +358 -0
- package/bundles/antigravity-plugin-extras/skills/notebooklm/scripts/browser_session.py +255 -0
- package/bundles/antigravity-plugin-extras/skills/notebooklm/scripts/browser_utils.py +107 -0
- package/bundles/antigravity-plugin-extras/skills/notebooklm/scripts/cleanup_manager.py +302 -0
- package/bundles/antigravity-plugin-extras/skills/notebooklm/scripts/config.py +44 -0
- package/bundles/antigravity-plugin-extras/skills/notebooklm/scripts/notebook_manager.py +410 -0
- package/bundles/antigravity-plugin-extras/skills/notebooklm/scripts/run.py +102 -0
- package/bundles/antigravity-plugin-extras/skills/notebooklm/scripts/setup_environment.py +204 -0
- package/bundles/antigravity-plugin-extras/skills/observability/SKILL.md +371 -0
- package/bundles/antigravity-plugin-extras/skills/onboard-project/SKILL.md +192 -0
- package/bundles/antigravity-plugin-extras/skills/performance-testing/SKILL.md +226 -0
- package/bundles/antigravity-plugin-extras/skills/pipeline-state/SKILL.md +208 -0
- package/bundles/antigravity-plugin-extras/skills/plantuml/SKILL.md +228 -0
- package/bundles/antigravity-plugin-extras/skills/popular-web-designs/SKILL.md +142 -0
- package/bundles/antigravity-plugin-extras/skills/popular-web-designs/templates/linear.app.md +196 -0
- package/bundles/antigravity-plugin-extras/skills/popular-web-designs/templates/stripe.md +214 -0
- package/bundles/antigravity-plugin-extras/skills/popular-web-designs/templates/vercel.md +218 -0
- package/bundles/antigravity-plugin-extras/skills/prd-to-code/SKILL.md +127 -0
- package/bundles/antigravity-plugin-extras/skills/raffle-winner-picker/SKILL.md +159 -0
- package/bundles/antigravity-plugin-extras/skills/react-useeffect/README.md +320 -0
- package/bundles/antigravity-plugin-extras/skills/react-useeffect/SKILL.md +53 -0
- package/bundles/antigravity-plugin-extras/skills/react-useeffect/alternatives.md +258 -0
- package/bundles/antigravity-plugin-extras/skills/react-useeffect/anti-patterns.md +290 -0
- package/bundles/antigravity-plugin-extras/skills/receiving-code-review/SKILL.md +213 -0
- package/bundles/antigravity-plugin-extras/skills/relay/SKILL.md +246 -0
- package/bundles/antigravity-plugin-extras/skills/requesting-code-review/SKILL.md +105 -0
- package/bundles/antigravity-plugin-extras/skills/requesting-code-review/code-reviewer.md +146 -0
- package/bundles/antigravity-plugin-extras/skills/responsive-mobile-native/SKILL.md +350 -0
- package/bundles/antigravity-plugin-extras/skills/responsive-mobile-native/references/pwa-checklist.md +226 -0
- package/bundles/antigravity-plugin-extras/skills/responsive-mobile-native/references/touch-and-interaction.md +265 -0
- package/bundles/antigravity-plugin-extras/skills/responsive-mobile-native/references/transformation-catalogue.md +326 -0
- package/bundles/antigravity-plugin-extras/skills/schema-migration/SKILL.md +275 -0
- package/bundles/antigravity-plugin-extras/skills/setup-project-ai/SKILL.md +120 -0
- package/bundles/antigravity-plugin-extras/skills/shadcn-radix/SKILL.md +330 -0
- package/bundles/antigravity-plugin-extras/skills/sketch/SKILL.md +104 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/LICENSE.txt +202 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/SKILL.md +646 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/core/color_palettes.py +302 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/core/easing.py +230 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/core/frame_composer.py +469 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/core/gif_builder.py +246 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/core/typography.py +357 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/core/validators.py +264 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/core/visual_effects.py +494 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/requirements.txt +4 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/bounce.py +106 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/explode.py +331 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/fade.py +329 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/flip.py +291 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/kaleidoscope.py +211 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/morph.py +329 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/move.py +293 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/pulse.py +268 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/shake.py +127 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/slide.py +291 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/spin.py +269 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/wiggle.py +300 -0
- package/bundles/antigravity-plugin-extras/skills/slack-gif-creator/templates/zoom.py +312 -0
- package/bundles/antigravity-plugin-extras/skills/slides/SKILL.md +38 -0
- package/bundles/antigravity-plugin-extras/skills/state-tracking/SKILL.md +131 -0
- package/bundles/antigravity-plugin-extras/skills/streamlit-dev/SKILL.md +268 -0
- package/bundles/antigravity-plugin-extras/skills/svg-create/SKILL.md +251 -0
- package/bundles/antigravity-plugin-extras/skills/theme-factory/LICENSE.txt +202 -0
- package/bundles/antigravity-plugin-extras/skills/theme-factory/SKILL.md +59 -0
- package/bundles/antigravity-plugin-extras/skills/theme-factory/theme-showcase.pdf +0 -0
- package/bundles/antigravity-plugin-extras/skills/theme-factory/themes/arctic-frost.md +19 -0
- package/bundles/antigravity-plugin-extras/skills/theme-factory/themes/botanical-garden.md +19 -0
- package/bundles/antigravity-plugin-extras/skills/theme-factory/themes/desert-rose.md +19 -0
- package/bundles/antigravity-plugin-extras/skills/theme-factory/themes/forest-canopy.md +19 -0
- package/bundles/antigravity-plugin-extras/skills/theme-factory/themes/golden-hour.md +19 -0
- package/bundles/antigravity-plugin-extras/skills/theme-factory/themes/midnight-galaxy.md +19 -0
- package/bundles/antigravity-plugin-extras/skills/theme-factory/themes/modern-minimalist.md +19 -0
- package/bundles/antigravity-plugin-extras/skills/theme-factory/themes/ocean-depths.md +19 -0
- package/bundles/antigravity-plugin-extras/skills/theme-factory/themes/sunset-boulevard.md +19 -0
- package/bundles/antigravity-plugin-extras/skills/theme-factory/themes/tech-innovation.md +19 -0
- package/bundles/antigravity-plugin-extras/skills/ui-styling-patterns/LICENSE.txt +202 -0
- package/bundles/antigravity-plugin-extras/skills/ui-styling-patterns/SKILL.md +320 -0
- package/bundles/antigravity-plugin-extras/skills/ui-testing/SKILL.md +660 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/SKILL.md +660 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/_sync_all.py +414 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/app-interface.csv +31 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/charts.csv +26 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/colors.csv +162 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/design.csv +1776 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/draft.csv +1779 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/google-fonts.csv +1924 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/icons.csv +106 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/landing.csv +35 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/products.csv +162 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/react-performance.csv +45 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/styles.csv +85 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/typography.csv +74 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/ui-reasoning.csv +162 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/data/ux-guidelines.csv +100 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/scripts/core.py +247 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/scripts/design_system.py +1067 -0
- package/bundles/antigravity-plugin-extras/skills/ui-ux-intelligence/scripts/search.py +114 -0
- package/bundles/antigravity-plugin-extras/skills/understand-anything/SKILL.md +140 -0
- package/bundles/antigravity-plugin-extras/skills/understand-anything/references/commands.md +252 -0
- package/bundles/antigravity-plugin-extras/skills/understand-anything/references/graph-schema.md +116 -0
- package/bundles/antigravity-plugin-extras/skills/understand-anything/references/pipeline.md +331 -0
- package/bundles/antigravity-plugin-extras/skills/update-readme/SKILL.md +74 -0
- package/bundles/antigravity-plugin-extras/skills/verification-loop/SKILL.md +209 -0
- package/bundles/antigravity-plugin-extras/skills/video-downloader/SKILL.md +107 -0
- package/bundles/antigravity-plugin-extras/skills/webapp-development/SKILL.md +288 -0
- package/bundles/antigravity-plugin-extras/skills/word-cloud/SKILL.md +339 -0
- package/bundles/antigravity-plugin-extras/skills/word-cloud/agents/agent-interface.md +175 -0
- package/bundles/antigravity-plugin-extras/skills/word-cloud/references/html.md +384 -0
- package/bundles/antigravity-plugin-extras/skills/word-cloud/references/nlp-keywords.md +127 -0
- package/bundles/antigravity-plugin-extras/skills/word-cloud/references/palettes.md +149 -0
- package/bundles/antigravity-plugin-extras/skills/word-cloud/references/python.md +249 -0
- package/bundles/antigravity-plugin-extras/skills/word-cloud/references/react.md +427 -0
- package/bundles/antigravity-plugin-extras/skills/word-cloud/references/shapes.md +135 -0
- package/bundles/antigravity-plugin-extras/skills/word-cloud/references/stopwords.md +115 -0
- package/bundles/antigravity-plugin-extras/skills/youtube-transcript/SKILL.md +416 -0
- package/bundles/manifest.json +2 -1
- package/dist/cli.js +166 -37
- package/package.json +1 -1
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: changelog-generator
|
|
3
|
+
context: fork
|
|
4
|
+
description: Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Changelog Generator
|
|
8
|
+
|
|
9
|
+
This skill transforms technical git commits into polished, user-friendly changelogs that your customers and users will actually understand and appreciate.
|
|
10
|
+
|
|
11
|
+
## When to Use This Skill
|
|
12
|
+
|
|
13
|
+
- Preparing release notes for a new version
|
|
14
|
+
- Creating weekly or monthly product update summaries
|
|
15
|
+
- Documenting changes for customers
|
|
16
|
+
- Writing changelog entries for app store submissions
|
|
17
|
+
- Generating update notifications
|
|
18
|
+
- Creating internal release documentation
|
|
19
|
+
- Maintaining a public changelog/product updates page
|
|
20
|
+
|
|
21
|
+
## What This Skill Does
|
|
22
|
+
|
|
23
|
+
1. **Scans Git History**: Analyzes commits from a specific time period or between versions
|
|
24
|
+
2. **Categorizes Changes**: Groups commits into logical categories (features, improvements, bug fixes, breaking changes, security)
|
|
25
|
+
3. **Translates Technical → User-Friendly**: Converts developer commits into customer language
|
|
26
|
+
4. **Formats Professionally**: Creates clean, structured changelog entries
|
|
27
|
+
5. **Filters Noise**: Excludes internal commits (refactoring, tests, etc.)
|
|
28
|
+
6. **Follows Best Practices**: Applies changelog guidelines and your brand voice
|
|
29
|
+
|
|
30
|
+
## How to Use
|
|
31
|
+
|
|
32
|
+
### Basic Usage
|
|
33
|
+
|
|
34
|
+
From your project repository:
|
|
35
|
+
|
|
36
|
+
```
|
|
37
|
+
Create a changelog from commits since last release
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
```
|
|
41
|
+
Generate changelog for all commits from the past week
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
```
|
|
45
|
+
Create release notes for version 2.5.0
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
### With Specific Date Range
|
|
49
|
+
|
|
50
|
+
```
|
|
51
|
+
Create a changelog for all commits between March 1 and March 15
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
### With Custom Guidelines
|
|
55
|
+
|
|
56
|
+
```
|
|
57
|
+
Create a changelog for commits since v2.4.0, using my changelog
|
|
58
|
+
guidelines from CHANGELOG_STYLE.md
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
## Example
|
|
62
|
+
|
|
63
|
+
**User**: "Create a changelog for commits from the past 7 days"
|
|
64
|
+
|
|
65
|
+
**Output**:
|
|
66
|
+
```markdown
|
|
67
|
+
# Updates - Week of March 10, 2024
|
|
68
|
+
|
|
69
|
+
## ✨ New Features
|
|
70
|
+
|
|
71
|
+
- **Team Workspaces**: Create separate workspaces for different
|
|
72
|
+
projects. Invite team members and keep everything organized.
|
|
73
|
+
|
|
74
|
+
- **Keyboard Shortcuts**: Press ? to see all available shortcuts.
|
|
75
|
+
Navigate faster without touching your mouse.
|
|
76
|
+
|
|
77
|
+
## 🔧 Improvements
|
|
78
|
+
|
|
79
|
+
- **Faster Sync**: Files now sync 2x faster across devices
|
|
80
|
+
- **Better Search**: Search now includes file contents, not just titles
|
|
81
|
+
|
|
82
|
+
## 🐛 Fixes
|
|
83
|
+
|
|
84
|
+
- Fixed issue where large images wouldn't upload
|
|
85
|
+
- Resolved timezone confusion in scheduled posts
|
|
86
|
+
- Corrected notification badge count
|
|
87
|
+
```
|
|
88
|
+
|
|
89
|
+
**Inspired by:** Manik Aggarwal's use case from Lenny's Newsletter
|
|
90
|
+
|
|
91
|
+
## Tips
|
|
92
|
+
|
|
93
|
+
- Run from your git repository root
|
|
94
|
+
- Specify date ranges for focused changelogs
|
|
95
|
+
- Use your CHANGELOG_STYLE.md for consistent formatting
|
|
96
|
+
- Review and adjust the generated changelog before publishing
|
|
97
|
+
- Save output directly to CHANGELOG.md
|
|
98
|
+
|
|
99
|
+
## Related Use Cases
|
|
100
|
+
|
|
101
|
+
- Creating GitHub release notes
|
|
102
|
+
- Writing app store update descriptions
|
|
103
|
+
- Generating email updates for users
|
|
104
|
+
- Creating social media announcement posts
|
|
105
|
+
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: code-explainer
|
|
3
|
+
description: Explain code with visual diagrams, analogies, and step-by-step walkthroughs. Use when explaining how code works, teaching about a codebase, or answering "how does this work?"
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Code Explainer Skill
|
|
7
|
+
|
|
8
|
+
When explaining code, always follow this structure:
|
|
9
|
+
|
|
10
|
+
## When to Use
|
|
11
|
+
- User asks "how does this work?"
|
|
12
|
+
- Explaining a codebase to a new team member
|
|
13
|
+
- Teaching a concept through code examples
|
|
14
|
+
- Creating code walkthroughs or tutorials
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
## Steps
|
|
19
|
+
|
|
20
|
+
### Step 1: Start with an Analogy
|
|
21
|
+
|
|
22
|
+
Compare code to everyday life:
|
|
23
|
+
- API endpoints -> Restaurant ordering (menu = endpoints, kitchen = backend)
|
|
24
|
+
- Database connections -> Library system (books = data, catalog = schema)
|
|
25
|
+
- Event loops -> Restaurant host managing reservations
|
|
26
|
+
- Caching -> Keeping frequent items on your desk
|
|
27
|
+
- Authentication -> Security guard checking IDs
|
|
28
|
+
|
|
29
|
+
### Step 2: Draw a Diagram
|
|
30
|
+
|
|
31
|
+
```
|
|
32
|
+
User Input -> Validation -> Processing -> Database -> Response
|
|
33
|
+
^ |
|
|
34
|
+
+------------ Error Handling <-----------------+
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
```mermaid
|
|
38
|
+
graph LR
|
|
39
|
+
A[Frontend] --> B[API]
|
|
40
|
+
B --> C[Service]
|
|
41
|
+
C --> D[(Database)]
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
### Step 3: Walk Through the Code
|
|
45
|
+
|
|
46
|
+
```python
|
|
47
|
+
# Step 1: User clicks submit -> triggers this function
|
|
48
|
+
def handle_submit(form_data):
|
|
49
|
+
# Step 2: Validate (like a bouncer checking IDs)
|
|
50
|
+
validated = validate(form_data)
|
|
51
|
+
# Step 3: Process (like a chef preparing your order)
|
|
52
|
+
result = process(validated)
|
|
53
|
+
# Step 4: Save (like filing a document)
|
|
54
|
+
save_to_db(result)
|
|
55
|
+
# Step 5: Confirm (like getting a receipt)
|
|
56
|
+
return success_response()
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
### Step 4: Highlight a Gotcha
|
|
60
|
+
|
|
61
|
+
Show common mistakes with before/after:
|
|
62
|
+
```python
|
|
63
|
+
# Wrong: mutable default argument
|
|
64
|
+
def add_item(item, items=[]):
|
|
65
|
+
items.append(item)
|
|
66
|
+
return items
|
|
67
|
+
|
|
68
|
+
# Fixed: use None
|
|
69
|
+
def add_item(item, items=None):
|
|
70
|
+
items = items or []
|
|
71
|
+
items.append(item)
|
|
72
|
+
return items
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
### Step 5: Explain the Why
|
|
76
|
+
|
|
77
|
+
Don't just explain what, explain WHY:
|
|
78
|
+
- Why this pattern was chosen
|
|
79
|
+
- Why not simpler alternatives
|
|
80
|
+
- What problems this solves
|
|
81
|
+
- What trade-offs were made
|
|
82
|
+
|
|
83
|
+
---
|
|
84
|
+
|
|
85
|
+
## Checklist
|
|
86
|
+
- [ ] Analogy provided for complex concepts
|
|
87
|
+
- [ ] Visual diagram included (ASCII or Mermaid)
|
|
88
|
+
- [ ] Step-by-step walkthrough with comments
|
|
89
|
+
- [ ] Common gotcha highlighted
|
|
90
|
+
- [ ] "Why" explained (not just "what")
|
|
91
|
+
- [ ] Conversational tone used
|
|
@@ -0,0 +1,294 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: competitive-ads-extractor
|
|
3
|
+
context: fork
|
|
4
|
+
description: Extracts and analyzes competitors' ads from ad libraries (Facebook, LinkedIn, etc.) to understand what messaging, problems, and creative approaches are working. Helps inspire and improve your own ad campaigns.
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Competitive Ads Extractor
|
|
8
|
+
|
|
9
|
+
This skill extracts your competitors' ads from ad libraries and analyzes what's working—the problems they're highlighting, use cases they're targeting, and copy/creative that's resonating.
|
|
10
|
+
|
|
11
|
+
## When to Use This Skill
|
|
12
|
+
|
|
13
|
+
- Researching competitor ad strategies
|
|
14
|
+
- Finding inspiration for your own ads
|
|
15
|
+
- Understanding market positioning
|
|
16
|
+
- Identifying successful ad patterns
|
|
17
|
+
- Analyzing messaging that works
|
|
18
|
+
- Discovering new use cases or pain points
|
|
19
|
+
- Planning ad campaigns with proven concepts
|
|
20
|
+
|
|
21
|
+
## What This Skill Does
|
|
22
|
+
|
|
23
|
+
1. **Extracts Ads**: Scrapes ads from Facebook Ad Library, LinkedIn, etc.
|
|
24
|
+
2. **Captures Screenshots**: Saves visual copies of all ads
|
|
25
|
+
3. **Analyzes Messaging**: Identifies problems, use cases, and value props
|
|
26
|
+
4. **Categorizes Ads**: Groups by theme, audience, or format
|
|
27
|
+
5. **Identifies Patterns**: Finds common successful approaches
|
|
28
|
+
6. **Provides Insights**: Explains why certain ads likely perform well
|
|
29
|
+
|
|
30
|
+
## How to Use
|
|
31
|
+
|
|
32
|
+
### Basic Extraction
|
|
33
|
+
|
|
34
|
+
```
|
|
35
|
+
Extract all current ads from [Competitor Name] on Facebook Ad Library
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
```
|
|
39
|
+
Scrape ads from [Company] and analyze their messaging
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
### Specific Analysis
|
|
43
|
+
|
|
44
|
+
```
|
|
45
|
+
Get all ads from [Competitor] focusing on their messaging
|
|
46
|
+
about [specific problem]. What pain points are they highlighting?
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
### Competitive Set
|
|
50
|
+
|
|
51
|
+
```
|
|
52
|
+
Extract ads from these 5 competitors: [list].
|
|
53
|
+
Compare their approaches and tell me what's working.
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
### Specific Platform
|
|
57
|
+
|
|
58
|
+
```
|
|
59
|
+
Get LinkedIn ads from [Competitor] and analyze their
|
|
60
|
+
B2B positioning strategy
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
## Example
|
|
64
|
+
|
|
65
|
+
**User**: "Extract ads from Notion on Facebook Ad Library and tell me what messaging is working for them."
|
|
66
|
+
|
|
67
|
+
**Process**:
|
|
68
|
+
```
|
|
69
|
+
Accessing Facebook Ad Library...
|
|
70
|
+
Searching for: Notion
|
|
71
|
+
Found: 23 active ads
|
|
72
|
+
|
|
73
|
+
Extracting screenshots...
|
|
74
|
+
[████████████████████] 100%
|
|
75
|
+
|
|
76
|
+
Saved to: competitor-ads/notion/
|
|
77
|
+
- ad-001-collaboration.png
|
|
78
|
+
- ad-002-productivity.png
|
|
79
|
+
- ad-003-templates.png
|
|
80
|
+
...
|
|
81
|
+
|
|
82
|
+
Analyzing messaging...
|
|
83
|
+
```
|
|
84
|
+
|
|
85
|
+
**Output**:
|
|
86
|
+
```
|
|
87
|
+
# Notion Ad Analysis
|
|
88
|
+
|
|
89
|
+
## Overview
|
|
90
|
+
- Total Ads: 23 active
|
|
91
|
+
- Primary Themes: Productivity (35%), Collaboration (30%),
|
|
92
|
+
Templates (20%), AI Features (15%)
|
|
93
|
+
- Ad Formats: Static images (60%), Video (40%)
|
|
94
|
+
- CTA Patterns: "Try for free", "Get started"
|
|
95
|
+
|
|
96
|
+
## Key Problems They're Highlighting
|
|
97
|
+
|
|
98
|
+
1. **Scattered Information** (8 ads)
|
|
99
|
+
Copy: "Stop switching between 10 different tools"
|
|
100
|
+
Why it works: Direct pain point many teams face
|
|
101
|
+
|
|
102
|
+
2. **Meeting Overload** (5 ads)
|
|
103
|
+
Copy: "Replace unnecessary meetings with async updates"
|
|
104
|
+
Why it works: Post-COVID remote work pain point
|
|
105
|
+
|
|
106
|
+
3. **Lost Documentation** (4 ads)
|
|
107
|
+
Copy: "Never ask 'where is that doc?' again"
|
|
108
|
+
Why it works: Universal workplace frustration
|
|
109
|
+
|
|
110
|
+
## Successful Creative Patterns
|
|
111
|
+
|
|
112
|
+
### Pattern 1: Before/After Split
|
|
113
|
+
- Shows chaotic tool landscape → Clean Notion workspace
|
|
114
|
+
- Used in 6 high-performing ads
|
|
115
|
+
- Visual metaphor is immediately clear
|
|
116
|
+
|
|
117
|
+
### Pattern 2: Feature Showcase
|
|
118
|
+
- GIF of actual product usage
|
|
119
|
+
- Shows specific feature in 5 seconds
|
|
120
|
+
- Used for new features (AI, templates)
|
|
121
|
+
|
|
122
|
+
### Pattern 3: Social Proof
|
|
123
|
+
- "Join 20M users" messaging
|
|
124
|
+
- Customer logos
|
|
125
|
+
- Used in 4 ads targeting enterprise
|
|
126
|
+
|
|
127
|
+
## Copy That's Working
|
|
128
|
+
|
|
129
|
+
Best Headlines:
|
|
130
|
+
1. "Your team's knowledge, finally in one place"
|
|
131
|
+
→ Benefit-focused, addresses pain directly
|
|
132
|
+
|
|
133
|
+
2. "The all-in-one workspace"
|
|
134
|
+
→ Clear positioning, broad appeal
|
|
135
|
+
|
|
136
|
+
3. "AI that actually helps you work"
|
|
137
|
+
→ Addresses AI skepticism, practical angle
|
|
138
|
+
|
|
139
|
+
Best Body Copy Patterns:
|
|
140
|
+
- Short sentences (under 10 words)
|
|
141
|
+
- Focus on outcomes not features
|
|
142
|
+
- Include specific numbers ("Cut meetings by 50%")
|
|
143
|
+
|
|
144
|
+
## Audience Targeting Insights
|
|
145
|
+
|
|
146
|
+
Based on ad variations:
|
|
147
|
+
- Startup founders: Solo productivity angle
|
|
148
|
+
- Team leads: Collaboration and alignment
|
|
149
|
+
- Enterprise: Security and compliance mentions
|
|
150
|
+
- Students: Free plan, templates, organization
|
|
151
|
+
|
|
152
|
+
## Recommendations for Your Ads
|
|
153
|
+
|
|
154
|
+
1. **Test the "tool sprawl" pain point**
|
|
155
|
+
→ Strong resonance based on their ad frequency
|
|
156
|
+
|
|
157
|
+
2. **Use product screenshots over abstract visuals**
|
|
158
|
+
→ All their top ads show actual UI
|
|
159
|
+
|
|
160
|
+
3. **Lead with the problem, not the solution**
|
|
161
|
+
→ "Tired of X?" performs better than "Introducing Y"
|
|
162
|
+
|
|
163
|
+
4. **Keep copy under 100 characters**
|
|
164
|
+
→ Their shortest ads seem most frequent
|
|
165
|
+
|
|
166
|
+
5. **Test before/after visual formats**
|
|
167
|
+
→ Proven pattern in their creative
|
|
168
|
+
|
|
169
|
+
## Files Saved
|
|
170
|
+
- All ads: ~/competitor-ads/notion/
|
|
171
|
+
- Analysis: ~/competitor-ads/notion/analysis.md
|
|
172
|
+
- Best performers: ~/competitor-ads/notion/top-10/
|
|
173
|
+
```
|
|
174
|
+
|
|
175
|
+
**Inspired by:** Sumant Subrahmanya's use case from Lenny's Newsletter
|
|
176
|
+
|
|
177
|
+
## What You Can Learn
|
|
178
|
+
|
|
179
|
+
### Messaging Analysis
|
|
180
|
+
- What problems they emphasize
|
|
181
|
+
- How they position against competition
|
|
182
|
+
- Value propositions that resonate
|
|
183
|
+
- Target audience segments
|
|
184
|
+
|
|
185
|
+
### Creative Patterns
|
|
186
|
+
- Visual styles that work
|
|
187
|
+
- Video vs. static image performance
|
|
188
|
+
- Color schemes and branding
|
|
189
|
+
- Layout patterns
|
|
190
|
+
|
|
191
|
+
### Copy Formulas
|
|
192
|
+
- Headline structures
|
|
193
|
+
- Call-to-action patterns
|
|
194
|
+
- Length and tone
|
|
195
|
+
- Emotional triggers
|
|
196
|
+
|
|
197
|
+
### Campaign Strategy
|
|
198
|
+
- Seasonal campaigns
|
|
199
|
+
- Product launch approaches
|
|
200
|
+
- Feature announcement tactics
|
|
201
|
+
- Retargeting patterns
|
|
202
|
+
|
|
203
|
+
## Best Practices
|
|
204
|
+
|
|
205
|
+
### Legal & Ethical
|
|
206
|
+
✓ Only use for research and inspiration
|
|
207
|
+
✓ Don't copy ads directly
|
|
208
|
+
✓ Respect intellectual property
|
|
209
|
+
✓ Use insights to inform original creative
|
|
210
|
+
✗ Don't plagiarize copy or steal designs
|
|
211
|
+
|
|
212
|
+
### Analysis Tips
|
|
213
|
+
1. **Look for patterns**: What themes repeat?
|
|
214
|
+
2. **Track over time**: Save ads monthly to see evolution
|
|
215
|
+
3. **Test hypotheses**: Adapt successful patterns for your brand
|
|
216
|
+
4. **Segment by audience**: Different messages for different targets
|
|
217
|
+
5. **Compare platforms**: LinkedIn vs Facebook messaging differs
|
|
218
|
+
|
|
219
|
+
## Advanced Features
|
|
220
|
+
|
|
221
|
+
### Trend Tracking
|
|
222
|
+
```
|
|
223
|
+
Compare [Competitor]'s ads from Q1 vs Q2.
|
|
224
|
+
What messaging has changed?
|
|
225
|
+
```
|
|
226
|
+
|
|
227
|
+
### Multi-Competitor Analysis
|
|
228
|
+
```
|
|
229
|
+
Extract ads from [Company A], [Company B], [Company C].
|
|
230
|
+
What are the common patterns? Where do they differ?
|
|
231
|
+
```
|
|
232
|
+
|
|
233
|
+
### Industry Benchmarks
|
|
234
|
+
```
|
|
235
|
+
Show me ad patterns across the top 10 project management
|
|
236
|
+
tools. What problems do they all focus on?
|
|
237
|
+
```
|
|
238
|
+
|
|
239
|
+
### Format Analysis
|
|
240
|
+
```
|
|
241
|
+
Analyze video ads vs static image ads from [Competitor].
|
|
242
|
+
Which gets more engagement? (if data available)
|
|
243
|
+
```
|
|
244
|
+
|
|
245
|
+
## Common Workflows
|
|
246
|
+
|
|
247
|
+
### Ad Campaign Planning
|
|
248
|
+
1. Extract competitor ads
|
|
249
|
+
2. Identify successful patterns
|
|
250
|
+
3. Note gaps in their messaging
|
|
251
|
+
4. Brainstorm unique angles
|
|
252
|
+
5. Draft test ad variations
|
|
253
|
+
|
|
254
|
+
### Positioning Research
|
|
255
|
+
1. Get ads from 5 competitors
|
|
256
|
+
2. Map their positioning
|
|
257
|
+
3. Find underserved angles
|
|
258
|
+
4. Develop differentiated messaging
|
|
259
|
+
5. Test against their approaches
|
|
260
|
+
|
|
261
|
+
### Creative Inspiration
|
|
262
|
+
1. Extract ads by theme
|
|
263
|
+
2. Analyze visual patterns
|
|
264
|
+
3. Note color and layout trends
|
|
265
|
+
4. Adapt successful patterns
|
|
266
|
+
5. Create original variations
|
|
267
|
+
|
|
268
|
+
## Tips for Success
|
|
269
|
+
|
|
270
|
+
1. **Regular Monitoring**: Check monthly for changes
|
|
271
|
+
2. **Broad Research**: Look at adjacent competitors too
|
|
272
|
+
3. **Save Everything**: Build a reference library
|
|
273
|
+
4. **Test Insights**: Run your own experiments
|
|
274
|
+
5. **Track Performance**: A/B test inspired concepts
|
|
275
|
+
6. **Stay Original**: Use for inspiration, not copying
|
|
276
|
+
7. **Multiple Platforms**: Compare Facebook, LinkedIn, TikTok, etc.
|
|
277
|
+
|
|
278
|
+
## Output Formats
|
|
279
|
+
|
|
280
|
+
- **Screenshots**: All ads saved as images
|
|
281
|
+
- **Analysis Report**: Markdown summary of insights
|
|
282
|
+
- **Spreadsheet**: CSV with ad copy, CTAs, themes
|
|
283
|
+
- **Presentation**: Visual deck of top performers
|
|
284
|
+
- **Pattern Library**: Categorized by approach
|
|
285
|
+
|
|
286
|
+
## Related Use Cases
|
|
287
|
+
|
|
288
|
+
- Writing better ad copy for your campaigns
|
|
289
|
+
- Understanding market positioning
|
|
290
|
+
- Finding content gaps in your messaging
|
|
291
|
+
- Discovering new use cases for your product
|
|
292
|
+
- Planning product marketing strategy
|
|
293
|
+
- Inspiring social media content
|
|
294
|
+
|