Claude Code plugin containing the "weaver" skill for creating custom Skills.
Important: Directory renamed from "skill-creator" to "weaver-create" in v0.2.1 to fully avoid conflicts with Anthropic's default skills ("skill-builder" and "skill-creator").
Version 0.2.1 - Directory Rename (2025-11-07)
This release renames the directory structure to fully avoid conflicts with Anthropic's default skills. See CHANGELOG.md for full release notes.
Key Changes:
- ✅ Renamed directory from "skill-creator/" to "weaver-create/"
- ✅ Updated all documentation references
- ✅ Added awareness note about both Anthropic "skill-builder" and "skill-creator"
- ✅ Updated all installation paths
This plugin provides the weaver skill, which helps you create custom Skills for Claude following official best practices.
Version: 0.2.1
# Add the Skill Weaver marketplace
/plugin marketplace add flashingcursor/skill-weaver-marketplace
# Install the skill-creator plugin
/plugin install weaver@skill-weaver-marketplace# Clone this repository
git clone https://github.com/flashingcursor/skill-creator-plugin.git
# Install as local plugin
/plugin install ./skill-creator-pluginOnce installed, the skill-creator skill is automatically available. Try:
"Create a new skill for code reviews"
"Help me build a skill for data analysis"
"Create a skill for [your purpose]"
The skill-creator adapts to your preferred interaction style:
Quick Create - Fast and autonomous:
"Just quickly create a skill for API testing"
Guided Create - Collaborative and educational:
"Walk me through creating a data analysis skill"
Default (Adaptive) - Automatically adapts based on your feedback:
"Create a skill for processing documents"
The skill will create complete, functional skills autonomously, show you what it built with decision explanations, detect your engagement level, and adapt accordingly.
With skill-creator, 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
- Installation Guide: INSTALLATION.md
- Sharing Guide: SHARING.md
- Main Repository: flashingcursor/skill-weaver
skill-creator-plugin/
├── .claude-plugin/
│ └── plugin.json # Plugin metadata
├── skills/
│ └── skill-creator/
│ ├── Skill.md # Main skill instructions
│ ├── README.md # Skill documentation
│ ├── REFERENCE.md # Technical reference
│ └── templates/ # Skill templates and examples
└── README.md # This file
To update to the latest version:
# If installed via marketplace
/plugin update skill-creator
# If installed manually
cd skill-creator-plugin
git pull origin master
/plugin reload skill-creator- Issues: GitHub Issues
- Discussions: GitHub Discussions
- Main Repository: flashingcursor/skill-weaver
MIT License - see LICENSE file for details.
This plugin is part of the Skill Weaver project, providing tools and templates for creating custom Claude Skills.
- Main Repository: https://github.com/flashingcursor/skill-weaver
- Plugin Repository: https://github.com/flashingcursor/skill-creator-plugin
- Marketplace: https://github.com/flashingcursor/skill-weaver-marketplace