Skip to main content

hello

Smallest skill the Claude Agent SDK will load through entwurf's skillPlugins surface. Use it as a copy-and-rename template; replace this file with your own SKILL.md for each skill you ship.

インストールへ移動

ソース情報

リポジトリ
junghan0611/entwurf
ソースの最終更新活動
2026年6月23日 01:34
検出された SKILL.md の言語
英語
スター
28
フォーク
4

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
name
hello
description
Smallest skill the Claude Agent SDK will load through entwurf's skillPlugins surface. Use it as a copy-and-rename template; replace this file with your own SKILL.md for each skill you ship.
# hello This is a placeholder skill. The Claude Agent SDK reads the YAML frontmatter above (`name`, `description`) to expose the skill in the session's tool schema. The body of `SKILL.md` is the instruction the model sees when it activates the skill. Replace the frontmatter and this body with the actual instruction for your skill. If your skill needs auxiliary scripts or files, place them next to this `SKILL.md` inside `skills/<name>/` — the SDK passes the directory through. For the full SKILL.md authoring contract see the upstream Claude Agent SDK documentation; entwurf does not reinterpret that contract.
GitHubで見る