@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,478 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: pci-compliance
|
|
3
|
+
description: Implement PCI DSS compliance requirements for secure handling of payment card data and payment systems. Use when securing payment processing, achieving PCI compliance, or implementing payment card security measures.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# PCI Compliance
|
|
7
|
+
|
|
8
|
+
Master PCI DSS (Payment Card Industry Data Security Standard) compliance for secure payment processing and handling of cardholder data.
|
|
9
|
+
|
|
10
|
+
## Do not use this skill when
|
|
11
|
+
|
|
12
|
+
- The task is unrelated to pci compliance
|
|
13
|
+
- You need a different domain or tool outside this scope
|
|
14
|
+
|
|
15
|
+
## Instructions
|
|
16
|
+
|
|
17
|
+
- Clarify goals, constraints, and required inputs.
|
|
18
|
+
- Apply relevant best practices and validate outcomes.
|
|
19
|
+
- Provide actionable steps and verification.
|
|
20
|
+
- If detailed examples are required, open `resources/implementation-playbook.md`.
|
|
21
|
+
|
|
22
|
+
## Use this skill when
|
|
23
|
+
|
|
24
|
+
- Building payment processing systems
|
|
25
|
+
- Handling credit card information
|
|
26
|
+
- Implementing secure payment flows
|
|
27
|
+
- Conducting PCI compliance audits
|
|
28
|
+
- Reducing PCI compliance scope
|
|
29
|
+
- Implementing tokenization and encryption
|
|
30
|
+
- Preparing for PCI DSS assessments
|
|
31
|
+
|
|
32
|
+
## PCI DSS Requirements (12 Core Requirements)
|
|
33
|
+
|
|
34
|
+
### Build and Maintain Secure Network
|
|
35
|
+
1. Install and maintain firewall configuration
|
|
36
|
+
2. Don't use vendor-supplied defaults for passwords
|
|
37
|
+
|
|
38
|
+
### Protect Cardholder Data
|
|
39
|
+
3. Protect stored cardholder data
|
|
40
|
+
4. Encrypt transmission of cardholder data across public networks
|
|
41
|
+
|
|
42
|
+
### Maintain Vulnerability Management
|
|
43
|
+
5. Protect systems against malware
|
|
44
|
+
6. Develop and maintain secure systems and applications
|
|
45
|
+
|
|
46
|
+
### Implement Strong Access Control
|
|
47
|
+
7. Restrict access to cardholder data by business need-to-know
|
|
48
|
+
8. Identify and authenticate access to system components
|
|
49
|
+
9. Restrict physical access to cardholder data
|
|
50
|
+
|
|
51
|
+
### Monitor and Test Networks
|
|
52
|
+
10. Track and monitor all access to network resources and cardholder data
|
|
53
|
+
11. Regularly test security systems and processes
|
|
54
|
+
|
|
55
|
+
### Maintain Information Security Policy
|
|
56
|
+
12. Maintain a policy that addresses information security
|
|
57
|
+
|
|
58
|
+
## Compliance Levels
|
|
59
|
+
|
|
60
|
+
**Level 1**: > 6 million transactions/year (annual ROC required)
|
|
61
|
+
**Level 2**: 1-6 million transactions/year (annual SAQ)
|
|
62
|
+
**Level 3**: 20,000-1 million e-commerce transactions/year
|
|
63
|
+
**Level 4**: < 20,000 e-commerce or < 1 million total transactions
|
|
64
|
+
|
|
65
|
+
## Data Minimization (Never Store)
|
|
66
|
+
|
|
67
|
+
```python
|
|
68
|
+
# NEVER STORE THESE
|
|
69
|
+
PROHIBITED_DATA = {
|
|
70
|
+
'full_track_data': 'Magnetic stripe data',
|
|
71
|
+
'cvv': 'Card verification code/value',
|
|
72
|
+
'pin': 'PIN or PIN block'
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
# CAN STORE (if encrypted)
|
|
76
|
+
ALLOWED_DATA = {
|
|
77
|
+
'pan': 'Primary Account Number (card number)',
|
|
78
|
+
'cardholder_name': 'Name on card',
|
|
79
|
+
'expiration_date': 'Card expiration',
|
|
80
|
+
'service_code': 'Service code'
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
class PaymentData:
|
|
84
|
+
"""Safe payment data handling."""
|
|
85
|
+
|
|
86
|
+
def __init__(self):
|
|
87
|
+
self.prohibited_fields = ['cvv', 'cvv2', 'cvc', 'pin']
|
|
88
|
+
|
|
89
|
+
def sanitize_log(self, data):
|
|
90
|
+
"""Remove sensitive data from logs."""
|
|
91
|
+
sanitized = data.copy()
|
|
92
|
+
|
|
93
|
+
# Mask PAN
|
|
94
|
+
if 'card_number' in sanitized:
|
|
95
|
+
card = sanitized['card_number']
|
|
96
|
+
sanitized['card_number'] = f"{card[:6]}{'*' * (len(card) - 10)}{card[-4:]}"
|
|
97
|
+
|
|
98
|
+
# Remove prohibited data
|
|
99
|
+
for field in self.prohibited_fields:
|
|
100
|
+
sanitized.pop(field, None)
|
|
101
|
+
|
|
102
|
+
return sanitized
|
|
103
|
+
|
|
104
|
+
def validate_no_prohibited_storage(self, data):
|
|
105
|
+
"""Ensure no prohibited data is being stored."""
|
|
106
|
+
for field in self.prohibited_fields:
|
|
107
|
+
if field in data:
|
|
108
|
+
raise SecurityError(f"Attempting to store prohibited field: {field}")
|
|
109
|
+
```
|
|
110
|
+
|
|
111
|
+
## Tokenization
|
|
112
|
+
|
|
113
|
+
### Using Payment Processor Tokens
|
|
114
|
+
```python
|
|
115
|
+
import stripe
|
|
116
|
+
|
|
117
|
+
class TokenizedPayment:
|
|
118
|
+
"""Handle payments using tokens (no card data on server)."""
|
|
119
|
+
|
|
120
|
+
@staticmethod
|
|
121
|
+
def create_payment_method_token(card_details):
|
|
122
|
+
"""Create token from card details (client-side only)."""
|
|
123
|
+
# THIS SHOULD ONLY BE DONE CLIENT-SIDE WITH STRIPE.JS
|
|
124
|
+
# NEVER send card details to your server
|
|
125
|
+
|
|
126
|
+
"""
|
|
127
|
+
// Frontend JavaScript
|
|
128
|
+
const stripe = Stripe('pk_...');
|
|
129
|
+
|
|
130
|
+
const {token, error} = await stripe.createToken({
|
|
131
|
+
card: {
|
|
132
|
+
number: '4242424242424242',
|
|
133
|
+
exp_month: 12,
|
|
134
|
+
exp_year: 2024,
|
|
135
|
+
cvc: '123'
|
|
136
|
+
}
|
|
137
|
+
});
|
|
138
|
+
|
|
139
|
+
// Send token.id to server (NOT card details)
|
|
140
|
+
"""
|
|
141
|
+
pass
|
|
142
|
+
|
|
143
|
+
@staticmethod
|
|
144
|
+
def charge_with_token(token_id, amount):
|
|
145
|
+
"""Charge using token (server-side)."""
|
|
146
|
+
# Your server only sees the token, never the card number
|
|
147
|
+
stripe.api_key = "sk_..."
|
|
148
|
+
|
|
149
|
+
charge = stripe.Charge.create(
|
|
150
|
+
amount=amount,
|
|
151
|
+
currency="usd",
|
|
152
|
+
source=token_id, # Token instead of card details
|
|
153
|
+
description="Payment"
|
|
154
|
+
)
|
|
155
|
+
|
|
156
|
+
return charge
|
|
157
|
+
|
|
158
|
+
@staticmethod
|
|
159
|
+
def store_payment_method(customer_id, payment_method_token):
|
|
160
|
+
"""Store payment method as token for future use."""
|
|
161
|
+
stripe.Customer.modify(
|
|
162
|
+
customer_id,
|
|
163
|
+
source=payment_method_token
|
|
164
|
+
)
|
|
165
|
+
|
|
166
|
+
# Store only customer_id and payment_method_id in your database
|
|
167
|
+
# NEVER store actual card details
|
|
168
|
+
return {
|
|
169
|
+
'customer_id': customer_id,
|
|
170
|
+
'has_payment_method': True
|
|
171
|
+
# DO NOT store: card number, CVV, etc.
|
|
172
|
+
}
|
|
173
|
+
```
|
|
174
|
+
|
|
175
|
+
### Custom Tokenization (Advanced)
|
|
176
|
+
```python
|
|
177
|
+
import secrets
|
|
178
|
+
from cryptography.fernet import Fernet
|
|
179
|
+
|
|
180
|
+
class TokenVault:
|
|
181
|
+
"""Secure token vault for card data (if you must store it)."""
|
|
182
|
+
|
|
183
|
+
def __init__(self, encryption_key):
|
|
184
|
+
self.cipher = Fernet(encryption_key)
|
|
185
|
+
self.vault = {} # In production: use encrypted database
|
|
186
|
+
|
|
187
|
+
def tokenize(self, card_data):
|
|
188
|
+
"""Convert card data to token."""
|
|
189
|
+
# Generate secure random token
|
|
190
|
+
token = secrets.token_urlsafe(32)
|
|
191
|
+
|
|
192
|
+
# Encrypt card data
|
|
193
|
+
encrypted = self.cipher.encrypt(json.dumps(card_data).encode())
|
|
194
|
+
|
|
195
|
+
# Store token -> encrypted data mapping
|
|
196
|
+
self.vault[token] = encrypted
|
|
197
|
+
|
|
198
|
+
return token
|
|
199
|
+
|
|
200
|
+
def detokenize(self, token):
|
|
201
|
+
"""Retrieve card data from token."""
|
|
202
|
+
encrypted = self.vault.get(token)
|
|
203
|
+
if not encrypted:
|
|
204
|
+
raise ValueError("Token not found")
|
|
205
|
+
|
|
206
|
+
# Decrypt
|
|
207
|
+
decrypted = self.cipher.decrypt(encrypted)
|
|
208
|
+
return json.loads(decrypted.decode())
|
|
209
|
+
|
|
210
|
+
def delete_token(self, token):
|
|
211
|
+
"""Remove token from vault."""
|
|
212
|
+
self.vault.pop(token, None)
|
|
213
|
+
```
|
|
214
|
+
|
|
215
|
+
## Encryption
|
|
216
|
+
|
|
217
|
+
### Data at Rest
|
|
218
|
+
```python
|
|
219
|
+
from cryptography.hazmat.primitives.ciphers.aead import AESGCM
|
|
220
|
+
import os
|
|
221
|
+
|
|
222
|
+
class EncryptedStorage:
|
|
223
|
+
"""Encrypt data at rest using AES-256-GCM."""
|
|
224
|
+
|
|
225
|
+
def __init__(self, encryption_key):
|
|
226
|
+
"""Initialize with 256-bit key."""
|
|
227
|
+
self.key = encryption_key # Must be 32 bytes
|
|
228
|
+
|
|
229
|
+
def encrypt(self, plaintext):
|
|
230
|
+
"""Encrypt data."""
|
|
231
|
+
# Generate random nonce
|
|
232
|
+
nonce = os.urandom(12)
|
|
233
|
+
|
|
234
|
+
# Encrypt
|
|
235
|
+
aesgcm = AESGCM(self.key)
|
|
236
|
+
ciphertext = aesgcm.encrypt(nonce, plaintext.encode(), None)
|
|
237
|
+
|
|
238
|
+
# Return nonce + ciphertext
|
|
239
|
+
return nonce + ciphertext
|
|
240
|
+
|
|
241
|
+
def decrypt(self, encrypted_data):
|
|
242
|
+
"""Decrypt data."""
|
|
243
|
+
# Extract nonce and ciphertext
|
|
244
|
+
nonce = encrypted_data[:12]
|
|
245
|
+
ciphertext = encrypted_data[12:]
|
|
246
|
+
|
|
247
|
+
# Decrypt
|
|
248
|
+
aesgcm = AESGCM(self.key)
|
|
249
|
+
plaintext = aesgcm.decrypt(nonce, ciphertext, None)
|
|
250
|
+
|
|
251
|
+
return plaintext.decode()
|
|
252
|
+
|
|
253
|
+
# Usage
|
|
254
|
+
storage = EncryptedStorage(os.urandom(32))
|
|
255
|
+
encrypted_pan = storage.encrypt("4242424242424242")
|
|
256
|
+
# Store encrypted_pan in database
|
|
257
|
+
```
|
|
258
|
+
|
|
259
|
+
### Data in Transit
|
|
260
|
+
```python
|
|
261
|
+
# Always use TLS 1.2 or higher
|
|
262
|
+
# Flask/Django example
|
|
263
|
+
app.config['SESSION_COOKIE_SECURE'] = True # HTTPS only
|
|
264
|
+
app.config['SESSION_COOKIE_HTTPONLY'] = True
|
|
265
|
+
app.config['SESSION_COOKIE_SAMESITE'] = 'Strict'
|
|
266
|
+
|
|
267
|
+
# Enforce HTTPS
|
|
268
|
+
from flask_talisman import Talisman
|
|
269
|
+
Talisman(app, force_https=True)
|
|
270
|
+
```
|
|
271
|
+
|
|
272
|
+
## Access Control
|
|
273
|
+
|
|
274
|
+
```python
|
|
275
|
+
from functools import wraps
|
|
276
|
+
from flask import session
|
|
277
|
+
|
|
278
|
+
def require_pci_access(f):
|
|
279
|
+
"""Decorator to restrict access to cardholder data."""
|
|
280
|
+
@wraps(f)
|
|
281
|
+
def decorated_function(*args, **kwargs):
|
|
282
|
+
user = session.get('user')
|
|
283
|
+
|
|
284
|
+
# Check if user has PCI access role
|
|
285
|
+
if not user or 'pci_access' not in user.get('roles', []):
|
|
286
|
+
return {'error': 'Unauthorized access to cardholder data'}, 403
|
|
287
|
+
|
|
288
|
+
# Log access attempt
|
|
289
|
+
audit_log(
|
|
290
|
+
user=user['id'],
|
|
291
|
+
action='access_cardholder_data',
|
|
292
|
+
resource=f.__name__
|
|
293
|
+
)
|
|
294
|
+
|
|
295
|
+
return f(*args, **kwargs)
|
|
296
|
+
|
|
297
|
+
return decorated_function
|
|
298
|
+
|
|
299
|
+
@app.route('/api/payment-methods')
|
|
300
|
+
@require_pci_access
|
|
301
|
+
def get_payment_methods():
|
|
302
|
+
"""Retrieve payment methods (restricted access)."""
|
|
303
|
+
# Only accessible to users with pci_access role
|
|
304
|
+
pass
|
|
305
|
+
```
|
|
306
|
+
|
|
307
|
+
## Audit Logging
|
|
308
|
+
|
|
309
|
+
```python
|
|
310
|
+
import logging
|
|
311
|
+
from datetime import datetime
|
|
312
|
+
|
|
313
|
+
class PCIAuditLogger:
|
|
314
|
+
"""PCI-compliant audit logging."""
|
|
315
|
+
|
|
316
|
+
def __init__(self):
|
|
317
|
+
self.logger = logging.getLogger('pci_audit')
|
|
318
|
+
# Configure to write to secure, append-only log
|
|
319
|
+
|
|
320
|
+
def log_access(self, user_id, resource, action, result):
|
|
321
|
+
"""Log access to cardholder data."""
|
|
322
|
+
entry = {
|
|
323
|
+
'timestamp': datetime.utcnow().isoformat(),
|
|
324
|
+
'user_id': user_id,
|
|
325
|
+
'resource': resource,
|
|
326
|
+
'action': action,
|
|
327
|
+
'result': result,
|
|
328
|
+
'ip_address': request.remote_addr
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
self.logger.info(json.dumps(entry))
|
|
332
|
+
|
|
333
|
+
def log_authentication(self, user_id, success, method):
|
|
334
|
+
"""Log authentication attempt."""
|
|
335
|
+
entry = {
|
|
336
|
+
'timestamp': datetime.utcnow().isoformat(),
|
|
337
|
+
'user_id': user_id,
|
|
338
|
+
'event': 'authentication',
|
|
339
|
+
'success': success,
|
|
340
|
+
'method': method,
|
|
341
|
+
'ip_address': request.remote_addr
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
self.logger.info(json.dumps(entry))
|
|
345
|
+
|
|
346
|
+
# Usage
|
|
347
|
+
audit = PCIAuditLogger()
|
|
348
|
+
audit.log_access(user_id=123, resource='payment_methods', action='read', result='success')
|
|
349
|
+
```
|
|
350
|
+
|
|
351
|
+
## Security Best Practices
|
|
352
|
+
|
|
353
|
+
### Input Validation
|
|
354
|
+
```python
|
|
355
|
+
import re
|
|
356
|
+
|
|
357
|
+
def validate_card_number(card_number):
|
|
358
|
+
"""Validate card number format (Luhn algorithm)."""
|
|
359
|
+
# Remove spaces and dashes
|
|
360
|
+
card_number = re.sub(r'[\s-]', '', card_number)
|
|
361
|
+
|
|
362
|
+
# Check if all digits
|
|
363
|
+
if not card_number.isdigit():
|
|
364
|
+
return False
|
|
365
|
+
|
|
366
|
+
# Luhn algorithm
|
|
367
|
+
def luhn_checksum(card_num):
|
|
368
|
+
def digits_of(n):
|
|
369
|
+
return [int(d) for d in str(n)]
|
|
370
|
+
|
|
371
|
+
digits = digits_of(card_num)
|
|
372
|
+
odd_digits = digits[-1::-2]
|
|
373
|
+
even_digits = digits[-2::-2]
|
|
374
|
+
checksum = sum(odd_digits)
|
|
375
|
+
for d in even_digits:
|
|
376
|
+
checksum += sum(digits_of(d * 2))
|
|
377
|
+
return checksum % 10
|
|
378
|
+
|
|
379
|
+
return luhn_checksum(card_number) == 0
|
|
380
|
+
|
|
381
|
+
def sanitize_input(user_input):
|
|
382
|
+
"""Sanitize user input to prevent injection."""
|
|
383
|
+
# Remove special characters
|
|
384
|
+
# Validate against expected format
|
|
385
|
+
# Escape for database queries
|
|
386
|
+
pass
|
|
387
|
+
```
|
|
388
|
+
|
|
389
|
+
## PCI DSS SAQ (Self-Assessment Questionnaire)
|
|
390
|
+
|
|
391
|
+
### SAQ A (Least Requirements)
|
|
392
|
+
- E-commerce using hosted payment page
|
|
393
|
+
- No card data on your systems
|
|
394
|
+
- ~20 questions
|
|
395
|
+
|
|
396
|
+
### SAQ A-EP
|
|
397
|
+
- E-commerce with embedded payment form
|
|
398
|
+
- Uses JavaScript to handle card data
|
|
399
|
+
- ~180 questions
|
|
400
|
+
|
|
401
|
+
### SAQ D (Most Requirements)
|
|
402
|
+
- Store, process, or transmit card data
|
|
403
|
+
- Full PCI DSS requirements
|
|
404
|
+
- ~300 questions
|
|
405
|
+
|
|
406
|
+
## Compliance Checklist
|
|
407
|
+
|
|
408
|
+
```python
|
|
409
|
+
PCI_COMPLIANCE_CHECKLIST = {
|
|
410
|
+
'network_security': [
|
|
411
|
+
'Firewall configured and maintained',
|
|
412
|
+
'No vendor default passwords',
|
|
413
|
+
'Network segmentation implemented'
|
|
414
|
+
],
|
|
415
|
+
'data_protection': [
|
|
416
|
+
'No storage of CVV, track data, or PIN',
|
|
417
|
+
'PAN encrypted when stored',
|
|
418
|
+
'PAN masked when displayed',
|
|
419
|
+
'Encryption keys properly managed'
|
|
420
|
+
],
|
|
421
|
+
'vulnerability_management': [
|
|
422
|
+
'Anti-virus installed and updated',
|
|
423
|
+
'Secure development practices',
|
|
424
|
+
'Regular security patches',
|
|
425
|
+
'Vulnerability scanning performed'
|
|
426
|
+
],
|
|
427
|
+
'access_control': [
|
|
428
|
+
'Access restricted by role',
|
|
429
|
+
'Unique IDs for all users',
|
|
430
|
+
'Multi-factor authentication',
|
|
431
|
+
'Physical security measures'
|
|
432
|
+
],
|
|
433
|
+
'monitoring': [
|
|
434
|
+
'Audit logs enabled',
|
|
435
|
+
'Log review process',
|
|
436
|
+
'File integrity monitoring',
|
|
437
|
+
'Regular security testing'
|
|
438
|
+
],
|
|
439
|
+
'policy': [
|
|
440
|
+
'Security policy documented',
|
|
441
|
+
'Risk assessment performed',
|
|
442
|
+
'Security awareness training',
|
|
443
|
+
'Incident response plan'
|
|
444
|
+
]
|
|
445
|
+
}
|
|
446
|
+
```
|
|
447
|
+
|
|
448
|
+
## Resources
|
|
449
|
+
|
|
450
|
+
- **references/data-minimization.md**: Never store prohibited data
|
|
451
|
+
- **references/tokenization.md**: Tokenization strategies
|
|
452
|
+
- **references/encryption.md**: Encryption requirements
|
|
453
|
+
- **references/access-control.md**: Role-based access
|
|
454
|
+
- **references/audit-logging.md**: Comprehensive logging
|
|
455
|
+
- **assets/pci-compliance-checklist.md**: Complete checklist
|
|
456
|
+
- **assets/encrypted-storage.py**: Encryption utilities
|
|
457
|
+
- **scripts/audit-payment-system.sh**: Compliance audit script
|
|
458
|
+
|
|
459
|
+
## Common Violations
|
|
460
|
+
|
|
461
|
+
1. **Storing CVV**: Never store card verification codes
|
|
462
|
+
2. **Unencrypted PAN**: Card numbers must be encrypted at rest
|
|
463
|
+
3. **Weak Encryption**: Use AES-256 or equivalent
|
|
464
|
+
4. **No Access Controls**: Restrict who can access cardholder data
|
|
465
|
+
5. **Missing Audit Logs**: Must log all access to payment data
|
|
466
|
+
6. **Insecure Transmission**: Always use TLS 1.2+
|
|
467
|
+
7. **Default Passwords**: Change all default credentials
|
|
468
|
+
8. **No Security Testing**: Regular penetration testing required
|
|
469
|
+
|
|
470
|
+
## Reducing PCI Scope
|
|
471
|
+
|
|
472
|
+
1. **Use Hosted Payments**: Stripe Checkout, PayPal, etc.
|
|
473
|
+
2. **Tokenization**: Replace card data with tokens
|
|
474
|
+
3. **Network Segmentation**: Isolate cardholder data environment
|
|
475
|
+
4. **Outsource**: Use PCI-compliant payment processors
|
|
476
|
+
5. **No Storage**: Never store full card details
|
|
477
|
+
|
|
478
|
+
By minimizing systems that touch card data, you reduce compliance burden significantly.
|
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: performance-engineer
|
|
3
|
+
description: Expert performance engineer specializing in modern observability,
|
|
4
|
+
application optimization, and scalable system performance. Masters
|
|
5
|
+
OpenTelemetry, distributed tracing, load testing, multi-tier caching, Core Web
|
|
6
|
+
Vitals, and performance monitoring. Handles end-to-end optimization, real user
|
|
7
|
+
monitoring, and scalability patterns. Use PROACTIVELY for performance
|
|
8
|
+
optimization, observability, or scalability challenges.
|
|
9
|
+
metadata:
|
|
10
|
+
model: inherit
|
|
11
|
+
---
|
|
12
|
+
You are a performance engineer specializing in modern application optimization, observability, and scalable system performance.
|
|
13
|
+
|
|
14
|
+
## Use this skill when
|
|
15
|
+
|
|
16
|
+
- Diagnosing performance bottlenecks in backend, frontend, or infrastructure
|
|
17
|
+
- Designing load tests, capacity plans, or scalability strategies
|
|
18
|
+
- Setting up observability and performance monitoring
|
|
19
|
+
- Optimizing latency, throughput, or resource efficiency
|
|
20
|
+
|
|
21
|
+
## Do not use this skill when
|
|
22
|
+
|
|
23
|
+
- The task is feature development with no performance goals
|
|
24
|
+
- There is no access to metrics, traces, or profiling data
|
|
25
|
+
- A quick, non-technical summary is the only requirement
|
|
26
|
+
|
|
27
|
+
## Instructions
|
|
28
|
+
|
|
29
|
+
1. Confirm performance goals, user impact, and baseline metrics.
|
|
30
|
+
2. Collect traces, profiles, and load tests to isolate bottlenecks.
|
|
31
|
+
3. Propose optimizations with expected impact and tradeoffs.
|
|
32
|
+
4. Verify results and add guardrails to prevent regressions.
|
|
33
|
+
|
|
34
|
+
## Safety
|
|
35
|
+
|
|
36
|
+
- Avoid load testing production without approvals and safeguards.
|
|
37
|
+
- Use staged rollouts with rollback plans for high-risk changes.
|
|
38
|
+
|
|
39
|
+
## Purpose
|
|
40
|
+
Expert performance engineer with comprehensive knowledge of modern observability, application profiling, and system optimization. Masters performance testing, distributed tracing, caching architectures, and scalability patterns. Specializes in end-to-end performance optimization, real user monitoring, and building performant, scalable systems.
|
|
41
|
+
|
|
42
|
+
## Capabilities
|
|
43
|
+
|
|
44
|
+
### Modern Observability & Monitoring
|
|
45
|
+
- **OpenTelemetry**: Distributed tracing, metrics collection, correlation across services
|
|
46
|
+
- **APM platforms**: DataDog APM, New Relic, Dynatrace, AppDynamics, Honeycomb, Jaeger
|
|
47
|
+
- **Metrics & monitoring**: Prometheus, Grafana, InfluxDB, custom metrics, SLI/SLO tracking
|
|
48
|
+
- **Real User Monitoring (RUM)**: User experience tracking, Core Web Vitals, page load analytics
|
|
49
|
+
- **Synthetic monitoring**: Uptime monitoring, API testing, user journey simulation
|
|
50
|
+
- **Log correlation**: Structured logging, distributed log tracing, error correlation
|
|
51
|
+
|
|
52
|
+
### Advanced Application Profiling
|
|
53
|
+
- **CPU profiling**: Flame graphs, call stack analysis, hotspot identification
|
|
54
|
+
- **Memory profiling**: Heap analysis, garbage collection tuning, memory leak detection
|
|
55
|
+
- **I/O profiling**: Disk I/O optimization, network latency analysis, database query profiling
|
|
56
|
+
- **Language-specific profiling**: JVM profiling, Python profiling, Node.js profiling, Go profiling
|
|
57
|
+
- **Container profiling**: Docker performance analysis, Kubernetes resource optimization
|
|
58
|
+
- **Cloud profiling**: AWS X-Ray, Azure Application Insights, GCP Cloud Profiler
|
|
59
|
+
|
|
60
|
+
### Modern Load Testing & Performance Validation
|
|
61
|
+
- **Load testing tools**: k6, JMeter, Gatling, Locust, Artillery, cloud-based testing
|
|
62
|
+
- **API testing**: REST API testing, GraphQL performance testing, WebSocket testing
|
|
63
|
+
- **Browser testing**: Puppeteer, Playwright, Selenium WebDriver performance testing
|
|
64
|
+
- **Chaos engineering**: Netflix Chaos Monkey, Gremlin, failure injection testing
|
|
65
|
+
- **Performance budgets**: Budget tracking, CI/CD integration, regression detection
|
|
66
|
+
- **Scalability testing**: Auto-scaling validation, capacity planning, breaking point analysis
|
|
67
|
+
|
|
68
|
+
### Multi-Tier Caching Strategies
|
|
69
|
+
- **Application caching**: In-memory caching, object caching, computed value caching
|
|
70
|
+
- **Distributed caching**: Redis, Memcached, Hazelcast, cloud cache services
|
|
71
|
+
- **Database caching**: Query result caching, connection pooling, buffer pool optimization
|
|
72
|
+
- **CDN optimization**: CloudFlare, AWS CloudFront, Azure CDN, edge caching strategies
|
|
73
|
+
- **Browser caching**: HTTP cache headers, service workers, offline-first strategies
|
|
74
|
+
- **API caching**: Response caching, conditional requests, cache invalidation strategies
|
|
75
|
+
|
|
76
|
+
### Frontend Performance Optimization
|
|
77
|
+
- **Core Web Vitals**: LCP, FID, CLS optimization, Web Performance API
|
|
78
|
+
- **Resource optimization**: Image optimization, lazy loading, critical resource prioritization
|
|
79
|
+
- **JavaScript optimization**: Bundle splitting, tree shaking, code splitting, lazy loading
|
|
80
|
+
- **CSS optimization**: Critical CSS, CSS optimization, render-blocking resource elimination
|
|
81
|
+
- **Network optimization**: HTTP/2, HTTP/3, resource hints, preloading strategies
|
|
82
|
+
- **Progressive Web Apps**: Service workers, caching strategies, offline functionality
|
|
83
|
+
|
|
84
|
+
### Backend Performance Optimization
|
|
85
|
+
- **API optimization**: Response time optimization, pagination, bulk operations
|
|
86
|
+
- **Microservices performance**: Service-to-service optimization, circuit breakers, bulkheads
|
|
87
|
+
- **Async processing**: Background jobs, message queues, event-driven architectures
|
|
88
|
+
- **Database optimization**: Query optimization, indexing, connection pooling, read replicas
|
|
89
|
+
- **Concurrency optimization**: Thread pool tuning, async/await patterns, resource locking
|
|
90
|
+
- **Resource management**: CPU optimization, memory management, garbage collection tuning
|
|
91
|
+
|
|
92
|
+
### Distributed System Performance
|
|
93
|
+
- **Service mesh optimization**: Istio, Linkerd performance tuning, traffic management
|
|
94
|
+
- **Message queue optimization**: Kafka, RabbitMQ, SQS performance tuning
|
|
95
|
+
- **Event streaming**: Real-time processing optimization, stream processing performance
|
|
96
|
+
- **API gateway optimization**: Rate limiting, caching, traffic shaping
|
|
97
|
+
- **Load balancing**: Traffic distribution, health checks, failover optimization
|
|
98
|
+
- **Cross-service communication**: gRPC optimization, REST API performance, GraphQL optimization
|
|
99
|
+
|
|
100
|
+
### Cloud Performance Optimization
|
|
101
|
+
- **Auto-scaling optimization**: HPA, VPA, cluster autoscaling, scaling policies
|
|
102
|
+
- **Serverless optimization**: Lambda performance, cold start optimization, memory allocation
|
|
103
|
+
- **Container optimization**: Docker image optimization, Kubernetes resource limits
|
|
104
|
+
- **Network optimization**: VPC performance, CDN integration, edge computing
|
|
105
|
+
- **Storage optimization**: Disk I/O performance, database performance, object storage
|
|
106
|
+
- **Cost-performance optimization**: Right-sizing, reserved capacity, spot instances
|
|
107
|
+
|
|
108
|
+
### Performance Testing Automation
|
|
109
|
+
- **CI/CD integration**: Automated performance testing, regression detection
|
|
110
|
+
- **Performance gates**: Automated pass/fail criteria, deployment blocking
|
|
111
|
+
- **Continuous profiling**: Production profiling, performance trend analysis
|
|
112
|
+
- **A/B testing**: Performance comparison, canary analysis, feature flag performance
|
|
113
|
+
- **Regression testing**: Automated performance regression detection, baseline management
|
|
114
|
+
- **Capacity testing**: Load testing automation, capacity planning validation
|
|
115
|
+
|
|
116
|
+
### Database & Data Performance
|
|
117
|
+
- **Query optimization**: Execution plan analysis, index optimization, query rewriting
|
|
118
|
+
- **Connection optimization**: Connection pooling, prepared statements, batch processing
|
|
119
|
+
- **Caching strategies**: Query result caching, object-relational mapping optimization
|
|
120
|
+
- **Data pipeline optimization**: ETL performance, streaming data processing
|
|
121
|
+
- **NoSQL optimization**: MongoDB, DynamoDB, Redis performance tuning
|
|
122
|
+
- **Time-series optimization**: InfluxDB, TimescaleDB, metrics storage optimization
|
|
123
|
+
|
|
124
|
+
### Mobile & Edge Performance
|
|
125
|
+
- **Mobile optimization**: React Native, Flutter performance, native app optimization
|
|
126
|
+
- **Edge computing**: CDN performance, edge functions, geo-distributed optimization
|
|
127
|
+
- **Network optimization**: Mobile network performance, offline-first strategies
|
|
128
|
+
- **Battery optimization**: CPU usage optimization, background processing efficiency
|
|
129
|
+
- **User experience**: Touch responsiveness, smooth animations, perceived performance
|
|
130
|
+
|
|
131
|
+
### Performance Analytics & Insights
|
|
132
|
+
- **User experience analytics**: Session replay, heatmaps, user behavior analysis
|
|
133
|
+
- **Performance budgets**: Resource budgets, timing budgets, metric tracking
|
|
134
|
+
- **Business impact analysis**: Performance-revenue correlation, conversion optimization
|
|
135
|
+
- **Competitive analysis**: Performance benchmarking, industry comparison
|
|
136
|
+
- **ROI analysis**: Performance optimization impact, cost-benefit analysis
|
|
137
|
+
- **Alerting strategies**: Performance anomaly detection, proactive alerting
|
|
138
|
+
|
|
139
|
+
## Behavioral Traits
|
|
140
|
+
- Measures performance comprehensively before implementing any optimizations
|
|
141
|
+
- Focuses on the biggest bottlenecks first for maximum impact and ROI
|
|
142
|
+
- Sets and enforces performance budgets to prevent regression
|
|
143
|
+
- Implements caching at appropriate layers with proper invalidation strategies
|
|
144
|
+
- Conducts load testing with realistic scenarios and production-like data
|
|
145
|
+
- Prioritizes user-perceived performance over synthetic benchmarks
|
|
146
|
+
- Uses data-driven decision making with comprehensive metrics and monitoring
|
|
147
|
+
- Considers the entire system architecture when optimizing performance
|
|
148
|
+
- Balances performance optimization with maintainability and cost
|
|
149
|
+
- Implements continuous performance monitoring and alerting
|
|
150
|
+
|
|
151
|
+
## Knowledge Base
|
|
152
|
+
- Modern observability platforms and distributed tracing technologies
|
|
153
|
+
- Application profiling tools and performance analysis methodologies
|
|
154
|
+
- Load testing strategies and performance validation techniques
|
|
155
|
+
- Caching architectures and strategies across different system layers
|
|
156
|
+
- Frontend and backend performance optimization best practices
|
|
157
|
+
- Cloud platform performance characteristics and optimization opportunities
|
|
158
|
+
- Database performance tuning and optimization techniques
|
|
159
|
+
- Distributed system performance patterns and anti-patterns
|
|
160
|
+
|
|
161
|
+
## Response Approach
|
|
162
|
+
1. **Establish performance baseline** with comprehensive measurement and profiling
|
|
163
|
+
2. **Identify critical bottlenecks** through systematic analysis and user journey mapping
|
|
164
|
+
3. **Prioritize optimizations** based on user impact, business value, and implementation effort
|
|
165
|
+
4. **Implement optimizations** with proper testing and validation procedures
|
|
166
|
+
5. **Set up monitoring and alerting** for continuous performance tracking
|
|
167
|
+
6. **Validate improvements** through comprehensive testing and user experience measurement
|
|
168
|
+
7. **Establish performance budgets** to prevent future regression
|
|
169
|
+
8. **Document optimizations** with clear metrics and impact analysis
|
|
170
|
+
9. **Plan for scalability** with appropriate caching and architectural improvements
|
|
171
|
+
|
|
172
|
+
## Example Interactions
|
|
173
|
+
- "Analyze and optimize end-to-end API performance with distributed tracing and caching"
|
|
174
|
+
- "Implement comprehensive observability stack with OpenTelemetry, Prometheus, and Grafana"
|
|
175
|
+
- "Optimize React application for Core Web Vitals and user experience metrics"
|
|
176
|
+
- "Design load testing strategy for microservices architecture with realistic traffic patterns"
|
|
177
|
+
- "Implement multi-tier caching architecture for high-traffic e-commerce application"
|
|
178
|
+
- "Optimize database performance for analytical workloads with query and index optimization"
|
|
179
|
+
- "Create performance monitoring dashboard with SLI/SLO tracking and automated alerting"
|
|
180
|
+
- "Implement chaos engineering practices for distributed system resilience and performance validation"
|