·command-creator
>_

command-creator

Traycer 시행 프레임워크에서 에이전트에 대한 사용자 정의 Claude Code 슬래시 명령을 정의합니다. 이 기술은 에이전트를 생성 또는 업데이트할 때 그리고 에이전트가 슬래시 명령으로 실행할 수 있는 재사용 가능한 프롬프트를 지정해야 할 때 사용해야 합니다. 명령은 .claude/commands/에 저장되고 에이전트 config.yaml 파일에서 참조되는 Markdown 파일입니다. 이는 bash/CLI 명령이 아닌 Claude Code 슬래시 명령(/command-name)용입니다.

3설치·0트렌드·@auldsyababua

설치

$npx skills add https://github.com/auldsyababua/instructor-workflow --skill command-creator

command-creator 설치 방법

명령줄에서 command-creator AI 스킬을 개발 환경에 빠르게 설치

  1. 터미널 열기: 터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다
  2. 설치 명령어 실행: 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/auldsyababua/instructor-workflow --skill command-creator
  3. 설치 확인: 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다

출처: auldsyababua/instructor-workflow.

This skill guides the creation of Claude Code slash commands for agents in the Traycer enforcement framework. Claude Code commands are custom slash commands defined as Markdown files containing prompts.

| Commands | Quick, reusable prompts | /git-commit, /review-pr | Explicit: /command-name | | Skills | Complex workflows with multiple files | security-validation, test-standards | Automatic based on context | | System Prompt | Agent personality and core behavior | Agent role, coordination logic | Always active |

| allowed-tools | Tools command can use | Inherits from conversation | Bash(git add:) | | argument-hint | Expected arguments | None | [pr-number] [priority] | | description | Brief description | First line | Create a git commit | | model | Specific model | Inherits from conversation | haiku |

인용 가능한 정보

AI/검색 인용용 안정적인 필드와 명령어.

설치 명령어
npx skills add https://github.com/auldsyababua/instructor-workflow --skill command-creator
카테고리
>_생산성
인증됨
최초 등록
2026-02-25
업데이트
2026-03-10

Browse more skills from auldsyababua/instructor-workflow

빠른 답변

command-creator이란?

Traycer 시행 프레임워크에서 에이전트에 대한 사용자 정의 Claude Code 슬래시 명령을 정의합니다. 이 기술은 에이전트를 생성 또는 업데이트할 때 그리고 에이전트가 슬래시 명령으로 실행할 수 있는 재사용 가능한 프롬프트를 지정해야 할 때 사용해야 합니다. 명령은 .claude/commands/에 저장되고 에이전트 config.yaml 파일에서 참조되는 Markdown 파일입니다. 이는 bash/CLI 명령이 아닌 Claude Code 슬래시 명령(/command-name)용입니다. 출처: auldsyababua/instructor-workflow.

command-creator 설치 방법은?

터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/auldsyababua/instructor-workflow --skill command-creator 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다

소스 저장소는 어디인가요?

https://github.com/auldsyababua/instructor-workflow