command-creator이란?
클로드 코드 슬래시 명령어를 생성할 때 이 스킬을 사용해야 합니다. 사용자가 "명령 만들기", "슬래시 명령 만들기", "명령 추가"를 요청하거나 워크플로를 재사용 가능한 명령으로 문서화하려는 경우에 사용합니다. 적절한 구조와 모범 사례를 사용하여 에이전트에서 실행 가능한 최적화된 슬래시 명령을 생성하는 데 필수적입니다. 출처: cachemoney/agent-toolkit.
클로드 코드 슬래시 명령어를 생성할 때 이 스킬을 사용해야 합니다. 사용자가 "명령 만들기", "슬래시 명령 만들기", "명령 추가"를 요청하거나 워크플로를 재사용 가능한 명령으로 문서화하려는 경우에 사용합니다. 적절한 구조와 모범 사례를 사용하여 에이전트에서 실행 가능한 최적화된 슬래시 명령을 생성하는 데 필수적입니다.
명령줄에서 command-creator AI 스킬을 개발 환경에 빠르게 설치
출처: cachemoney/agent-toolkit.
This skill guides the creation of Claude Code slash commands - reusable workflows that can be invoked with /command-name in Claude Code conversations.
Slash commands are markdown files stored in .claude/commands/ (project-level) or /.claude/commands/ (global/user-level) that get expanded into prompts when invoked. They're ideal for:
Load these references as needed when creating commands to understand patterns, see examples, or ensure quality.
클로드 코드 슬래시 명령어를 생성할 때 이 스킬을 사용해야 합니다. 사용자가 "명령 만들기", "슬래시 명령 만들기", "명령 추가"를 요청하거나 워크플로를 재사용 가능한 명령으로 문서화하려는 경우에 사용합니다. 적절한 구조와 모범 사례를 사용하여 에이전트에서 실행 가능한 최적화된 슬래시 명령을 생성하는 데 필수적입니다. 출처: cachemoney/agent-toolkit.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/cachemoney/agent-toolkit --skill command-creator클로드 코드 슬래시 명령어를 생성할 때 이 스킬을 사용해야 합니다. 사용자가 "명령 만들기", "슬래시 명령 만들기", "명령 추가"를 요청하거나 워크플로를 재사용 가능한 명령으로 문서화하려는 경우에 사용합니다. 적절한 구조와 모범 사례를 사용하여 에이전트에서 실행 가능한 최적화된 슬래시 명령을 생성하는 데 필수적입니다. 출처: cachemoney/agent-toolkit.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/cachemoney/agent-toolkit --skill command-creator 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/cachemoney/agent-toolkit