create-command

Create SEMO slash commands conforming to Claude Code conventions.

Updated Dec 11, 2025
One-click install
npx skills add https://github.com/semicolon-devteam/semo --skill create-command-semicolon-devteam
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: create-command
Source: https://github.com/semicolon-devteam/semo/tree/main/packages/biz/discovery/skills/create-command
Command: npx skills add https://github.com/semicolon-devteam/semo --skill create-command-semicolon-devteam

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill includes references (resource) components.

What problem does it solve?

์„ธ๋ฏธ์ฝœ๋ก  ์ปค๋งจ๋“œ์˜ ํ‘œ์ค€ํ™”๋œ ์ƒ์„ฑ๊ณผ CLAUDE Code ๊ทœ์น™ ์ค€์ˆ˜๋ฅผ ์ž๋™์œผ๋กœ ๋ณด์žฅํ•ฉ๋‹ˆ๋‹ค.

Core Features & Use Cases

  • Slash Command ์ƒ์„ฑ ์ž๋™ํ™”: ์ƒˆ๋กœ์šด /SEMO ์ปค๋งจ๋“œ๋ฅผ ํŒŒ์ผ๋กœ ์ƒ์„ฑ
  • CLAUDE.md ์—…๋ฐ์ดํŠธ: Commands ์„น์…˜์— ์ž๋™์œผ๋กœ ๋ฐ˜์˜
  • ๋™๊ธฐํ™” ์Šคํฌ๋ฆฝํŠธ ๊ฐ€์ด๋“œ: .claude/ ๋™๊ธฐํ™” ์ ˆ์ฐจ ์ œ๊ณต

Quick Start

์˜ˆ: ํŒŒ์ผ ๊ตฌ์กฐ์— ๋งž์ถฐ commands/SEMO/new-command.md ์ƒ์„ฑ ๋ฐ CLAUDE.md์— ์ถ”๊ฐ€ ํ›„ ๋™๊ธฐํ™”ํ•ฉ๋‹ˆ๋‹ค.

Frequently Asked Questions about create-command

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a new slash command following Claude Code conventions?โ–ผ

Create slash commands by generating a markdown file in commands/SEMO/, define the command structure following naming rules, update CLAUDE.md with the command entry, and synchronize via the .claude/ script. The Skill automates this workflow to ensure convention compliance.

What file structure do I need for SEMO slash commands?โ–ผ

SEMO slash commands use a standardized file structure: command definitions live in commands/SEMO/ as markdown files, metadata syncs to CLAUDE.md in the Commands section, and .claude/ scripts maintain synchronization. This structure ensures consistency across your command automation.

How do I update CLAUDE.md when adding new commands?โ–ผ

The Skill automatically reflects new commands in CLAUDE.md's Commands section during creation. After defining your slash command file, run the synchronization script to propagate changes, keeping your command registry current without manual entry.

Can I automate the creation of multiple slash commands at once?โ–ผ

Yes. The Skill packages command-based operations to construct interactive slash-driven workflows. You can define multiple command files in commands/SEMO/, then synchronize them together, applying naming rules and CLAUDE.md updates across the batch.

What happens if my command doesn't follow Claude Code conventions?โ–ผ

The Skill implements naming rules and command file structure validation to catch deviations before deployment. It ensures your slash commands conform to Claude Code standards, preventing convention mismatches and maintaining consistency across your command environment.