Skill Weaver Marketplace
Claude Code marketplace for Skill Weaver plugins - tools for creating and managing custom Claude Skills.
Latest Update
2025-11-07: weaver v0.2.1 - Directory renamed to fully avoid conflicts! 🎉
The directory has been renamed from "skill-creator" to "weaver-create" to fully avoid conflicts with Anthropic's default skills ("skill-builder" and "skill-creator"). See CHANGELOG.md for details.
Installation
Add this marketplace to your Claude Code:
/plugin marketplace add flashingcursor/skill-weaver-marketplace
Available Plugins
weaver v0.2.1
Weaves custom Skills for Claude following official best practices.
> Note: Directory renamed from "skill-creator" to "weaver-create" to avoid conflicts with Anthropic's default skills ("skill-builder" and "skill-creator").
Install:
/plugin install weaver@skill-weaver-marketplace
Features:
- 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:
What You Can Build
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
Quick Start
# Add marketplace
/plugin marketplace add flashingcursor/skill-weaver-marketplace
# Install skill-creator
/plugin install skill-creator@skill-weaver-marketplace
# Try it out
Then ask Claude:
"Create a skill for reviewing pull requests"
Marketplace Structure
This marketplace provides plugins for:
- Creating custom Skills
- Managing Skill workflows
- Sharing Skills with teams
- Validating Skill structure
For Teams
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.
Plugin Repositories
- skill-creator: https://github.com/flashingcursor/skill-creator-plugin
Support
- Issues: GitHub Issues
- Discussions: GitHub Discussions
- Documentation: Main Repository
Contributing
Want to add your plugin to this marketplace?
1. Create a Claude Code plugin following the plugin structure 2. Open an issue or PR in the main repository 3. 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
About Skill Weaver
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
License
MIT License - see individual plugin repositories for details.
---
Made with the skill-creator skill itself! 🎨









