Agent Skills by bde
Showing 14 vetted skills indexed across 2 GitHub repositories.
Browser Automation Skill
Automate browser-based end-to-end testing and visual validation for web applications.
async-patterns
Solve asynchronous concurrency patterns for Python and JavaScript.
debugging
Apply a structured debugging methodology to analyze stack traces and troubleshoot issues.
api-design
Design REST and GraphQL APIs with standardized endpoints, responses, and error handling.
observability
Implement observability frameworks for logs, metrics, tracing, and alerting.
testing-patterns
Codify unit, integration, and end-to-end testing patterns using Test Pyramid, AAA, and BDD.
autonomous-loop
Automate iterative development loops with dual-condition exit gates and circuit breakers.
k8s-operations
Automate Kubernetes deployment, scaling, and security tasks for containerized workloads.
refactoring
Apply safe, structured refactoring techniques that preserve behavior.
cicd-automation
Automate CI/CD pipeline design and deployment with GitHub Actions workflows.
tdd
Automate red-green-refactor cycles for test-first software development.
security-review
Apply OWASP Top 10 audit patterns to identify security weaknesses in codebases.
add-dep
Install a Python package, validate its import, and pin the version in requirements.txt.
create-test
Analyze Java classes and scaffold JUnit 5 tests with assertions.