Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
rails-controller-patterns
Analyzes and recommends Rails controller patterns including RESTful design, strong parameters, before_actions, response handling, and routing. Use when building controllers, defining routes, handling params, or managing request/response flow. NOT for model validations, service object internals, view templates, or background job logic.
ag0os/rails-dev-plugin 4
-
release
Create a new software release by bumping version numbers, committing changes, creating git tags, and pushing to remote. Use when creating a release, bumping versions, or publishing a new version.
rlcurrall/aide 2
-
ticket-attach
Manage Jira ticket attachments. Use when the user wants to list, upload, download, or delete attachments on a ticket.
rlcurrall/aide 2
-
pr-comments
Load PR comments and feedback for code review. Use when the user wants to see reviewer feedback, check for unresolved comments, understand what changes are requested, or review discussion on a PR.
rlcurrall/aide 2
-
pr-list
List pull requests from the repository. Use when the user wants to see open PRs, find PRs to review, check their own PRs, or browse PR history.
rlcurrall/aide 2
-
ticket-update
Update fields on an existing Jira ticket. Use when the user wants to modify a ticket's summary, description, assignee, priority, labels, or custom fields.
rlcurrall/aide 2
-
pr-create
Create a new pull request. Use when the user wants to open a PR, submit code for review, create a draft PR, or push changes for merge.
rlcurrall/aide 2
-
ticket-transition
Change a Jira ticket's workflow status. Use when the user wants to move a ticket to a different status, start work, complete a task, or change workflow state.
rlcurrall/aide 2
-
ticket
View Jira ticket details to understand requirements and context. Use when the user mentions a ticket key, wants to understand a task, needs to load ticket context, or starts work on an issue.
rlcurrall/aide 2
-
ticket-comments
Get comments from a Jira ticket to review discussion history. Use when the user wants to see ticket comments, check for updates, review feedback, or understand the discussion on an issue.
rlcurrall/aide 2
-
pr-update
Update an existing pull request. Use when the user wants to modify PR title, description, publish a draft, convert to draft, abandon, or reactivate a PR.
rlcurrall/aide 2
-
pr-view
View pull request details including title, status, branches, and description. Use when the user asks about a PR, wants PR context, mentions viewing/checking a pull request, or needs to understand what a PR is about.
rlcurrall/aide 2
-
pr-comment
Post a comment on a pull request. Use when the user wants to add a comment to a PR, respond to feedback, request review, or document decisions.
rlcurrall/aide 2
-
pr-diff
View pull request diff and code changes. Use when the user wants to see what changed in a PR, review code changes, understand the scope of modifications, or examine specific file changes.
rlcurrall/aide 2
-
ticket-edit-comment
Edit an existing comment on a Jira ticket. Use when the user wants to update, correct, or improve a comment they previously added.
rlcurrall/aide 2
-
ticket-comment
Add a comment to a Jira ticket. Use when the user wants to post an update, ask a question, document a decision, or communicate status on a ticket.
rlcurrall/aide 2
-
ticket-search
Search Jira tickets using JQL queries. Use when the user wants to find tickets, search for issues, list their assigned work, or query the backlog.
rlcurrall/aide 2
-
ticket-delete-comment
Delete a comment from a Jira ticket. Use when the user wants to remove a comment they previously added or clean up outdated comments.
rlcurrall/aide 2
-
ticket-fields
Discover available Jira fields for a project and issue type. Use when the user needs to find field names, see what fields are available, or discover custom field values before creating or updating tickets.
rlcurrall/aide 2
-
boards
List Jira boards for a project. Use when the user wants to find board IDs, see available boards, or needs to identify which board to query for sprint information.
rlcurrall/aide 2
-
sprint
Get sprint information for a Jira board. Use when the user wants to find the current/active sprint, check sprint dates, or see sprint goals.
rlcurrall/aide 2
-
pr-reply
Reply to an existing comment thread on a pull request. Use when the user wants to respond to reviewer feedback, continue a discussion, or acknowledge comments in an existing thread.
rlcurrall/aide 2
-
ticket-create
Create a new Jira ticket. Use when the user wants to create a task, bug, story, or any other issue type in Jira.
rlcurrall/aide 2
-
terraform-module-library
Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components.
camoneart/claude-code 5