Browse Skills
9063 skills found
github-actions-authentication-and-security.md
6
1
export
github-actions-authentication-and-security
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
GitHub Actions security and authentication for Claude Code including API keys, OIDC, AWS Bedrock, Google Vertex AI, secrets management, and permission scoping. Use when setting up authentication or discussing security for GitHub Actions workflows.
2026-01-05
jj-workspace-experiments.md
6
1
export
jj-workspace-experiments
2
from
"thoughtpolice/a"
from
"thoughtpolice/a"
3
Create isolated jj workspaces for testing changes, running experiments in parallel, and exploring alternative implementations. Use when testing breaking changes, comparing different approaches, or running long-running operations without blocking other work. (project)
2026-01-05
self-test-skill-invocation.md
6
1
export
self-test-skill-invocation
2
from
"konflux-ci/skills"
from
"konflux-ci/skills"
3
Use when user asks to "test skill invocation framework" or mentions "canary skill test". This is a self-test skill to verify the test framework correctly loads and invokes skills.
2026-01-05
openshift-expert.md
6
1
export
openshift-expert
2
from
"openshift/release-tests"
from
"openshift/release-tests"
3
OpenShift platform and Kubernetes expert with deep knowledge of cluster architecture, operators, networking, storage, troubleshooting, and CI/CD pipelines. Use for analyzing test failures, debugging cluster issues, understanding operator behavior, investigating build problems, or any OpenShift/Kubernetes-related questions.
2026-01-05
component-testing-patterns.md
6
1
export
component-testing-patterns
2
from
"spences10/devhub-crm"
from
"spences10/devhub-crm"
3
Vitest browser mode component testing. Use for testing Svelte 5 components with real browsers, locators, accessibility patterns, and reactive state.
2026-01-05
cargo-nextest.md
6
1
export
cargo-nextest
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Next-generation test runner for Rust with parallel execution, advanced filtering, and CI integration.Use when running tests, configuring test execution, setting up CI pipelines, or optimizing test performance.Trigger terms: nextest, test runner, parallel tests, test filtering, test performance, flaky tests, CI testing.
2026-01-05
extract-test-failures.md
6
1
export
extract-test-failures
2
from
"mvillmow/ml-odyssey"
from
"mvillmow/ml-odyssey"
3
Extract and summarize test failures from logs. Use to quickly understand what tests failed and why.
2026-01-05
mcp-playwright.md
6
1
export
mcp-playwright
2
from
"s-hiraoku/vscode-sidebar-terminal"
from
"s-hiraoku/vscode-sidebar-terminal"
3
This skill provides guidance for using Playwright MCP for browser automation. Use when navigating web pages, interacting with web elements, taking screenshots, filling forms, running browser tests, or automating any browser-based tasks.
2026-01-05
vscode-extension-expert.md
6
1
export
vscode-extension-expert
2
from
"s-hiraoku/vscode-sidebar-terminal"
from
"s-hiraoku/vscode-sidebar-terminal"
3
This skill provides expert-level guidance for VS Code extension development. Use when implementing new extension features, debugging extension code, designing WebView UIs, implementing Language Server Protocol features, or optimizing extension performance. Covers activation events, contribution points, VS Code API patterns, security best practices, testing strategies, and publishing workflows.
2026-01-05
subtest-isolation.md
6
1
export
subtest-isolation
2
from
"bearcove/pikru"
from
"bearcove/pikru"
3
Create minimal subtests to isolate and fix complex bugs. Use when a test fails and the issue is buried in complexity.
2026-01-05
c3.md
6
1
export
c3
2
from
"lagz0ne/c3-skill"
from
"lagz0ne/c3-skill"
3
Use when project needs C3 adoption (no .c3/) or auditing existing C3 docs.Triggers: "adopt C3", "onboard", "scaffold", "audit", "validate", "check C3", "init".NOT for navigation (use c3-query) or changes (use c3-alter).
2026-01-05
playwright-browser-take-screenshot.md
6
1
export
playwright-browser-take-screenshot
2
from
"X-School-Academy/ai-dev-swarm"
from
"X-School-Academy/ai-dev-swarm"
3
To take a screenshot of a page or element, capture an image for visual verification.
2026-01-05
dev-swarm-code-review.md
6
1
export
dev-swarm-code-review
2
from
"X-School-Academy/ai-dev-swarm"
from
"X-School-Academy/ai-dev-swarm"
3
Review and audit code quality, architecture, and implementation. Verify code meets design specs, find bugs, identify improvements, and create change/bug/improve backlogs. Use when reviewing completed code, auditing implementations, or ensuring quality.
2026-01-05
vscode-bug-hunter.md
6
1
export
vscode-bug-hunter
2
from
"s-hiraoku/vscode-sidebar-terminal"
from
"s-hiraoku/vscode-sidebar-terminal"
3
This skill provides systematic bug detection and discovery capabilities for VS Code extensions. Use when searching for hidden bugs, analyzing code for potential issues, investigating suspicious behavior, performing code audits, or proactively finding bugs before they manifest. Covers static analysis patterns, dynamic analysis techniques, code smell detection, and systematic codebase investigation.
2026-01-05
quality-coverage-report.md
6
1
export
quality-coverage-report
2
from
"mvillmow/ml-odyssey"
from
"mvillmow/ml-odyssey"
3
Generate test coverage reports showing which code paths are tested. Use to identify untested code and improve test coverage.
2026-01-05
playwright-browser-tabs.md
6
1
export
playwright-browser-tabs
2
from
"X-School-Academy/ai-dev-swarm"
from
"X-School-Academy/ai-dev-swarm"
3
To manage browser tabs, list, create, select, or close Playwright tabs.
2026-01-05
playwright-browser-run-code.md
6
1
export
playwright-browser-run-code
2
from
"X-School-Academy/ai-dev-swarm"
from
"X-School-Academy/ai-dev-swarm"
3
To run a custom Playwright script on the page, execute a code snippet for advanced interactions.
2026-01-05
dev-swarm-code-test.md
6
1
export
dev-swarm-code-test
2
from
"X-School-Academy/ai-dev-swarm"
from
"X-School-Academy/ai-dev-swarm"
3
Create and execute comprehensive tests including unit tests, integration tests, CLI tests, web/mobile UI tests, API tests, and log analysis. Find bugs, verify requirements, identify improvements, and create change/bug/improve backlogs. Use when testing implementations or ensuring quality.
2026-01-05
frontend-engineer.md
6
1
export
frontend-engineer
2
from
"marcioaltoe/claude-craftkit"
from
"marcioaltoe/claude-craftkit"
3
Expert frontend engineering with simplified pragmatic architecture, React 19, TanStack ecosystem, and Zustand state management. **ALWAYS use when implementing ANY frontend features.** Use when setting up project structure, creating pages and state management, designing gateway injection patterns, setting up HTTP communication and routing, organizing feature modules, or optimizing performance. **ALWAYS use when implementing Gateway Pattern (Interface + HTTP + Fake), Context API injection, Zustand stores, TanStack Router, or feature-based architecture.**
2026-01-05
playwright-browser-navigate.md
6
1
export
playwright-browser-navigate
2
from
"X-School-Academy/ai-dev-swarm"
from
"X-School-Academy/ai-dev-swarm"
3
open a URL, open a web page, open web browser, or navigate the current page in the web browser to a new URL.
2026-01-05
testing.md
6
1
export
testing
2
from
"bearcove/pikru"
from
"bearcove/pikru"
3
Testing conventions for pikru. Use when running tests to avoid timeouts. DO NOT run the full test suite.
2026-01-05
tfc-list-runs.md
6
1
export
tfc-list-runs
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
List Terraform Cloud runs for a workspace with filtering by status, operation type, and date. Use when reviewing run history, finding failed runs, or auditing infrastructure changes. Requires TFE_TOKEN environment variable.
2026-01-05
cargo-machete.md
6
1
export
cargo-machete
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Detect unused dependencies in Rust projects for cleaner Cargo.toml files and faster builds.Use when auditing dependencies, optimizing build times, cleaning up Cargo.toml, or detecting bloat.Trigger terms: unused dependencies, cargo-machete, dependency audit, dependency cleanup, bloat detection, cargo-udeps.
2026-01-05
playwright-browser-hover.md
6
1
export
playwright-browser-hover
2
from
"X-School-Academy/ai-dev-swarm"
from
"X-School-Academy/ai-dev-swarm"
3
To hover over a page element, trigger hover states such as menus or tooltips.
2026-01-05