·create-slash-command
>_

create-slash-command

lambda-curry/devagent

Erstellen Sie neue Slash-Befehle für DevAgent-Workflows. Verwenden Sie diese Option, wenn Sie eine neue Befehlsdatei in .agents/commands/ erstellen und diese für die Cursor-IDE-Integration mit .cursor/commands/ verknüpfen müssen. Diese Fertigkeit übernimmt den gesamten Workflow zur Befehlserstellung, einschließlich Dateigenerierung, Symlink-Erstellung und Strukturvalidierung.

3Installationen·0Trend·@lambda-curry

Installation

$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.

Erstellen Sie neue Slash-Befehle für DevAgent-Workflows. Verwenden Sie diese Option, wenn Sie eine neue Befehlsdatei in .agents/commands/ erstellen und diese für die Cursor-IDE-Integration mit .cursor/commands/ verknüpfen müssen. Diese Fertigkeit übernimmt den gesamten Workflow zur Befehlserstellung, einschließlich Dateigenerierung, Symlink-Erstellung und Strukturvalidierung. Quelle: lambda-curry/devagent.

Original anzeigen

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/lambda-curry/devagent --skill create-slash-command
Kategorie
>_Produktivität
Verifiziert
Erstes Auftreten
2026-02-01
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist create-slash-command?

Erstellen Sie neue Slash-Befehle für DevAgent-Workflows. Verwenden Sie diese Option, wenn Sie eine neue Befehlsdatei in .agents/commands/ erstellen und diese für die Cursor-IDE-Integration mit .cursor/commands/ verknüpfen müssen. Diese Fertigkeit übernimmt den gesamten Workflow zur Befehlserstellung, einschließlich Dateigenerierung, Symlink-Erstellung und Strukturvalidierung. Quelle: lambda-curry/devagent.

Wie installiere ich create-slash-command?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/lambda-curry/devagent --skill create-slash-command Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor

Wo ist das Quell-Repository?

https://github.com/lambda-curry/devagent