·create-slash-command
>_

create-slash-command

lambda-curry/devagent

DevAgent ワークフロー用の新しいスラッシュ コマンドを作成します。 Cursor IDE 統合のために、.agents/commands/ に新しいコマンド ファイルを作成し、それを .cursor/commands/ にシンボリックリンクする必要がある場合に使用します。このスキルは、ファイル生成、シンボリックリンクの作成、構造の検証を含む完全なコマンド作成ワークフローを処理します。

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 ワークフロー用の新しいスラッシュ コマンドを作成します。 Cursor IDE 統合のために、.agents/commands/ に新しいコマンド ファイルを作成し、それを .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 ワークフロー用の新しいスラッシュ コマンドを作成します。 Cursor IDE 統合のために、.agents/commands/ に新しいコマンド ファイルを作成し、それを .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