@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,328 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: meeting-insights-analyzer
|
|
3
|
+
context: fork
|
|
4
|
+
description: Analyzes meeting transcripts and recordings to uncover behavioral patterns, communication insights, and actionable feedback. Identifies when you avoid conflict, use filler words, dominate conversations, or miss opportunities to listen. Perfect for professionals seeking to improve their communication and leadership skills.
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Meeting Insights Analyzer
|
|
8
|
+
|
|
9
|
+
This skill transforms your meeting transcripts into actionable insights about your communication patterns, helping you become a more effective communicator and leader.
|
|
10
|
+
|
|
11
|
+
## When to Use This Skill
|
|
12
|
+
|
|
13
|
+
- Analyzing your communication patterns across multiple meetings
|
|
14
|
+
- Getting feedback on your leadership and facilitation style
|
|
15
|
+
- Identifying when you avoid difficult conversations
|
|
16
|
+
- Understanding your speaking habits and filler words
|
|
17
|
+
- Tracking improvement in communication skills over time
|
|
18
|
+
- Preparing for performance reviews with concrete examples
|
|
19
|
+
- Coaching team members on their communication style
|
|
20
|
+
|
|
21
|
+
## What This Skill Does
|
|
22
|
+
|
|
23
|
+
1. **Pattern Recognition**: Identifies recurring behaviors across meetings like:
|
|
24
|
+
- Conflict avoidance or indirect communication
|
|
25
|
+
- Speaking ratios and turn-taking
|
|
26
|
+
- Question-asking vs. statement-making patterns
|
|
27
|
+
- Active listening indicators
|
|
28
|
+
- Decision-making approaches
|
|
29
|
+
|
|
30
|
+
2. **Communication Analysis**: Evaluates communication effectiveness:
|
|
31
|
+
- Clarity and directness
|
|
32
|
+
- Use of filler words and hedging language
|
|
33
|
+
- Tone and sentiment patterns
|
|
34
|
+
- Meeting control and facilitation
|
|
35
|
+
|
|
36
|
+
3. **Actionable Feedback**: Provides specific, timestamped examples with:
|
|
37
|
+
- What happened
|
|
38
|
+
- Why it matters
|
|
39
|
+
- How to improve
|
|
40
|
+
|
|
41
|
+
4. **Trend Tracking**: Compares patterns over time when analyzing multiple meetings
|
|
42
|
+
|
|
43
|
+
## How to Use
|
|
44
|
+
|
|
45
|
+
### Basic Setup
|
|
46
|
+
|
|
47
|
+
1. Download your meeting transcripts to a folder (e.g., `~/meetings/`)
|
|
48
|
+
2. Navigate to that folder in Claude Code
|
|
49
|
+
3. Ask for the analysis you want
|
|
50
|
+
|
|
51
|
+
### Quick Start Examples
|
|
52
|
+
|
|
53
|
+
```
|
|
54
|
+
Analyze all meetings in this folder and tell me when I avoided conflict.
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
```
|
|
58
|
+
Look at my meetings from the past month and identify my communication patterns.
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
```
|
|
62
|
+
Compare my facilitation style between these two meeting folders.
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
### Advanced Analysis
|
|
66
|
+
|
|
67
|
+
```
|
|
68
|
+
Analyze all transcripts in this folder and:
|
|
69
|
+
1. Identify when I interrupted others
|
|
70
|
+
2. Calculate my speaking ratio
|
|
71
|
+
3. Find moments I avoided giving direct feedback
|
|
72
|
+
4. Track my use of filler words
|
|
73
|
+
5. Show examples of good active listening
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
## Instructions
|
|
77
|
+
|
|
78
|
+
When a user requests meeting analysis:
|
|
79
|
+
|
|
80
|
+
1. **Discover Available Data**
|
|
81
|
+
- Scan the folder for transcript files (.txt, .md, .vtt, .srt, .docx)
|
|
82
|
+
- Check if files contain speaker labels and timestamps
|
|
83
|
+
- Confirm the date range of meetings
|
|
84
|
+
- Identify the user's name/identifier in transcripts
|
|
85
|
+
|
|
86
|
+
2. **Clarify Analysis Goals**
|
|
87
|
+
|
|
88
|
+
If not specified, ask what they want to learn:
|
|
89
|
+
- Specific behaviors (conflict avoidance, interruptions, filler words)
|
|
90
|
+
- Communication effectiveness (clarity, directness, listening)
|
|
91
|
+
- Meeting facilitation skills
|
|
92
|
+
- Speaking patterns and ratios
|
|
93
|
+
- Growth areas for improvement
|
|
94
|
+
|
|
95
|
+
3. **Analyze Patterns**
|
|
96
|
+
|
|
97
|
+
For each requested insight:
|
|
98
|
+
|
|
99
|
+
**Conflict Avoidance**:
|
|
100
|
+
- Look for hedging language ("maybe", "kind of", "I think")
|
|
101
|
+
- Indirect phrasing instead of direct requests
|
|
102
|
+
- Changing subject when tension arises
|
|
103
|
+
- Agreeing without commitment ("yeah, but...")
|
|
104
|
+
- Not addressing obvious problems
|
|
105
|
+
|
|
106
|
+
**Speaking Ratios**:
|
|
107
|
+
- Calculate percentage of meeting spent speaking
|
|
108
|
+
- Count interruptions (by and of the user)
|
|
109
|
+
- Measure average speaking turn length
|
|
110
|
+
- Track question vs. statement ratios
|
|
111
|
+
|
|
112
|
+
**Filler Words**:
|
|
113
|
+
- Count "um", "uh", "like", "you know", "actually", etc.
|
|
114
|
+
- Note frequency per minute or per speaking turn
|
|
115
|
+
- Identify situations where they increase (nervous, uncertain)
|
|
116
|
+
|
|
117
|
+
**Active Listening**:
|
|
118
|
+
- Questions that reference others' previous points
|
|
119
|
+
- Paraphrasing or summarizing others' ideas
|
|
120
|
+
- Building on others' contributions
|
|
121
|
+
- Asking clarifying questions
|
|
122
|
+
|
|
123
|
+
**Leadership & Facilitation**:
|
|
124
|
+
- Decision-making approach (directive vs. collaborative)
|
|
125
|
+
- How disagreements are handled
|
|
126
|
+
- Inclusion of quieter participants
|
|
127
|
+
- Time management and agenda control
|
|
128
|
+
- Follow-up and action item clarity
|
|
129
|
+
|
|
130
|
+
4. **Provide Specific Examples**
|
|
131
|
+
|
|
132
|
+
For each pattern found, include:
|
|
133
|
+
|
|
134
|
+
```markdown
|
|
135
|
+
### [Pattern Name]
|
|
136
|
+
|
|
137
|
+
**Finding**: [One-sentence summary of the pattern]
|
|
138
|
+
|
|
139
|
+
**Frequency**: [X times across Y meetings]
|
|
140
|
+
|
|
141
|
+
**Examples**:
|
|
142
|
+
|
|
143
|
+
1. **[Meeting Name/Date]** - [Timestamp]
|
|
144
|
+
|
|
145
|
+
**What Happened**:
|
|
146
|
+
> [Actual quote from transcript]
|
|
147
|
+
|
|
148
|
+
**Why This Matters**:
|
|
149
|
+
[Explanation of the impact or missed opportunity]
|
|
150
|
+
|
|
151
|
+
**Better Approach**:
|
|
152
|
+
[Specific alternative phrasing or behavior]
|
|
153
|
+
|
|
154
|
+
[Repeat for 2-3 strongest examples]
|
|
155
|
+
```
|
|
156
|
+
|
|
157
|
+
5. **Synthesize Insights**
|
|
158
|
+
|
|
159
|
+
After analyzing all patterns, provide:
|
|
160
|
+
|
|
161
|
+
```markdown
|
|
162
|
+
# Meeting Insights Summary
|
|
163
|
+
|
|
164
|
+
**Analysis Period**: [Date range]
|
|
165
|
+
**Meetings Analyzed**: [X meetings]
|
|
166
|
+
**Total Duration**: [X hours]
|
|
167
|
+
|
|
168
|
+
## Key Patterns Identified
|
|
169
|
+
|
|
170
|
+
### 1. [Primary Pattern]
|
|
171
|
+
- **Observed**: [What you saw]
|
|
172
|
+
- **Impact**: [Why it matters]
|
|
173
|
+
- **Recommendation**: [How to improve]
|
|
174
|
+
|
|
175
|
+
### 2. [Second Pattern]
|
|
176
|
+
[Same structure]
|
|
177
|
+
|
|
178
|
+
## Communication Strengths
|
|
179
|
+
|
|
180
|
+
1. [Strength 1 with example]
|
|
181
|
+
2. [Strength 2 with example]
|
|
182
|
+
3. [Strength 3 with example]
|
|
183
|
+
|
|
184
|
+
## Growth Opportunities
|
|
185
|
+
|
|
186
|
+
1. **[Area 1]**: [Specific, actionable advice]
|
|
187
|
+
2. **[Area 2]**: [Specific, actionable advice]
|
|
188
|
+
3. **[Area 3]**: [Specific, actionable advice]
|
|
189
|
+
|
|
190
|
+
## Speaking Statistics
|
|
191
|
+
|
|
192
|
+
- Average speaking time: [X% of meeting]
|
|
193
|
+
- Questions asked: [X per meeting average]
|
|
194
|
+
- Filler words: [X per minute]
|
|
195
|
+
- Interruptions: [X given / Y received per meeting]
|
|
196
|
+
|
|
197
|
+
## Next Steps
|
|
198
|
+
|
|
199
|
+
[3-5 concrete actions to improve communication]
|
|
200
|
+
```
|
|
201
|
+
|
|
202
|
+
6. **Offer Follow-Up Options**
|
|
203
|
+
- Track these same metrics in future meetings
|
|
204
|
+
- Deep dive into specific meetings or patterns
|
|
205
|
+
- Compare to industry benchmarks
|
|
206
|
+
- Create a personal communication development plan
|
|
207
|
+
- Generate a summary for performance reviews
|
|
208
|
+
|
|
209
|
+
## Examples
|
|
210
|
+
|
|
211
|
+
### Example 1: Conflict Avoidance Analysis (Inspired by Dan Shipper)
|
|
212
|
+
|
|
213
|
+
**User**: "I download all of my meeting recordings and put them in a folder. Tell me all the times I've subtly avoided conflict."
|
|
214
|
+
|
|
215
|
+
**Output**:
|
|
216
|
+
```markdown
|
|
217
|
+
# Conflict Avoidance Patterns
|
|
218
|
+
|
|
219
|
+
Found 23 instances across 15 meetings where you used indirect
|
|
220
|
+
communication or avoided addressing tensions directly.
|
|
221
|
+
|
|
222
|
+
## Pattern: Hedging on Critical Feedback
|
|
223
|
+
|
|
224
|
+
**Frequency**: 8 times across 7 meetings
|
|
225
|
+
|
|
226
|
+
**Example 1: 1:1 with Sarah** - 00:14:32
|
|
227
|
+
|
|
228
|
+
**What Happened**:
|
|
229
|
+
> "So, I was thinking... maybe we could, like, potentially
|
|
230
|
+
> consider looking at the timeline again? I mean, if you
|
|
231
|
+
> think that makes sense. But whatever you think is best!"
|
|
232
|
+
|
|
233
|
+
**Why This Matters**:
|
|
234
|
+
You needed to address that Sarah's project was behind schedule,
|
|
235
|
+
but the hedging language ("maybe", "potentially", "if you think")
|
|
236
|
+
and the deflection at the end ("whatever you think") made it easy
|
|
237
|
+
for her to miss the urgency.
|
|
238
|
+
|
|
239
|
+
**Better Approach**:
|
|
240
|
+
"Sarah, the project is two weeks behind schedule. We need to
|
|
241
|
+
discuss what's blocking progress and create a new timeline
|
|
242
|
+
today."
|
|
243
|
+
|
|
244
|
+
[Additional examples...]
|
|
245
|
+
|
|
246
|
+
## Recommendations
|
|
247
|
+
|
|
248
|
+
1. **Name the issue directly** in the first sentence
|
|
249
|
+
2. **Remove hedging words** like "maybe," "kind of," "sort of"
|
|
250
|
+
3. **Ask specific questions** instead of hinting
|
|
251
|
+
4. **Schedule difficult conversations** instead of raising them casually
|
|
252
|
+
```
|
|
253
|
+
|
|
254
|
+
### Example 2: Leadership Facilitation
|
|
255
|
+
|
|
256
|
+
**User**: "Analyze my team meetings and tell me about my facilitation style."
|
|
257
|
+
|
|
258
|
+
**Output**: Provides insights on:
|
|
259
|
+
- How much you speak vs. team members (60% vs. 40%)
|
|
260
|
+
- Whether you ask questions or make statements (3:1 ratio)
|
|
261
|
+
- How you handle disagreements (tendency to resolve too quickly)
|
|
262
|
+
- Who speaks least and whether you draw them in
|
|
263
|
+
- Examples of good and missed facilitation moments
|
|
264
|
+
|
|
265
|
+
### Example 3: Personal Development Tracking
|
|
266
|
+
|
|
267
|
+
**User**: "Compare my meetings from Q1 vs. Q2 to see if I've improved my listening skills."
|
|
268
|
+
|
|
269
|
+
**Output**: Creates a comparative analysis showing:
|
|
270
|
+
- Decrease in interruptions (8 per meeting → 3 per meeting)
|
|
271
|
+
- Increase in clarifying questions (2 → 7 per meeting)
|
|
272
|
+
- Improvement in building on others' ideas
|
|
273
|
+
- Specific examples showing the difference
|
|
274
|
+
- Remaining areas for growth
|
|
275
|
+
|
|
276
|
+
## Setup Tips
|
|
277
|
+
|
|
278
|
+
### Getting Meeting Transcripts
|
|
279
|
+
|
|
280
|
+
**From Granola** (free with Lenny's newsletter subscription):
|
|
281
|
+
- Granola auto-transcribes your meetings
|
|
282
|
+
- Export transcripts to a folder: [Instructions on how]
|
|
283
|
+
- Point Claude Code to that folder
|
|
284
|
+
|
|
285
|
+
**From Zoom**:
|
|
286
|
+
- Enable cloud recording with transcription
|
|
287
|
+
- Download VTT or SRT files after meetings
|
|
288
|
+
- Store in a dedicated folder
|
|
289
|
+
|
|
290
|
+
**From Google Meet**:
|
|
291
|
+
- Use Google Docs auto-transcription
|
|
292
|
+
- Save transcript docs to a folder
|
|
293
|
+
- Download as .txt files or give Claude Code access
|
|
294
|
+
|
|
295
|
+
**From Fireflies.ai, Otter.ai, etc.**:
|
|
296
|
+
- Export transcripts in bulk
|
|
297
|
+
- Store in a local folder
|
|
298
|
+
- Run analysis on the folder
|
|
299
|
+
|
|
300
|
+
### Best Practices
|
|
301
|
+
|
|
302
|
+
1. **Consistent naming**: Use `YYYY-MM-DD - Meeting Name.txt` format
|
|
303
|
+
2. **Regular analysis**: Review monthly or quarterly for trends
|
|
304
|
+
3. **Specific queries**: Ask about one behavior at a time for depth
|
|
305
|
+
4. **Privacy**: Keep sensitive meeting data local
|
|
306
|
+
5. **Action-oriented**: Focus on one improvement area at a time
|
|
307
|
+
|
|
308
|
+
## Common Analysis Requests
|
|
309
|
+
|
|
310
|
+
- "When do I avoid difficult conversations?"
|
|
311
|
+
- "How often do I interrupt others?"
|
|
312
|
+
- "What's my speaking vs. listening ratio?"
|
|
313
|
+
- "Do I ask good questions?"
|
|
314
|
+
- "How do I handle disagreement?"
|
|
315
|
+
- "Am I inclusive of all voices?"
|
|
316
|
+
- "Do I use too many filler words?"
|
|
317
|
+
- "How clear are my action items?"
|
|
318
|
+
- "Do I stay on agenda or get sidetracked?"
|
|
319
|
+
- "How has my communication changed over time?"
|
|
320
|
+
|
|
321
|
+
## Related Use Cases
|
|
322
|
+
|
|
323
|
+
- Creating a personal development plan from insights
|
|
324
|
+
- Preparing performance review materials with examples
|
|
325
|
+
- Coaching direct reports on their communication
|
|
326
|
+
- Analyzing customer calls for sales or support patterns
|
|
327
|
+
- Studying negotiation tactics and outcomes
|
|
328
|
+
|
|
@@ -0,0 +1,267 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: monorepo
|
|
3
|
+
context: fork
|
|
4
|
+
description: Monorepo management with Turborepo and pnpm workspaces. Use for Turborepo setup, turbo.json task dependencies, remote caching, pnpm workspace protocol, shared packages (ui-library, config, types), affected-only CI/CD builds, or monorepo structure (apps/ vs packages/). Covers pitfalls like circular deps, version drift, and hoisting issues.
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Monorepo Skill
|
|
8
|
+
|
|
9
|
+
Turborepo + pnpm workspaces for managing multi-app, multi-package repositories efficiently.
|
|
10
|
+
|
|
11
|
+
## 1. Repository Structure
|
|
12
|
+
|
|
13
|
+
```
|
|
14
|
+
monorepo/
|
|
15
|
+
├── apps/
|
|
16
|
+
│ ├── web/ # Next.js app
|
|
17
|
+
│ ├── api/ # FastAPI or Express backend
|
|
18
|
+
│ └── docs/ # Docusaurus or similar
|
|
19
|
+
├── packages/
|
|
20
|
+
│ ├── ui/ # Shared React component library
|
|
21
|
+
│ ├── config/ # Shared ESLint, TypeScript, Tailwind configs
|
|
22
|
+
│ ├── types/ # Shared TypeScript types / Zod schemas
|
|
23
|
+
│ └── utils/ # Shared utility functions
|
|
24
|
+
├── turbo.json
|
|
25
|
+
├── pnpm-workspace.yaml
|
|
26
|
+
└── package.json # Root — scripts only, no app deps
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
## 2. pnpm Workspaces
|
|
30
|
+
|
|
31
|
+
```yaml
|
|
32
|
+
# pnpm-workspace.yaml
|
|
33
|
+
packages:
|
|
34
|
+
- 'apps/*'
|
|
35
|
+
- 'packages/*'
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
```json
|
|
39
|
+
// Root package.json
|
|
40
|
+
{
|
|
41
|
+
"name": "my-monorepo",
|
|
42
|
+
"private": true,
|
|
43
|
+
"scripts": {
|
|
44
|
+
"dev": "turbo dev",
|
|
45
|
+
"build": "turbo build",
|
|
46
|
+
"test": "turbo test",
|
|
47
|
+
"lint": "turbo lint",
|
|
48
|
+
"typecheck": "turbo typecheck",
|
|
49
|
+
"clean": "turbo clean && rm -rf node_modules"
|
|
50
|
+
},
|
|
51
|
+
"devDependencies": {
|
|
52
|
+
"turbo": "^2.0.0"
|
|
53
|
+
},
|
|
54
|
+
"engines": { "node": ">=20", "pnpm": ">=9" }
|
|
55
|
+
}
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
### `workspace:` Protocol — Cross-Package Dependencies
|
|
59
|
+
```json
|
|
60
|
+
// apps/web/package.json
|
|
61
|
+
{
|
|
62
|
+
"dependencies": {
|
|
63
|
+
"@myapp/ui": "workspace:*", // Always latest local version
|
|
64
|
+
"@myapp/types": "workspace:^", // Semver compatible local version
|
|
65
|
+
"@myapp/utils": "workspace:*"
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
**Rules:**
|
|
71
|
+
- `workspace:*` — consume local package always (recommended for internal packages)
|
|
72
|
+
- `workspace:^` — enforces semver compatibility (use for packages that may be published)
|
|
73
|
+
- Never use relative paths (`"../packages/ui"`) — use workspace protocol
|
|
74
|
+
|
|
75
|
+
## 3. Turborepo Configuration
|
|
76
|
+
|
|
77
|
+
```json
|
|
78
|
+
// turbo.json
|
|
79
|
+
{
|
|
80
|
+
"$schema": "https://turbo.build/schema.json",
|
|
81
|
+
"ui": "tui",
|
|
82
|
+
"tasks": {
|
|
83
|
+
"build": {
|
|
84
|
+
"dependsOn": ["^build"], // Build dependencies first (topological)
|
|
85
|
+
"inputs": ["src/**", "package.json"],
|
|
86
|
+
"outputs": [".next/**", "dist/**", "!.next/cache/**"]
|
|
87
|
+
},
|
|
88
|
+
"dev": {
|
|
89
|
+
"persistent": true, // Keep running (dev servers)
|
|
90
|
+
"cache": false, // Never cache watch mode
|
|
91
|
+
"dependsOn": ["^build"]
|
|
92
|
+
},
|
|
93
|
+
"test": {
|
|
94
|
+
"dependsOn": ["^build"],
|
|
95
|
+
"inputs": ["src/**", "test/**", "vitest.config.ts"],
|
|
96
|
+
"outputs": ["coverage/**"]
|
|
97
|
+
},
|
|
98
|
+
"lint": {
|
|
99
|
+
"inputs": ["src/**", ".eslintrc*", "eslint.config.*"]
|
|
100
|
+
},
|
|
101
|
+
"typecheck": {
|
|
102
|
+
"dependsOn": ["^build"], // Types may be generated by build
|
|
103
|
+
"inputs": ["src/**", "tsconfig*.json"]
|
|
104
|
+
},
|
|
105
|
+
"clean": {
|
|
106
|
+
"cache": false
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
```
|
|
111
|
+
|
|
112
|
+
### Task Dependency Conventions
|
|
113
|
+
- `"dependsOn": ["^build"]` — wait for all dependencies' `build` tasks to finish first
|
|
114
|
+
- `"dependsOn": ["build"]` — wait for the **same package's** `build` task first
|
|
115
|
+
- `"cache": false` — never cache this task (use for watch/serve tasks)
|
|
116
|
+
- `"persistent": true` — marks tasks that run indefinitely (dev servers), prevents pipeline hanging
|
|
117
|
+
|
|
118
|
+
## 4. Remote Caching
|
|
119
|
+
|
|
120
|
+
```bash
|
|
121
|
+
# Login to Vercel Remote Cache (free)
|
|
122
|
+
npx turbo login
|
|
123
|
+
npx turbo link # Links to your team's remote cache
|
|
124
|
+
|
|
125
|
+
# CI: set environment variable
|
|
126
|
+
TURBO_TOKEN=<token>
|
|
127
|
+
TURBO_TEAM=<team-slug>
|
|
128
|
+
```
|
|
129
|
+
|
|
130
|
+
```yaml
|
|
131
|
+
# GitHub Actions with remote cache
|
|
132
|
+
- name: Build
|
|
133
|
+
run: turbo build
|
|
134
|
+
env:
|
|
135
|
+
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
|
|
136
|
+
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
|
|
137
|
+
```
|
|
138
|
+
|
|
139
|
+
Cache hit = unchanged output = skip the task entirely. A 100% cache hit monorepo build in CI can drop from 10 minutes to seconds.
|
|
140
|
+
|
|
141
|
+
## 5. Shared Packages
|
|
142
|
+
|
|
143
|
+
### `packages/config` — Shared TypeScript/ESLint/Tailwind Config
|
|
144
|
+
```json
|
|
145
|
+
// packages/config/package.json
|
|
146
|
+
{
|
|
147
|
+
"name": "@myapp/config",
|
|
148
|
+
"version": "0.0.0",
|
|
149
|
+
"private": true,
|
|
150
|
+
"exports": {
|
|
151
|
+
"./typescript": "./typescript/base.json",
|
|
152
|
+
"./eslint/base": "./eslint/base.js",
|
|
153
|
+
"./tailwind": "./tailwind/index.ts"
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
```
|
|
157
|
+
|
|
158
|
+
```json
|
|
159
|
+
// apps/web/tsconfig.json
|
|
160
|
+
{
|
|
161
|
+
"extends": "@myapp/config/typescript",
|
|
162
|
+
"compilerOptions": { "outDir": "dist" },
|
|
163
|
+
"include": ["src", "next-env.d.ts"]
|
|
164
|
+
}
|
|
165
|
+
```
|
|
166
|
+
|
|
167
|
+
### `packages/ui` — Shared Component Library
|
|
168
|
+
```json
|
|
169
|
+
// packages/ui/package.json
|
|
170
|
+
{
|
|
171
|
+
"name": "@myapp/ui",
|
|
172
|
+
"exports": {
|
|
173
|
+
".": {
|
|
174
|
+
"import": "./src/index.ts", // For bundlers (Vite/Next.js/Turbopack)
|
|
175
|
+
"types": "./src/index.ts"
|
|
176
|
+
}
|
|
177
|
+
},
|
|
178
|
+
"peerDependencies": {
|
|
179
|
+
"react": ">=18",
|
|
180
|
+
"react-dom": ">=18"
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
```
|
|
184
|
+
|
|
185
|
+
**Pattern**: Export from `src/index.ts` directly — let the consuming app's bundler handle transpilation. Avoids a double-build for internal packages.
|
|
186
|
+
|
|
187
|
+
### `packages/types` — Shared Zod Schemas and Types
|
|
188
|
+
```ts
|
|
189
|
+
// packages/types/src/index.ts
|
|
190
|
+
export * from './user'
|
|
191
|
+
export * from './product'
|
|
192
|
+
export * from './common'
|
|
193
|
+
```
|
|
194
|
+
|
|
195
|
+
Both apps and API share these schemas — single source of truth for request/response contracts.
|
|
196
|
+
|
|
197
|
+
## 6. CI/CD — Affected-Only Builds
|
|
198
|
+
|
|
199
|
+
```yaml
|
|
200
|
+
# .github/workflows/ci.yml
|
|
201
|
+
name: CI
|
|
202
|
+
context: fork
|
|
203
|
+
|
|
204
|
+
on: [push, pull_request]
|
|
205
|
+
|
|
206
|
+
jobs:
|
|
207
|
+
build-test:
|
|
208
|
+
runs-on: ubuntu-latest
|
|
209
|
+
steps:
|
|
210
|
+
- uses: actions/checkout@v4
|
|
211
|
+
with: { fetch-depth: 2 } # Need previous commit for --filter
|
|
212
|
+
|
|
213
|
+
- uses: pnpm/action-setup@v4
|
|
214
|
+
with: { version: 9 }
|
|
215
|
+
|
|
216
|
+
- uses: actions/setup-node@v4
|
|
217
|
+
with: { node-version: 20, cache: 'pnpm' }
|
|
218
|
+
|
|
219
|
+
- run: pnpm install --frozen-lockfile
|
|
220
|
+
|
|
221
|
+
- name: Build and Test (affected only)
|
|
222
|
+
run: turbo run build test lint --filter="...[HEAD^1]"
|
|
223
|
+
# --filter="...[HEAD^1]" = only packages changed since last commit
|
|
224
|
+
env:
|
|
225
|
+
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
|
|
226
|
+
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
|
|
227
|
+
```
|
|
228
|
+
|
|
229
|
+
### Useful Filter Patterns
|
|
230
|
+
```bash
|
|
231
|
+
# Only changed packages and their dependents
|
|
232
|
+
turbo build --filter="...[HEAD^1]"
|
|
233
|
+
|
|
234
|
+
# Only a specific app and its deps
|
|
235
|
+
turbo build --filter="web..."
|
|
236
|
+
|
|
237
|
+
# All packages except one
|
|
238
|
+
turbo build --filter="!docs"
|
|
239
|
+
|
|
240
|
+
# Specific package
|
|
241
|
+
turbo test --filter="@myapp/ui"
|
|
242
|
+
```
|
|
243
|
+
|
|
244
|
+
## 7. Pitfalls
|
|
245
|
+
|
|
246
|
+
| Pitfall | Symptom | Fix |
|
|
247
|
+
|---|---|---|
|
|
248
|
+
| Circular dependencies | Build never completes (cycle in task graph) | `madge --circular --extensions ts src/` to detect; extract shared code |
|
|
249
|
+
| Version drift | `@myapp/config` at v1 in one app, v2 in another | `workspace:*` for all internal packages |
|
|
250
|
+
| Hoisting issues | Package works locally, fails in CI | Use `pnpm.overrides` or `.npmrc` `public-hoist-pattern` |
|
|
251
|
+
| Missing `^build` in `dev` | Dev server crashes because shared types not compiled | Add `"dependsOn": ["^build"]` to `dev` task |
|
|
252
|
+
| Cache poisoning | Stale build output served | Add all relevant source files to `inputs` |
|
|
253
|
+
| `persistent: true` missing on dev | `turbo dev` exits immediately | Always mark watch-mode tasks as `persistent: true` |
|
|
254
|
+
| Cross-package imports via `../../` | Breaks when packages move | Always use `workspace:*` — never relative paths |
|
|
255
|
+
|
|
256
|
+
## 8. Checklist
|
|
257
|
+
|
|
258
|
+
- [ ] `pnpm-workspace.yaml` covers `apps/*` and `packages/*`
|
|
259
|
+
- [ ] All internal packages use `workspace:*` in `dependencies`
|
|
260
|
+
- [ ] `turbo.json` has `^build` in `dependsOn` for transitive tasks
|
|
261
|
+
- [ ] `dev` task has `persistent: true` and `cache: false`
|
|
262
|
+
- [ ] Remote cache configured for CI (Vercel or self-hosted)
|
|
263
|
+
- [ ] `--filter="...[HEAD^1]"` used in CI for affected-only builds
|
|
264
|
+
- [ ] Shared TypeScript config extends from `@myapp/config/typescript`
|
|
265
|
+
- [ ] `packages/types` holds all cross-boundary Zod schemas
|
|
266
|
+
- [ ] No circular imports between packages (run `madge` check)
|
|
267
|
+
- [ ] No relative path cross-package imports (`../../packages/`)
|