agent-skills
skill
Warn
Health Warn
- License — License: MIT
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 5 GitHub stars
Code Pass
- Code scan — Scanned 12 files during light audit, no dangerous patterns found
Permissions Pass
- Permissions — No dangerous permissions requested
Purpose
This project provides a collection of specialized skills and prompt instructions designed to enhance AI coding assistants. It focuses on automating software development workflows such as analyzing GitHub issues and pull requests, writing documentation, tracing git history, and generating HTML visualizations.
Security Assessment
Overall risk: Low. The automated code scan checked 12 files and found no dangerous patterns, hardcoded secrets, or requests for elevated system permissions. Because several skills focus on analyzing GitHub repositories and creating pull requests, the tool inherently interacts with your local git environment and remote git APIs. It relies on the existing, secure authentication setup of the host CLI rather than demanding separate credentials, which is a safe standard practice.
Quality Assessment
Overall quality: Good, but early stage. The project is actively maintained, with its most recent updates pushed today. It uses the permissive MIT license, making it fully open and safe for commercial or personal use. However, community trust and visibility are currently very low. With only 5 stars on GitHub, the tool has not yet been widely tested or vetted by a large user base, so unknown edge cases are a possibility.
Verdict
Safe to use, though you should monitor the project as it matures due to its low current community adoption.
This project provides a collection of specialized skills and prompt instructions designed to enhance AI coding assistants. It focuses on automating software development workflows such as analyzing GitHub issues and pull requests, writing documentation, tracing git history, and generating HTML visualizations.
Security Assessment
Overall risk: Low. The automated code scan checked 12 files and found no dangerous patterns, hardcoded secrets, or requests for elevated system permissions. Because several skills focus on analyzing GitHub repositories and creating pull requests, the tool inherently interacts with your local git environment and remote git APIs. It relies on the existing, secure authentication setup of the host CLI rather than demanding separate credentials, which is a safe standard practice.
Quality Assessment
Overall quality: Good, but early stage. The project is actively maintained, with its most recent updates pushed today. It uses the permissive MIT license, making it fully open and safe for commercial or personal use. However, community trust and visibility are currently very low. With only 5 stars on GitHub, the tool has not yet been widely tested or vetted by a large user base, so unknown edge cases are a possibility.
Verdict
Safe to use, though you should monitor the project as it matures due to its low current community adoption.
Skills for AI coding agents
README.md
Installation
- Skills CLI:
npx skills add 2ykwang/agent-skills - Plugin Marketplace:
claude plugin marketplace add 2ykwang/agent-skills
| Skill | |
|---|---|
| code-history | Trace git history of specific code — find when functions, patterns, or files were added, modified, or removed, and explain the intent behind each change. |
npx skills add 2ykwang/agent-skills --skill code-history |
|
claude plugin install code-history@2ykwang-agent-skills |
|
| docs | Code documentation agent — write/update docs with /docs write, check status with /docs check. Minimal code blocks, reference pointer based. |
npx skills add 2ykwang/agent-skills --skill docs |
|
claude plugin install docs@2ykwang-agent-skills |
|
| github-review-check-duplicate | Check if a GitHub issue is a duplicate and find related issues and PRs. |
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 a GitHub issue and provide a structured summary with next-action assessment. |
npx skills add 2ykwang/agent-skills --skill github-review-issue |
|
claude plugin install github-review-issue@2ykwang-agent-skills |
|
| github-review-pr | Analyze a GitHub pull request and produce a review report covering changes, review status, and code quality. |
npx skills add 2ykwang/agent-skills --skill github-review-pr |
|
claude plugin install github-review-pr@2ykwang-agent-skills |
|
| django-ticket-triage | Analyze a Django Trac ticket and produce a triage recommendation report. |
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 — UI mockups, ERDs, flowcharts, data charts. |
npx skills add 2ykwang/agent-skills --skill html-visual |
|
claude plugin install html-visual@2ykwang-agent-skills |
|
| ralph-loop-template | Generate Ralph Loop iteration checklists from plan files. Creates PROMPT-*.md files ready for /ralph-loop. |
npx skills add 2ykwang/agent-skills --skill ralph-loop-template |
|
claude plugin install ralph-loop-template@2ykwang-agent-skills |
|
| quick-pr | Split a minor change from the current work into a separate worktree and open a PR without interrupting your flow. Requires Claude Code. |
npx skills add 2ykwang/agent-skills --skill quick-pr |
|
claude plugin install quick-pr@2ykwang-agent-skills |
|
| write-pr | Analyzes git diff and commit history to write PR title and description based on the project's PR template. |
npx skills add 2ykwang/agent-skills --skill write-pr |
|
claude plugin install write-pr@2ykwang-agent-skills |
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found