Agent Skills provides a suite of functionalities designed to enhance AI coding agents. With tools for tracing Git history, analyzing GitHub issues and pull requests, and generating code documentation, this repository empowers developers to streamline their coding workflows and improve project management efficiently.
The agent-skills repository provides a collection of advanced skills designed specifically for AI coding agents, enhancing their ability to assist developers throughout the coding process. These skills streamline tasks such as code analysis, documentation, and project management on platforms like GitHub.
Available Skills
The following skills are offered:
-
code-history: Track the git history of specific code segments. This skill allows users to identify when functions, patterns, or files were added, modified, or removed, and provides explanations of the intent behind each change.
npx skills add 2ykwang/agent-skills --skill code-history claude plugin install code-history@2ykwang-agent-skills -
docs: An intelligent code documentation agent that assists in writing and updating documentation. Users can execute commands to write new documentation or check the status of existing documents.
npx skills add 2ykwang/agent-skills --skill docs claude plugin install docs@2ykwang-agent-skills -
github-review-check-duplicate: This skill checks for duplicate GitHub issues and helps in finding related issues and pull requests, improving workflow efficiency.
npx skills add 2ykwang/agent-skills --skill github-review-check-duplicate claude plugin install github-review-check-duplicate@2ykwang-agent-skills -
github-review-issue: Analyze GitHub issues to provide structured summaries and next-action assessments, aiding decision-making.
npx skills add 2ykwang/agent-skills --skill github-review-issue claude plugin install github-review-issue@2ykwang-agent-skills -
github-review-pr: Evaluate GitHub pull requests and generate detailed review reports that cover changes, review status, and code quality metrics.
npx skills add 2ykwang/agent-skills --skill github-review-pr claude plugin install github-review-pr@2ykwang-agent-skills -
django-ticket-triage: This skill assists in analyzing Django Trac tickets and generating triage recommendations, optimizing bug-tracking workflows.
npx skills add 2ykwang/agent-skills --skill django-ticket-triage claude plugin install django-ticket-triage@2ykwang-agent-skills -
html-visual: Generate interactive, single-file HTML visualizations suitable for UI mockups, ER diagrams, flowcharts, and data charts, enhancing design documentation.
npx skills add 2ykwang/agent-skills --skill html-visual claude plugin install html-visual@2ykwang-agent-skills -
ralph-loop-template: Create Ralph Loop iteration checklists from plan files, generating
PROMPT-*.mdfiles that are ready for use in the/ralph-loopcommand.npx skills add 2ykwang/agent-skills --skill ralph-loop-template claude plugin install ralph-loop-template@2ykwang-agent-skills -
quick-pr: This skill enables users to separate minor changes from their current work into a different worktree, allowing for a new pull request to be opened without disrupting the flow of ongoing tasks. Requires Claude Code.
npx skills add 2ykwang/agent-skills --skill quick-pr claude plugin install quick-pr@2ykwang-agent-skills -
write-pr: Automatically analyzes git diffs and commit histories to generate pull request titles and descriptions based on the project's pull request template, saving time during code reviews.
npx skills add 2ykwang/agent-skills --skill write-pr claude plugin install write-pr@2ykwang-agent-skills
These skills collectively enhance coding efficiency and support better management of development workflows.
No comments yet.
Sign in to be the first to comment.