Skip to content

flashingcursor/skill-creator-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Skill Weaver Plugin

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").

Latest Release

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

What's Included

This plugin provides the weaver skill, which helps you create custom Skills for Claude following official best practices.

Version: 0.2.1

Installation

Via Marketplace (Recommended)

# Add the Skill Weaver marketplace
/plugin marketplace add flashingcursor/skill-weaver-marketplace

# Install the skill-creator plugin
/plugin install weaver@skill-weaver-marketplace

Manual Installation

# Clone this repository
git clone https://github.com/flashingcursor/skill-creator-plugin.git

# Install as local plugin
/plugin install ./skill-creator-plugin

Usage

Once 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]"

Adaptive Workflow Modes

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.

What You Can Build

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

Documentation

What's Inside

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

Updates

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

Support

License

MIT License - see LICENSE file for details.

About

This plugin is part of the Skill Weaver project, providing tools and templates for creating custom Claude Skills.

About

Claude Code plugin containing the skill-creator skill for building custom Skills

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •