diff --git a/.changeset/document-skill-install-command.md b/.changeset/document-skill-install-command.md new file mode 100644 index 00000000..0c918a1d --- /dev/null +++ b/.changeset/document-skill-install-command.md @@ -0,0 +1,5 @@ +--- +"@design-intelligence/ghost": patch +--- + +Document the skill install command in the CLI overview. diff --git a/README.md b/README.md index 5f79fa8e..9623a4c5 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ ghost pull # read the picked nodes' full bodies ghost review # during review: match a diff to guidance and checks ghost export # bundle the guidance as a portable artifact ghost stats # while tuning: see what agents reached for +ghost skill install # install the unified ghost skill bundle ghost manifest # emit a machine-readable index of commands and flags ``` diff --git a/packages/ghost/README.md b/packages/ghost/README.md index 46b1608e..d7ccc76b 100644 --- a/packages/ghost/README.md +++ b/packages/ghost/README.md @@ -48,6 +48,7 @@ ghost pull # read the picked nodes' full bodies ghost review # during review: match a diff to guidance and checks ghost export # bundle the guidance as a portable artifact ghost stats # while tuning: see what agents reached for +ghost skill install # install the unified ghost skill bundle ghost manifest # emit a machine-readable index of commands and flags ```