Browse Skills

9063 skills found

quality-gate.md
5
1 export quality-gate
2 BerryKuipers from "BerryKuipers/claude-code-toolkit"
3 Complete quality validation workflow combining TypeScript checking, linting, tests, coverage, and build validation. Works with any TypeScript/JavaScript project. Returns structured pass/fail with detailed results for each check. Used in conductor workflows and quality assurance phases.
2026-01-05
security-audit-scanner.md
5
1 export security-audit-scanner
2 tbartel74 from "tbartel74/Vigil-Code"
3 Automated security scanning for Vigil Guard v2.0.0. Use for OWASP Top 10 checks, TruffleHog secret detection, npm/pip vulnerability scanning, 3-branch service security, heuristics-service audit, and CI/CD security pipelines.
2026-01-05
ignore-files-workflow.md
5
1 export ignore-files-workflow
2 ilude from "ilude/claude-code-config"
3 Ignore file management for .gitignore, .dockerignore, and .specstory directories. Includes synchronization, alphabetical ordering, organization, best practices, and testing guidelines. Activate when working with .gitignore, .dockerignore, .specstory files, or managing version control and Docker build context.
2026-01-05
external-system-safety.md
5
1 export external-system-safety
2 duongdev from "duongdev/ccpm"
3 Enforces confirmation workflow for EXTERNAL system writes (Jira, Confluence, BitBucket, Slack) ONLY. NEVER activates for Linear operations (Linear is internal tracking). Auto-activates when detecting potential writes to external PM systems (status updates, page creation, PR posts, notifications). Blocks execution and displays exact content that will be written. Requires explicit "yes" confirmation (rejects "ok", "sure", ambiguous responses). All Linear operations execute automatically without confirmation. Works alongside ccpm-code-review to ensure quality before external broadcasts. Provides audit trail of all confirmed operations. Allows batch operations with granular per-item confirmation when needed.
2026-01-05
secure-flow.md
5
1 export secure-flow
2 plutosecurity from "plutosecurity/secure-flow"
3 A comprehensive security skill that integrates with Secure Flow to help AI coding agents write secure code, perform security reviews, and implement security best practices. Use this skill when writing, reviewing, or modifying code to ensure secure-by-default practices are followed.
2026-01-05
sap-btp-job-scheduling.md
5
1 export sap-btp-job-scheduling
2 secondsky from "secondsky/sap-skills"
3 This skill provides comprehensive guidance for SAP BTP Job Scheduling Service development, configuration, and operations.It should be used when creating, managing, or troubleshooting scheduled jobs on SAP Business Technology Platform.The skill covers service setup, REST API usage, schedule types and formats, OAuth 2.0 authentication, multitenancy,Cloud Foundry tasks, Kyma runtime integration, and monitoring with SAP Cloud ALM and Alert Notification Service.Keywords: SAP BTP, Job Scheduling, jobscheduler, cron, schedule, recurring jobs, one-time jobs, Cloud Foundry tasks,CF tasks, Kyma, OAuth 2.0, XSUAA, @sap/jobs-client, REST API, asynchronous jobs, action endpoint, run logs,SAP Cloud ALM, Alert Notification Service, multitenancy, tenant-aware, BC-CP-CF-JBS
2026-01-05
api-design-patterns.md
5
1 export api-design-patterns
2 ilude from "ilude/claude-code-config"
3 Language-agnostic API design patterns covering REST and GraphQL, including resource naming, HTTP methods, status codes, versioning, pagination, filtering, authentication, error handling, and schema design. Activate when working with APIs, REST endpoints, GraphQL schemas, API documentation, OpenAPI/Swagger, JWT, OAuth2, endpoint design, API versioning, rate limiting, or GraphQL resolvers.
2026-01-05
golden-dataset-management.md
5
1 export golden-dataset-management
2 yonatangross from "yonatangross/skillforge-claude-plugin"
3 Backup, restore, and validate golden datasets for AI/ML systems - ensuring test data integrity and preventing catastrophic data loss
2026-01-05
docs-seeker.md
5
1 export docs-seeker
2 duongdev from "duongdev/ccpm"
3 Discovers and researches authoritative documentation with version-specific, context-aware search. Auto-activates when user asks "find documentation", "API docs", "how to use", "integration guide", "best practices", "design pattern", or when running /ccpm:plan or /ccpm:plan. Fetches latest docs from official sources via Context7 MCP. Uses progressive discovery (overview → API reference → integration → best practices). Prioritizes: Official docs → Framework guides → API references → Community resources. Provides version-specific recommendations and code examples from documentation. Flags important caveats and performance considerations. Surfaces migration guides when upgrading frameworks.
2026-01-05
rulebook-quality-gates.md
5
1 export rulebook-quality-gates
2 hivellm from "hivellm/rulebook"
3 Automated quality checks and enforcement for code commits. Use when validating code quality, running pre-commit checks, ensuring test coverage, or enforcing coding standards before commits and pushes.
2026-01-05
packages-testing.md
5
1 export packages-testing
2 leaderiop from "leaderiop/hex-di"
3 Your approach to handling packages testing. Use this skill when working on files where packages testing comes into play.
2026-01-05
scientific-python-testing.md
5
1 export scientific-python-testing
2 uw-ssec from "uw-ssec/rse-agents"
3 Write robust, maintainable tests for scientific Python packages using pytest best practices following Scientific Python community guidelines
2026-01-05
ci-failure-analysis.md
5
1 export ci-failure-analysis
2 ryanbreen from "ryanbreen/breenix"
3 This skill should be used when analyzing failed GitHub Actions CI/CD runs for Breenix kernel development. Use for diagnosing test failures, parsing QEMU logs, identifying kernel panics or faults, understanding timeout issues, and determining root causes of CI failures.
2026-01-05
sap-btp-best-practices.md
5
1 export sap-btp-best-practices
2 secondsky from "secondsky/sap-skills"
3 Production-ready SAP BTP best practices for enterprise architecture, account management, security, and operations. Use when planning BTP implementations, setting up account hierarchies, configuring environments, implementing authentication, designing CI/CD pipelines, establishing governance, building Platform Engineering teams, implementing failover strategies, or managing application lifecycle on SAP BTP.Keywords: SAP BTP, account hierarchy, global account, directory, subaccount, Cloud Foundry, Kyma, ABAP, SAP Identity Authentication, CI/CD, governance, Platform Engineering, failover, multi-region, SAP BTP best practices
2026-01-05
security-logging.md
5
1 export security-logging
2 CsHeng from "CsHeng/dot-claude"
3 Security controls and structured logging implementation. Use when security logging guidance is required.
2026-01-05
device-testing.md
5
1 export device-testing
2 EvanBacon from "EvanBacon/apple-health"
3 Interact with iOS simulators and verify app behavior using xcobra
2026-01-05
test-fixture-generator.md
5
1 export test-fixture-generator
2 tbartel74 from "tbartel74/Vigil-Code"
3 Automated test fixture generation for Vigil Guard's 8-file test suite. Use for TDD workflow, malicious/benign payload creation, 3-branch detection testing, bypass scenario testing, and maintaining test coverage.
2026-01-05
input-validation.md
5
1 export input-validation
2 yonatangross from "yonatangross/skillforge-claude-plugin"
3 Input validation and sanitization patterns. Use when validating user input, preventing injection attacks, implementing allowlists, or sanitizing HTML/SQL/command inputs.
2026-01-05
pytest-code-review.md
5
1 export pytest-code-review
2 existential-birds from "existential-birds/beagle"
3 Reviews pytest test code for async patterns, fixtures, parametrize, and mocking. Use when reviewing test_*.py files, checking async test functions, fixture usage, or mock patterns.
2026-01-05
sap-abap.md
5
1 export sap-abap
2 secondsky from "secondsky/sap-skills"
3 Comprehensive ABAP development skill for SAP systems. Use when writing ABAP code,working with internal tables, structures, ABAP SQL, object-oriented programming,RAP (RESTful Application Programming Model), CDS views, EML statements, ABAP Clouddevelopment, string processing, dynamic programming, RTTI/RTTC, field symbols,data references, exception handling, or ABAP unit testing. Covers both classicABAP and modern ABAP for Cloud Development patterns.
2026-01-05
qa-engineer.md
5
1 export qa-engineer
2 cwoodruff from "cwoodruff/morespeakers-com"
3 QA Automation Engineer skill. Use this to write or refactor unit tests. Ensures tests follow the project's xUnit, FluentAssertions, and Moq standards.
2026-01-05
ipynb-validator.md
5
1 export ipynb-validator
2 ddttom from "ddttom/webcomponents-with-eds"
3 Validate Jupyter notebooks (.ipynb files) for production readiness. Checks smart links consistency, layout structure, transition cells with action cards, numbered part flow, cell ordering, and overall quality. Use when validating notebooks, checking notebook structure, testing smart links, verifying action cards, or preparing notebooks for production deployment. Keywords include ipynb validation, notebook structure, smart links, action cards, transitions, part flow, production ready.
2026-01-05
shell-script-quality.md
5
1 export shell-script-quality
2 d-oit from "d-oit/gemini-search-plugin"
3 Lint and test shell scripts using ShellCheck and BATS. Use when checking bash/sh scripts for errors, writing shell script tests, fixing ShellCheck warnings, setting up CI/CD for shell scripts, or improving bash code quality.
2026-01-05
security-analysis.md
5
1 export security-analysis
2 d4rkNinja from "d4rkNinja/code-guardian"
3 Master skill for comprehensive security analysis. Identifies technology stack and delegates to specialized security sub-skills for deep vulnerability assessment.
2026-01-05