scl339-ai-skills
v1.0.0
Published
AI coding assistant skill pack with 10+ practical skills for Claude Code, Codex, and other AI coding agents. Helps AI assistants perform better at code review, TDD, debugging, optimization, and more.
Maintainers
Readme
SCL339 Skill Pack
🧠 AI Coding Assistant Skills — A collection of 12 practical skill files that help Claude Code, Codex, Cursor, GitHub Copilot, and other AI coding agents perform better.
🚀 Features
- 12 ready-to-use skills covering code review, TDD, debugging, performance, security, and more
- Works with all major AI coding assistants — Claude Code, Codex, Cursor, GitHub Copilot
- Zero dependencies — just markdown files, use them directly
- SEO-optimized — discoverable via GitHub topics and npm keywords
- Cross-linked — works seamlessly with other SCL339 tools
📦 Installation
# Via npm (recommended)
npm install scl339-skill-pack
# Or clone from GitHub
git clone https://github.com/shuchengle/scl339-skill-pack.git🎯 How to Use
With Claude Code
Add this to your project's CLAUDE.md to load all skills:
## Skills
This project uses skills from [scl339-skill-pack](https://github.com/shuchengle/scl339-skill-pack):
- skills/code-review.md — Systematic code review
- skills/tdd.md — Test-Driven Development
- skills/debugging.md — Error debugging
- skills/performance.md — Performance optimization
- skills/security.md — Security review
- skills/documentation.md — Documentation generation
- skills/refactoring.md — Code refactoring
- skills/api-design.md — API design
- skills/database.md — Database optimization
- skills/commit-pr.md — Commit & PR writing
- skills/dependency-audit.md — Dependency audit
- skills/logging.md — Logging & monitoringWith Cursor
Copy skill files to .cursor/rules/ in your project:
cp skills/*.md /path/to/your/project/.cursor/rules/With Codex
Reference a skill inline in your prompt:
Apply the code-review skill from scl339-skill-pack to review this code...📚 Skills Overview
| # | Skill | File | Description |
|---|-------|------|-------------|
| 1 | Code Review | skills/code-review.md | Systematic code review checklist and workflow |
| 2 | TDD | skills/tdd.md | Red-Green-Refactor TDD workflow |
| 3 | Debugging | skills/debugging.md | Structured debugging methodology |
| 4 | Performance | skills/performance.md | Performance bottleneck identification & fixes |
| 5 | Security | skills/security.md | Security vulnerability patterns & review |
| 6 | Documentation | skills/documentation.md | Auto-generating quality documentation |
| 7 | Refactoring | skills/refactoring.md | Safe code refactoring patterns |
| 8 | API Design | skills/api-design.md | REST/GraphQL API design best practices |
| 9 | Database | skills/database.md | SQL & NoSQL query optimization |
| 10 | Commit & PR | skills/commit-pr.md | Conventional commits & PR writing |
| 11 | Dependency Audit | skills/dependency-audit.md | Dependency vulnerability checking |
| 12 | Logging | skills/logging.md | Structured logging & observability |
🔗 Related SCL339 Projects
- token-saver — LLM token optimization CLI tool. Analyze and optimize your prompts to save up to 60% on API costs.
- auto-pr-review-action — Automated PR review GitHub Action. Catch code quality issues before they hit production.
📄 License
MIT — see LICENSE
☕ Sponsor
If this project helps your development workflow, consider supporting it:
Alipay: Scan the QR code or search for shuchengle on Alipay to sponsor.
支付宝扫一扫,赞助支持Your support keeps the open source ecosystem thriving. Thank you! 🙏
