https://github.com/zlliang/skills
My agent skills.
https://github.com/zlliang/skills
Last synced: 10 days ago
JSON representation
My agent skills.
- Host: GitHub
- URL: https://github.com/zlliang/skills
- Owner: zlliang
- License: mit
- Created: 2026-04-21T02:30:11.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-06-03T07:05:36.000Z (19 days ago)
- Last Synced: 2026-06-03T09:08:03.780Z (19 days ago)
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Skills
A small collection of [agent skills](https://docs.anthropic.com/en/docs/claude-code/skills).
## Available skills
| Skill | Description |
| --- | --- |
| [gh-cli](skills/gh-cli/SKILL.md) | Uses GitHub CLI (gh) for GitHub repositories, issues, pull requests, actions, releases, gists, and API calls. Use when a task requires GitHub operations from the command line. |
| [git-commit](skills/git-commit/SKILL.md) | Create Git commits with Conventional Commits analysis, safe staging, and concise message generation. Use when the user asks to commit changes or create a git commit. |
| [issue-writing](skills/issue-writing/SKILL.md) | Write, edit, review, or improve concise issue, pull request, and merge request titles, bodies, and comments for GitHub, GitLab, and similar platforms. |