From all-skills
Creates structured Claude skills with SKILL.md and directories, validates metadata and naming, packages into zips, and shares on Slack via Rube for team discovery.
How this skill is triggered — by the user, by Claude, or both
Slash command
/all-skills:skill-shareThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when you need to:
Use this skill when you need to:
Also use this skill when:
This skill is ideal for:
When you ask Claude to create a skill called "pdf-analyzer":
1. Creates /skill-pdf-analyzer/ with SKILL.md template
2. Generates structured directories (scripts/, references/, assets/)
3. Validates the skill structure
4. Packages the skill as a zip file
5. Posts to Slack: "New Skill Created: pdf-analyzer - Advanced PDF analysis and extraction capabilities"
This skill leverages Rube for:
npx claudepluginhub davepoon/buildwithclaude --plugin all-skillsGuides development of Claude Code SKILL.md files with best practices, structure, YAML frontmatter rules, categories, patterns, references, and testing.
Guides creating effective, portable skills with YAML frontmatter, markdown instructions, and bundled resources. Useful when authoring or updating skills.
Guides creation, refinement, and best practices for Claude Code Skills including SKILL.md structure, router patterns, workflows, references, XML formatting, and progressive disclosure.