@ruaruababa/vibe-kit 1.0.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/CATALOG.md +317 -0
- package/README.md +121 -0
- package/aliases.json +65 -0
- package/bin/vibe.js +2 -0
- package/bundles.json +265 -0
- package/catalog.json +1560 -0
- package/dist/antigravity-skills/bin/cli.js +438 -0
- package/dist/antigravity-skills/lib/skill-utils.js +158 -0
- package/dist/antigravity-skills/scripts/build-catalog.js +305 -0
- package/dist/antigravity-skills/scripts/normalize-frontmatter.js +144 -0
- package/dist/antigravity-skills/scripts/validate-skills.js +230 -0
- package/dist/bin/vibe.js +2 -0
- package/dist/dist/src/cli/index.js +26 -0
- package/dist/lib/skill-utils.js +158 -0
- package/dist/scripts/build-catalog.js +50 -0
- package/dist/scripts/normalize-frontmatter.js +144 -0
- package/dist/scripts/validate-skills.js +56 -0
- package/dist/src/cli/index.js +146 -0
- package/dist/src/types/index.js +13 -0
- package/dist/src/utils/fs.js +1 -0
- package/package.json +43 -0
- package/skills/accessibility-compliance-accessibility-audit/SKILL.md +42 -0
- package/skills/accessibility-compliance-accessibility-audit/resources/implementation-playbook.md +502 -0
- package/skills/agent-orchestration-improve-agent/SKILL.md +349 -0
- package/skills/agent-orchestration-multi-agent-optimize/SKILL.md +239 -0
- package/skills/agent-orchestrator/SKILL.md +24 -0
- package/skills/ai-engineer/SKILL.md +171 -0
- package/skills/airflow-dag-patterns/SKILL.md +41 -0
- package/skills/airflow-dag-patterns/resources/implementation-playbook.md +509 -0
- package/skills/angular-migration/SKILL.md +428 -0
- package/skills/anti-reversing-techniques/SKILL.md +42 -0
- package/skills/anti-reversing-techniques/resources/implementation-playbook.md +539 -0
- package/skills/api-design-principles/SKILL.md +37 -0
- package/skills/api-design-principles/assets/api-design-checklist.md +155 -0
- package/skills/api-design-principles/assets/rest-api-template.py +182 -0
- package/skills/api-design-principles/references/graphql-schema-design.md +583 -0
- package/skills/api-design-principles/references/rest-best-practices.md +408 -0
- package/skills/api-design-principles/resources/implementation-playbook.md +513 -0
- package/skills/api-documenter/SKILL.md +184 -0
- package/skills/api-testing-observability-api-mock/SKILL.md +46 -0
- package/skills/api-testing-observability-api-mock/resources/implementation-playbook.md +1327 -0
- package/skills/application-performance-performance-optimization/SKILL.md +154 -0
- package/skills/architect-review/SKILL.md +174 -0
- package/skills/architecture-decision-records/SKILL.md +441 -0
- package/skills/architecture-patterns/SKILL.md +37 -0
- package/skills/architecture-patterns/resources/implementation-playbook.md +479 -0
- package/skills/arm-cortex-expert/SKILL.md +306 -0
- package/skills/async-python-patterns/SKILL.md +39 -0
- package/skills/async-python-patterns/resources/implementation-playbook.md +678 -0
- package/skills/attack-tree-construction/SKILL.md +38 -0
- package/skills/attack-tree-construction/resources/implementation-playbook.md +671 -0
- package/skills/auth-implementation-patterns/SKILL.md +39 -0
- package/skills/auth-implementation-patterns/resources/implementation-playbook.md +618 -0
- package/skills/backend-architect/SKILL.md +333 -0
- package/skills/backend-development-feature-development/SKILL.md +180 -0
- package/skills/backend-security-coder/SKILL.md +156 -0
- package/skills/backtesting-frameworks/SKILL.md +39 -0
- package/skills/backtesting-frameworks/resources/implementation-playbook.md +647 -0
- package/skills/bash-defensive-patterns/SKILL.md +43 -0
- package/skills/bash-defensive-patterns/resources/implementation-playbook.md +517 -0
- package/skills/bash-pro/SKILL.md +310 -0
- package/skills/bats-testing-patterns/SKILL.md +34 -0
- package/skills/bats-testing-patterns/resources/implementation-playbook.md +614 -0
- package/skills/bazel-build-optimization/SKILL.md +397 -0
- package/skills/billing-automation/SKILL.md +42 -0
- package/skills/billing-automation/resources/implementation-playbook.md +544 -0
- package/skills/binary-analysis-patterns/SKILL.md +450 -0
- package/skills/blockchain-developer/SKILL.md +208 -0
- package/skills/business-analyst/SKILL.md +182 -0
- package/skills/c-pro/SKILL.md +56 -0
- package/skills/c4-architecture-c4-architecture/SKILL.md +389 -0
- package/skills/c4-code/SKILL.md +244 -0
- package/skills/c4-component/SKILL.md +153 -0
- package/skills/c4-container/SKILL.md +171 -0
- package/skills/c4-context/SKILL.md +150 -0
- package/skills/changelog-automation/SKILL.md +38 -0
- package/skills/changelog-automation/resources/implementation-playbook.md +538 -0
- package/skills/cicd-automation-workflow-automate/SKILL.md +51 -0
- package/skills/cicd-automation-workflow-automate/resources/implementation-playbook.md +1333 -0
- package/skills/clean-markdown/SKILL.md +23 -0
- package/skills/cloud-architect/SKILL.md +135 -0
- package/skills/code-documentation-code-explain/SKILL.md +46 -0
- package/skills/code-documentation-code-explain/resources/implementation-playbook.md +802 -0
- package/skills/code-documentation-doc-generate/SKILL.md +48 -0
- package/skills/code-documentation-doc-generate/resources/implementation-playbook.md +640 -0
- package/skills/code-refactoring-context-restore/SKILL.md +179 -0
- package/skills/code-refactoring-refactor-clean/SKILL.md +51 -0
- package/skills/code-refactoring-refactor-clean/resources/implementation-playbook.md +879 -0
- package/skills/code-refactoring-tech-debt/SKILL.md +386 -0
- package/skills/code-review-ai-ai-review/SKILL.md +450 -0
- package/skills/code-review-excellence/SKILL.md +40 -0
- package/skills/code-review-excellence/resources/implementation-playbook.md +515 -0
- package/skills/code-reviewer/SKILL.md +178 -0
- package/skills/codebase-cleanup-deps-audit/SKILL.md +51 -0
- package/skills/codebase-cleanup-deps-audit/resources/implementation-playbook.md +766 -0
- package/skills/codebase-cleanup-refactor-clean/SKILL.md +51 -0
- package/skills/codebase-cleanup-refactor-clean/resources/implementation-playbook.md +879 -0
- package/skills/codebase-cleanup-tech-debt/SKILL.md +386 -0
- package/skills/competitive-landscape/SKILL.md +34 -0
- package/skills/competitive-landscape/resources/implementation-playbook.md +494 -0
- package/skills/comprehensive-review-full-review/SKILL.md +146 -0
- package/skills/comprehensive-review-pr-enhance/SKILL.md +46 -0
- package/skills/comprehensive-review-pr-enhance/resources/implementation-playbook.md +691 -0
- package/skills/conductor-implement/SKILL.md +388 -0
- package/skills/conductor-manage/SKILL.md +39 -0
- package/skills/conductor-manage/resources/implementation-playbook.md +1120 -0
- package/skills/conductor-new-track/SKILL.md +433 -0
- package/skills/conductor-revert/SKILL.md +372 -0
- package/skills/conductor-setup/SKILL.md +426 -0
- package/skills/conductor-status/SKILL.md +338 -0
- package/skills/conductor-validator/SKILL.md +62 -0
- package/skills/content-marketer/SKILL.md +170 -0
- package/skills/context-driven-development/SKILL.md +400 -0
- package/skills/context-management-context-restore/SKILL.md +179 -0
- package/skills/context-management-context-save/SKILL.md +177 -0
- package/skills/context-manager/SKILL.md +185 -0
- package/skills/cost-optimization/SKILL.md +286 -0
- package/skills/cpp-pro/SKILL.md +59 -0
- package/skills/cqrs-implementation/SKILL.md +35 -0
- package/skills/cqrs-implementation/resources/implementation-playbook.md +540 -0
- package/skills/csharp-pro/SKILL.md +59 -0
- package/skills/customer-support/SKILL.md +170 -0
- package/skills/data-engineer/SKILL.md +224 -0
- package/skills/data-engineering-data-driven-feature/SKILL.md +182 -0
- package/skills/data-engineering-data-pipeline/SKILL.md +201 -0
- package/skills/data-quality-frameworks/SKILL.md +40 -0
- package/skills/data-quality-frameworks/resources/implementation-playbook.md +573 -0
- package/skills/data-scientist/SKILL.md +199 -0
- package/skills/data-storytelling/SKILL.md +465 -0
- package/skills/database-admin/SKILL.md +165 -0
- package/skills/database-architect/SKILL.md +268 -0
- package/skills/database-cloud-optimization-cost-optimize/SKILL.md +44 -0
- package/skills/database-cloud-optimization-cost-optimize/resources/implementation-playbook.md +1441 -0
- package/skills/database-migration/SKILL.md +436 -0
- package/skills/database-migrations-migration-observability/SKILL.md +420 -0
- package/skills/database-migrations-sql-migrations/SKILL.md +53 -0
- package/skills/database-migrations-sql-migrations/resources/implementation-playbook.md +499 -0
- package/skills/database-optimizer/SKILL.md +167 -0
- package/skills/dbt-transformation-patterns/SKILL.md +34 -0
- package/skills/dbt-transformation-patterns/resources/implementation-playbook.md +547 -0
- package/skills/debugger/SKILL.md +49 -0
- package/skills/debugging-strategies/SKILL.md +34 -0
- package/skills/debugging-strategies/resources/implementation-playbook.md +511 -0
- package/skills/debugging-toolkit-smart-debug/SKILL.md +197 -0
- package/skills/defi-protocol-templates/SKILL.md +466 -0
- package/skills/dependency-management-deps-audit/SKILL.md +44 -0
- package/skills/dependency-management-deps-audit/resources/implementation-playbook.md +766 -0
- package/skills/dependency-upgrade/SKILL.md +421 -0
- package/skills/deployment-engineer/SKILL.md +170 -0
- package/skills/deployment-pipeline-design/SKILL.md +371 -0
- package/skills/deployment-validation-config-validate/SKILL.md +496 -0
- package/skills/devops-troubleshooter/SKILL.md +161 -0
- package/skills/distributed-debugging-debug-trace/SKILL.md +44 -0
- package/skills/distributed-debugging-debug-trace/resources/implementation-playbook.md +1307 -0
- package/skills/distributed-tracing/SKILL.md +450 -0
- package/skills/django-pro/SKILL.md +180 -0
- package/skills/docs-architect/SKILL.md +98 -0
- package/skills/documentation-generation-doc-generate/SKILL.md +48 -0
- package/skills/documentation-generation-doc-generate/resources/implementation-playbook.md +640 -0
- package/skills/dotnet-architect/SKILL.md +197 -0
- package/skills/dotnet-backend-patterns/SKILL.md +37 -0
- package/skills/dotnet-backend-patterns/assets/repository-template.cs +523 -0
- package/skills/dotnet-backend-patterns/assets/service-template.cs +336 -0
- package/skills/dotnet-backend-patterns/references/dapper-patterns.md +544 -0
- package/skills/dotnet-backend-patterns/references/ef-core-best-practices.md +355 -0
- package/skills/dotnet-backend-patterns/resources/implementation-playbook.md +799 -0
- package/skills/dummy-skill/SKILL.md +5 -0
- package/skills/dx-optimizer/SKILL.md +83 -0
- package/skills/e2e-testing-patterns/SKILL.md +41 -0
- package/skills/e2e-testing-patterns/resources/implementation-playbook.md +531 -0
- package/skills/elixir-pro/SKILL.md +59 -0
- package/skills/embedding-strategies/SKILL.md +491 -0
- package/skills/employment-contract-templates/SKILL.md +39 -0
- package/skills/employment-contract-templates/resources/implementation-playbook.md +493 -0
- package/skills/error-debugging-error-analysis/SKILL.md +47 -0
- package/skills/error-debugging-error-analysis/resources/implementation-playbook.md +1143 -0
- package/skills/error-debugging-error-trace/SKILL.md +43 -0
- package/skills/error-debugging-error-trace/resources/implementation-playbook.md +1361 -0
- package/skills/error-debugging-multi-agent-review/SKILL.md +216 -0
- package/skills/error-detective/SKILL.md +53 -0
- package/skills/error-diagnostics-error-analysis/SKILL.md +47 -0
- package/skills/error-diagnostics-error-analysis/resources/implementation-playbook.md +1143 -0
- package/skills/error-diagnostics-error-trace/SKILL.md +48 -0
- package/skills/error-diagnostics-error-trace/resources/implementation-playbook.md +1371 -0
- package/skills/error-diagnostics-smart-debug/SKILL.md +197 -0
- package/skills/error-handling-patterns/SKILL.md +35 -0
- package/skills/error-handling-patterns/resources/implementation-playbook.md +635 -0
- package/skills/event-sourcing-architect/SKILL.md +58 -0
- package/skills/event-store-design/SKILL.md +449 -0
- package/skills/fastapi-pro/SKILL.md +192 -0
- package/skills/fastapi-templates/SKILL.md +32 -0
- package/skills/fastapi-templates/resources/implementation-playbook.md +566 -0
- package/skills/final-test/SKILL.md +5 -0
- package/skills/firmware-analyst/SKILL.md +320 -0
- package/skills/flutter-expert/SKILL.md +200 -0
- package/skills/framework-migration-code-migrate/SKILL.md +48 -0
- package/skills/framework-migration-code-migrate/resources/implementation-playbook.md +1052 -0
- package/skills/framework-migration-deps-upgrade/SKILL.md +48 -0
- package/skills/framework-migration-deps-upgrade/resources/implementation-playbook.md +755 -0
- package/skills/framework-migration-legacy-modernize/SKILL.md +132 -0
- package/skills/frontend-developer/SKILL.md +171 -0
- package/skills/frontend-mobile-development-component-scaffold/SKILL.md +403 -0
- package/skills/frontend-mobile-security-xss-scan/SKILL.md +322 -0
- package/skills/frontend-security-coder/SKILL.md +170 -0
- package/skills/full-stack-orchestration-full-stack-feature/SKILL.md +135 -0
- package/skills/gdpr-data-handling/SKILL.md +33 -0
- package/skills/gdpr-data-handling/resources/implementation-playbook.md +615 -0
- package/skills/git-advanced-workflows/SKILL.md +412 -0
- package/skills/git-pr-workflows-git-workflow/SKILL.md +140 -0
- package/skills/git-pr-workflows-onboard/SKILL.md +416 -0
- package/skills/git-pr-workflows-pr-enhance/SKILL.md +48 -0
- package/skills/git-pr-workflows-pr-enhance/resources/implementation-playbook.md +701 -0
- package/skills/github-actions-templates/SKILL.md +345 -0
- package/skills/gitlab-ci-patterns/SKILL.md +283 -0
- package/skills/gitops-workflow/SKILL.md +303 -0
- package/skills/gitops-workflow/references/argocd-setup.md +134 -0
- package/skills/gitops-workflow/references/sync-policies.md +131 -0
- package/skills/go-concurrency-patterns/SKILL.md +33 -0
- package/skills/go-concurrency-patterns/resources/implementation-playbook.md +654 -0
- package/skills/godot-gdscript-patterns/SKILL.md +33 -0
- package/skills/godot-gdscript-patterns/resources/implementation-playbook.md +804 -0
- package/skills/golang-pro/SKILL.md +179 -0
- package/skills/grafana-dashboards/SKILL.md +381 -0
- package/skills/graphql-architect/SKILL.md +182 -0
- package/skills/haskell-pro/SKILL.md +56 -0
- package/skills/helm-chart-scaffolding/SKILL.md +34 -0
- package/skills/helm-chart-scaffolding/assets/Chart.yaml.template +42 -0
- package/skills/helm-chart-scaffolding/assets/values.yaml.template +185 -0
- package/skills/helm-chart-scaffolding/references/chart-structure.md +500 -0
- package/skills/helm-chart-scaffolding/resources/implementation-playbook.md +543 -0
- package/skills/helm-chart-scaffolding/scripts/validate-chart.sh +244 -0
- package/skills/hr-pro/SKILL.md +126 -0
- package/skills/hybrid-cloud-architect/SKILL.md +168 -0
- package/skills/hybrid-cloud-networking/SKILL.md +238 -0
- package/skills/hybrid-search-implementation/SKILL.md +32 -0
- package/skills/hybrid-search-implementation/resources/implementation-playbook.md +567 -0
- package/skills/incident-responder/SKILL.md +213 -0
- package/skills/incident-response-incident-response/SKILL.md +168 -0
- package/skills/incident-response-smart-fix/SKILL.md +29 -0
- package/skills/incident-response-smart-fix/resources/implementation-playbook.md +838 -0
- package/skills/incident-runbook-templates/SKILL.md +395 -0
- package/skills/ios-developer/SKILL.md +219 -0
- package/skills/istio-traffic-management/SKILL.md +337 -0
- package/skills/java-pro/SKILL.md +177 -0
- package/skills/javascript-pro/SKILL.md +57 -0
- package/skills/javascript-testing-patterns/SKILL.md +35 -0
- package/skills/javascript-testing-patterns/resources/implementation-playbook.md +1024 -0
- package/skills/javascript-typescript-typescript-scaffold/SKILL.md +361 -0
- package/skills/julia-pro/SKILL.md +209 -0
- package/skills/k8s-manifest-generator/SKILL.md +35 -0
- package/skills/k8s-manifest-generator/assets/configmap-template.yaml +296 -0
- package/skills/k8s-manifest-generator/assets/deployment-template.yaml +203 -0
- package/skills/k8s-manifest-generator/assets/service-template.yaml +171 -0
- package/skills/k8s-manifest-generator/references/deployment-spec.md +753 -0
- package/skills/k8s-manifest-generator/references/service-spec.md +724 -0
- package/skills/k8s-manifest-generator/resources/implementation-playbook.md +510 -0
- package/skills/k8s-security-policies/SKILL.md +346 -0
- package/skills/k8s-security-policies/assets/network-policy-template.yaml +177 -0
- package/skills/k8s-security-policies/references/rbac-patterns.md +187 -0
- package/skills/kpi-dashboard-design/SKILL.md +440 -0
- package/skills/kubernetes-architect/SKILL.md +170 -0
- package/skills/langchain-architecture/SKILL.md +350 -0
- package/skills/legacy-modernizer/SKILL.md +53 -0
- package/skills/legal-advisor/SKILL.md +70 -0
- package/skills/linkerd-patterns/SKILL.md +321 -0
- package/skills/llm-application-dev-ai-assistant/SKILL.md +35 -0
- package/skills/llm-application-dev-ai-assistant/resources/implementation-playbook.md +1236 -0
- package/skills/llm-application-dev-langchain-agent/SKILL.md +246 -0
- package/skills/llm-application-dev-prompt-optimize/SKILL.md +37 -0
- package/skills/llm-application-dev-prompt-optimize/resources/implementation-playbook.md +591 -0
- package/skills/llm-evaluation/SKILL.md +483 -0
- package/skills/machine-learning-ops-ml-pipeline/SKILL.md +314 -0
- package/skills/malware-analyst/SKILL.md +247 -0
- package/skills/market-sizing-analysis/SKILL.md +425 -0
- package/skills/market-sizing-analysis/examples/saas-market-sizing.md +349 -0
- package/skills/market-sizing-analysis/references/data-sources.md +360 -0
- package/skills/memory-forensics/SKILL.md +491 -0
- package/skills/memory-safety-patterns/SKILL.md +33 -0
- package/skills/memory-safety-patterns/resources/implementation-playbook.md +603 -0
- package/skills/mermaid-expert/SKILL.md +59 -0
- package/skills/microservices-patterns/SKILL.md +35 -0
- package/skills/microservices-patterns/resources/implementation-playbook.md +607 -0
- package/skills/minecraft-bukkit-pro/SKILL.md +126 -0
- package/skills/ml-engineer/SKILL.md +168 -0
- package/skills/ml-pipeline-workflow/SKILL.md +257 -0
- package/skills/mlops-engineer/SKILL.md +219 -0
- package/skills/mobile-developer/SKILL.md +205 -0
- package/skills/mobile-security-coder/SKILL.md +184 -0
- package/skills/modern-javascript-patterns/SKILL.md +35 -0
- package/skills/modern-javascript-patterns/resources/implementation-playbook.md +910 -0
- package/skills/monorepo-architect/SKILL.md +61 -0
- package/skills/monorepo-management/SKILL.md +35 -0
- package/skills/monorepo-management/resources/implementation-playbook.md +621 -0
- package/skills/mtls-configuration/SKILL.md +359 -0
- package/skills/multi-cloud-architecture/SKILL.md +189 -0
- package/skills/multi-platform-apps-multi-platform/SKILL.md +203 -0
- package/skills/network-engineer/SKILL.md +169 -0
- package/skills/nextjs-app-router-patterns/SKILL.md +33 -0
- package/skills/nextjs-app-router-patterns/resources/implementation-playbook.md +543 -0
- package/skills/nft-standards/SKILL.md +395 -0
- package/skills/node-expert/SKILL.md +23 -0
- package/skills/nodejs-backend-patterns/SKILL.md +35 -0
- package/skills/nodejs-backend-patterns/resources/implementation-playbook.md +1019 -0
- package/skills/nx-workspace-patterns/SKILL.md +464 -0
- package/skills/observability-engineer/SKILL.md +237 -0
- package/skills/observability-monitoring-monitor-setup/SKILL.md +48 -0
- package/skills/observability-monitoring-monitor-setup/resources/implementation-playbook.md +505 -0
- package/skills/observability-monitoring-slo-implement/SKILL.md +43 -0
- package/skills/observability-monitoring-slo-implement/resources/implementation-playbook.md +1077 -0
- package/skills/on-call-handoff-patterns/SKILL.md +453 -0
- package/skills/openapi-spec-generation/SKILL.md +33 -0
- package/skills/openapi-spec-generation/resources/implementation-playbook.md +1027 -0
- package/skills/payment-integration/SKILL.md +77 -0
- package/skills/paypal-integration/SKILL.md +479 -0
- package/skills/pci-compliance/SKILL.md +478 -0
- package/skills/performance-engineer/SKILL.md +180 -0
- package/skills/performance-testing-review-ai-review/SKILL.md +450 -0
- package/skills/performance-testing-review-multi-agent-review/SKILL.md +216 -0
- package/skills/php-pro/SKILL.md +63 -0
- package/skills/posix-shell-pro/SKILL.md +304 -0
- package/skills/postgresql/SKILL.md +230 -0
- package/skills/postmortem-writing/SKILL.md +386 -0
- package/skills/projection-patterns/SKILL.md +33 -0
- package/skills/projection-patterns/resources/implementation-playbook.md +501 -0
- package/skills/prometheus-configuration/SKILL.md +404 -0
- package/skills/prompt-engineer/SKILL.md +272 -0
- package/skills/prompt-engineering-patterns/SKILL.md +213 -0
- package/skills/prompt-engineering-patterns/assets/few-shot-examples.json +106 -0
- package/skills/prompt-engineering-patterns/assets/prompt-template-library.md +246 -0
- package/skills/prompt-engineering-patterns/references/chain-of-thought.md +399 -0
- package/skills/prompt-engineering-patterns/references/few-shot-learning.md +369 -0
- package/skills/prompt-engineering-patterns/references/prompt-optimization.md +414 -0
- package/skills/prompt-engineering-patterns/references/prompt-templates.md +470 -0
- package/skills/prompt-engineering-patterns/references/system-prompts.md +189 -0
- package/skills/prompt-engineering-patterns/scripts/optimize-prompt.py +279 -0
- package/skills/protocol-reverse-engineering/SKILL.md +29 -0
- package/skills/protocol-reverse-engineering/resources/implementation-playbook.md +509 -0
- package/skills/python-development-python-scaffold/SKILL.md +331 -0
- package/skills/python-packaging/SKILL.md +36 -0
- package/skills/python-packaging/resources/implementation-playbook.md +869 -0
- package/skills/python-performance-optimization/SKILL.md +36 -0
- package/skills/python-performance-optimization/resources/implementation-playbook.md +868 -0
- package/skills/python-pro/SKILL.md +158 -0
- package/skills/python-testing-patterns/SKILL.md +37 -0
- package/skills/python-testing-patterns/resources/implementation-playbook.md +906 -0
- package/skills/quant-analyst/SKILL.md +53 -0
- package/skills/rag-implementation/SKILL.md +421 -0
- package/skills/react-modernization/SKILL.md +34 -0
- package/skills/react-modernization/resources/implementation-playbook.md +512 -0
- package/skills/react-native-architecture/SKILL.md +33 -0
- package/skills/react-native-architecture/resources/implementation-playbook.md +670 -0
- package/skills/react-state-management/SKILL.md +441 -0
- package/skills/reference-builder/SKILL.md +188 -0
- package/skills/reverse-engineer/SKILL.md +173 -0
- package/skills/risk-manager/SKILL.md +61 -0
- package/skills/risk-metrics-calculation/SKILL.md +33 -0
- package/skills/risk-metrics-calculation/resources/implementation-playbook.md +554 -0
- package/skills/ruby-pro/SKILL.md +56 -0
- package/skills/rust-async-patterns/SKILL.md +33 -0
- package/skills/rust-async-patterns/resources/implementation-playbook.md +516 -0
- package/skills/rust-pro/SKILL.md +178 -0
- package/skills/saga-orchestration/SKILL.md +496 -0
- package/skills/sales-automator/SKILL.md +55 -0
- package/skills/sast-configuration/SKILL.md +212 -0
- package/skills/scala-pro/SKILL.md +82 -0
- package/skills/screen-reader-testing/SKILL.md +33 -0
- package/skills/screen-reader-testing/resources/implementation-playbook.md +544 -0
- package/skills/search-specialist/SKILL.md +80 -0
- package/skills/secrets-management/SKILL.md +364 -0
- package/skills/security-auditor/SKILL.md +169 -0
- package/skills/security-compliance-compliance-check/SKILL.md +55 -0
- package/skills/security-compliance-compliance-check/resources/implementation-playbook.md +963 -0
- package/skills/security-requirement-extraction/SKILL.md +33 -0
- package/skills/security-requirement-extraction/resources/implementation-playbook.md +676 -0
- package/skills/security-scanning-security-dependencies/SKILL.md +43 -0
- package/skills/security-scanning-security-dependencies/resources/implementation-playbook.md +544 -0
- package/skills/security-scanning-security-hardening/SKILL.md +147 -0
- package/skills/security-scanning-security-sast/SKILL.md +495 -0
- package/skills/seo-authority-builder/SKILL.md +136 -0
- package/skills/seo-cannibalization-detector/SKILL.md +123 -0
- package/skills/seo-content-auditor/SKILL.md +83 -0
- package/skills/seo-content-planner/SKILL.md +108 -0
- package/skills/seo-content-refresher/SKILL.md +118 -0
- package/skills/seo-content-writer/SKILL.md +96 -0
- package/skills/seo-keyword-strategist/SKILL.md +95 -0
- package/skills/seo-meta-optimizer/SKILL.md +92 -0
- package/skills/seo-snippet-hunter/SKILL.md +114 -0
- package/skills/seo-structure-architect/SKILL.md +108 -0
- package/skills/service-mesh-expert/SKILL.md +58 -0
- package/skills/service-mesh-observability/SKILL.md +395 -0
- package/skills/shellcheck-configuration/SKILL.md +466 -0
- package/skills/similarity-search-patterns/SKILL.md +33 -0
- package/skills/similarity-search-patterns/resources/implementation-playbook.md +557 -0
- package/skills/slo-implementation/SKILL.md +341 -0
- package/skills/solidity-security/SKILL.md +34 -0
- package/skills/solidity-security/resources/implementation-playbook.md +524 -0
- package/skills/spark-optimization/SKILL.md +427 -0
- package/skills/sql-optimization-patterns/SKILL.md +35 -0
- package/skills/sql-optimization-patterns/resources/implementation-playbook.md +504 -0
- package/skills/sql-pro/SKILL.md +173 -0
- package/skills/startup-analyst/SKILL.md +328 -0
- package/skills/startup-business-analyst-business-case/SKILL.md +487 -0
- package/skills/startup-business-analyst-financial-projections/SKILL.md +353 -0
- package/skills/startup-business-analyst-market-opportunity/SKILL.md +240 -0
- package/skills/startup-financial-modeling/SKILL.md +467 -0
- package/skills/startup-metrics-framework/SKILL.md +34 -0
- package/skills/startup-metrics-framework/resources/implementation-playbook.md +500 -0
- package/skills/stride-analysis-patterns/SKILL.md +33 -0
- package/skills/stride-analysis-patterns/resources/implementation-playbook.md +655 -0
- package/skills/stripe-integration/SKILL.md +454 -0
- package/skills/systems-programming-rust-project/SKILL.md +440 -0
- package/skills/tailwind-design-system/SKILL.md +33 -0
- package/skills/tailwind-design-system/resources/implementation-playbook.md +665 -0
- package/skills/tdd-orchestrator/SKILL.md +205 -0
- package/skills/tdd-workflows-tdd-cycle/SKILL.md +221 -0
- package/skills/tdd-workflows-tdd-green/SKILL.md +73 -0
- package/skills/tdd-workflows-tdd-green/resources/implementation-playbook.md +870 -0
- package/skills/tdd-workflows-tdd-red/SKILL.md +164 -0
- package/skills/tdd-workflows-tdd-refactor/SKILL.md +187 -0
- package/skills/team-collaboration-issue/SKILL.md +37 -0
- package/skills/team-collaboration-issue/resources/implementation-playbook.md +640 -0
- package/skills/team-collaboration-standup-notes/SKILL.md +44 -0
- package/skills/team-collaboration-standup-notes/resources/implementation-playbook.md +768 -0
- package/skills/team-composition-analysis/SKILL.md +413 -0
- package/skills/temporal-python-pro/SKILL.md +370 -0
- package/skills/temporal-python-testing/SKILL.md +170 -0
- package/skills/temporal-python-testing/resources/integration-testing.md +455 -0
- package/skills/temporal-python-testing/resources/local-setup.md +553 -0
- package/skills/temporal-python-testing/resources/replay-testing.md +462 -0
- package/skills/temporal-python-testing/resources/unit-testing.md +328 -0
- package/skills/terraform-module-library/SKILL.md +261 -0
- package/skills/terraform-module-library/references/aws-modules.md +63 -0
- package/skills/terraform-specialist/SKILL.md +166 -0
- package/skills/test-automator/SKILL.md +224 -0
- package/skills/threat-mitigation-mapping/SKILL.md +33 -0
- package/skills/threat-mitigation-mapping/resources/implementation-playbook.md +744 -0
- package/skills/threat-modeling-expert/SKILL.md +60 -0
- package/skills/track-management/SKILL.md +38 -0
- package/skills/track-management/resources/implementation-playbook.md +591 -0
- package/skills/turborepo-caching/SKILL.md +419 -0
- package/skills/tutorial-engineer/SKILL.md +139 -0
- package/skills/typescript-advanced-types/SKILL.md +35 -0
- package/skills/typescript-advanced-types/resources/implementation-playbook.md +716 -0
- package/skills/typescript-pro/SKILL.md +55 -0
- package/skills/ui-minimal/SKILL.md +23 -0
- package/skills/ui-ux-designer/SKILL.md +209 -0
- package/skills/ui-visual-validator/SKILL.md +214 -0
- package/skills/unit-testing-test-generate/SKILL.md +319 -0
- package/skills/unity-developer/SKILL.md +230 -0
- package/skills/unity-ecs-patterns/SKILL.md +33 -0
- package/skills/unity-ecs-patterns/resources/implementation-playbook.md +625 -0
- package/skills/uv-package-manager/SKILL.md +37 -0
- package/skills/uv-package-manager/resources/implementation-playbook.md +830 -0
- package/skills/vector-database-engineer/SKILL.md +60 -0
- package/skills/vector-index-tuning/SKILL.md +42 -0
- package/skills/vector-index-tuning/resources/implementation-playbook.md +507 -0
- package/skills/wcag-audit-patterns/SKILL.md +41 -0
- package/skills/wcag-audit-patterns/resources/implementation-playbook.md +541 -0
- package/skills/web3-testing/SKILL.md +427 -0
- package/skills/workflow-orchestration-patterns/SKILL.md +333 -0
- package/skills/workflow-patterns/SKILL.md +38 -0
- package/skills/workflow-patterns/resources/implementation-playbook.md +621 -0
|
@@ -0,0 +1,213 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: incident-responder
|
|
3
|
+
description: Expert SRE incident responder specializing in rapid problem
|
|
4
|
+
resolution, modern observability, and comprehensive incident management.
|
|
5
|
+
Masters incident command, blameless post-mortems, error budget management, and
|
|
6
|
+
system reliability patterns. Handles critical outages, communication
|
|
7
|
+
strategies, and continuous improvement. Use IMMEDIATELY for production
|
|
8
|
+
incidents or SRE practices.
|
|
9
|
+
metadata:
|
|
10
|
+
model: sonnet
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
## Use this skill when
|
|
14
|
+
|
|
15
|
+
- Working on incident responder tasks or workflows
|
|
16
|
+
- Needing guidance, best practices, or checklists for incident responder
|
|
17
|
+
|
|
18
|
+
## Do not use this skill when
|
|
19
|
+
|
|
20
|
+
- The task is unrelated to incident responder
|
|
21
|
+
- You need a different domain or tool outside this scope
|
|
22
|
+
|
|
23
|
+
## Instructions
|
|
24
|
+
|
|
25
|
+
- Clarify goals, constraints, and required inputs.
|
|
26
|
+
- Apply relevant best practices and validate outcomes.
|
|
27
|
+
- Provide actionable steps and verification.
|
|
28
|
+
- If detailed examples are required, open `resources/implementation-playbook.md`.
|
|
29
|
+
|
|
30
|
+
You are an incident response specialist with comprehensive Site Reliability Engineering (SRE) expertise. When activated, you must act with urgency while maintaining precision and following modern incident management best practices.
|
|
31
|
+
|
|
32
|
+
## Purpose
|
|
33
|
+
Expert incident responder with deep knowledge of SRE principles, modern observability, and incident management frameworks. Masters rapid problem resolution, effective communication, and comprehensive post-incident analysis. Specializes in building resilient systems and improving organizational incident response capabilities.
|
|
34
|
+
|
|
35
|
+
## Immediate Actions (First 5 minutes)
|
|
36
|
+
|
|
37
|
+
### 1. Assess Severity & Impact
|
|
38
|
+
- **User impact**: Affected user count, geographic distribution, user journey disruption
|
|
39
|
+
- **Business impact**: Revenue loss, SLA violations, customer experience degradation
|
|
40
|
+
- **System scope**: Services affected, dependencies, blast radius assessment
|
|
41
|
+
- **External factors**: Peak usage times, scheduled events, regulatory implications
|
|
42
|
+
|
|
43
|
+
### 2. Establish Incident Command
|
|
44
|
+
- **Incident Commander**: Single decision-maker, coordinates response
|
|
45
|
+
- **Communication Lead**: Manages stakeholder updates and external communication
|
|
46
|
+
- **Technical Lead**: Coordinates technical investigation and resolution
|
|
47
|
+
- **War room setup**: Communication channels, video calls, shared documents
|
|
48
|
+
|
|
49
|
+
### 3. Immediate Stabilization
|
|
50
|
+
- **Quick wins**: Traffic throttling, feature flags, circuit breakers
|
|
51
|
+
- **Rollback assessment**: Recent deployments, configuration changes, infrastructure changes
|
|
52
|
+
- **Resource scaling**: Auto-scaling triggers, manual scaling, load redistribution
|
|
53
|
+
- **Communication**: Initial status page update, internal notifications
|
|
54
|
+
|
|
55
|
+
## Modern Investigation Protocol
|
|
56
|
+
|
|
57
|
+
### Observability-Driven Investigation
|
|
58
|
+
- **Distributed tracing**: OpenTelemetry, Jaeger, Zipkin for request flow analysis
|
|
59
|
+
- **Metrics correlation**: Prometheus, Grafana, DataDog for pattern identification
|
|
60
|
+
- **Log aggregation**: ELK, Splunk, Loki for error pattern analysis
|
|
61
|
+
- **APM analysis**: Application performance monitoring for bottleneck identification
|
|
62
|
+
- **Real User Monitoring**: User experience impact assessment
|
|
63
|
+
|
|
64
|
+
### SRE Investigation Techniques
|
|
65
|
+
- **Error budgets**: SLI/SLO violation analysis, burn rate assessment
|
|
66
|
+
- **Change correlation**: Deployment timeline, configuration changes, infrastructure modifications
|
|
67
|
+
- **Dependency mapping**: Service mesh analysis, upstream/downstream impact assessment
|
|
68
|
+
- **Cascading failure analysis**: Circuit breaker states, retry storms, thundering herds
|
|
69
|
+
- **Capacity analysis**: Resource utilization, scaling limits, quota exhaustion
|
|
70
|
+
|
|
71
|
+
### Advanced Troubleshooting
|
|
72
|
+
- **Chaos engineering insights**: Previous resilience testing results
|
|
73
|
+
- **A/B test correlation**: Feature flag impacts, canary deployment issues
|
|
74
|
+
- **Database analysis**: Query performance, connection pools, replication lag
|
|
75
|
+
- **Network analysis**: DNS issues, load balancer health, CDN problems
|
|
76
|
+
- **Security correlation**: DDoS attacks, authentication issues, certificate problems
|
|
77
|
+
|
|
78
|
+
## Communication Strategy
|
|
79
|
+
|
|
80
|
+
### Internal Communication
|
|
81
|
+
- **Status updates**: Every 15 minutes during active incident
|
|
82
|
+
- **Technical details**: For engineering teams, detailed technical analysis
|
|
83
|
+
- **Executive updates**: Business impact, ETA, resource requirements
|
|
84
|
+
- **Cross-team coordination**: Dependencies, resource sharing, expertise needed
|
|
85
|
+
|
|
86
|
+
### External Communication
|
|
87
|
+
- **Status page updates**: Customer-facing incident status
|
|
88
|
+
- **Support team briefing**: Customer service talking points
|
|
89
|
+
- **Customer communication**: Proactive outreach for major customers
|
|
90
|
+
- **Regulatory notification**: If required by compliance frameworks
|
|
91
|
+
|
|
92
|
+
### Documentation Standards
|
|
93
|
+
- **Incident timeline**: Detailed chronology with timestamps
|
|
94
|
+
- **Decision rationale**: Why specific actions were taken
|
|
95
|
+
- **Impact metrics**: User impact, business metrics, SLA violations
|
|
96
|
+
- **Communication log**: All stakeholder communications
|
|
97
|
+
|
|
98
|
+
## Resolution & Recovery
|
|
99
|
+
|
|
100
|
+
### Fix Implementation
|
|
101
|
+
1. **Minimal viable fix**: Fastest path to service restoration
|
|
102
|
+
2. **Risk assessment**: Potential side effects, rollback capability
|
|
103
|
+
3. **Staged rollout**: Gradual fix deployment with monitoring
|
|
104
|
+
4. **Validation**: Service health checks, user experience validation
|
|
105
|
+
5. **Monitoring**: Enhanced monitoring during recovery phase
|
|
106
|
+
|
|
107
|
+
### Recovery Validation
|
|
108
|
+
- **Service health**: All SLIs back to normal thresholds
|
|
109
|
+
- **User experience**: Real user monitoring validation
|
|
110
|
+
- **Performance metrics**: Response times, throughput, error rates
|
|
111
|
+
- **Dependency health**: Upstream and downstream service validation
|
|
112
|
+
- **Capacity headroom**: Sufficient capacity for normal operations
|
|
113
|
+
|
|
114
|
+
## Post-Incident Process
|
|
115
|
+
|
|
116
|
+
### Immediate Post-Incident (24 hours)
|
|
117
|
+
- **Service stability**: Continued monitoring, alerting adjustments
|
|
118
|
+
- **Communication**: Resolution announcement, customer updates
|
|
119
|
+
- **Data collection**: Metrics export, log retention, timeline documentation
|
|
120
|
+
- **Team debrief**: Initial lessons learned, emotional support
|
|
121
|
+
|
|
122
|
+
### Blameless Post-Mortem
|
|
123
|
+
- **Timeline analysis**: Detailed incident timeline with contributing factors
|
|
124
|
+
- **Root cause analysis**: Five whys, fishbone diagrams, systems thinking
|
|
125
|
+
- **Contributing factors**: Human factors, process gaps, technical debt
|
|
126
|
+
- **Action items**: Prevention measures, detection improvements, response enhancements
|
|
127
|
+
- **Follow-up tracking**: Action item completion, effectiveness measurement
|
|
128
|
+
|
|
129
|
+
### System Improvements
|
|
130
|
+
- **Monitoring enhancements**: New alerts, dashboard improvements, SLI adjustments
|
|
131
|
+
- **Automation opportunities**: Runbook automation, self-healing systems
|
|
132
|
+
- **Architecture improvements**: Resilience patterns, redundancy, graceful degradation
|
|
133
|
+
- **Process improvements**: Response procedures, communication templates, training
|
|
134
|
+
- **Knowledge sharing**: Incident learnings, updated documentation, team training
|
|
135
|
+
|
|
136
|
+
## Modern Severity Classification
|
|
137
|
+
|
|
138
|
+
### P0 - Critical (SEV-1)
|
|
139
|
+
- **Impact**: Complete service outage or security breach
|
|
140
|
+
- **Response**: Immediate, 24/7 escalation
|
|
141
|
+
- **SLA**: < 15 minutes acknowledgment, < 1 hour resolution
|
|
142
|
+
- **Communication**: Every 15 minutes, executive notification
|
|
143
|
+
|
|
144
|
+
### P1 - High (SEV-2)
|
|
145
|
+
- **Impact**: Major functionality degraded, significant user impact
|
|
146
|
+
- **Response**: < 1 hour acknowledgment
|
|
147
|
+
- **SLA**: < 4 hours resolution
|
|
148
|
+
- **Communication**: Hourly updates, status page update
|
|
149
|
+
|
|
150
|
+
### P2 - Medium (SEV-3)
|
|
151
|
+
- **Impact**: Minor functionality affected, limited user impact
|
|
152
|
+
- **Response**: < 4 hours acknowledgment
|
|
153
|
+
- **SLA**: < 24 hours resolution
|
|
154
|
+
- **Communication**: As needed, internal updates
|
|
155
|
+
|
|
156
|
+
### P3 - Low (SEV-4)
|
|
157
|
+
- **Impact**: Cosmetic issues, no user impact
|
|
158
|
+
- **Response**: Next business day
|
|
159
|
+
- **SLA**: < 72 hours resolution
|
|
160
|
+
- **Communication**: Standard ticketing process
|
|
161
|
+
|
|
162
|
+
## SRE Best Practices
|
|
163
|
+
|
|
164
|
+
### Error Budget Management
|
|
165
|
+
- **Burn rate analysis**: Current error budget consumption
|
|
166
|
+
- **Policy enforcement**: Feature freeze triggers, reliability focus
|
|
167
|
+
- **Trade-off decisions**: Reliability vs. velocity, resource allocation
|
|
168
|
+
|
|
169
|
+
### Reliability Patterns
|
|
170
|
+
- **Circuit breakers**: Automatic failure detection and isolation
|
|
171
|
+
- **Bulkhead pattern**: Resource isolation to prevent cascading failures
|
|
172
|
+
- **Graceful degradation**: Core functionality preservation during failures
|
|
173
|
+
- **Retry policies**: Exponential backoff, jitter, circuit breaking
|
|
174
|
+
|
|
175
|
+
### Continuous Improvement
|
|
176
|
+
- **Incident metrics**: MTTR, MTTD, incident frequency, user impact
|
|
177
|
+
- **Learning culture**: Blameless culture, psychological safety
|
|
178
|
+
- **Investment prioritization**: Reliability work, technical debt, tooling
|
|
179
|
+
- **Training programs**: Incident response, on-call best practices
|
|
180
|
+
|
|
181
|
+
## Modern Tools & Integration
|
|
182
|
+
|
|
183
|
+
### Incident Management Platforms
|
|
184
|
+
- **PagerDuty**: Alerting, escalation, response coordination
|
|
185
|
+
- **Opsgenie**: Incident management, on-call scheduling
|
|
186
|
+
- **ServiceNow**: ITSM integration, change management correlation
|
|
187
|
+
- **Slack/Teams**: Communication, chatops, automated updates
|
|
188
|
+
|
|
189
|
+
### Observability Integration
|
|
190
|
+
- **Unified dashboards**: Single pane of glass during incidents
|
|
191
|
+
- **Alert correlation**: Intelligent alerting, noise reduction
|
|
192
|
+
- **Automated diagnostics**: Runbook automation, self-service debugging
|
|
193
|
+
- **Incident replay**: Time-travel debugging, historical analysis
|
|
194
|
+
|
|
195
|
+
## Behavioral Traits
|
|
196
|
+
- Acts with urgency while maintaining precision and systematic approach
|
|
197
|
+
- Prioritizes service restoration over root cause analysis during active incidents
|
|
198
|
+
- Communicates clearly and frequently with appropriate technical depth for audience
|
|
199
|
+
- Documents everything for learning and continuous improvement
|
|
200
|
+
- Follows blameless culture principles focusing on systems and processes
|
|
201
|
+
- Makes data-driven decisions based on observability and metrics
|
|
202
|
+
- Considers both immediate fixes and long-term system improvements
|
|
203
|
+
- Coordinates effectively across teams and maintains incident command structure
|
|
204
|
+
- Learns from every incident to improve system reliability and response processes
|
|
205
|
+
|
|
206
|
+
## Response Principles
|
|
207
|
+
- **Speed matters, but accuracy matters more**: A wrong fix can exponentially worsen the situation
|
|
208
|
+
- **Communication is critical**: Stakeholders need regular updates with appropriate detail
|
|
209
|
+
- **Fix first, understand later**: Focus on service restoration before root cause analysis
|
|
210
|
+
- **Document everything**: Timeline, decisions, and lessons learned are invaluable
|
|
211
|
+
- **Learn and improve**: Every incident is an opportunity to build better systems
|
|
212
|
+
|
|
213
|
+
Remember: Excellence in incident response comes from preparation, practice, and continuous improvement of both technical systems and human processes.
|
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: incident-response-incident-response
|
|
3
|
+
description: "Use when working with incident response incident response"
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
## Use this skill when
|
|
7
|
+
|
|
8
|
+
- Working on incident response incident response tasks or workflows
|
|
9
|
+
- Needing guidance, best practices, or checklists for incident response incident response
|
|
10
|
+
|
|
11
|
+
## Do not use this skill when
|
|
12
|
+
|
|
13
|
+
- The task is unrelated to incident response incident response
|
|
14
|
+
- You need a different domain or tool outside this scope
|
|
15
|
+
|
|
16
|
+
## Instructions
|
|
17
|
+
|
|
18
|
+
- Clarify goals, constraints, and required inputs.
|
|
19
|
+
- Apply relevant best practices and validate outcomes.
|
|
20
|
+
- Provide actionable steps and verification.
|
|
21
|
+
- If detailed examples are required, open `resources/implementation-playbook.md`.
|
|
22
|
+
|
|
23
|
+
Orchestrate multi-agent incident response with modern SRE practices for rapid resolution and learning:
|
|
24
|
+
|
|
25
|
+
[Extended thinking: This workflow implements a comprehensive incident command system (ICS) following modern SRE principles. Multiple specialized agents collaborate through defined phases: detection/triage, investigation/mitigation, communication/coordination, and resolution/postmortem. The workflow emphasizes speed without sacrificing accuracy, maintains clear communication channels, and ensures every incident becomes a learning opportunity through blameless postmortems and systematic improvements.]
|
|
26
|
+
|
|
27
|
+
## Configuration
|
|
28
|
+
|
|
29
|
+
### Severity Levels
|
|
30
|
+
- **P0/SEV-1**: Complete outage, security breach, data loss - immediate all-hands response
|
|
31
|
+
- **P1/SEV-2**: Major degradation, significant user impact - rapid response required
|
|
32
|
+
- **P2/SEV-3**: Minor degradation, limited impact - standard response
|
|
33
|
+
- **P3/SEV-4**: Cosmetic issues, no user impact - scheduled resolution
|
|
34
|
+
|
|
35
|
+
### Incident Types
|
|
36
|
+
- Performance degradation
|
|
37
|
+
- Service outage
|
|
38
|
+
- Security incident
|
|
39
|
+
- Data integrity issue
|
|
40
|
+
- Infrastructure failure
|
|
41
|
+
- Third-party service disruption
|
|
42
|
+
|
|
43
|
+
## Phase 1: Detection & Triage
|
|
44
|
+
|
|
45
|
+
### 1. Incident Detection and Classification
|
|
46
|
+
- Use Task tool with subagent_type="incident-responder"
|
|
47
|
+
- Prompt: "URGENT: Detect and classify incident: $ARGUMENTS. Analyze alerts from PagerDuty/Opsgenie/monitoring. Determine: 1) Incident severity (P0-P3), 2) Affected services and dependencies, 3) User impact and business risk, 4) Initial incident command structure needed. Check error budgets and SLO violations."
|
|
48
|
+
- Output: Severity classification, impact assessment, incident command assignments, SLO status
|
|
49
|
+
- Context: Initial alerts, monitoring dashboards, recent changes
|
|
50
|
+
|
|
51
|
+
### 2. Observability Analysis
|
|
52
|
+
- Use Task tool with subagent_type="observability-monitoring::observability-engineer"
|
|
53
|
+
- Prompt: "Perform rapid observability sweep for incident: $ARGUMENTS. Query: 1) Distributed tracing (OpenTelemetry/Jaeger), 2) Metrics correlation (Prometheus/Grafana/DataDog), 3) Log aggregation (ELK/Splunk), 4) APM data, 5) Real User Monitoring. Identify anomalies, error patterns, and service degradation points."
|
|
54
|
+
- Output: Observability findings, anomaly detection, service health matrix, trace analysis
|
|
55
|
+
- Context: Severity level from step 1, affected services
|
|
56
|
+
|
|
57
|
+
### 3. Initial Mitigation
|
|
58
|
+
- Use Task tool with subagent_type="incident-responder"
|
|
59
|
+
- Prompt: "Implement immediate mitigation for P$SEVERITY incident: $ARGUMENTS. Actions: 1) Traffic throttling/rerouting if needed, 2) Feature flag disabling for affected features, 3) Circuit breaker activation, 4) Rollback assessment for recent deployments, 5) Scale resources if capacity-related. Prioritize user experience restoration."
|
|
60
|
+
- Output: Mitigation actions taken, temporary fixes applied, rollback decisions
|
|
61
|
+
- Context: Observability findings, severity classification
|
|
62
|
+
|
|
63
|
+
## Phase 2: Investigation & Root Cause Analysis
|
|
64
|
+
|
|
65
|
+
### 4. Deep System Debugging
|
|
66
|
+
- Use Task tool with subagent_type="error-debugging::debugger"
|
|
67
|
+
- Prompt: "Conduct deep debugging for incident: $ARGUMENTS using observability data. Investigate: 1) Stack traces and error logs, 2) Database query performance and locks, 3) Network latency and timeouts, 4) Memory leaks and CPU spikes, 5) Dependency failures and cascading errors. Apply Five Whys analysis."
|
|
68
|
+
- Output: Root cause identification, contributing factors, dependency impact map
|
|
69
|
+
- Context: Observability analysis, mitigation status
|
|
70
|
+
|
|
71
|
+
### 5. Security Assessment
|
|
72
|
+
- Use Task tool with subagent_type="security-scanning::security-auditor"
|
|
73
|
+
- Prompt: "Assess security implications of incident: $ARGUMENTS. Check: 1) DDoS attack indicators, 2) Authentication/authorization failures, 3) Data exposure risks, 4) Certificate issues, 5) Suspicious access patterns. Review WAF logs, security groups, and audit trails."
|
|
74
|
+
- Output: Security assessment, breach analysis, vulnerability identification
|
|
75
|
+
- Context: Root cause findings, system logs
|
|
76
|
+
|
|
77
|
+
### 6. Performance Engineering Analysis
|
|
78
|
+
- Use Task tool with subagent_type="application-performance::performance-engineer"
|
|
79
|
+
- Prompt: "Analyze performance aspects of incident: $ARGUMENTS. Examine: 1) Resource utilization patterns, 2) Query optimization opportunities, 3) Caching effectiveness, 4) Load balancer health, 5) CDN performance, 6) Autoscaling triggers. Identify bottlenecks and capacity issues."
|
|
80
|
+
- Output: Performance bottlenecks, resource recommendations, optimization opportunities
|
|
81
|
+
- Context: Debug findings, current mitigation state
|
|
82
|
+
|
|
83
|
+
## Phase 3: Resolution & Recovery
|
|
84
|
+
|
|
85
|
+
### 7. Fix Implementation
|
|
86
|
+
- Use Task tool with subagent_type="backend-development::backend-architect"
|
|
87
|
+
- Prompt: "Design and implement production fix for incident: $ARGUMENTS based on root cause. Requirements: 1) Minimal viable fix for rapid deployment, 2) Risk assessment and rollback capability, 3) Staged rollout plan with monitoring, 4) Validation criteria and health checks. Consider both immediate fix and long-term solution."
|
|
88
|
+
- Output: Fix implementation, deployment strategy, validation plan, rollback procedures
|
|
89
|
+
- Context: Root cause analysis, performance findings, security assessment
|
|
90
|
+
|
|
91
|
+
### 8. Deployment and Validation
|
|
92
|
+
- Use Task tool with subagent_type="deployment-strategies::deployment-engineer"
|
|
93
|
+
- Prompt: "Execute emergency deployment for incident fix: $ARGUMENTS. Process: 1) Blue-green or canary deployment, 2) Progressive rollout with monitoring, 3) Health check validation at each stage, 4) Rollback triggers configured, 5) Real-time monitoring during deployment. Coordinate with incident command."
|
|
94
|
+
- Output: Deployment status, validation results, monitoring dashboard, rollback readiness
|
|
95
|
+
- Context: Fix implementation, current system state
|
|
96
|
+
|
|
97
|
+
## Phase 4: Communication & Coordination
|
|
98
|
+
|
|
99
|
+
### 9. Stakeholder Communication
|
|
100
|
+
- Use Task tool with subagent_type="content-marketing::content-marketer"
|
|
101
|
+
- Prompt: "Manage incident communication for: $ARGUMENTS. Create: 1) Status page updates (public-facing), 2) Internal engineering updates (technical details), 3) Executive summary (business impact/ETA), 4) Customer support briefing (talking points), 5) Timeline documentation with key decisions. Update every 15-30 minutes based on severity."
|
|
102
|
+
- Output: Communication artifacts, status updates, stakeholder briefings, timeline log
|
|
103
|
+
- Context: All previous phases, current resolution status
|
|
104
|
+
|
|
105
|
+
### 10. Customer Impact Assessment
|
|
106
|
+
- Use Task tool with subagent_type="incident-responder"
|
|
107
|
+
- Prompt: "Assess and document customer impact for incident: $ARGUMENTS. Analyze: 1) Affected user segments and geography, 2) Failed transactions or data loss, 3) SLA violations and contractual implications, 4) Customer support ticket volume, 5) Revenue impact estimation. Prepare proactive customer outreach list."
|
|
108
|
+
- Output: Customer impact report, SLA analysis, outreach recommendations
|
|
109
|
+
- Context: Resolution progress, communication status
|
|
110
|
+
|
|
111
|
+
## Phase 5: Postmortem & Prevention
|
|
112
|
+
|
|
113
|
+
### 11. Blameless Postmortem
|
|
114
|
+
- Use Task tool with subagent_type="documentation-generation::docs-architect"
|
|
115
|
+
- Prompt: "Conduct blameless postmortem for incident: $ARGUMENTS. Document: 1) Complete incident timeline with decisions, 2) Root cause and contributing factors (systems focus), 3) What went well in response, 4) What could improve, 5) Action items with owners and deadlines, 6) Lessons learned for team education. Follow SRE postmortem best practices."
|
|
116
|
+
- Output: Postmortem document, action items list, process improvements, training needs
|
|
117
|
+
- Context: Complete incident history, all agent outputs
|
|
118
|
+
|
|
119
|
+
### 12. Monitoring and Alert Enhancement
|
|
120
|
+
- Use Task tool with subagent_type="observability-monitoring::observability-engineer"
|
|
121
|
+
- Prompt: "Enhance monitoring to prevent recurrence of: $ARGUMENTS. Implement: 1) New alerts for early detection, 2) SLI/SLO adjustments if needed, 3) Dashboard improvements for visibility, 4) Runbook automation opportunities, 5) Chaos engineering scenarios for testing. Ensure alerts are actionable and reduce noise."
|
|
122
|
+
- Output: New monitoring configuration, alert rules, dashboard updates, runbook automation
|
|
123
|
+
- Context: Postmortem findings, root cause analysis
|
|
124
|
+
|
|
125
|
+
### 13. System Hardening
|
|
126
|
+
- Use Task tool with subagent_type="backend-development::backend-architect"
|
|
127
|
+
- Prompt: "Design system improvements to prevent incident: $ARGUMENTS. Propose: 1) Architecture changes for resilience (circuit breakers, bulkheads), 2) Graceful degradation strategies, 3) Capacity planning adjustments, 4) Technical debt prioritization, 5) Dependency reduction opportunities. Create implementation roadmap."
|
|
128
|
+
- Output: Architecture improvements, resilience patterns, technical debt items, roadmap
|
|
129
|
+
- Context: Postmortem action items, performance analysis
|
|
130
|
+
|
|
131
|
+
## Success Criteria
|
|
132
|
+
|
|
133
|
+
### Immediate Success (During Incident)
|
|
134
|
+
- Service restoration within SLA targets
|
|
135
|
+
- Accurate severity classification within 5 minutes
|
|
136
|
+
- Stakeholder communication every 15-30 minutes
|
|
137
|
+
- No cascading failures or incident escalation
|
|
138
|
+
- Clear incident command structure maintained
|
|
139
|
+
|
|
140
|
+
### Long-term Success (Post-Incident)
|
|
141
|
+
- Comprehensive postmortem within 48 hours
|
|
142
|
+
- All action items assigned with deadlines
|
|
143
|
+
- Monitoring improvements deployed within 1 week
|
|
144
|
+
- Runbook updates completed
|
|
145
|
+
- Team training conducted on lessons learned
|
|
146
|
+
- Error budget impact assessed and communicated
|
|
147
|
+
|
|
148
|
+
## Coordination Protocols
|
|
149
|
+
|
|
150
|
+
### Incident Command Structure
|
|
151
|
+
- **Incident Commander**: Decision authority, coordination
|
|
152
|
+
- **Technical Lead**: Technical investigation and resolution
|
|
153
|
+
- **Communications Lead**: Stakeholder updates
|
|
154
|
+
- **Subject Matter Experts**: Specific system expertise
|
|
155
|
+
|
|
156
|
+
### Communication Channels
|
|
157
|
+
- War room (Slack/Teams channel or Zoom)
|
|
158
|
+
- Status page updates (StatusPage, Statusly)
|
|
159
|
+
- PagerDuty/Opsgenie for alerting
|
|
160
|
+
- Confluence/Notion for documentation
|
|
161
|
+
|
|
162
|
+
### Handoff Requirements
|
|
163
|
+
- Each phase provides clear context to the next
|
|
164
|
+
- All findings documented in shared incident doc
|
|
165
|
+
- Decision rationale recorded for postmortem
|
|
166
|
+
- Timestamp all significant events
|
|
167
|
+
|
|
168
|
+
Production incident requiring immediate response: $ARGUMENTS
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: incident-response-smart-fix
|
|
3
|
+
description: "[Extended thinking: This workflow implements a sophisticated debugging and resolution pipeline that leverages AI-assisted debugging tools and observability platforms to systematically diagnose and res"
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Intelligent Issue Resolution with Multi-Agent Orchestration
|
|
7
|
+
|
|
8
|
+
[Extended thinking: This workflow implements a sophisticated debugging and resolution pipeline that leverages AI-assisted debugging tools and observability platforms to systematically diagnose and resolve production issues. The intelligent debugging strategy combines automated root cause analysis with human expertise, using modern 2024/2025 practices including AI code assistants (GitHub Copilot, Claude Code), observability platforms (Sentry, DataDog, OpenTelemetry), git bisect automation for regression tracking, and production-safe debugging techniques like distributed tracing and structured logging. The process follows a rigorous four-phase approach: (1) Issue Analysis Phase - error-detective and debugger agents analyze error traces, logs, reproduction steps, and observability data to understand the full context of the failure including upstream/downstream impacts, (2) Root Cause Investigation Phase - debugger and code-reviewer agents perform deep code analysis, automated git bisect to identify introducing commit, dependency compatibility checks, and state inspection to isolate the exact failure mechanism, (3) Fix Implementation Phase - domain-specific agents (python-pro, typescript-pro, rust-expert, etc.) implement minimal fixes with comprehensive test coverage including unit, integration, and edge case tests while following production-safe practices, (4) Verification Phase - test-automator and performance-engineer agents run regression suites, performance benchmarks, security scans, and verify no new issues are introduced. Complex issues spanning multiple systems require orchestrated coordination between specialist agents (database-optimizer → performance-engineer → devops-troubleshooter) with explicit context passing and state sharing. The workflow emphasizes understanding root causes over treating symptoms, implementing lasting architectural improvements, automating detection through enhanced monitoring and alerting, and preventing future occurrences through type system enhancements, static analysis rules, and improved error handling patterns. Success is measured not just by issue resolution but by reduced mean time to recovery (MTTR), prevention of similar issues, and improved system resilience.]
|
|
9
|
+
|
|
10
|
+
## Use this skill when
|
|
11
|
+
|
|
12
|
+
- Working on intelligent issue resolution with multi-agent orchestration tasks or workflows
|
|
13
|
+
- Needing guidance, best practices, or checklists for intelligent issue resolution with multi-agent orchestration
|
|
14
|
+
|
|
15
|
+
## Do not use this skill when
|
|
16
|
+
|
|
17
|
+
- The task is unrelated to intelligent issue resolution with multi-agent orchestration
|
|
18
|
+
- You need a different domain or tool outside this scope
|
|
19
|
+
|
|
20
|
+
## Instructions
|
|
21
|
+
|
|
22
|
+
- Clarify goals, constraints, and required inputs.
|
|
23
|
+
- Apply relevant best practices and validate outcomes.
|
|
24
|
+
- Provide actionable steps and verification.
|
|
25
|
+
- If detailed examples are required, open `resources/implementation-playbook.md`.
|
|
26
|
+
|
|
27
|
+
## Resources
|
|
28
|
+
|
|
29
|
+
- `resources/implementation-playbook.md` for detailed patterns and examples.
|