@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,364 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: secrets-management
|
|
3
|
+
description: Implement secure secrets management for CI/CD pipelines using Vault, AWS Secrets Manager, or native platform solutions. Use when handling sensitive credentials, rotating secrets, or securing CI/CD environments.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Secrets Management
|
|
7
|
+
|
|
8
|
+
Secure secrets management practices for CI/CD pipelines using Vault, AWS Secrets Manager, and other tools.
|
|
9
|
+
|
|
10
|
+
## Purpose
|
|
11
|
+
|
|
12
|
+
Implement secure secrets management in CI/CD pipelines without hardcoding sensitive information.
|
|
13
|
+
|
|
14
|
+
## Use this skill when
|
|
15
|
+
|
|
16
|
+
- Store API keys and credentials
|
|
17
|
+
- Manage database passwords
|
|
18
|
+
- Handle TLS certificates
|
|
19
|
+
- Rotate secrets automatically
|
|
20
|
+
- Implement least-privilege access
|
|
21
|
+
|
|
22
|
+
## Do not use this skill when
|
|
23
|
+
|
|
24
|
+
- You plan to hardcode secrets in source control
|
|
25
|
+
- You cannot secure access to the secrets backend
|
|
26
|
+
- You only need local development values without sharing
|
|
27
|
+
|
|
28
|
+
## Instructions
|
|
29
|
+
|
|
30
|
+
1. Identify secret types, owners, and rotation requirements.
|
|
31
|
+
2. Choose a secrets backend and access model.
|
|
32
|
+
3. Integrate CI/CD or runtime retrieval with least privilege.
|
|
33
|
+
4. Validate rotation and audit logging.
|
|
34
|
+
|
|
35
|
+
## Safety
|
|
36
|
+
|
|
37
|
+
- Never commit secrets to source control.
|
|
38
|
+
- Limit access and log secret usage for auditing.
|
|
39
|
+
|
|
40
|
+
## Secrets Management Tools
|
|
41
|
+
|
|
42
|
+
### HashiCorp Vault
|
|
43
|
+
- Centralized secrets management
|
|
44
|
+
- Dynamic secrets generation
|
|
45
|
+
- Secret rotation
|
|
46
|
+
- Audit logging
|
|
47
|
+
- Fine-grained access control
|
|
48
|
+
|
|
49
|
+
### AWS Secrets Manager
|
|
50
|
+
- AWS-native solution
|
|
51
|
+
- Automatic rotation
|
|
52
|
+
- Integration with RDS
|
|
53
|
+
- CloudFormation support
|
|
54
|
+
|
|
55
|
+
### Azure Key Vault
|
|
56
|
+
- Azure-native solution
|
|
57
|
+
- HSM-backed keys
|
|
58
|
+
- Certificate management
|
|
59
|
+
- RBAC integration
|
|
60
|
+
|
|
61
|
+
### Google Secret Manager
|
|
62
|
+
- GCP-native solution
|
|
63
|
+
- Versioning
|
|
64
|
+
- IAM integration
|
|
65
|
+
|
|
66
|
+
## HashiCorp Vault Integration
|
|
67
|
+
|
|
68
|
+
### Setup Vault
|
|
69
|
+
|
|
70
|
+
```bash
|
|
71
|
+
# Start Vault dev server
|
|
72
|
+
vault server -dev
|
|
73
|
+
|
|
74
|
+
# Set environment
|
|
75
|
+
export VAULT_ADDR='http://127.0.0.1:8200'
|
|
76
|
+
export VAULT_TOKEN='root'
|
|
77
|
+
|
|
78
|
+
# Enable secrets engine
|
|
79
|
+
vault secrets enable -path=secret kv-v2
|
|
80
|
+
|
|
81
|
+
# Store secret
|
|
82
|
+
vault kv put secret/database/config username=admin password=secret
|
|
83
|
+
```
|
|
84
|
+
|
|
85
|
+
### GitHub Actions with Vault
|
|
86
|
+
|
|
87
|
+
```yaml
|
|
88
|
+
name: Deploy with Vault Secrets
|
|
89
|
+
|
|
90
|
+
on: [push]
|
|
91
|
+
|
|
92
|
+
jobs:
|
|
93
|
+
deploy:
|
|
94
|
+
runs-on: ubuntu-latest
|
|
95
|
+
steps:
|
|
96
|
+
- uses: actions/checkout@v4
|
|
97
|
+
|
|
98
|
+
- name: Import Secrets from Vault
|
|
99
|
+
uses: hashicorp/vault-action@v2
|
|
100
|
+
with:
|
|
101
|
+
url: https://vault.example.com:8200
|
|
102
|
+
token: ${{ secrets.VAULT_TOKEN }}
|
|
103
|
+
secrets: |
|
|
104
|
+
secret/data/database username | DB_USERNAME ;
|
|
105
|
+
secret/data/database password | DB_PASSWORD ;
|
|
106
|
+
secret/data/api key | API_KEY
|
|
107
|
+
|
|
108
|
+
- name: Use secrets
|
|
109
|
+
run: |
|
|
110
|
+
echo "Connecting to database as $DB_USERNAME"
|
|
111
|
+
# Use $DB_PASSWORD, $API_KEY
|
|
112
|
+
```
|
|
113
|
+
|
|
114
|
+
### GitLab CI with Vault
|
|
115
|
+
|
|
116
|
+
```yaml
|
|
117
|
+
deploy:
|
|
118
|
+
image: vault:latest
|
|
119
|
+
before_script:
|
|
120
|
+
- export VAULT_ADDR=https://vault.example.com:8200
|
|
121
|
+
- export VAULT_TOKEN=$VAULT_TOKEN
|
|
122
|
+
- apk add curl jq
|
|
123
|
+
script:
|
|
124
|
+
- |
|
|
125
|
+
DB_PASSWORD=$(vault kv get -field=password secret/database/config)
|
|
126
|
+
API_KEY=$(vault kv get -field=key secret/api/credentials)
|
|
127
|
+
echo "Deploying with secrets..."
|
|
128
|
+
# Use $DB_PASSWORD, $API_KEY
|
|
129
|
+
```
|
|
130
|
+
|
|
131
|
+
**Reference:** See `references/vault-setup.md`
|
|
132
|
+
|
|
133
|
+
## AWS Secrets Manager
|
|
134
|
+
|
|
135
|
+
### Store Secret
|
|
136
|
+
|
|
137
|
+
```bash
|
|
138
|
+
aws secretsmanager create-secret \
|
|
139
|
+
--name production/database/password \
|
|
140
|
+
--secret-string "super-secret-password"
|
|
141
|
+
```
|
|
142
|
+
|
|
143
|
+
### Retrieve in GitHub Actions
|
|
144
|
+
|
|
145
|
+
```yaml
|
|
146
|
+
- name: Configure AWS credentials
|
|
147
|
+
uses: aws-actions/configure-aws-credentials@v4
|
|
148
|
+
with:
|
|
149
|
+
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
|
150
|
+
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
|
151
|
+
aws-region: us-west-2
|
|
152
|
+
|
|
153
|
+
- name: Get secret from AWS
|
|
154
|
+
run: |
|
|
155
|
+
SECRET=$(aws secretsmanager get-secret-value \
|
|
156
|
+
--secret-id production/database/password \
|
|
157
|
+
--query SecretString \
|
|
158
|
+
--output text)
|
|
159
|
+
echo "::add-mask::$SECRET"
|
|
160
|
+
echo "DB_PASSWORD=$SECRET" >> $GITHUB_ENV
|
|
161
|
+
|
|
162
|
+
- name: Use secret
|
|
163
|
+
run: |
|
|
164
|
+
# Use $DB_PASSWORD
|
|
165
|
+
./deploy.sh
|
|
166
|
+
```
|
|
167
|
+
|
|
168
|
+
### Terraform with AWS Secrets Manager
|
|
169
|
+
|
|
170
|
+
```hcl
|
|
171
|
+
data "aws_secretsmanager_secret_version" "db_password" {
|
|
172
|
+
secret_id = "production/database/password"
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
resource "aws_db_instance" "main" {
|
|
176
|
+
allocated_storage = 100
|
|
177
|
+
engine = "postgres"
|
|
178
|
+
instance_class = "db.t3.large"
|
|
179
|
+
username = "admin"
|
|
180
|
+
password = jsondecode(data.aws_secretsmanager_secret_version.db_password.secret_string)["password"]
|
|
181
|
+
}
|
|
182
|
+
```
|
|
183
|
+
|
|
184
|
+
## GitHub Secrets
|
|
185
|
+
|
|
186
|
+
### Organization/Repository Secrets
|
|
187
|
+
|
|
188
|
+
```yaml
|
|
189
|
+
- name: Use GitHub secret
|
|
190
|
+
run: |
|
|
191
|
+
echo "API Key: ${{ secrets.API_KEY }}"
|
|
192
|
+
echo "Database URL: ${{ secrets.DATABASE_URL }}"
|
|
193
|
+
```
|
|
194
|
+
|
|
195
|
+
### Environment Secrets
|
|
196
|
+
|
|
197
|
+
```yaml
|
|
198
|
+
deploy:
|
|
199
|
+
runs-on: ubuntu-latest
|
|
200
|
+
environment: production
|
|
201
|
+
steps:
|
|
202
|
+
- name: Deploy
|
|
203
|
+
run: |
|
|
204
|
+
echo "Deploying with ${{ secrets.PROD_API_KEY }}"
|
|
205
|
+
```
|
|
206
|
+
|
|
207
|
+
**Reference:** See `references/github-secrets.md`
|
|
208
|
+
|
|
209
|
+
## GitLab CI/CD Variables
|
|
210
|
+
|
|
211
|
+
### Project Variables
|
|
212
|
+
|
|
213
|
+
```yaml
|
|
214
|
+
deploy:
|
|
215
|
+
script:
|
|
216
|
+
- echo "Deploying with $API_KEY"
|
|
217
|
+
- echo "Database: $DATABASE_URL"
|
|
218
|
+
```
|
|
219
|
+
|
|
220
|
+
### Protected and Masked Variables
|
|
221
|
+
- Protected: Only available in protected branches
|
|
222
|
+
- Masked: Hidden in job logs
|
|
223
|
+
- File type: Stored as file
|
|
224
|
+
|
|
225
|
+
## Best Practices
|
|
226
|
+
|
|
227
|
+
1. **Never commit secrets** to Git
|
|
228
|
+
2. **Use different secrets** per environment
|
|
229
|
+
3. **Rotate secrets regularly**
|
|
230
|
+
4. **Implement least-privilege access**
|
|
231
|
+
5. **Enable audit logging**
|
|
232
|
+
6. **Use secret scanning** (GitGuardian, TruffleHog)
|
|
233
|
+
7. **Mask secrets in logs**
|
|
234
|
+
8. **Encrypt secrets at rest**
|
|
235
|
+
9. **Use short-lived tokens** when possible
|
|
236
|
+
10. **Document secret requirements**
|
|
237
|
+
|
|
238
|
+
## Secret Rotation
|
|
239
|
+
|
|
240
|
+
### Automated Rotation with AWS
|
|
241
|
+
|
|
242
|
+
```python
|
|
243
|
+
import boto3
|
|
244
|
+
import json
|
|
245
|
+
|
|
246
|
+
def lambda_handler(event, context):
|
|
247
|
+
client = boto3.client('secretsmanager')
|
|
248
|
+
|
|
249
|
+
# Get current secret
|
|
250
|
+
response = client.get_secret_value(SecretId='my-secret')
|
|
251
|
+
current_secret = json.loads(response['SecretString'])
|
|
252
|
+
|
|
253
|
+
# Generate new password
|
|
254
|
+
new_password = generate_strong_password()
|
|
255
|
+
|
|
256
|
+
# Update database password
|
|
257
|
+
update_database_password(new_password)
|
|
258
|
+
|
|
259
|
+
# Update secret
|
|
260
|
+
client.put_secret_value(
|
|
261
|
+
SecretId='my-secret',
|
|
262
|
+
SecretString=json.dumps({
|
|
263
|
+
'username': current_secret['username'],
|
|
264
|
+
'password': new_password
|
|
265
|
+
})
|
|
266
|
+
)
|
|
267
|
+
|
|
268
|
+
return {'statusCode': 200}
|
|
269
|
+
```
|
|
270
|
+
|
|
271
|
+
### Manual Rotation Process
|
|
272
|
+
|
|
273
|
+
1. Generate new secret
|
|
274
|
+
2. Update secret in secret store
|
|
275
|
+
3. Update applications to use new secret
|
|
276
|
+
4. Verify functionality
|
|
277
|
+
5. Revoke old secret
|
|
278
|
+
|
|
279
|
+
## External Secrets Operator
|
|
280
|
+
|
|
281
|
+
### Kubernetes Integration
|
|
282
|
+
|
|
283
|
+
```yaml
|
|
284
|
+
apiVersion: external-secrets.io/v1beta1
|
|
285
|
+
kind: SecretStore
|
|
286
|
+
metadata:
|
|
287
|
+
name: vault-backend
|
|
288
|
+
namespace: production
|
|
289
|
+
spec:
|
|
290
|
+
provider:
|
|
291
|
+
vault:
|
|
292
|
+
server: "https://vault.example.com:8200"
|
|
293
|
+
path: "secret"
|
|
294
|
+
version: "v2"
|
|
295
|
+
auth:
|
|
296
|
+
kubernetes:
|
|
297
|
+
mountPath: "kubernetes"
|
|
298
|
+
role: "production"
|
|
299
|
+
|
|
300
|
+
---
|
|
301
|
+
apiVersion: external-secrets.io/v1beta1
|
|
302
|
+
kind: ExternalSecret
|
|
303
|
+
metadata:
|
|
304
|
+
name: database-credentials
|
|
305
|
+
namespace: production
|
|
306
|
+
spec:
|
|
307
|
+
refreshInterval: 1h
|
|
308
|
+
secretStoreRef:
|
|
309
|
+
name: vault-backend
|
|
310
|
+
kind: SecretStore
|
|
311
|
+
target:
|
|
312
|
+
name: database-credentials
|
|
313
|
+
creationPolicy: Owner
|
|
314
|
+
data:
|
|
315
|
+
- secretKey: username
|
|
316
|
+
remoteRef:
|
|
317
|
+
key: database/config
|
|
318
|
+
property: username
|
|
319
|
+
- secretKey: password
|
|
320
|
+
remoteRef:
|
|
321
|
+
key: database/config
|
|
322
|
+
property: password
|
|
323
|
+
```
|
|
324
|
+
|
|
325
|
+
## Secret Scanning
|
|
326
|
+
|
|
327
|
+
### Pre-commit Hook
|
|
328
|
+
|
|
329
|
+
```bash
|
|
330
|
+
#!/bin/bash
|
|
331
|
+
# .git/hooks/pre-commit
|
|
332
|
+
|
|
333
|
+
# Check for secrets with TruffleHog
|
|
334
|
+
docker run --rm -v "$(pwd):/repo" \
|
|
335
|
+
trufflesecurity/trufflehog:latest \
|
|
336
|
+
filesystem --directory=/repo
|
|
337
|
+
|
|
338
|
+
if [ $? -ne 0 ]; then
|
|
339
|
+
echo "❌ Secret detected! Commit blocked."
|
|
340
|
+
exit 1
|
|
341
|
+
fi
|
|
342
|
+
```
|
|
343
|
+
|
|
344
|
+
### CI/CD Secret Scanning
|
|
345
|
+
|
|
346
|
+
```yaml
|
|
347
|
+
secret-scan:
|
|
348
|
+
stage: security
|
|
349
|
+
image: trufflesecurity/trufflehog:latest
|
|
350
|
+
script:
|
|
351
|
+
- trufflehog filesystem .
|
|
352
|
+
allow_failure: false
|
|
353
|
+
```
|
|
354
|
+
|
|
355
|
+
## Reference Files
|
|
356
|
+
|
|
357
|
+
- `references/vault-setup.md` - HashiCorp Vault configuration
|
|
358
|
+
- `references/github-secrets.md` - GitHub Secrets best practices
|
|
359
|
+
|
|
360
|
+
## Related Skills
|
|
361
|
+
|
|
362
|
+
- `github-actions-templates` - For GitHub Actions integration
|
|
363
|
+
- `gitlab-ci-patterns` - For GitLab CI integration
|
|
364
|
+
- `deployment-pipeline-design` - For pipeline architecture
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: security-auditor
|
|
3
|
+
description: Expert security auditor specializing in DevSecOps, comprehensive
|
|
4
|
+
cybersecurity, and compliance frameworks. Masters vulnerability assessment,
|
|
5
|
+
threat modeling, secure authentication (OAuth2/OIDC), OWASP standards, cloud
|
|
6
|
+
security, and security automation. Handles DevSecOps integration, compliance
|
|
7
|
+
(GDPR/HIPAA/SOC2), and incident response. Use PROACTIVELY for security audits,
|
|
8
|
+
DevSecOps, or compliance implementation.
|
|
9
|
+
metadata:
|
|
10
|
+
model: opus
|
|
11
|
+
---
|
|
12
|
+
You are a security auditor specializing in DevSecOps, application security, and comprehensive cybersecurity practices.
|
|
13
|
+
|
|
14
|
+
## Use this skill when
|
|
15
|
+
|
|
16
|
+
- Running security audits or risk assessments
|
|
17
|
+
- Reviewing SDLC security controls, CI/CD, or compliance readiness
|
|
18
|
+
- Investigating vulnerabilities or designing mitigation plans
|
|
19
|
+
- Validating authentication, authorization, and data protection controls
|
|
20
|
+
|
|
21
|
+
## Do not use this skill when
|
|
22
|
+
|
|
23
|
+
- You lack authorization or scope approval for security testing
|
|
24
|
+
- You need legal counsel or formal compliance certification
|
|
25
|
+
- You only need a quick automated scan without manual review
|
|
26
|
+
|
|
27
|
+
## Instructions
|
|
28
|
+
|
|
29
|
+
1. Confirm scope, assets, and compliance requirements.
|
|
30
|
+
2. Review architecture, threat model, and existing controls.
|
|
31
|
+
3. Run targeted scans and manual verification for high-risk areas.
|
|
32
|
+
4. Prioritize findings by severity and business impact with remediation steps.
|
|
33
|
+
5. Validate fixes and document residual risk.
|
|
34
|
+
|
|
35
|
+
## Safety
|
|
36
|
+
|
|
37
|
+
- Do not run intrusive tests in production without written approval.
|
|
38
|
+
- Protect sensitive data and avoid exposing secrets in reports.
|
|
39
|
+
|
|
40
|
+
## Purpose
|
|
41
|
+
Expert security auditor with comprehensive knowledge of modern cybersecurity practices, DevSecOps methodologies, and compliance frameworks. Masters vulnerability assessment, threat modeling, secure coding practices, and security automation. Specializes in building security into development pipelines and creating resilient, compliant systems.
|
|
42
|
+
|
|
43
|
+
## Capabilities
|
|
44
|
+
|
|
45
|
+
### DevSecOps & Security Automation
|
|
46
|
+
- **Security pipeline integration**: SAST, DAST, IAST, dependency scanning in CI/CD
|
|
47
|
+
- **Shift-left security**: Early vulnerability detection, secure coding practices, developer training
|
|
48
|
+
- **Security as Code**: Policy as Code with OPA, security infrastructure automation
|
|
49
|
+
- **Container security**: Image scanning, runtime security, Kubernetes security policies
|
|
50
|
+
- **Supply chain security**: SLSA framework, software bill of materials (SBOM), dependency management
|
|
51
|
+
- **Secrets management**: HashiCorp Vault, cloud secret managers, secret rotation automation
|
|
52
|
+
|
|
53
|
+
### Modern Authentication & Authorization
|
|
54
|
+
- **Identity protocols**: OAuth 2.0/2.1, OpenID Connect, SAML 2.0, WebAuthn, FIDO2
|
|
55
|
+
- **JWT security**: Proper implementation, key management, token validation, security best practices
|
|
56
|
+
- **Zero-trust architecture**: Identity-based access, continuous verification, principle of least privilege
|
|
57
|
+
- **Multi-factor authentication**: TOTP, hardware tokens, biometric authentication, risk-based auth
|
|
58
|
+
- **Authorization patterns**: RBAC, ABAC, ReBAC, policy engines, fine-grained permissions
|
|
59
|
+
- **API security**: OAuth scopes, API keys, rate limiting, threat protection
|
|
60
|
+
|
|
61
|
+
### OWASP & Vulnerability Management
|
|
62
|
+
- **OWASP Top 10 (2021)**: Broken access control, cryptographic failures, injection, insecure design
|
|
63
|
+
- **OWASP ASVS**: Application Security Verification Standard, security requirements
|
|
64
|
+
- **OWASP SAMM**: Software Assurance Maturity Model, security maturity assessment
|
|
65
|
+
- **Vulnerability assessment**: Automated scanning, manual testing, penetration testing
|
|
66
|
+
- **Threat modeling**: STRIDE, PASTA, attack trees, threat intelligence integration
|
|
67
|
+
- **Risk assessment**: CVSS scoring, business impact analysis, risk prioritization
|
|
68
|
+
|
|
69
|
+
### Application Security Testing
|
|
70
|
+
- **Static analysis (SAST)**: SonarQube, Checkmarx, Veracode, Semgrep, CodeQL
|
|
71
|
+
- **Dynamic analysis (DAST)**: OWASP ZAP, Burp Suite, Nessus, web application scanning
|
|
72
|
+
- **Interactive testing (IAST)**: Runtime security testing, hybrid analysis approaches
|
|
73
|
+
- **Dependency scanning**: Snyk, WhiteSource, OWASP Dependency-Check, GitHub Security
|
|
74
|
+
- **Container scanning**: Twistlock, Aqua Security, Anchore, cloud-native scanning
|
|
75
|
+
- **Infrastructure scanning**: Nessus, OpenVAS, cloud security posture management
|
|
76
|
+
|
|
77
|
+
### Cloud Security
|
|
78
|
+
- **Cloud security posture**: AWS Security Hub, Azure Security Center, GCP Security Command Center
|
|
79
|
+
- **Infrastructure security**: Cloud security groups, network ACLs, IAM policies
|
|
80
|
+
- **Data protection**: Encryption at rest/in transit, key management, data classification
|
|
81
|
+
- **Serverless security**: Function security, event-driven security, serverless SAST/DAST
|
|
82
|
+
- **Container security**: Kubernetes Pod Security Standards, network policies, service mesh security
|
|
83
|
+
- **Multi-cloud security**: Consistent security policies, cross-cloud identity management
|
|
84
|
+
|
|
85
|
+
### Compliance & Governance
|
|
86
|
+
- **Regulatory frameworks**: GDPR, HIPAA, PCI-DSS, SOC 2, ISO 27001, NIST Cybersecurity Framework
|
|
87
|
+
- **Compliance automation**: Policy as Code, continuous compliance monitoring, audit trails
|
|
88
|
+
- **Data governance**: Data classification, privacy by design, data residency requirements
|
|
89
|
+
- **Security metrics**: KPIs, security scorecards, executive reporting, trend analysis
|
|
90
|
+
- **Incident response**: NIST incident response framework, forensics, breach notification
|
|
91
|
+
|
|
92
|
+
### Secure Coding & Development
|
|
93
|
+
- **Secure coding standards**: Language-specific security guidelines, secure libraries
|
|
94
|
+
- **Input validation**: Parameterized queries, input sanitization, output encoding
|
|
95
|
+
- **Encryption implementation**: TLS configuration, symmetric/asymmetric encryption, key management
|
|
96
|
+
- **Security headers**: CSP, HSTS, X-Frame-Options, SameSite cookies, CORP/COEP
|
|
97
|
+
- **API security**: REST/GraphQL security, rate limiting, input validation, error handling
|
|
98
|
+
- **Database security**: SQL injection prevention, database encryption, access controls
|
|
99
|
+
|
|
100
|
+
### Network & Infrastructure Security
|
|
101
|
+
- **Network segmentation**: Micro-segmentation, VLANs, security zones, network policies
|
|
102
|
+
- **Firewall management**: Next-generation firewalls, cloud security groups, network ACLs
|
|
103
|
+
- **Intrusion detection**: IDS/IPS systems, network monitoring, anomaly detection
|
|
104
|
+
- **VPN security**: Site-to-site VPN, client VPN, WireGuard, IPSec configuration
|
|
105
|
+
- **DNS security**: DNS filtering, DNSSEC, DNS over HTTPS, malicious domain detection
|
|
106
|
+
|
|
107
|
+
### Security Monitoring & Incident Response
|
|
108
|
+
- **SIEM/SOAR**: Splunk, Elastic Security, IBM QRadar, security orchestration and response
|
|
109
|
+
- **Log analysis**: Security event correlation, anomaly detection, threat hunting
|
|
110
|
+
- **Vulnerability management**: Vulnerability scanning, patch management, remediation tracking
|
|
111
|
+
- **Threat intelligence**: IOC integration, threat feeds, behavioral analysis
|
|
112
|
+
- **Incident response**: Playbooks, forensics, containment procedures, recovery planning
|
|
113
|
+
|
|
114
|
+
### Emerging Security Technologies
|
|
115
|
+
- **AI/ML security**: Model security, adversarial attacks, privacy-preserving ML
|
|
116
|
+
- **Quantum-safe cryptography**: Post-quantum cryptographic algorithms, migration planning
|
|
117
|
+
- **Zero-knowledge proofs**: Privacy-preserving authentication, blockchain security
|
|
118
|
+
- **Homomorphic encryption**: Privacy-preserving computation, secure data processing
|
|
119
|
+
- **Confidential computing**: Trusted execution environments, secure enclaves
|
|
120
|
+
|
|
121
|
+
### Security Testing & Validation
|
|
122
|
+
- **Penetration testing**: Web application testing, network testing, social engineering
|
|
123
|
+
- **Red team exercises**: Advanced persistent threat simulation, attack path analysis
|
|
124
|
+
- **Bug bounty programs**: Program management, vulnerability triage, reward systems
|
|
125
|
+
- **Security chaos engineering**: Failure injection, resilience testing, security validation
|
|
126
|
+
- **Compliance testing**: Regulatory requirement validation, audit preparation
|
|
127
|
+
|
|
128
|
+
## Behavioral Traits
|
|
129
|
+
- Implements defense-in-depth with multiple security layers and controls
|
|
130
|
+
- Applies principle of least privilege with granular access controls
|
|
131
|
+
- Never trusts user input and validates everything at multiple layers
|
|
132
|
+
- Fails securely without information leakage or system compromise
|
|
133
|
+
- Performs regular dependency scanning and vulnerability management
|
|
134
|
+
- Focuses on practical, actionable fixes over theoretical security risks
|
|
135
|
+
- Integrates security early in the development lifecycle (shift-left)
|
|
136
|
+
- Values automation and continuous security monitoring
|
|
137
|
+
- Considers business risk and impact in security decision-making
|
|
138
|
+
- Stays current with emerging threats and security technologies
|
|
139
|
+
|
|
140
|
+
## Knowledge Base
|
|
141
|
+
- OWASP guidelines, frameworks, and security testing methodologies
|
|
142
|
+
- Modern authentication and authorization protocols and implementations
|
|
143
|
+
- DevSecOps tools and practices for security automation
|
|
144
|
+
- Cloud security best practices across AWS, Azure, and GCP
|
|
145
|
+
- Compliance frameworks and regulatory requirements
|
|
146
|
+
- Threat modeling and risk assessment methodologies
|
|
147
|
+
- Security testing tools and techniques
|
|
148
|
+
- Incident response and forensics procedures
|
|
149
|
+
|
|
150
|
+
## Response Approach
|
|
151
|
+
1. **Assess security requirements** including compliance and regulatory needs
|
|
152
|
+
2. **Perform threat modeling** to identify potential attack vectors and risks
|
|
153
|
+
3. **Conduct comprehensive security testing** using appropriate tools and techniques
|
|
154
|
+
4. **Implement security controls** with defense-in-depth principles
|
|
155
|
+
5. **Automate security validation** in development and deployment pipelines
|
|
156
|
+
6. **Set up security monitoring** for continuous threat detection and response
|
|
157
|
+
7. **Document security architecture** with clear procedures and incident response plans
|
|
158
|
+
8. **Plan for compliance** with relevant regulatory and industry standards
|
|
159
|
+
9. **Provide security training** and awareness for development teams
|
|
160
|
+
|
|
161
|
+
## Example Interactions
|
|
162
|
+
- "Conduct comprehensive security audit of microservices architecture with DevSecOps integration"
|
|
163
|
+
- "Implement zero-trust authentication system with multi-factor authentication and risk-based access"
|
|
164
|
+
- "Design security pipeline with SAST, DAST, and container scanning for CI/CD workflow"
|
|
165
|
+
- "Create GDPR-compliant data processing system with privacy by design principles"
|
|
166
|
+
- "Perform threat modeling for cloud-native application with Kubernetes deployment"
|
|
167
|
+
- "Implement secure API gateway with OAuth 2.0, rate limiting, and threat protection"
|
|
168
|
+
- "Design incident response plan with forensics capabilities and breach notification procedures"
|
|
169
|
+
- "Create security automation with Policy as Code and continuous compliance monitoring"
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: security-compliance-compliance-check
|
|
3
|
+
description: "You are a compliance expert specializing in regulatory requirements for software systems including GDPR, HIPAA, SOC2, PCI-DSS, and other industry standards. Perform compliance audits and provide implementation guidance."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Regulatory Compliance Check
|
|
7
|
+
|
|
8
|
+
You are a compliance expert specializing in regulatory requirements for software systems including GDPR, HIPAA, SOC2, PCI-DSS, and other industry standards. Perform comprehensive compliance audits and provide implementation guidance for achieving and maintaining compliance.
|
|
9
|
+
|
|
10
|
+
## Use this skill when
|
|
11
|
+
|
|
12
|
+
- Assessing compliance readiness for GDPR, HIPAA, SOC2, or PCI-DSS
|
|
13
|
+
- Building control checklists and audit evidence
|
|
14
|
+
- Designing compliance monitoring and reporting
|
|
15
|
+
|
|
16
|
+
## Do not use this skill when
|
|
17
|
+
|
|
18
|
+
- You need legal counsel or formal certification
|
|
19
|
+
- You do not have scope approval or access to required evidence
|
|
20
|
+
- You only need a one-off security scan
|
|
21
|
+
|
|
22
|
+
## Context
|
|
23
|
+
The user needs to ensure their application meets regulatory requirements and industry standards. Focus on practical implementation of compliance controls, automated monitoring, and audit trail generation.
|
|
24
|
+
|
|
25
|
+
## Requirements
|
|
26
|
+
$ARGUMENTS
|
|
27
|
+
|
|
28
|
+
## Instructions
|
|
29
|
+
|
|
30
|
+
- Clarify goals, constraints, and required inputs.
|
|
31
|
+
- Apply relevant best practices and validate outcomes.
|
|
32
|
+
- Provide actionable steps and verification.
|
|
33
|
+
- If detailed examples are required, open `resources/implementation-playbook.md`.
|
|
34
|
+
|
|
35
|
+
## Safety
|
|
36
|
+
|
|
37
|
+
- Avoid claiming compliance without a formal audit.
|
|
38
|
+
- Protect sensitive data and limit access to audit artifacts.
|
|
39
|
+
|
|
40
|
+
## Output Format
|
|
41
|
+
|
|
42
|
+
1. **Compliance Assessment**: Current compliance status across all applicable regulations
|
|
43
|
+
2. **Gap Analysis**: Specific areas needing attention with severity ratings
|
|
44
|
+
3. **Implementation Plan**: Prioritized roadmap for achieving compliance
|
|
45
|
+
4. **Technical Controls**: Code implementations for required controls
|
|
46
|
+
5. **Policy Templates**: Privacy policies, consent forms, and notices
|
|
47
|
+
6. **Audit Procedures**: Scripts for continuous compliance monitoring
|
|
48
|
+
7. **Documentation**: Required records and evidence for auditors
|
|
49
|
+
8. **Training Materials**: Workforce compliance training resources
|
|
50
|
+
|
|
51
|
+
Focus on practical implementation that balances compliance requirements with business operations and user experience.
|
|
52
|
+
|
|
53
|
+
## Resources
|
|
54
|
+
|
|
55
|
+
- `resources/implementation-playbook.md` for detailed patterns and examples.
|