Browse Skills
9063 skills found
testing-e2e.md
8
1
export
testing-e2e
2
from
"alexei-led/claude-code-config"
from
"alexei-led/claude-code-config"
3
E2E testing with Playwright MCP for browser automation, test generation, and UI testing. Use when discussing E2E tests, Playwright, browser testing, UI automation, visual testing, or accessibility testing. Supports TypeScript tests and Go/HTMX web applications.
2026-01-05
generate-tests.md
8
1
export
generate-tests
2
from
"mvillmow/ProjectOdyssey"
from
"mvillmow/ProjectOdyssey"
3
Create test cases for functions and modules. Use when implementing TDD or improving coverage.
2026-01-05
reverse-engineering-firmware-analysis.md
8
1
export
reverse-engineering-firmware-analysis
2
from
"DNYoussef/context-cascade"
from
"DNYoussef/context-cascade"
3
Extended firmware analysis for embedded/IoT images with deep extraction, emulation, and vulnerability assessment.
2026-01-05
agent-test-delegation.md
8
1
export
agent-test-delegation
2
from
"mvillmow/ProjectOdyssey"
from
"mvillmow/ProjectOdyssey"
3
Test agent delegation patterns to verify hierarchy and escalation paths. Use after modifying agent structure.
2026-01-05
extract-test-failures.md
8
1
export
extract-test-failures
2
from
"mvillmow/ProjectOdyssey"
from
"mvillmow/ProjectOdyssey"
3
Extract and summarize test failures from logs. Use to quickly understand what tests failed and why.
2026-01-05
voice-e2e-test.md
8
1
export
voice-e2e-test
2
from
"cncorp/arsenal"
from
"cncorp/arsenal"
3
Comprehensive E2E test of voice call pipeline - place call, verify auth flow, monitor transcripts/scores, verify report. Use when user says "test voice e2e", "run voice test", or "full voice test".
2026-01-05
causal-inference-root-cause.md
8
1
export
causal-inference-root-cause
2
from
"lyndonkl/claude"
from
"lyndonkl/claude"
3
Use when investigating why something happened and need to distinguish correlation from causation, identify root causes vs symptoms, test competing hypotheses, control for confounding variables, or design experiments to validate causal claims. Invoke when debugging systems, analyzing failures, researching health outcomes, evaluating policy impacts, or when user mentions root cause, causal chain, confounding, spurious correlation, or asks "why did this really happen?"
2026-01-05
aws-specialist.md
8
1
export
aws-specialist
2
from
"DNYoussef/context-cascade"
from
"DNYoussef/context-cascade"
3
Deliver AWS-first architectures with secure, cost-aware operations
2026-01-05
quality-coverage-report.md
8
1
export
quality-coverage-report
2
from
"mvillmow/ProjectOdyssey"
from
"mvillmow/ProjectOdyssey"
3
Generate test coverage reports showing which code paths are tested. Use to identify untested code and improve test coverage.
2026-01-05
security-flutter.md
8
1
export
security-flutter
2
from
"TheBeardedBearSAS/claude-craft"
from
"TheBeardedBearSAS/claude-craft"
3
Sécurité Flutter. Use when reviewing security, implementing auth, or hardening code.
2026-01-05
webapp-testing.md
8
1
export
webapp-testing
2
from
"stevengonsalvez/agents-in-a-box"
from
"stevengonsalvez/agents-in-a-box"
3
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
2026-01-05
github-oauth-nango-integration.md
8
1
export
github-oauth-nango-integration
2
from
"AgentWorkforce/relay"
from
"AgentWorkforce/relay"
3
Use when implementing GitHub OAuth + GitHub App authentication with Nango - provides two-connection pattern for user login and repo access with webhook handling
2026-01-05
testing-python.md
8
1
export
testing-python
2
from
"TheBeardedBearSAS/claude-craft"
from
"TheBeardedBearSAS/claude-craft"
3
Stratégie de Tests Python. Use when writing tests, reviewing test coverage, or setting up testing.
2026-01-05
aws-cost-operations.md
8
1
export
aws-cost-operations
2
from
"leegonzales/AISkills"
from
"leegonzales/AISkills"
3
This skill provides AWS cost optimization, monitoring, and operational best practices with integrated MCP servers for billing analysis, cost estimation, observability, and security assessment.
2026-01-05
forecast-premortem.md
8
1
export
forecast-premortem
2
from
"lyndonkl/claude"
from
"lyndonkl/claude"
3
Use to stress-test predictions by assuming they failed and working backward to identify why. Invoke when confidence is high (>80% or <20%), need to identify tail risks and unknown unknowns, or want to widen overconfident intervals. Use when user mentions premortem, backcasting, what could go wrong, stress test, or black swans.
2026-01-05
testing-strategies.md
8
1
export
testing-strategies
2
from
"bejranonda/LLM-Autonomous-Agent-Plugin-for-Claude"
from
"bejranonda/LLM-Autonomous-Agent-Plugin-for-Claude"
3
Provides test design patterns, coverage strategies, and best practices for comprehensive test suite development
2026-01-05
scout-mindset-bias-check.md
8
1
export
scout-mindset-bias-check
2
from
"lyndonkl/claude"
from
"lyndonkl/claude"
3
Use to detect and remove cognitive biases from reasoning. Invoke when prediction feels emotional, stuck at 50/50, or when you want to validate forecasting process. Use when user mentions scout mindset, soldier mindset, bias check, reversal test, scope sensitivity, or cognitive distortions.
2026-01-05
test-fixer.md
8
1
export
test-fixer
2
from
"cncorp/arsenal"
from
"cncorp/arsenal"
3
MANDATORY when: tests fail, CI fails, CI/CD fails, ci.yml fails, user provides CI log URL. Investigates failures, fixes iteratively until passing.
2026-01-05
code-data-analysis-scaffolds.md
8
1
export
code-data-analysis-scaffolds
2
from
"lyndonkl/claude"
from
"lyndonkl/claude"
3
Use when starting technical work requiring structured approach - writing tests before code (TDD), planning data exploration (EDA), designing statistical analysis, clarifying modeling objectives (causal vs predictive), or validating results. Invoke when user mentions "write tests for", "explore this dataset", "analyze", "model", "validate", or when technical work needs systematic scaffolding before execution.
2026-01-05
security-react.md
8
1
export
security-react
2
from
"TheBeardedBearSAS/claude-craft"
from
"TheBeardedBearSAS/claude-craft"
3
React Security. Use when reviewing security, implementing auth, or hardening code.
2026-01-05
asking-codex.md
8
1
export
asking-codex
2
from
"alexei-led/claude-code-config"
from
"alexei-led/claude-code-config"
3
Code review, security audits, bug detection, alternative implementations, second opinions via OpenAI Codex. Use when user asks for code review, security analysis, implementation advice, bug detection, code patterns, or wants a second opinion on code. Supports uncommitted changes review. Do not use for architecture design or web searches.
2026-01-05
bayesian-reasoning-calibration.md
8
1
export
bayesian-reasoning-calibration
2
from
"lyndonkl/claude"
from
"lyndonkl/claude"
3
Use when making predictions or judgments under uncertainty and need to explicitly update beliefs with new evidence. Invoke when forecasting outcomes, evaluating probabilities, testing hypotheses, calibrating confidence, assessing risks with uncertain data, or avoiding overconfidence bias. Use when user mentions priors, likelihoods, Bayes theorem, probability updates, forecasting, calibration, or belief revision.
2026-01-05
security-flutter.md
8
1
export
security-flutter
2
from
"TheBeardedBearSAS/claude-craft"
from
"TheBeardedBearSAS/claude-craft"
3
Seguridad Flutter. Use when reviewing security, implementing auth, or hardening code.
2026-01-05
gate-validation.md
8
1
export
gate-validation
2
from
"DNYoussef/context-cascade"
from
"DNYoussef/context-cascade"
3
Validate that quality, security, and release gates are correctly defined, implemented, and enforced with evidence.
2026-01-05