shenzjd-skills

内容来源:README.md(说明文档) · 原始地址 · 查看安装指南

原始内容

🛠️ AI Coding Skills

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

English | 中文

skills.sh

⚡ Quick Install

# 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

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