A marketplace of Claude Agent Skills for various tasks
npx claudepluginhub beshkenadze/claude-skills-marketplaceA marketplace of Claude Agent Skills for various tasks
A marketplace for Claude Agent Skills - organized packages of instructions, scripts, and resources that extend Claude's capabilities.
Agent Skills are directories containing a SKILL.md file that packages domain expertise and organizational knowledge for reuse across conversations. They enable Claude to perform specialized tasks by loading instructions, scripts, and resources dynamically.
Key Characteristics:
my-skill/
├── SKILL.md # Required - core instructions
├── reference.md # Optional - additional documentation
├── examples.md # Optional - usage examples
├── scripts/ # Optional - executable code
└── templates/ # Optional - template files
---
name: your-skill-name
description: Brief description of what this Skill does and when to use it
---
# Your Skill Name
## Instructions
Provide clear, step-by-step guidance for Claude.
## Examples
Show concrete usage examples with inputs and outputs.
## Guidelines
Best practices and constraints.
| Location | Scope |
|---|---|
~/.claude/skills/ | Personal - available across all projects |
.claude/skills/ | Project - specific to repository |
| Field | Required | Constraints |
|---|---|---|
name | Yes | Max 64 chars, lowercase letters, numbers, hyphens only |
description | Yes | Max 1024 chars, explains function and trigger conditions |
version | No | Semantic versioning (e.g., 1.0.0) |
dependencies | No | List of required packages |
Skills implement three levels of information loading:
This design keeps context consumption minimal while enabling unbounded skill complexity.
claude-skills-marketplace/
├── skills/ # Community skills
│ ├── creative/ # Creative & design skills
│ ├── development/ # Development & technical skills
│ ├── enterprise/ # Enterprise & communication skills
│ └── document/ # Document generation skills
├── templates/ # Starter templates
│ └── basic/
│ └── SKILL.md
├── docs/ # Documentation
│ ├── CREATING_SKILLS.md
│ ├── API_SKILLS.md
│ └── SKILLS_BEST_PRACTICES.md
└── CONTRIBUTING.md
See CONTRIBUTING.md for guidelines on submitting skills to the marketplace.
MIT
Development marketplace for Superpowers core skills library
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.