·create-slash-command
>_

create-slash-command

lambda-curry/devagent

為 DevAgent 工作流程創建新的斜線命令。當您需要在 .agents/commands/ 中創建新命令文件並將其符號鏈接到 .cursor/commands/ 以進行 Cursor IDE 集成時使用。該技能處理完整的命令創建工作流程,包括文件生成、符號鏈接創建和結構驗證。

3安裝·0熱度·@lambda-curry

安裝

$npx skills add https://github.com/lambda-curry/devagent --skill create-slash-command

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