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.

Aller à l'installation

Informations de source

Dépôt
junghan0611/entwurf
Dernière activité de la source
23 juin 2026 à 01:34
Langue détectée de SKILL.md
anglais
Étoiles
28
Forks
4

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.

Affichage de SKILL.md

SKILL.md
Instructions source · Aperçu en lecture seule
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.
Voir sur GitHub