Browse Skills

9063 skills found

tdd-enforcement-algorithm.md
2
1 export tdd-enforcement-algorithm
2 cipherstash from "cipherstash/cipherpowers"
3 Algorithmic decision tree enforcing test-first development via boolean conditions instead of imperatives
2026-01-05
git-hooks-concepts.md
2
1 export git-hooks-concepts
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 Git Hooksの基本概念、ライフサイクル、実装パターンを提供し、コミット前のコード品質チェックとプッシュ前のテスト自動化を実現するスキル。Anchors:• Pro Git (Scott Chacon) / 適用: Git Hooksのライフサイクル理解 / 目的: クライアント/サーバー側フックの適切な選択• Continuous Delivery (Jez Humble) / 適用: 自動化パイプライン設計 / 目的: 品質ゲートの段階的実装Trigger:Use when implementing Git hooks for pre-commit code quality checks, pre-push test execution, or commit message validation.pre-commit, pre-push, git hooks, husky, lint-staged, conventional commits
2026-01-05
golang.md
2
1 export golang
2 cosmix from "cosmix/claude-code-setup"
3 Go language expertise for writing idiomatic, production-quality Go code. Use for Go development, concurrency patterns, error handling, testing, and module management. Triggers: go, golang, goroutine, channel, go mod, go test, effective go.
2026-01-05
dependency-doctor.md
2
1 export dependency-doctor
2 patricio0312rev from "patricio0312rev/skillset"
3 Audits project dependencies for outdated packages, duplicates, heavy/problematic libraries, security vulnerabilities, and risky version combinations. Generates prioritized reports with security, performance, and maintainability insights, upgrade paths, and safe pinning recommendations. Use when users request dependency audits, package updates, security checks, or dependency optimization.
2026-01-05
playwright.md
2
1 export playwright
2 dashed from "dashed/claude-marketplace"
3 Browser automation with Playwright for Python. Use when testing websites, taking screenshots, filling forms, scraping web content, or automating browser interactions. Triggers on browser, web testing, screenshots, selenium, puppeteer, or playwright.
2026-01-05
managing-permissions.md
2
1 export managing-permissions
2 wombat9000 from "wombat9000/claude-plugins"
3 Guide for configuring Claude Code permissions in settings.json with security best practices for allow, ask, and deny rules. Use when: (1) Setting up or modifying permissions in settings.json, (2) Discussing tool permissions, access control, or security configuration, (3) User mentions allowing, blocking, or restricting specific tools or file access, (4) Configuring Bash command permissions, file access (Read/Edit/Write), or WebFetch restrictions, (5) Questions about what permissions are safe vs risky, (6) Troubleshooting permission-related errors or "permission denied" issues, (7) Reviewing security configuration or hardening Claude Code access.
2026-01-05
scanning-for-xss-vulnerabilities.md
2
1 export scanning-for-xss-vulnerabilities
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to automatically scan for XSS (Cross-Site Scripting) vulnerabilities in code. It is triggered when the user requests to "scan for XSS vulnerabilities", "check for XSS", or uses the command "/xss". The skill identifies reflected, stored, and DOM-based XSS vulnerabilities. It analyzes HTML, JavaScript, CSS, and URL contexts to detect potential exploits and suggests safe proof-of-concept payloads. This skill is best used during code review, security audits, and before deploying web applications to production.
2026-01-05
testing-skills-with-subagents.md
2
1 export testing-skills-with-subagents
2 cipherstash from "cipherstash/cipherpowers"
3 Use when creating or editing skills, before deployment, to verify they work under pressure and resist rationalization - applies RED-GREEN-REFACTOR cycle to process documentation by running baseline without skill, writing to address failures, iterating to close loopholes
2026-01-05
docker-containerization.md
2
1 export docker-containerization
2 Euda1mon1a from "Euda1mon1a/Autonomous-Assignment-Program-Manager"
3 Docker development and container orchestration expertise. Use when creating Dockerfiles, docker-compose configurations, debugging container issues, optimizing images, or setting up isolated development environments. Integrates with CI/CD workflows and security scanning.
2026-01-05
configuring-auto-scaling-policies.md
2
1 export configuring-auto-scaling-policies
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill configures auto-scaling policies for applications and infrastructure. It generates production-ready configurations based on user requirements, implementing best practices for scalability and security. Use this skill when the user requests help with auto-scaling setup, high availability, or dynamic resource allocation, specifically mentioning terms like "auto-scaling," "HPA," "scaling policies," or "dynamic scaling." This skill provides complete configuration code for various platforms.
2026-01-05
feature-docs.md
2
1 export feature-docs
2 duc01226 from "duc01226/EasyPlatform"
3 Use when generating comprehensive feature documentation with verified test cases and code evidence.
2026-01-05
rspec-request-testing.md
2
1 export rspec-request-testing
2 nekorush14 from "nekorush14/dotfiles"
3 Write RSpec request specs for testing API endpoints, HTTP responses, authentication, and request/response handling. Use when testing controllers, API endpoints, or HTTP interactions following TDD.
2026-01-05
validating-authentication-implementations.md
2
1 export validating-authentication-implementations
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to validate authentication implementations against security best practices and industry standards. It analyzes various authentication methods, including JWT, OAuth, session-based authentication, and API keys. Use this skill when you need to perform an authentication security check, assess password policies, evaluate MFA implementation, or analyze session security. Trigger this skill with phrases like "validate authentication," "authentication check," or "authcheck."
2026-01-05
analyzing-dependencies.md
2
1 export analyzing-dependencies
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill analyzes project dependencies for security vulnerabilities, outdated packages, and license compliance issues. It helps identify potential risks in your project's dependencies using the dependency-checker plugin. Use this skill when you need to check dependencies for vulnerabilities, identify outdated packages that need updates, or ensure license compatibility. Trigger phrases include "check dependencies", "dependency check", "find vulnerabilities", "scan for outdated packages", "/depcheck", and "license compliance". This skill supports npm, pip, composer, gem, and go modules projects.
2026-01-05
performing-security-testing.md
2
1 export performing-security-testing
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill automates security vulnerability testing. It is triggered when the user requests security assessments, penetration tests, or vulnerability scans. The skill covers OWASP Top 10 vulnerabilities, SQL injection, XSS, CSRF, authentication issues, and authorization flaws. Use this skill when the user mentions "security test", "vulnerability scan", "OWASP", "SQL injection", "XSS", "CSRF", "authentication", or "authorization" in the context of application or API testing.
2026-01-05
convex-development.md
2
1 export convex-development
2 phrazzld from "phrazzld/claude-config"
3 Apply Convex database best practices for cost optimization, performance, security, and architecture.Use when: building Convex backends, optimizing queries, handling embeddings/vector search,reviewing Convex code, designing schemas, planning migrations, or discussing Convex architecture.Keywords: Convex, real-time database, queries, mutations, actions, indexes, pagination,vector search, embeddings, schema, migrations, ctx.auth, convex-helpers, bandwidth.
2026-01-05
react-vite-expert.md
2
1 export react-vite-expert
2 QuestForTech-Investments from "QuestForTech-Investments/claude-code-skills"
3 Complete React + Vite expertise for building optimized, scalable applications. Covers project architecture, folder structure, component patterns, performance optimization, TypeScript best practices, testing, and build configuration. Use when building React apps with Vite, organizing projects, optimizing performance, or implementing best practices. Includes code generators, bundle analyzer, and production-ready templates.
2026-01-05
performing-penetration-testing.md
2
1 export performing-penetration-testing
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables automated penetration testing of web applications. It uses the penetration-tester plugin to identify vulnerabilities, including OWASP Top 10 threats, and suggests exploitation techniques. Use this skill when the user requests a "penetration test", "pentest", "vulnerability assessment", or asks to "exploit" a web application. It provides comprehensive reporting on identified security flaws.
2026-01-05
editing-hugo-documentation.md
2
1 export editing-hugo-documentation
2 RogueRope from "RogueRope/docs"
3 Senior editorial review for Hugo documentation sites. Performs comprehensive content audits including structure analysis, quality checks, consistency validation, information architecture review, frontmatter validation, and link integrity. Use when auditing content structure, reviewing sections for editorial quality, getting an overview of site content, checking consistency across docs, identifying gaps or redundancy, or validating information flow.
2026-01-05
configuring-service-meshes.md
2
1 export configuring-service-meshes
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill configures service meshes like Istio and Linkerd for microservices. It generates production-ready configurations, implements best practices, and ensures a security-first approach. Use this skill when the user asks to "configure service mesh", "setup Istio", "setup Linkerd", or requests assistance with "service mesh configuration" for their microservices architecture. The configurations will be tailored to the specified infrastructure requirements.
2026-01-05
integration-test.md
2
1 export integration-test
2 avivsinai from "avivsinai/telclaude"
3 Full SDK integration test that runs actual queries through the Claude SDK sandbox. Use after making changes to SDK client code, session management, skill loading, network proxy, voice/TTS, or image generation. Runs real prompts through the SDK to verify the complete path works.
2026-01-05
scanning-for-data-privacy-issues.md
2
1 export scanning-for-data-privacy-issues
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to automatically scan code and configuration files for potential data privacy vulnerabilities using the data-privacy-scanner plugin. It identifies sensitive data exposure, compliance violations, and other privacy-related risks. Use this skill when the user requests to "scan for data privacy issues", "check privacy compliance", "find PII leaks", "identify GDPR violations", or needs a "privacy audit" of their codebase. The skill is most effective when used on projects involving personal data, financial information, or health records.
2026-01-05
creating-ansible-playbooks.md
2
1 export creating-ansible-playbooks
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill creates Ansible playbooks for automating configuration management tasks. It generates production-ready, multi-platform playbooks based on user-defined requirements, incorporating best practices and a security-first approach. Use this skill when you need to automate server configurations, software deployments, or infrastructure management using Ansible. Trigger this skill by requesting "Ansible playbook," specifying configuration details, or asking for automation of a particular setup.
2026-01-05
flaky-test-prevention.md
2
1 export flaky-test-prevention
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 フレーキー(不安定)なテストを検出・修正するスキル。非決定性の排除、リトライロジック、テスト安定性向上パターンを提供。並列実行時の問題解決やタイミング依存の除去を支援。Anchors:• Test-Driven Development(Kent Beck) / 適用: Red-Green-Refactor / 目的: 安定したテスト設計• xUnit Test Patterns(Gerard Meszaros) / 適用: テストダブル / 目的: 非決定性の隔離• Continuous Delivery(Jez Humble) / 適用: パイプライン信頼性 / 目的: CI/CDの安定化Trigger:Use when tests fail intermittently, detecting flaky tests, eliminating non-determinism in tests, fixing timing-dependent failures, or stabilizing CI/CD pipelines.
2026-01-05