Weaves custom Skills for Claude following official best practices including proper structure, metadata, progressive disclosure, and security guidelines
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:
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-plugin
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]"
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:
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
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.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub flashingcursor/skill-weaver-marketplace --plugin weaverComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques