Browse Skills
9063 skills found
platform-integration-workflow.md
5
1
export
platform-integration-workflow
2
from
"spartDev/My-Prompt-Manager"
from
"spartDev/My-Prompt-Manager"
3
Guide for adding new AI platform support (e.g., Gemini, Mistral, Anthropic) to the Chrome extension with strategy pattern and testing requirements
2026-01-05
sap-btp-master-data-integration.md
5
1
export
sap-btp-master-data-integration
2
from
"secondsky/sap-skills"
from
"secondsky/sap-skills"
3
Configures and integrates SAP Master Data Integration (MDI) service on SAP Business Technology Platform. Use when setting up MDI tenants, connecting applications (S/4HANA, SuccessFactors, Ariba, Fieldglass, etc.), configuring distribution models, SOAP APIs for business partners, extensibility, or troubleshooting master data replication. Covers One Domain Model integration, Business Data Orchestration, client authentication (OAuth2, mTLS), and security configurations.
2026-01-05
security-scanning.md
5
1
export
security-scanning
2
from
"yonatangross/skillforge-claude-plugin"
from
"yonatangross/skillforge-claude-plugin"
3
Automated security scanning for dependencies and code. Use when running npm audit, pip-audit, Semgrep, secret detection, or integrating security checks into CI/CD.
2026-01-05
quality-gate.md
5
1
export
quality-gate
2
from
"BerryKuipers/claude-code-toolkit"
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
from
"tbartel74/Vigil-Code"
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
from
"ilude/claude-code-config"
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
from
"duongdev/ccpm"
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
sap-btp-job-scheduling.md
5
1
export
sap-btp-job-scheduling
2
from
"secondsky/sap-skills"
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
secure-flow.md
5
1
export
secure-flow
2
from
"plutosecurity/secure-flow"
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
api-design-patterns.md
5
1
export
api-design-patterns
2
from
"ilude/claude-code-config"
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
from
"yonatangross/skillforge-claude-plugin"
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
from
"duongdev/ccpm"
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
from
"hivellm/rulebook"
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
from
"leaderiop/hex-di"
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
from
"uw-ssec/rse-agents"
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
security-logging.md
5
1
export
security-logging
2
from
"CsHeng/dot-claude"
from
"CsHeng/dot-claude"
3
Security controls and structured logging implementation. Use when security logging guidance is required.
2026-01-05
test-fixture-generator.md
5
1
export
test-fixture-generator
2
from
"tbartel74/Vigil-Code"
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
sap-btp-best-practices.md
5
1
export
sap-btp-best-practices
2
from
"secondsky/sap-skills"
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
device-testing.md
5
1
export
device-testing
2
from
"EvanBacon/apple-health"
from
"EvanBacon/apple-health"
3
Interact with iOS simulators and verify app behavior using xcobra
2026-01-05
pytest-code-review.md
5
1
export
pytest-code-review
2
from
"existential-birds/beagle"
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
qa-engineer.md
5
1
export
qa-engineer
2
from
"cwoodruff/morespeakers-com"
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
from
"ddttom/webcomponents-with-eds"
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
from
"d-oit/gemini-search-plugin"
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
from
"d4rkNinja/code-guardian"
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