terraform-github-actions-deploy
No SKILL.md available for this skill.
View on GitHubMore from accolver/skill-maker
git-conventional-commits
Generate conventional commit messages from staged git changes when the task is to name or format a commit, not to review code or write release notes.
16error-handling
Standardize application error handling—taxonomy, propagation, response shapes, logging, and correlation IDs—when the task is to improve consistency of existing error behavior across a codebase.
12code-reviewer
Review existing code or diffs for bugs, security issues, performance problems, maintainability risks, and test gaps when the user wants evaluation, not new implementation.
12api-doc-generator
Generate API reference documentation from source code—endpoints, schemas, auth, errors, and examples—when the task is to document an existing API rather than design or implement one.
12cloudevents
Build, validate, serialize, or parse CNCF CloudEvents v1.0 payloads and transports when the task explicitly involves CloudEvents envelopes, ce-* headers, or structured/binary event delivery.
10nostr-client-patterns
Implement or debug core Nostr client architecture—relay pools, subscriptions, deduplication, optimistic publishing, caching, and reconnect logic—when building or fixing a Nostr client.
10