create-slash-command
✓为 DevAgent 工作流程创建新的斜线命令。当您需要在 .agents/commands/ 中创建新命令文件并将其符号链接到 .cursor/commands/ 以进行 Cursor IDE 集成时使用。该技能处理完整的命令创建工作流程,包括文件生成、符号链接创建和结构验证。
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/commands/ 以进行 Cursor IDE 集成时使用。该技能处理完整的命令创建工作流程,包括文件生成、符号链接创建和结构验证。 来源: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/commands/ 以进行 Cursor IDE 集成时使用。该技能处理完整的命令创建工作流程,包括文件生成、符号链接创建和结构验证。 来源: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 中使用
这个 Skill 的源码在哪?
https://github.com/lambda-curry/devagent
详情
- 分类
- >_效率工具
- 来源
- skills.sh
- 收录时间
- 2026-02-01