Skip to content

SCL339/scl339-skill-pack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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.

npm version npm downloads GitHub PRs Welcome


๐Ÿš€ 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 & monitoring

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

๐Ÿค ่ตžๅŠฉๆ”ฏๆŒ (Sponsor)

ๅฆ‚ๆžœ่ฟ™ไธช้กน็›ฎๅฏนไฝ ๆœ‰ๅธฎๅŠฉ๏ผŒๅฏไปฅ่ฏทๆˆ‘ๅ–ๆฏๅ’–ๅ•ก โ˜•

  • ๐Ÿ’– ๆ”ฏไป˜ๅฎ (Alipay): 18559219554 | ้‚ฎ็ฎฑ่”็ณป: 530765059@qq.com
  • โ˜๏ธ DigitalOcean ่”็›Ÿ้“พๆŽฅ: ๅ…่ดน $200 ้ขๅบฆ
  • โญ ๅœจ GitHub ไธŠ็‚น Star ๅธฎๅŠฉๆ›ดๅคšไบบๅ‘็Žฐ่ฟ™ไธช้กน็›ฎ

๐Ÿ“„ License

About

๐Ÿง  12 AI coding assistant skills for Claude Code, Codex & more โ€” code review, TDD, debugging, performance, security

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors