ClaudeSkillz: For when you need skills, but lazier
npx skills add https://github.com/jackspace/claudeskillz --skill repository-analyzerCLI を使用してこのスキルをインストールし、ワークスペースで SKILL.md ワークフローの使用を開始します。
A curated collection of 260+ Claude Code skills for productivity, development, and automation
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
Visit the Interactive Skill Selector to browse all 261 skills with filtering, search, and one-click 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
| 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 |
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 rigorcloudflare-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 infrastructurescientific-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 analysiscontext-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 templatesClone 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/
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
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
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 addressFound a bug or have a suggestion? Open an issue
skills/# Generate skills catalog JSON
python tools/generate-catalog.py
# Output: docs/skills-catalog.json
# Serve documentation locally
cd docs
python -m http.server 8000
# Visit: http://localhost:8000
The interactive selector includes:
MIT License - See LICENSE file for details
Skills in this collection are sourced from:
Made with ❤️ for the Claude Code community
Visit claudeskillz.jackspace.com to get started!