Browse Skills
9063 skills found
security-incident-playbook-generator.md
2
1
export
security-incident-playbook-generator
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Creates response procedures for security incidents with containment steps, communication templates, and evidence collection. Use for "incident response", "security playbook", "breach response", or "IR plan".
2026-01-05
refactoring-code.md
2
1
export
refactoring-code
2
from
"third774/dotfiles"
from
"third774/dotfiles"
3
Improve code structure while preserving behavior with test verification. Use when cleaning up code, reducing duplication, simplifying complexity, or reorganizing modules.
2026-01-05
writing-skills.md
2
1
export
writing-skills
2
from
"cipherstash/cipherpowers"
from
"cipherstash/cipherpowers"
3
Use when creating new skills, editing existing skills, or verifying skills work before deployment - applies TDD to process documentation by testing with subagents before writing, iterating until bulletproof against rationalization
2026-01-05
run-with-timeout.md
2
1
export
run-with-timeout
2
from
"ManuelKugelmann/BitBot"
from
"ManuelKugelmann/BitBot"
3
Run commands with timeout protection to prevent hanging. Use for potentially long-running tests or operations.
2026-01-05
validating-pci-dss-compliance.md
2
1
export
validating-pci-dss-compliance
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill uses the pci-dss-validator plugin to assess codebases and infrastructure configurations for compliance with the Payment Card Industry Data Security Standard (PCI DSS). It identifies potential vulnerabilities and deviations from PCI DSS requirements. Use this skill when the user requests to "validate PCI compliance", "check PCI DSS", "assess PCI security", or "review PCI standards" for a given project or configuration. It helps ensure that systems handling cardholder data meet the necessary security controls.
2026-01-05
testing-infrastructure.md
2
1
export
testing-infrastructure
2
from
"lsst-sqre/squareone"
from
"lsst-sqre/squareone"
3
Complete testing infrastructure and patterns for the monorepo. Use this skill when writing tests, setting up test configuration, troubleshooting test failures, or working with the CI pipeline. Covers vitest configuration, Storybook addon-vitest integration, React Testing Library patterns, mock data setup, and the test-suite-runner agent for comprehensive testing.
2026-01-05
prototype-designer.md
2
1
export
prototype-designer
2
from
"daffy0208/ai-dev-standards"
from
"daffy0208/ai-dev-standards"
3
Create interactive prototypes, design user flows, implement prototype testing strategies, and manage handoff to development. Validate ideas before building.
2026-01-05
tidy-first.md
2
1
export
tidy-first
2
from
"Fortiz2305/dotfiles"
from
"Fortiz2305/dotfiles"
3
Execute structural refactoring with test verification before behavioral changes - use when tidying code before features, cleaning up duplication, or improving clarity
2026-01-05
python.md
2
1
export
python
2
from
"cosmix/claude-code-setup"
from
"cosmix/claude-code-setup"
3
Python language expertise for writing idiomatic, production-quality Python code. Use for Python development, type hints, async patterns, testing with pytest, packaging, and following PEP 8 standards. Triggers: python, py, pytest, pep8, typing, asyncio, poetry, uv, pyproject.
2026-01-05
adk.md
2
1
export
adk
2
from
"zchee/coding-agents"
from
"zchee/coding-agents"
3
Build, debug, and ship agents with Google’s Agent Development Kit (ADK) — especially the Go SDK (google/adk-go). Trigger when users ask to create/modify ADK agents, tools, workflows, launcher configs, tests, evaluations, or MCP toolsets bridging ADK and external tools.
2026-01-05
tech-stack-adapter.md
2
1
export
tech-stack-adapter
2
from
"stharrold/yuimedi-paper-20250901"
from
"stharrold/yuimedi-paper-20250901"
3
Detects Python project configuration and provides commands fortesting, building, coverage, and containerization.Use when: Starting workflow, detecting project stack, need TEST_CMDTriggers: detect stack, what commands, initial setupOutputs: TEST_CMD, BUILD_CMD, COVERAGE_CMD, COVERAGE_CHECK, MIGRATE_CMD
2026-01-05
tracking-regression-tests.md
2
1
export
tracking-regression-tests
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to track and run regression tests, ensuring new changes don't break existing functionality. It is triggered when the user asks to "track regression", "run regression tests", or uses the shortcut "reg". The skill helps in maintaining code stability by identifying critical tests, automating their execution, and analyzing the impact of changes. It also provides insights into test history and identifies flaky tests. The skill uses the `regression-test-tracker` plugin.
2026-01-05
schema-consistency-checker.md
2
1
export
schema-consistency-checker
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Audits database schemas for naming conventions, type consistency, nullability patterns, and missing constraints. Provides violations report with recommended fixes. Use for "schema validation", "database linting", "schema standards", or "consistency checks".
2026-01-05
audit.md
2
1
export
audit
2
from
"ferdiangunawan/skills"
from
"ferdiangunawan/skills"
3
Validates research/plan/code against overengineering, underengineering, and hallucination
2026-01-05
vitest-advanced.md
2
1
export
vitest-advanced
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
Vitestの高度な機能を活用したテスト実装スキル。並列実行、カバレッジ最適化、非同期テスト処理、モック戦略を実装します。Anchors:• 『Test-Driven Development: By Example』(Kent Beck) / 適用: テスト設計 / 目的: 品質向上Trigger:Use when optimizing Vitest tests, configuring parallel execution, improving coverage, implementing async testing patterns, or designing mock strategies.
2026-01-05
event-sourcing.md
2
1
export
event-sourcing
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
イベントソーシングパターンの設計・実装スキル。状態変更をイベントとして記録し、イベントストリームから状態を再構築する。CQRS、スナップショット、イベントリプレイを統合的に提供。Anchors:• Domain-Driven Design (Eric Evans) / 適用: ドメインイベント設計 / 目的: 業務的に意味のあるイベント抽出• Implementing DDD (Vaughn Vernon) / 適用: イベントストア実装 / 目的: アグリゲートとイベント境界• CQRS Journey (Microsoft) / 適用: CQRS実装パターン / 目的: コマンドとクエリの分離• Event Sourcing Pattern (Martin Fowler) / 適用: 基礎パターン / 目的: 状態変更の記録と再生Trigger:Use when implementing event sourcing, designing domain events, building event stores, implementing CQRS, or requiring complete audit trails and time-travel debugging.event sourcing, cqrs, event store, domain events, aggregate, projection, snapshot, event replay
2026-01-05
adversarial-code-review.md
2
1
export
adversarial-code-review
2
from
"third774/dotfiles"
from
"third774/dotfiles"
3
Review code through hostile perspectives to find bugs, security issues, and unintended consequences the author missed. Use when reviewing PRs, auditing codebases, or before critical deployments.
2026-01-05
security-review.md
2
1
export
security-review
2
from
"duc01226/EasyPlatform"
from
"duc01226/EasyPlatform"
3
Use when reviewing code for security vulnerabilities, implementing authorization, or ensuring data protection.
2026-01-05
implementing-backup-strategies.md
2
1
export
implementing-backup-strategies
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill implements backup strategies for databases and applications. It generates configuration files and setup code to ensure data protection and disaster recovery. Use this skill when the user requests to "implement backup strategy", "configure backups", "setup data recovery", or needs help with "backup automation". The skill provides production-ready configurations, best practices, and multi-platform support for database and application backups. It focuses on security and scalability.
2026-01-05
auditing-access-control.md
2
1
export
auditing-access-control
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to audit access control implementations in various systems. It uses the access-control-auditor plugin to identify potential vulnerabilities and misconfigurations related to access control. Use this skill when the user asks to "audit access control", "check permissions", "assess access rights", or requests a "security review" focused on access management. It's particularly useful for analyzing IAM policies, ACLs, and other access control mechanisms in cloud environments, applications, or infrastructure. The skill helps ensure compliance with security best practices and identify potential privilege escalation paths.
2026-01-05
reviewing-code-changes.md
2
1
export
reviewing-code-changes
2
from
"antoniocascais/claude-code-knowledge"
from
"antoniocascais/claude-code-knowledge"
3
Performs comprehensive reviews of git diffs, commits, branches, and pull requests. Use when the user asks to review code, a commit hash, a branch, or a PR, especially for security, best practices, performance issues, or dependency vulnerabilities.
2026-01-05
performance-engineering.md
2
1
export
performance-engineering
2
from
"warpcode/dotfiles"
from
"warpcode/dotfiles"
3
Domain specialist for performance optimization, profiling, caching, and resource management. Scope: profiling tools, caching strategies, load testing, observability, N+1 query detection, algorithm complexity analysis, resource leak detection, connection pooling, query optimization, memory leaks, file handle leaks, connection leaks. Excludes: code architecture, security operations, database design, infrastructure. Triggers: "performance", "slow", "optimization", "profiling", "caching", "load test", "bottleneck", "resource leak", "N+1", "memory leak", "complexity".
2026-01-05
security-audit.md
2
1
export
security-audit
2
from
"cosmix/claude-code-setup"
from
"cosmix/claude-code-setup"
3
Performs comprehensive security audits identifying vulnerabilities, misconfigurations, and security best practice violations. Trigger keywords: security, audit, vulnerability, CVE, OWASP, penetration, security review, hardening.
2026-01-05
checking-hipaa-compliance.md
2
1
export
checking-hipaa-compliance
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to automatically check for HIPAA (Health Insurance Portability and Accountability Act) compliance issues in codebases, infrastructure configurations, and documentation. It leverages the hipaa-compliance-checker plugin to identify potential violations related to data privacy, security, and access controls. Use this skill when the user explicitly requests to "check HIPAA compliance", "scan for HIPAA violations", "assess HIPAA readiness", or similar phrases related to HIPAA audits and security best practices. It is useful for projects handling protected health information (PHI) and requiring adherence to HIPAA regulations.
2026-01-05