skills catalog
Skills
Standalone workflows for AI coding agents.
Install the full collection
npx skills@latest add abijith-suresh/skillsSkills
- commitCreates clean conventional commits from the current diff. Invoke when committing changes. The user may also name this skill explicitly.
- commit-workCreates clean conventional commits from the current diff. Invoke when committing changes. The user may also name this skill explicitly.
- grill-meInterview the user relentlessly about a plan or design until shared understanding is reached, resolving each branch of the decision tree one question at a time. Invoke when a plan or design needs rigorous clarification. The user may also name this skill explicitly.
- handoffCompacts the current conversation into a handoff document for another agent or session to pick up. Invoke when handing off work to another agent or session. The user may also name this skill explicitly.
- open-mrPushes the current branch and opens a new GitLab MR via glab CLI. Invoke when opening a merge request on GitLab. Requires a ticket number. The user may also name this skill explicitly.
- open-prPushes the current branch and opens a new GitHub PR. Invoke when opening a pull request on GitHub. The user may also name this skill explicitly.
- researchClones canonical source and reads the actual API before implementation against a framework or library. Invoke when implementing against unfamiliar APIs or libraries. The user may also name this skill explicitly.
- to-issuesConverts a plan into flat, vertical-slice GitHub issues using the gh CLI. Invoke when turning a plan into GitHub issues. The user may also name this skill explicitly.
- unslopCut AI tells from any writing. Must always apply.
- update-mrUpdates an existing GitLab MR's title and body via glab CLI. Invoke when updating an existing GitLab merge request. The user may also name this skill explicitly.
- update-prUpdates an existing GitHub PR's title and body. Invoke when updating an existing GitHub pull request. The user may also name this skill explicitly.