create-command
Create Command
Cross-Platform AI Agent Skill This skill works with any AI agent platform that supports the skills.sh standard.
Create Skill (Slash Command)
Generate a new skill following Claude Code best practices, prompt engineering techniques, and anti-hallucination patterns.
Note: Claude Code has merged commands into skills (v2.1.3+). Files in
.claude/commands/still work, but the recommended approach is to create skills in.claude/skills/which support additional features: supporting files (references/, scripts/, assets/), model invocation control, subagent execution, and progressive disclosure. This skill generates skills by default.Relationship to skill-creator: The
skill-creatorskill provides guidance on creating skills. This skill (create-command) generates the actual skill files. They complement each other.
Reference Documentation
- Official skills documentation: https://code.claude.com/docs/en/skills
- For complete frontmatter field reference, see references/frontmatter-guide.md
- For design patterns (SubAgent, TodoWrite, anti-hallucination), see references/design-patterns.md