Browse Skills

9063 skills found

quality-assurance.md
2
1 export quality-assurance
2 daffy0208 from "daffy0208/ai-dev-standards"
3 Comprehensive quality assurance combining testing strategy, code quality enforcement, and validation gates. Consolidated from testing-strategist, code-quality-enforcer, and validation-gate-checker.
2026-01-05
automating-mobile-app-testing.md
2
1 export automating-mobile-app-testing
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables automated testing of mobile applications on iOS and Android platforms using frameworks like Appium, Detox, XCUITest, and Espresso. It generates end-to-end tests, sets up page object models, and handles platform-specific elements. Use this skill when the user requests mobile app testing, test automation for iOS or Android, or needs assistance with setting up device farms and simulators. The skill is triggered by terms like "mobile testing", "appium", "detox", "xcuitest", "espresso", "android test", "ios test".
2026-01-05
integration-testing.md
2
1 export integration-testing
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 統合テストの設計・実装・実行スキル。複数コンポーネント間の相互作用を検証し、エンドツーエンドのワークフローが正しく機能することを確認します。Anchors:• Growing Object-Oriented Software, Guided by Tests (Freeman) / 適用: 境界テスト設計 / 目的: 契約ベースのテスト• Continuous Delivery (Humble) / 適用: パイプライン統合 / 目的: 早期フィードバック• Testing Microservices with Mountebank (Byars) / 適用: サービス仮想化 / 目的: 分散システムテスト効率化Trigger:Use when testing component interactions, database integration, external API connections, or E2E workflows.integration testing, database testing, api testing, contract testing, test isolation
2026-01-05
checking-owasp-compliance.md
2
1 export checking-owasp-compliance
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill uses the owasp-compliance-checker plugin to automatically identify potential security vulnerabilities based on the OWASP Top 10 (2021) list. It helps ensure your application adheres to industry-standard security practices by providing a detailed analysis of compliance gaps and offering remediation guidance. Use this skill when you need to audit your code for OWASP compliance, identify and fix vulnerabilities, or generate a compliance report. Trigger this skill by asking to "check OWASP compliance", "scan for OWASP vulnerabilities", or using the `/owasp` shortcut.
2026-01-05
accessibility-engineer.md
2
1 export accessibility-engineer
2 daffy0208 from "daffy0208/ai-dev-standards"
3 Implement accessibility (a11y) best practices to make applications usable by everyone. Use when building UIs, conducting accessibility audits, or ensuring WCAG compliance. Covers screen readers, keyboard navigation, ARIA attributes, and inclusive design patterns.
2026-01-05
eslint-plugin.md
2
1 export eslint-plugin
2 third774 from "third774/dotfiles"
3 Author custom ESLint plugins and rules with test-driven development. Supports flat config (eslint.config.js) and legacy (.eslintrc.*) formats. Uses @typescript-eslint/rule-tester for testing. Covers problem, suggestion, and layout rules including auto-fixers.
2026-01-05
component-testing.md
2
1 export component-testing
2 wmeints from "wmeints/promptyard"
3 Use this skill to create or modify tests for a component.
2026-01-05
generating-compliance-reports.md
2
1 export generating-compliance-reports
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to generate compliance reports based on various security standards and frameworks. It leverages the compliance-report-generator plugin to automate the report creation process. Use this skill when a user requests a "compliance report", "security audit report", or needs documentation for "regulatory compliance". The skill is particularly useful for generating reports related to standards like PCI DSS, HIPAA, SOC 2, or ISO 27001. It can also assist with documenting adherence to specific security policies. Activates when you request "generating compliance reports" functionality.
2026-01-05
hugo-tov-ux.md
2
1 export hugo-tov-ux
2 RogueRope from "RogueRope/docs"
3 UX/UI specialist auditing Hugo layouts, components, navigation, and interactions against the Tone & Voice Guide. Ensures designs embody intimacy, consent-forward principles, mystery, sensuality, and inclusive accessibility.
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
unit-test-generator.md
2
1 export unit-test-generator
2 patricio0312rev from "patricio0312rev/skillset"
3 Generates comprehensive unit tests with AAA pattern (Arrange-Act-Assert), edge cases, error scenarios, and coverage analysis. Creates test files matching source structure with complete test suites. Use for "unit testing", "test generation", "Jest tests", or "test coverage".
2026-01-05
orchestrating-test-workflows.md
2
1 export orchestrating-test-workflows
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to orchestrate complex test workflows using the test-orchestrator plugin. It allows Claude to define test execution graphs with dependencies, execute tests in parallel, and intelligently select tests to run based on code changes. Use this skill when a user requests test orchestration, dependency management for tests, parallel test execution, smart test selection, or CI/CD integration for testing. Trigger terms include "orchestrate tests", "test workflow", "parallel testing", "smart test selection", "test dependencies", and "/orchestrate".
2026-01-05
code-review.md
2
1 export code-review
2 cosmix from "cosmix/claude-code-setup"
3 Performs comprehensive code reviews focusing on correctness, maintainability, performance, and best practices. Trigger keywords: review, code review, PR review, pull request, check code, audit code.
2026-01-05
code-review.md
2
1 export code-review
2 ferdiangunawan from "ferdiangunawan/rpi-stack"
3 Code reviewer focusing on correctness, regressions, security, and test coverage - P0/P1/P2 severity
2026-01-05
rails-security.md
2
1 export rails-security
2 nekorush14 from "nekorush14/dotfiles"
3 Implement security best practices including authentication, authorization, and protection against common vulnerabilities. Use when implementing user authentication, access control, or securing application endpoints.
2026-01-05
checking-session-security.md
2
1 export checking-session-security
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to check session security implementations within a codebase. It analyzes session management practices to identify potential vulnerabilities. Use this skill when a user requests to "check session security", "audit session handling", "review session implementation", or asks about "session security best practices" in their code. It helps identify issues like insecure session IDs, lack of proper session expiration, or insufficient protection against session fixation attacks. This skill leverages the session-security-checker plugin.
2026-01-05
api-designer.md
2
1 export api-designer
2 daffy0208 from "daffy0208/ai-dev-standards"
3 Design REST and GraphQL APIs. Use when creating backend APIs, defining API contracts, or integrating third-party services. Covers endpoint design, authentication, versioning, documentation, and best practices.
2026-01-05
qa-party.md
2
1 export qa-party
2 Euda1mon1a from "Euda1mon1a/Autonomous-Assignment-Program-Manager"
3 Parallel validation deployment. Spawn 8+ QA agents to run tests, builds, lints, and health checks simultaneously. Zero marginal wall-clock cost.
2026-01-05
go-testing-benchmarks.md
2
1 export go-testing-benchmarks
2 JamesPrial from "JamesPrial/claudefiles"
3 Benchmark patterns for performance testing
2026-01-05
code-quality-standards.md
2
1 export code-quality-standards
2 phrazzld from "phrazzld/claude-config"
3 Apply code quality standards for testing, coverage, CI/CD, and automation: Vitest, coverage philosophy, git hooks, GitHub Actions, quality gates. Use when setting up testing, configuring CI, discussing quality practices, or reviewing automation.
2026-01-05
testing-guidelines.md
2
1 export testing-guidelines
2 tumma72 from "tumma72/GMailArchiver"
3 Pytest testing patterns, fixtures, mocking, and coverage for GMailArchiver. Use when writing unit tests, integration tests, creating fixtures, mocking Gmail API, or checking coverage. Triggers on: test, pytest, fixture, mock, coverage, conftest, assert, unit test, integration test.
2026-01-05
homebrew-cask-authoring.md
2
1 export homebrew-cask-authoring
2 connorads from "connorads/dotfiles"
3 Create, update, validate, and submit Homebrew Casks. Use when the user mentions Homebrew cask/cask, Homebrew/homebrew-cask, adding a new cask, updating a cask, cask token naming, sha256, url verified:, livecheck, zap/uninstall, or when asked to run brew style/audit for a cask.
2026-01-05
exploitation-knowledge.md
2
1 export exploitation-knowledge
2 CharlesKozel from "CharlesKozel/Pentest-Agent-Evalulator"
3 Comprehensive knowledge about vulnerability exploitation and initial access. Provides expertise on finding and adapting exploits, adapting proof-of-concepts, gaining shells, and capturing user flags. Covers reverse shells, file uploads, SQL injection, and RCE vulnerabilities.
2026-01-05
security-architect.md
2
1 export security-architect
2 daffy0208 from "daffy0208/ai-dev-standards"
3 Comprehensive security architecture combining threat modeling, security-first design, secure coding review, and compliance validation. Consolidated from threat-modeling, security-first-design, secure-coding-review, and compliance-validator.
2026-01-05