Browse Skills

9063 skills found

rbac-permissions-builder.md
2
1 export rbac-permissions-builder
2 patricio0312rev from "patricio0312rev/skillset"
3 Implements role-based access control with permission matrix, route guards, policy functions, and UI permission hints. Provides middleware/guards, helper utilities, test suggestions, and permission checking patterns. Use when building "RBAC", "permissions", "access control", or "authorization".
2026-01-05
integrating-secrets-managers.md
2
1 export integrating-secrets-managers
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to seamlessly integrate with various secrets managers like HashiCorp Vault and AWS Secrets Manager. It generates configurations and setup code, ensuring best practices for secure credential management. Use this skill when you need to manage sensitive information, generate production-ready configurations, or implement a security-first approach for your DevOps infrastructure. Trigger terms include "integrate secrets manager", "configure Vault", "AWS Secrets Manager setup", "manage credentials securely", or requests for secure configuration generation.
2026-01-05
interview-techniques.md
2
1 export interview-techniques
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 ユーザーインタビュー、要件ヒアリング、ステークホルダー聞き取り時に使用するスキル。オープンエンド質問、要求の深掘り、前提の明確化を通じて、ユーザーの真のニーズを引き出します。Anchors:• Interviewing Users (Steve Portigal) / 適用: インタビュー設計と実施 / 目的: バイアスを避け深い洞察を得る• Just Enough Research (Erika Hall) / 適用: 実践的なヒアリング / 目的: 限られた時間で最大の洞察を得る• Software Requirements (Karl Wiegers) / 適用: 要件分析と構造化 / 目的: 曖昧さを排除し完全性を確保• The Mom Test (Rob Fitzpatrick) / 適用: 過去の具体的行動の質問 / 目的: 仮定的な話を避け真の課題を発見Trigger:Use when conducting user interviews, requirements gathering, stakeholder hearing.Open-ended question design, ambiguous requirement clarification, hidden needs discovery, 5Why analysis.
2026-01-05
automated-code-fixer.md
2
1 export automated-code-fixer
2 Euda1mon1a from "Euda1mon1a/Autonomous-Assignment-Program-Manager"
3 Automated IT helper for detecting and fixing code issues. Use when code fails tests, linting, type-checking, or has security vulnerabilities. Enforces strict quality gates before accepting fixes.
2026-01-05
testing.md
2
1 export testing
2 cosmix from "cosmix/claude-code-setup"
3 Creates comprehensive test suites including unit tests, integration tests, and end-to-end tests. Trigger keywords: test, testing, unit test, integration test, e2e, coverage, TDD, mock, fixture.
2026-01-05
gdpr-auditor.md
2
1 export gdpr-auditor
2 diegocconsolini from "diegocconsolini/ClaudeSkillCollection"
3 This skill should be used when analyzing codebases, applications, databases, or systems for GDPR (General Data Protection Regulation) compliance. Use this skill when users need to audit data protection practices, identify potential compliance issues, assess data handling procedures, review privacy policies, or ensure adherence to EU data protection requirements.
2026-01-05
swift-testing-conventions.md
2
1 export swift-testing-conventions
2 benaor from "benaor/claude-config"
3 Testing conventions for Swift/SwiftUI projects using Clean Architecture. Covers Swift Testing framework for unit/integration tests, XCUITest for UI and E2E tests, manual protocol-based mocking, async testing patterns, and test organization. Use when writing tests, reviewing test code, setting up test infrastructure, or discussing testing strategy in Swift projects.
2026-01-05
swift-lang.md
2
1 export swift-lang
2 mpazaryna from "mpazaryna/claude-toolkit"
3 Swift language mastery skill covering advanced language features beyond UI.Use when working with macros, concurrency (async/await, actors), networking,Swift Testing, generics, memory optimization, or result builders. Not for SwiftUI patterns - see swift-ui.
2026-01-05
hugo-content-checker.md
2
1 export hugo-content-checker
2 RogueRope from "RogueRope/docs"
3 This skill should be used when checking Hugo content for consistency issues, validating internal references, detecting duplicate content, verifying frontmatter completeness, and ensuring proper naming conventions. Use this skill to audit content quality, fix broken links, and maintain consistency across a Hugo site.
2026-01-05
component-scaffold-generator.md
2
1 export component-scaffold-generator
2 patricio0312rev from "patricio0312rev/skillset"
3 Generates clean React/Vue component skeletons with TypeScript types, prop variants, styling hooks, test files, Storybook stories, and usage documentation. Use when users request "create a component", "scaffold component", "new React component", or "generate component boilerplate".
2026-01-05
test-driven-development-tdd.md
2
1 export test-driven-development-tdd
2 tilework-tech from "tilework-tech/nori-cli"
3 Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first
2026-01-05
automating-api-testing.md
2
1 export automating-api-testing
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill automates API endpoint testing, including request generation, validation, and comprehensive test coverage for REST and GraphQL APIs. It is used when the user requests API testing, contract testing, or validation against OpenAPI specifications. The skill analyzes API endpoints and generates test suites covering CRUD operations, authentication flows, and security aspects. It also validates response status codes, headers, and body structure. Use this skill when the user mentions "API testing", "REST API tests", "GraphQL API tests", "contract tests", or "OpenAPI validation".
2026-01-05
building-cicd-pipelines.md
2
1 export building-cicd-pipelines
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to generate CI/CD pipeline configurations for various platforms, including GitHub Actions, GitLab CI, and Jenkins. It is used when a user requests the creation of a CI/CD pipeline, specifies a platform (e.g., "GitHub Actions"), or mentions specific pipeline stages like "test," "build," "security," or "deploy." This skill is also useful when the user needs to automate software delivery, integrate security scanning, or set up multi-environment deployments. The skill is triggered by terms such as "CI/CD pipeline," "GitHub Actions pipeline," "GitLab CI configuration," or "Jenkins pipeline."
2026-01-05
scanning-for-gdpr-compliance.md
2
1 export scanning-for-gdpr-compliance
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to scan applications and data systems for GDPR compliance issues. It identifies potential violations related to data protection, privacy rights, consent management, and other regulatory requirements. Use this skill when the user asks to "scan for GDPR compliance", check "GDPR compliance", or audit for "data privacy". The skill leverages the `gdpr-compliance-scanner` plugin to perform a comprehensive assessment and generate a detailed report.
2026-01-05
go.md
2
1 export go
2 bendrucker from "bendrucker/claude"
3 Go language coding standards, best practices, and testing patterns. Use when writing or reviewing Go code, implementing tests, or discussing Go language features.
2026-01-05
performing-visual-regression-testing.md
2
1 export performing-visual-regression-testing
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to execute visual regression tests using tools like Percy, Chromatic, and BackstopJS. It captures screenshots, compares them against baselines, and analyzes visual differences to identify unintended UI changes. Use this skill when the user requests visual testing, UI change verification, or regression testing for a web application or component. Trigger phrases include "visual test," "UI regression," "check visual changes," or "/visual-test".
2026-01-05
plugin-auditor.md
2
1 export plugin-auditor
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 Automatically audits Claude Code plugins for security vulnerabilities, best practices, CLAUDE.md compliance, and quality standards when user mentions audit plugin, security review, or best practices check. Specific to claude-code-plugins repository standards.
2026-01-05
file-watcher-security.md
2
1 export file-watcher-security
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 ファイル監視システムのセキュリティ対策を実装するスキル。パストラバーサル・シンボリックリンク攻撃の防止、最小権限の原則に基づく権限管理、多層防御アーキテクチャを設計・実装。Anchors:• Threat Modeling(Adam Shostack) / 適用: STRIDEモデル / 目的: 脅威の体系的分類• Web Application Security(Andrew Hoffman) / 適用: 入力検証 / 目的: パストラバーサル対策• OWASP Cheat Sheet / 適用: 防御パターン / 目的: 実装レベルのセキュリティTrigger:Use when implementing file watcher security, preventing path traversal attacks, detecting symbolic link attacks, designing access control, or conducting security audits.
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
running-mutation-tests.md
2
1 export running-mutation-tests
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to validate test suite quality by performing mutation testing. It is triggered when the user asks to run mutation tests, analyze test effectiveness, or improve test coverage. The skill introduces code mutations, runs tests against the mutated code, and reports on the "survival rate" of the mutations, indicating the effectiveness of the test suite. Use this skill when the user requests to assess the quality of their tests using mutation testing techniques. Specific trigger terms include "mutation testing", "test effectiveness", "mutation score", and "surviving mutants".
2026-01-05
testing-vitest.md
1
1 export testing-vitest
2 bloominggrace from "bloominggrace/create-fullstack-service"
3 Use when writing tests for NestJS + MikroORM with transaction rollback and real DB integration.
2026-01-05
code-review.md
1
1 export code-review
2 89jobrien from "89jobrien/steve"
3 Expert code review specialist for quality, security, and maintainability. Use when reviewing code changes, ensuring high development standards, or conducting security audits. Provides actionable feedback organized by priority.
2026-01-05
pre-push-verification.md
1
1 export pre-push-verification
2 hideokamoto from "hideokamoto/hidetaka.dev.2023"
3 Execute lint, test, and build checks before pushing code
2026-01-05
exploratory-testing-advanced.md
1
1 export exploratory-testing-advanced
2 pacphi from "pacphi/ampel"
3 Advanced exploratory testing techniques with Session-Based Test Management (SBTM), RST heuristics, and test tours. Use when planning exploration sessions, investigating bugs, or discovering unknown quality risks.
2026-01-05