Claude Code marketplace for Skill Weaver plugins - tools for creating and managing custom Claude Skills.
2025-11-06: skill-creator v0.1.0 - First production release now available! 🎉
This release includes the complete adaptive workflow system with engagement detection. See CHANGELOG.md for details.
Add this marketplace to your Claude Code:
/plugin marketplace add flashingcursor/skill-weaver-marketplaceCreates custom Skills for Claude following official best practices.
Install:
/plugin install skill-creator@skill-weaver-marketplaceFeatures:
- Adaptive workflow modes (Quick Create, Guided Create, Default)
- Autonomous skill creation with progress indicators
- Engagement detection and response adaptation
- Comprehensive skill creation guide
- Ready-to-use templates (basic and advanced)
- Script examples (Python and JavaScript)
- Automated validation and best practices
- Security guidelines
- Progressive disclosure patterns
Usage:
"Create a new skill for code reviews"
"Help me build a skill for data analysis"
"Just quickly create a skill for API testing"
"Walk me through creating a data analysis skill"
Documentation:
With the skill-creator plugin, create:
- Knowledge Skills: Embed guidelines, documentation, or best practices
- Workflow Skills: Automate multi-step processes
- Analysis Skills: Data processing and reporting workflows
- Integration Skills: Connect Claude to your tools
- Template Skills: Reusable templates for common tasks
# Add marketplace
/plugin marketplace add flashingcursor/skill-weaver-marketplace
# Install skill-creator
/plugin install skill-creator@skill-weaver-marketplace
# Try it outThen ask Claude:
"Create a skill for reviewing pull requests"
This marketplace provides plugins for:
- Creating custom Skills
- Managing Skill workflows
- Sharing Skills with teams
- Validating Skill structure
Want your team to automatically have access to these plugins?
Add to your project's .claude/settings.json:
{
"extraKnownMarketplaces": {
"skill-weaver": {
"source": {
"source": "github",
"repo": "flashingcursor/skill-weaver-marketplace"
}
}
}
}Team members will get the marketplace when they trust the folder.
- skill-creator: https://github.com/flashingcursor/skill-creator-plugin
- Issues: GitHub Issues
- Discussions: GitHub Discussions
- Documentation: Main Repository
Want to add your plugin to this marketplace?
- Create a Claude Code plugin following the plugin structure
- Open an issue or PR in the main repository
- We'll review and add it to the marketplace
Criteria for inclusion:
- Helps with skill creation or management
- Follows Claude Code plugin best practices
- Well-documented with examples
- Active maintenance
Skill Weaver is a project dedicated to helping developers create high-quality custom Skills for Claude.
- Main Repository: https://github.com/flashingcursor/skill-weaver
- Plugin: https://github.com/flashingcursor/skill-creator-plugin
- Marketplace: https://github.com/flashingcursor/skill-weaver-marketplace
MIT License - see individual plugin repositories for details.
Made with the skill-creator skill itself! 🎨