Browse Skills
9063 skills found
rspec-test-framework.md
5
1
export
rspec-test-framework
2
from
"FortiumPartners/ai-mesh"
from
"FortiumPartners/ai-mesh"
3
Execute and generate RSpec tests for Ruby projects with let bindings, before hooks, and mocking support
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
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
searching-code-with-sourcegraph.md
5
1
export
searching-code-with-sourcegraph
2
from
"markus1189/nixos-config"
from
"markus1189/nixos-config"
3
Search code across repositories using Sourcegraph CLI. Invoke when researching codebases, finding implementation examples, analyzing code patterns, understanding how features work across projects, or answering questions about existing code. Use for cross-repository searches, finding specific patterns, exploring API usage, or locating security issues.
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
testing-vitest.md
5
1
export
testing-vitest
2
from
"leaderiop/hex-di"
from
"leaderiop/hex-di"
3
Your approach to handling testing vitest. Use this skill when working on files where testing vitest comes into play.
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
logging-observability.md
5
1
export
logging-observability
2
from
"ilude/claude-code-config"
from
"ilude/claude-code-config"
3
Guidelines for structured logging, distributed tracing, and debugging patterns across languages. Covers logging best practices, observability, security considerations, and performance analysis.
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
bubbletea.md
5
1
export
bubbletea
2
from
"GGPrompts/TFE"
from
"GGPrompts/TFE"
3
Build terminal user interfaces with Go and Bubbletea framework. Use for creating TUI apps with the Elm architecture, dual-pane layouts, accordion modes, mouse/keyboard handling, Lipgloss styling, and reusable components. Includes production-ready templates, effects library, and battle-tested layout patterns from real projects.
2026-01-05
msw-mocking.md
5
1
export
msw-mocking
2
from
"yonatangross/skillforge-claude-plugin"
from
"yonatangross/skillforge-claude-plugin"
3
Mock Service Worker (MSW) for API mocking. Use when testing frontend components with network mocking, simulating API errors, or creating deterministic API responses in tests.
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
ci-failure-analysis.md
5
1
export
ci-failure-analysis
2
from
"ryanbreen/breenix"
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
test-framework-detector.md
5
1
export
test-framework-detector
2
from
"FortiumPartners/ai-mesh"
from
"FortiumPartners/ai-mesh"
3
Automatically detect test frameworks (Jest, pytest, RSpec, xUnit) in projects by analyzing configuration files and dependencies
2026-01-05
browser-content-capture.md
5
1
export
browser-content-capture
2
from
"yonatangross/skillforge-claude-plugin"
from
"yonatangross/skillforge-claude-plugin"
3
Capture content from JavaScript-rendered pages, login-protected sites, and multi-page documentation using Playwright MCP tools or Claude Chrome extension. Use when WebFetch fails on SPAs, dynamic content, or auth-required pages. Integrates with SkillForge's analysis pipeline for automatic content processing.
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
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
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
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
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
go-testing-code-review.md
5
1
export
go-testing-code-review
2
from
"existential-birds/beagle"
from
"existential-birds/beagle"
3
Reviews Go test code for proper table-driven tests, assertions, and coverage patterns. Use when reviewing *_test.go files.
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
container-workflow.md
5
1
export
container-workflow
2
from
"ilude/claude-code-config"
from
"ilude/claude-code-config"
3
Guidelines for containerized projects using Docker, Dockerfile, docker-compose, container, and containerization. Covers multi-stage builds, security, signal handling, entrypoint scripts, and deployment workflows.
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