From claude-ecosystem
Creates directory and SKILL.md scaffold with YAML frontmatter for new Claude skills. Invoke via /create-skill [kebab-case-name] when starting skills from scratch.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-ecosystem:create-skillThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create a new skill scaffold with required structure.
Create a new skill scaffold with required structure.
$ARGUMENTS
my-new-skill)docs-management, not manage-docs)If $ARGUMENTS is empty or invalid:
Invoke the claude-ecosystem:skill-development skill to get:
Create the directory and SKILL.md:
mkdir -p .claude/skills/$ARGUMENTS
Create .claude/skills/$ARGUMENTS/SKILL.md with:
---
description: [Brief description of what this skill does]
allowed-tools: [Comma-separated list of tools needed]
---
# [Skill Name]
[Skill content following patterns from skill-development guidance]
Reference existing skills in this repo for:
/create-skill api-integration
Creates:
.claude/skills/api-integration/SKILL.md with proper frontmatterIf skill-development skill is unavailable, use these minimum requirements:
Required frontmatter:
description: Brief description (required)allowed-tools: Comma-separated tool list (optional)Content structure:
npx claudepluginhub melodic-software/claude-code-plugins --plugin claude-ecosystemProvides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.