Agent Skills Hub

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

Clear

161 skills found

Engineering
writing-go-tests avatar

writing-go-tests

Applies current Go testing best practices, including concurrent testing, mocking, and table-driven design for robust software development.

Views: 92
Engineering
property-based-testing avatar

property-based-testing

Automated guidance for implementing property-based testing (PBT) in software and smart contracts to improve test coverage and edge case detection.

Views: 174,874
EngineeringProductivityAutomation
verify avatar

verify

Self-healing Rust verification loop that automates test execution, clippy linting, and formatting checks.

Views: 4127
EngineeringAutomation
sync-checker avatar

sync-checker

Verify that dotfiles are properly symlinked, synchronised, and configured across the system to ensure development environment health.

Views: 812
EngineeringAutomation
gh-local avatar

gh-local

Run GitHub Actions CI workflows locally using nektos/act in Docker. Test your CI configurations, debug workflow failures, and validate pipeline changes without pushing code to GitHub.

Views: 4424
EngineeringAutomation
terraform-module-library avatar

terraform-module-library

Build production-ready, reusable Terraform modules for multi-cloud infrastructure. Includes standardized patterns for AWS, Azure, GCP, and OCI with built-in testing and validation.

Views: 1134,561
EngineeringProductivityAutomation
feature-dev avatar

feature-dev

Guided, systematic feature development agent that orchestrates codebase exploration, architectural design, implementation, and automated testing.

Views: 26334
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
EngineeringAutomation
dumbwaiter-mcp avatar

dumbwaiter-mcp

Provider-agnostic MCP skill for wait-for-change automation on PR events like status checks, merges, and comments.

Views: 132
ProductivityEngineeringAutomation
sync-readme avatar

sync-readme

Synchronize English README.md with Chinese README_ZH.md, maintaining content parity and structural consistency for bilingual documentation projects.

Views: 1227
Engineering
wycheproof avatar

wycheproof

Validates cryptographic implementations using the Google Wycheproof test vector suite to detect security edge cases and known vulnerabilities.

Views: 104,874
EngineeringAutomation
test-generator avatar

test-generator

Automated generation of structured, production-ready pytest test suites for Python functions and classes.

Views: 8744#testing#pytest#python