Agent Skills by Zachary Luz
Showing 21 vetted skills indexed across 1 GitHub repositories.
technical-research
Evaluate technologies with defined criteria and documented findings.
proof-of-concept
Guide teams through time-boxed proof-of-concept evaluations with structured success criteria.
evaluation
Standardize technology evaluations with weighted criteria and scoring matrices.
adr
Document architectural decisions with context, alternatives, and consequences in Markdown.
technical-writing
Generate structured technical documentation templates for READMEs, API references, and guides.
api-documentation
Generate structured API documentation from OpenAPI, GraphQL, and proto schemas.
deployment
Plan and execute blue-green, canary, rolling, or recreate deployments with rollback workflows.
monitoring
Implement metrics, logs, traces, and alerting for application observability.
ci-cd
Automate CI/CD pipelines with builds, tests, and staged deployments.
infrastructure
Implement Infrastructure as Code practices for multi-cloud provisioning with declarative configurations.
creating-skills
Create agent skills with standardized SKILL.md metadata and optional resource folders.
bd
Create and track bd issues from decomposed tasks with git synchronization.
backlog-workflow
Coordinate backlog planning across sessions with task creation and prioritization.
subagent
Execute delegated tasks with a pull-plan-execute-verify-commit-push workflow.
git-hygiene
Enforce task-centric conventional commits with pre-commit checks and task linking.
git
Coordinates Git workflows with sequenced commits, controlled merges, and structured handoffs to teammates.
session-continuation
Recover context and reconcile task state across Claude sessions.
refactoring
Refactor code incrementally with tests and clear commits to preserve behavior.
performance-optimization
Profile software systems to identify and resolve performance bottlenecks.
architecture-review
Evaluate software architecture across six dimensions and produce trade-off analyses.
tdd
Guide developers through RED-GREEN-REFACTOR cycles to write tests before code.