meta-command-creator이란?
마크다운 및 YAML 서문을 사용하여 Claude Code용 사용자 정의 슬래시 명령을 만듭니다. 워크플로 자동화를 구축하거나 재사용 가능한 프롬프트를 생성하거나 사용자 정의 /명령을 정의할 때 사용합니다. 슬래시 명령, 인수 처리, 파일 참조, bash 실행에 사용합니다. 출처: oakoss/agent-skills.
마크다운 및 YAML 서문을 사용하여 Claude Code용 사용자 정의 슬래시 명령을 만듭니다. 워크플로 자동화를 구축하거나 재사용 가능한 프롬프트를 생성하거나 사용자 정의 /명령을 정의할 때 사용합니다. 슬래시 명령, 인수 처리, 파일 참조, bash 실행에 사용합니다.
명령줄에서 meta-command-creator AI 스킬을 개발 환경에 빠르게 설치
출처: oakoss/agent-skills.
Claude Code slash commands are markdown files with optional YAML frontmatter that create reusable /command workflows. Commands and skills are unified: .claude/commands/ files and .claude/skills/ directories both create slash commands. Skills are the recommended approach since they support additional features like supporting files, but single-file commands still work.
When to use: Repeatable prompts, team workflow standardization, guardrailed operations (deploy, commit), multi-phase tasks, dynamic context injection with bash output.
When NOT to use: Complex capabilities needing multiple files and scripts (use a full skill directory instead), one-off prompts, built-in commands that already exist (/compact, /help, /init).
마크다운 및 YAML 서문을 사용하여 Claude Code용 사용자 정의 슬래시 명령을 만듭니다. 워크플로 자동화를 구축하거나 재사용 가능한 프롬프트를 생성하거나 사용자 정의 /명령을 정의할 때 사용합니다. 슬래시 명령, 인수 처리, 파일 참조, bash 실행에 사용합니다. 출처: oakoss/agent-skills.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/oakoss/agent-skills --skill meta-command-creator마크다운 및 YAML 서문을 사용하여 Claude Code용 사용자 정의 슬래시 명령을 만듭니다. 워크플로 자동화를 구축하거나 재사용 가능한 프롬프트를 생성하거나 사용자 정의 /명령을 정의할 때 사용합니다. 슬래시 명령, 인수 처리, 파일 참조, bash 실행에 사용합니다. 출처: oakoss/agent-skills.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/oakoss/agent-skills --skill meta-command-creator 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/oakoss/agent-skills