Agent Skills Hub

Discover reusable agent skills, browse implementation details, and find the right skill for your workflow.

Clear

238 skills found

EngineeringAutomation
testability-scoring avatar

testability-scoring

AI-driven web testability assessment using 10 core principles. Evaluates observability, controllability, and stability via Playwright and Vibium to identify testing bottlenecks and improve quality readiness.

Views: 11329#testability#scoring#playwright#vibium
EngineeringAutomation
test-driven-development avatar

test-driven-development

Enforces disciplined Test-Driven Development (TDD) by requiring a failing test before implementation, ensuring code reliability and preventing premature over-engineering.

Views: 64171,902
EngineeringAutomation
worker-integration avatar

worker-integration

Intelligent orchestration for dispatching tasks to specialized background agents with performance-based routing and execution tracking.

Views: 337,010
Engineering
acceptance-testing avatar

acceptance-testing

Plan, implement, and execute user acceptance tests (UAT) and end-to-end scenarios to validate requirements against user-visible behavior.

Views: 121
EngineeringAutomationProductivity
swarm avatar

swarm

Orchestrate parallel Claude Code worker swarms with protocol-based behavioral governance for complex features, multi-step refactors, and long-running autonomous coding sessions.

Views: 5109
EngineeringAutomation
llmintegration avatar

llmintegration

Multi-model LLM integration patterns for Claude, GPT, Gemini, and Ollama. Features API handling, prompt engineering, token management, and model-agnostic orchestration.

Views: 171
EngineeringAutomation
testing-patterns avatar

testing-patterns

Jest testing patterns, factory functions, mocking strategies, and TDD workflow. Use when writing unit tests, creating test factories, or following TDD red-green-refactor cycle.

Views: 115,850
Engineering
writing-good-tests avatar

writing-good-tests

Guidance for writing, reviewing, and refactoring software tests, focusing on integration strategies, condition-based waiting, and professional mocking patterns.

Views: 8178
Data AnalysisResearch
stock-analyzer avatar

stock-analyzer

Perform comprehensive technical analysis for stocks and ETFs using indicators like RSI, MACD, and Bollinger Bands to generate actionable trading signals and comparative reports.

Views: 5848
EngineeringAutomation
refactoring-patterns avatar

refactoring-patterns

Safely refactor code to improve structure and maintainability while preserving behavior through TDD cycles and automated test verification.

Views: 6329#refactoring#code-quality#technical-debt#maintainability
EngineeringAutomationResearch
enterprise-agent-builder avatar

enterprise-agent-builder

Architects enterprise AI agents from structured specs, generating production-ready code, data flow diagrams, and platform-specific logic for ServiceNow, Salesforce, and Snowflake.

Views: 173
EngineeringAutomation
mutation-testing avatar

mutation-testing

Validate test suite effectiveness and uncover weak assertions by introducing code mutations and measuring kill rates. Essential for proving tests genuinely catch bugs rather than just satisfying coverage metrics.

Views: 9329#mutation#stryker#test-quality#kill-rate