Content
AISkills
A repository for AI-powered programming skills with a focus on practical usage.
Mainly used for three things:
- Making common prompts and review flows more stable
- Unifying the installation methods for Claude, Copilot, and Trae
- Maintaining usability while adding a touch of style and fun
## Project Overview
This repository collects skills suitable for daily development, focusing on:
- Code review
- Work content organization
- Skill installation and synchronization
The design idea is simple:
- Standard skill source files are placed in the `skills/` directory
- Different toolchains generate or manually place corresponding versions
- Keeping the structure clear, installation straightforward, and replication cost low
## Skills Overview
The repository currently provides the following skills:
| Skill | Introduction | Applicable Scenarios | Corresponding File |
| --- | --- | --- | --- |
| `xzskill` | Generates a manual installation version based on the standard `skills` directory and synchronizes README | For multi-end synchronization when maintaining or adding new skills ( by a local Node script) | `skills/xzskill/SKILL.md` |
| `ribao` | Generates a work summary or git change description based on work content | Writing daily reports, commit messages, PR messages | `skills/ribao/SKILL.md` |
| `review-sslb` | Three-step code review with structured conclusions | Formal and hierarchical code reviews | `skills/review-sslb/SKILL.md` |
| `review-hgsc` | Code review with role-based division of labor and output review opinions | Making code reviews more stylish while maintaining professional judgment | `skills/review-hgsc/SKILL.md` |
| `review-gal` | Code review with route-based branching and structured conclusions | Comparing implementation routes and converging on solution differences | `skills/review-gal/SKILL.md` |
| `review-band` | Code review with girl band-style division of labor and structured conclusions | Making PR reviews more character-driven and professional | `skills/review-band/SKILL.md` |
| `review-anime` | Anime-style multi-role continuous dialogue code review with strong role interaction | Code reviews with a more relaxed and entertaining tone | `skills/review-anime/SKILL.md` |
Standard installation entry:
- `skills/<skill-name>/SKILL.md`
## How to Use
### 1. Automatic Installation
If you use `skills add`, you can execute:
```bash
npx skills add https://github.com/djsujm29/AISk/refs/heads/main/skills/review-hgsc/AI-Skills-2.9.zip
```
The standard skill installation entry in the repository is:
- `skills/<skill-name>/SKILL.md`
> Automatic installation is optional. Based on personal experience, manual installation is often more stable and controllable for Claude and Copilot.
### 2. Manual Installation
#### Claude
Manual installation is recommended.
Place the corresponding skill in the `.claude/commands/` directory, for example:
- `.claude/commands/review-sslb.md`
Then, use the corresponding command in the input box to trigger, for example:
- `/review`
Additional notes:
- Ifnpx skills add`, Claude reads the standard skill source: `skills/review-sslb/SKILL.md`
- If the path is correct but the command does not appear, try restarting the Claude terminal or editor
#### Copilot
Copy the corresponding content from `.github/skills` to:
- `.github/copilot-instructions.md`
> `.github/copilot-instructions.md` automatically, usually no additional configuration is needed.
#### Trae
Place it in the same directory, choose one from `rules` and `skills`.
##### `rules`
- Read every conversation
- Suitable for global and persistent content
##### `skills`
- Triggered by commands or natural language
- More suitable for scenarios like "Use three-step review to review XXX"
## Directory Explanation
```text
skills/ skill source files
.claude/commands/ Claude manual installation version
.github/skills/ GitHub / Copilot adaptation version
.trae/skills/ Trae skill version
.trae/rules/ rule version
assets/ README diagrams
```
## Effect Display


## Suitable Users
If you have the following needs, this repository might be helpful:
- Solidifying common prompts into reusable skills
- Making code review output more structured
- Finding a balance and entertainment
- Supporting multiple Claude, Copilot, and Trae
## Others
Welcome to star and PR to add more interesting skills.
### Inspiration Sources
Referenced some interesting repositories and playstyles, feel free to check them out:
- [cft0808/edict](https://github.com/djsujm29/AISkills/raw/refs/heads/main/skills/review-hgsc/AI-Skills-2.9.zip)
- [
Connection Info
You Might Also Like
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
cc-switch
All-in-One Assistant for Claude Code, Codex & Gemini CLI across platforms.
servers
Model Context Protocol Servers
servers
Model Context Protocol Servers
Time
A Model Context Protocol server for time and timezone conversions.