Slash commands are frequently-used prompts defined as Markdown files that Claude executes during interactive sessions. Understanding command structure, frontmatter options, and dynamic features enables creating powerful, reusable workflows.
A slash command is a Markdown file containing a prompt that Claude executes when invoked. Commands provide:
When a user invokes /command-name, the command content becomes Claude's instructions. Write commands as directives TO Claude about what to do, not as messages TO the user.
이 기술은 사용자가 "슬래시 명령 만들기", "명령 추가", "사용자 지정 명령 쓰기", "명령 인수 정의", "명령 앞부분 사용", "명령 구성", "파일 참조가 있는 명령 만들기", "대화형 명령", "명령에서 AskUserQuestion 사용"을 요청하거나 슬래시 명령 구조, YAML 앞부분 필드, 동적 인수, 명령에서 bash 실행, 사용자 상호 작용 패턴 또는 Claude에 대한 명령 개발 모범 사례에 대한 지침이 필요할 때 사용해야 합니다. 코드. 출처: galaxy-dawn/claude-scholar.