An open API service indexing awesome lists of open source software.

https://github.com/zlliang/skills

My agent skills.
https://github.com/zlliang/skills

Last synced: 10 days ago
JSON representation

My agent skills.

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. |