plugins/claude-ecosystem/skills/create-skill/SKILL.md
Create new skill scaffold with required structure. Use when starting a new skill from scratch or need proper YAML frontmatter template.
npx skillsauth add melodic-software/claude-code-plugins create-skillInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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:
development
Search Milan Jovanovic's .NET blog for Clean Architecture, DDD, CQRS, EF Core, and ASP.NET Core patterns. Use for finding applicable patterns, code examples, and architecture guidance. Invoke when working with .NET projects that could benefit from proven architectural patterns.
tools
Install and configure Data API Builder (DAB) for production SQL Server MCP access with RBAC
tools
Manage MssqlMcp servers - status, rebuild, and upstream updates
tools
Developer environment setup guides for Windows, macOS, Linux, and WSL. Use when setting up development machines, installing tools, configuring environments, or following platform-specific setup guides. Covers package management, shell/terminal, code editors, AI tooling, containerization, databases, and more.