Creates, audits, or improves Claude Code skills and commands. Use when scaffolding a new skill, reviewing an existing skill against best practices, or adding components like references, workflows, or templates.
From cortex-engineeringnpx claudepluginhub nathanvale/side-quest-marketplace --plugin cortex-engineeringaction/create-skillInteractively creates a new Claude Code skill from templates: prompts for name/type if needed, copies skeleton, populates metadata files, and gives type-specific guidance.
/create-skillScaffolds new Claude Code skills through TDD workflow: Iron Law interlock, brainstorming, scaffolding with frontmatter/module structure, and validation.
/create-skillCreates a new skill by searching GitHub for matches or generating with LLM (or both), placing files in target directory. Supports --method, --dry-run, --dir flags.
/create-skillCreates reusable skill fragments for specified techniques or patterns in Orchestr8, including YAML metadata, step-by-step guidance, code examples, best practices, and structured Markdown content.
/create-skillCreates a new Claude Skill with YAML frontmatter in personal or project directory. Validates inputs, checks existence, analyzes for bundled resources, and adds scripts/, references/, or assets/ directories as needed.
Use the skill-authoring skill to guide skill creation, auditing, or improvement.
create $ARGUMENTS