---
slug: "shenzjd-skills"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/wu529778790/shenzjd-skills@main/README.md"
repo: "https://github.com/wu529778790/shenzjd-skills"
source_file: "README.md"
branch: "main"
---
# 🛠️ AI Coding Skills

> 9 production-ready AI coding skill modules. One-line install, covering the full DevOps pipeline.

English | [中文](https://github.com/wu529778790/shenzjd-skills/blob/HEAD/README.zh.md)

[![skills.sh](https://img.shields.io/badge/skills.sh-find%20me-blue)](https://skills.sh/wu529778790/shenzjd-skills)

## ⚡ Quick Install

```bash
# Install all skills
npx skills add wu529778790/shenzjd-skills --all -y

# Install specific skill
npx skills add wu529778790/shenzjd-skills -s token-burner -y
```

Supports Claude Code, Cursor, Copilot, Windsurf, Gemini CLI, Cline, Aider, and **67+ AI tools**.

## 📦 Skills Overview

| Skill | Description | Usage |
|-------|-------------|-------|
| 🎨 **github-profile-beautifier** | Auto-generate GitHub profile README | `/github-profile-beautifier username` |
| 🐳 **docker-build-deploy** | Docker CI/CD + GitHub Actions one-click deploy | `/docker-build-deploy` |
| 📋 **release-notes-generator** | Auto-generate standardized Release Notes on tag | `/release-notes v1.1.0` |
| ⚡ **performance-profiler** | Scan performance bottlenecks, output optimization tips | `/performance-profiler` |
| 📖 **api-doc-generator** | Generate OpenAPI/Swagger docs from code | `/api-doc-generator` |
| 🗄️ **db-migration-helper** | Model changes → safe migration SQL | `/db-migration-helper` |
| 🪝 **git-hooks-setup** | One-click husky/lefthook + commitlint setup | `/git-hooks-setup` |
| 🔒 **dependency-audit** | CVE vulnerabilities + outdated deps + license compliance | `/dependency-audit` |
| 🔥 **token-burner** | Autonomous token usage — scan, prioritize, execute tasks | `/token-burner` |

## 🎯 Coverage

```
Code → Performance Analysis → API Docs → Testing
  ↓
Commit → Git Hooks → Commit Conventions
  ↓
Build → Docker CI/CD → Deployment
  ↓
Dependencies → Security Audit → License Compliance
  ↓
Release → Release Notes → Version Management
```

## 📂 Install Individual Skills

```bash
npx skills add wu529778790/shenzjd-skills -s performance-profiler -y
npx skills add wu529778790/shenzjd-skills -s api-doc-generator -y
npx skills add wu529778790/shenzjd-skills -s db-migration-helper -y
npx skills add wu529778790/shenzjd-skills -s git-hooks-setup -y
npx skills add wu529778790/shenzjd-skills -s dependency-audit -y
npx skills add wu529778790/shenzjd-skills -s docker-build-deploy -y
npx skills add wu529778790/shenzjd-skills -s release-notes-generator -y
npx skills add wu529778790/shenzjd-skills -s github-profile-beautifier -y
npx skills add wu529778790/shenzjd-skills -s token-burner -y
```
