💡 摘要
ClaudeSkillz 提供了一个策划的 260 多个技能的集合,用于 Claude Code 的生产力和自动化。
🎯 适合人群
🤖 AI 吐槽: “自述文件建议不要提交真实凭据,并建议对敏感数据使用环境变量。一个具体的风险是,如果不遵循最佳实践,可能会暴露敏感信息。”
风险:Critical。建议检查:是否执行 shell/命令行指令;是否发起外网请求(SSRF/数据外发);API Key/Token 的获取、存储与泄露风险;文件读写范围与路径穿越风险。以最小权限运行,并在生产环境启用前审计代码与依赖。
ClaudeSkillz
A curated collection of 260+ Claude Code skills for productivity, development, and automation
What is ClaudeSkillz?
ClaudeSkillz is a professionally curated collection of Claude Code skills, carefully sanitized and ready for public use. These skills enhance Claude Code's capabilities across development, infrastructure, scientific computing, and automation tasks.
Live Site: claudeskillz.jackspace.com
Quick Start
Browse & Install Skills
Visit the Interactive Skill Selector to browse all 261 skills with filtering, search, and one-click installation.
Manual Installation
-
Navigate to your Claude Code skills directory:
cd ~/.claude/skills # Linux/macOS # or cd %USERPROFILE%\.claude\skills # Windows -
Clone a specific skill:
# Example: Install the Docker helper skill git clone https://github.com/jackspace/ClaudeSkillz.git temp-repo cp -r temp-repo/skills/docker-helper . rm -rf temp-repo -
Verify installation:
ls -la docker-helper/ # Should see SKILL.md or SKILL.json
Skill Categories
| Category | Count | Examples | |----------|-------|----------| | Development Tools | 80+ | Git workflows, testing, debugging, code review | | Cloud & Infrastructure | 60+ | Cloudflare Workers, Docker, serverless, databases | | Scientific Computing | 120+ | Bioinformatics, data science, machine learning | | Automation | 40+ | Scripting, batch processing, workflow automation | | Documentation | 20+ | PDF processing, markdown, technical writing | | Web Development | 50+ | React, Next.js, Tailwind, authentication |
Featured Skills
Development
bash-script-helper- Expert guidance for bash scripting and debuggingdocker-helper- Container management and Docker Compose optimizationgit-workflow-helper- Advanced Git workflows and branching strategiescode-review_mrgoonie- Automated code review with technical rigor
Cloud & Infrastructure
cloudflare-worker-base- Serverless functions on Cloudflare's edge networkcloudflare-d1- SQLite databases at the edgecloudflare-r2- S3-compatible object storagedevops_mrgoonie- Deploy and manage cloud infrastructure
Scientific & Data
scientific-pkg-biopython- Bioinformatics tools and sequence analysisscientific-pkg-scanpy- Single-cell RNA-seq analysisscientific-pkg-rdkit- Cheminformatics and molecular modelingscientific-db-pubmed-database- PubMed literature search and analysis
Automation & Productivity
context-manager- Permanent memory storage for decisions and contexterror-debugger- Analyze errors and provide immediate fixesproject-planning- Break down projects into actionable stepssession-launcher- Quick session management and templates
Installation Methods
Method 1: Interactive Selector (Recommended)
- Visit claudeskillz.jackspace.com
- Browse and select skills
- Click "Generate Install Script"
- Run the downloaded PowerShell script
Method 2: Bulk Clone
Clone the entire repository and copy skills you need:
git clone https://github.com/jackspace/ClaudeSkillz.git cd ClaudeSkillz/skills # Copy specific skills to Claude Code cp -r docker-helper ~/.claude/skills/ cp -r bash-script-helper ~/.claude/skills/
Method 3: Individual Skill
Download a single skill directly:
# Using curl curl -L https://github.com/jackspace/ClaudeSkillz/archive/main.tar.gz | \ tar xz --strip=2 ClaudeSkillz-main/skills/docker-helper # Using wget wget -O- https://github.com/jackspace/ClaudeSkillz/archive/main.tar.gz | \ tar xz --strip=2 ClaudeSkillz-main/skills/docker-helper
Skill Structure
Each skill follows a consistent structure:
skill-name/
├── SKILL.md # Markdown format (human-readable)
├── SKILL.json # JSON format (token-optimized)
└── README.md # Optional: additional documentation
Important Notes
Placeholders
All credentials and personal information in examples are placeholders. Replace with your actual values:
YOUR_API_KEY_HERE→ Your actual API keyyourusername→ Your usernameyourdomain.com→ Your domain192.168.1.100→ Your actual IP address
Security
- Never commit real credentials to version control
- Always use environment variables for sensitive data
- Review skills before installation
- Follow each skill's security guidelines
Contributing
Reporting Issues
Found a bug or have a suggestion? Open an issue
Adding Skills
- Fork this repository
- Add your skill to
skills/ - Follow the skill structure guidelines
- Ensure all credentials are placeholders
- Submit a pull request
Skill Guidelines
- Use clear, descriptive names
- Include comprehensive documentation
- Provide working examples (with placeholders)
- Test thoroughly before submitting
- Follow security best practices
Building from Source
Prerequisites
- Python 3.7+
- Git
Generate Catalog
# Generate skills catalog JSON python tools/generate-catalog.py # Output: docs/skills-catalog.json
Run Local Server
# Serve documentation locally cd docs python -m http.server 8000 # Visit: http://localhost:8000
SkillSelector Features
The interactive selector includes:
- Search - Find skills by name or description
- Category Filtering - Filter by development, cloud, scientific, etc.
- Multi-Select - Choose multiple skills at once
- Install Script - Generate PowerShell installation script
- Responsive Design - Works on desktop and mobile
- Ninite-Inspired UI - Clean, intuitive interface
License
MIT License - See LICENSE file for details
Credits
Skills Sources
Skills in this collection are sourced from:
- Community contributions
- Open source projects
- Professional developers
- Scientific researchers
Acknowledgments
- Claude Code by Anthropic
- Community skill creators
- Open source contributors
Support
- Documentation: claudeskillz.jackspace.com
- Issues: GitHub Issues
- Discussions: GitHub Discussions
Roadmap
- [ ] Skill testing framework
- [ ] Automated dependency detection
- [ ] Skill compatibility checker
- [ ] Version management
- [ ] Skill update notifications
- [ ] Community ratings and reviews
Statistics
- Total Skills: 261
- Categories: 6 major categories
- Contributors: Growing community
- License: MIT (open source)
- Update Frequency: Regular additions and updates
Made with ❤️ for the Claude Code community
Visit claudeskillz.jackspace.com to get started!
优点
- 跨多个领域的技能种类繁多
- 提供简单的安装方法
- 互动选择器提供用户友好的体验
缺点
- 某些技能可能需要手动安装
- 技能质量可能因贡献者而异
- 某些技能的文档可能更详细
相关技能
免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。
版权归原作者所有 jackspace.
