Contributing to Claude Code Skills Marketplace
Description
Thank you for your interest in contributing! This marketplace aims to provide high-quality, production-ready skills for Claude Code users.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for daymade/claude-code-skills, shared by 5 entries
in this directory. It describes the repository, not this entry specifically.
Contributing to Claude Code Skills Marketplace
Thank you for your interest in contributing! This marketplace aims to provide high-quality, production-ready skills for Claude Code users.
How to Contribute
Reporting Issues
- Check if the issue already exists
- Provide clear description and reproduction steps
- Include Claude Code version and environment details
- Add relevant error messages or screenshots
Suggesting New Skills
- Open an issue with the
skill-requestlabel - Describe the skill's purpose and use cases
- Explain why it would benefit the community
- Provide examples of when it would activate
Submitting Skills
To submit a new skill to this marketplace:
1. Skill Quality Requirements
All skills must meet these standards:
**Required Structure:**
- ✅
SKILL.mdwith valid YAML frontmatter (nameanddescription) - ✅ Imperative/infinitive writing style (verb-first instructions)
- ✅ Clear "When to Use This Skill" section
- ✅ Proper resource organization (
scripts/,references/,assets/)
**Quality Standards:**
- ✅ Comprehensive documentation
- ✅ Working code examples
- ✅ Tested functionality
- ✅ No TODOs or placeholder text
- ✅ Proper cross-referencing of bundled resources
**Best Practices:**
- ✅ Progressive disclosure pattern (metadata → SKILL.md → references)
- ✅ No duplication between SKILL.md and references
- ✅ Scripts have proper shebangs and are executable
- ✅ Clear activation criteria in description
2. Validation
Before submitting, validate your skill:
# Use skill-creator validation
~/.claude/plugins/marketplaces/anthropics-skills/skill-creator/scripts/quick_validate.py /path/to/your-skill
# Test in Claude Code
# 1. Copy skill to ~/.claude/skills/your-skill
# 2. Restart Claude Code
# 3. Verify skill activates correctly
3. Submission Process
**Fork this repository**
**Add your skill:**
# Create skill directory mkdir your-skill-name # Add SKILL.md and resources # Follow the structure of existing skills**Update marketplace.json:**
{ "skills": [ // ... existing skills "./your-skill-name" ] }**Update README.md:**
- Add skill description to "Included Skills" section
- Follow the existing format
**Test locally:**
# Add your fork as marketplace claude plugin marketplace add https://github.com/your-username/claude-code-skills # Marketplace name comes from .claude-plugin/marketplace.json # Install and test claude plugin install productivity-skills@your-marketplace-name**Submit Pull Request:**
- Clear title describing the skill
- Description explaining the skill's purpose
- Link to any relevant documentation
- Screenshots or examples (if applicable)
Improving Existing Skills
To improve an existing skill:
- Open an issue describing the improvement
- Fork the repository
- Make your changes
- Test thoroughl
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11