create-slash-command
✓DevAgent 워크플로에 대한 새 슬래시 명령을 만듭니다. .agents/commands/에 새 명령 파일을 생성하고 Cursor IDE 통합을 위해 .cursor/commands/에 심볼릭 링크해야 할 때 사용합니다. 이 기술은 파일 생성, 심볼릭 링크 생성 및 구조 검증을 포함한 전체 명령 생성 워크플로를 처리합니다.
SKILL.md
This skill automates the creation of DevAgent slash commands, which are standardized command files that provide interfaces for executing workflows. Commands are created in .agents/commands/ and symlinked to .cursor/commands/ for Cursor IDE integration.
Important: Commands are snippets/templates that get inserted into the chat conversation when invoked in Cursor IDE. The entire command file content is inserted, and users fill in placeholder areas (like "Input Context:") with their specific information. Keep commands simple and self-contained—they should be ready to paste into chat.
This creates a command file at .agents/commands/my-new-command.md following the standard template. The command will reference a workflow file at .devagent/core/workflows/my-new-command.md by default.
DevAgent 워크플로에 대한 새 슬래시 명령을 만듭니다. .agents/commands/에 새 명령 파일을 생성하고 Cursor IDE 통합을 위해 .cursor/commands/에 심볼릭 링크해야 할 때 사용합니다. 이 기술은 파일 생성, 심볼릭 링크 생성 및 구조 검증을 포함한 전체 명령 생성 워크플로를 처리합니다. 출처: lambda-curry/devagent.
인용 가능한 정보
AI/검색 인용용 안정적인 필드와 명령어.
- 설치 명령어
npx skills add https://github.com/lambda-curry/devagent --skill create-slash-command- 카테고리
- >_생산성
- 인증됨
- ✓
- 최초 등록
- 2026-02-01
- 업데이트
- 2026-02-18
빠른 답변
create-slash-command이란?
DevAgent 워크플로에 대한 새 슬래시 명령을 만듭니다. .agents/commands/에 새 명령 파일을 생성하고 Cursor IDE 통합을 위해 .cursor/commands/에 심볼릭 링크해야 할 때 사용합니다. 이 기술은 파일 생성, 심볼릭 링크 생성 및 구조 검증을 포함한 전체 명령 생성 워크플로를 처리합니다. 출처: lambda-curry/devagent.
create-slash-command 설치 방법은?
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/lambda-curry/devagent --skill create-slash-command 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code나 Cursor에서 사용할 수 있습니다
소스 저장소는 어디인가요?
https://github.com/lambda-curry/devagent
상세
- 카테고리
- >_생산성
- 출처
- skills.sh
- 최초 등록
- 2026-02-01