A personal coding agent skills (SKILL.md) library.
npx skills add https://github.com/gasatrya/skills| Skill Folder / Link | Concise Summary |
|---|---|
bug-debugging |
Diagnoses and fixes defects in existing code, investigating broken behavior, error messages, or stack traces. |
code-implementer |
Translates approved implementation plans into production-ready code with strict adherence to scope and existing conventions. |
code-quality-assurance |
Audits architecture, investigates complex/flaky bugs, and hardens code for production readiness. |
code-review |
Reviews code changes (diffs, PRs, commits) and provides feedback on correctness, security, and maintainability. |
commit-and-pr |
Drafts git commit messages and pull request descriptions following the project's commit guidelines (e.g., Conventional Commits). |
conventions-keeper |
Creates and maintains the project's AGENTS.md file to keep coding agents aligned with project guidelines. |
implementation-planner |
Creates detailed implementation plans/specs for non-trivial features or bug fixes before writing any code. |
session-loader |
Restores developer context from previously saved session notes to resume work without re-explaining context. |
session-saver |
Summarizes and saves the active coding session into a markdown file for future context retrieval. |
test-writer |
Writes focused unit, integration, and end-to-end tests matching the project's existing testing setup. |