json-config-helper
π―Skillfrom jackspace/claudeskillz
Helps developers parse, validate, and manipulate JSON configuration files with intelligent error detection and automatic schema generation.
Installation
npx skills add https://github.com/jackspace/claudeskillz --skill json-config-helperSkill Details
Overview
# ClaudeSkillz
> A curated collection of 260+ Claude Code skills for productivity, development, and automation
[](https://claudeskillz.jackspace.com)
[](LICENSE)
[](https://claudeskillz.jackspace.com)
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](https://claudeskillz.jackspace.com)
Quick Start
Browse & Install Skills
Visit the [Interactive Skill Selector](https://claudeskillz.jackspace.com) to browse all 261 skills with filtering, search, and one-click installation.
Manual Installation
- Navigate to your Claude Code skills directory:
```bash
cd ~/.claude/skills # Linux/macOS
# or
cd %USERPROFILE%\.claude\skills # Windows
```
- Clone a specific skill:
```bash
# 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:
```bash
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](https://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:
```bash
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:
```bash
# Using curl
curl -L https://github.com/jackspace/ClaudeSkillz/archive/main.tar.gz | \
tar xz --strip=2 ClaudeSkillz-main/skills/docker-helper
More from this repository10
Generates web assets like icons, favicons, social media images, and responsive graphics optimized for different platforms and devices.
Organize, categorize, and manage personal Claude AI skills with version tracking, tagging, and easy discovery across multiple projects.
Generates interactive chatbot interfaces using AI Elements, enabling dynamic conversational experiences with customizable UI components and intelligent response generation.
Generates and validates advanced bash scripting patterns, providing intelligent recommendations for robust shell script design and best practices.
Configures and manages email routing rules and forwarding settings for domains using Cloudflare's email routing service.
Generates infrastructure-as-code templates and configurations for cloud platforms, automating the creation of scalable and reproducible infrastructure setups.
Diagnoses network connectivity issues by performing comprehensive tests including ping, traceroute, DNS resolution, and port scanning across multiple network interfaces.
Provides a foundational React UI component library and toolkit for rapidly bootstrapping consistent, responsive web application interfaces.
Assists developers in managing Docker containers, optimizing Docker Compose configurations, and providing intelligent container-related guidance and troubleshooting recommendations.
Orchestrates interactions and comparative analysis across multiple AI models, helping users select the most appropriate AI for specific tasks.