Browse Skills
9063 skills found
validate-son-chapter.md
6
1
export
validate-son-chapter
2
from
"perigrin/chalk"
from
"perigrin/chalk"
3
Use after completing a Sea of Nodes chapter implementation, before marking the chapter issue as complete. Validates implementation against official tutorial by comparing node types, test coverage, and key concepts.
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
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
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
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
agentv-eval-builder.md
6
1
export
agentv-eval-builder
2
from
"EntityProcess/agentv"
from
"EntityProcess/agentv"
3
Create and maintain AgentV YAML evaluation files for testing AI agent performance. Use this skill when creating new eval files, adding eval cases, or configuring custom evaluators (code validators or LLM judges) for agent testing 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
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-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
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-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
playwright-browser-select-option.md
6
1
export
playwright-browser-select-option
2
from
"X-School-Academy/ai-dev-swarm"
from
"X-School-Academy/ai-dev-swarm"
3
To choose an option in a dropdown, select one or more values in a select element.
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
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
playwright-browser-fill-form.md
6
1
export
playwright-browser-fill-form
2
from
"X-School-Academy/ai-dev-swarm"
from
"X-School-Academy/ai-dev-swarm"
3
To fill multiple form fields at once, set values for inputs, checkboxes, and selects in a single call.
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
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
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
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
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
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