create-slash-command

Create new slash commands for DevAgent workflows. Use when you need to create a new command file in .agents/commands/ and symlink it to .cursor/commands/ for Cursor IDE integration. This skill handles the complete command creation workflow including file generation, symlink creation, and structure validation.

$ Installer

git clone https://github.com/lambda-curry/devagent /tmp/devagent && cp -r /tmp/devagent/.codex/skills/create-slash-command ~/.claude/skills/devagent

// tip: Run this command in your terminal to install the skill