Browse Skills

9063 skills found

vscode-webview-expert.md
6
1 export vscode-webview-expert
2 s-hiraoku from "s-hiraoku/vscode-sidebar-terminal"
3 This skill provides expert-level guidance for implementing VS Code WebView features. Use when creating WebView panels, implementing secure CSP policies, handling Extension-WebView communication, managing WebView state persistence, optimizing WebView performance, or debugging WebView rendering issues. Covers security best practices, message protocols, and VS Code-specific WebView patterns.
2026-01-05
test-quality-analysis.md
6
1 export test-quality-analysis
2 laurigates from "laurigates/dotfiles"
3 Detect test smells, overmocking, flaky tests, and coverage issues. Analyze test effectiveness, maintainability, and reliability. Use when reviewing tests or improving test quality.
2026-01-05
gh-check-ci-status.md
6
1 export gh-check-ci-status
2 mvillmow from "mvillmow/ml-odyssey"
3 Check CI/CD status of a pull request including workflow runs and test results. Use when verifying if PR checks are passing or investigating CI failures.
2026-01-05
hardened-outline-driven-development.md
6
1 export hardened-outline-driven-development
2 OutlineDriven from "OutlineDriven/odin-claude-plugin"
3 Automated validation orchestration across proof, spec, type, contract, and test artifacts with configurable precedence and gating. This skill provides both reference documentation AND execution capabilities for the full PLAN -> CREATE -> EXECUTE -> REPORT workflow.
2026-01-05
github-actions-authentication-and-security.md
6
1 export github-actions-authentication-and-security
2 laurigates 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 thoughtpolice 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 konflux-ci 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
component-testing-patterns.md
6
1 export component-testing-patterns
2 spences10 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 laurigates 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 mvillmow from "mvillmow/ml-odyssey"
3 Extract and summarize test failures from logs. Use to quickly understand what tests failed and why.
2026-01-05
subtest-isolation.md
6
1 export subtest-isolation
2 bearcove 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
mcp-playwright.md
6
1 export mcp-playwright
2 s-hiraoku 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
c3.md
6
1 export c3
2 lagz0ne 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 X-School-Academy 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 X-School-Academy 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
quality-coverage-report.md
6
1 export quality-coverage-report
2 mvillmow 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 X-School-Academy 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 X-School-Academy 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 X-School-Academy 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 marcioaltoe 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 X-School-Academy 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
tfc-list-runs.md
6
1 export tfc-list-runs
2 laurigates 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 laurigates 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 X-School-Academy 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