Skip to content

docs: fix README install command and table for use-sapiom rename - #15

Open
midasbal wants to merge 1 commit into
sapiom:mainfrom
midasbal:docs/fix-readme-skill-names
Open

docs: fix README install command and table for use-sapiom rename#15
midasbal wants to merge 1 commit into
sapiom:mainfrom
midasbal:docs/fix-readme-skill-names

Conversation

@midasbal

Copy link
Copy Markdown

README.md still referenced the old sapiom skill name after it was renamed to use-sapiom in 7bd8dec. Two problems:

  1. The install command npx skills add sapiom/skills --skill sapiom fails, since that skill no longer exists.
  2. The Available Skills table still listed sapiom with the old description instead of use-sapiom.

Reproduction:

npx skills add sapiom/skills --skill sapiom
-> No matching skills found for: sapiom

npx skills add sapiom/skills --skill use-sapiom
-> Installed 1 skill: ./.agents/skills/use-sapiom

Updated the install command and table row to use-sapiom, with the description taken from skills/use-sapiom/SKILL.md's frontmatter.

README.md still referenced the old sapiom skill name after it was
renamed to use-sapiom in 7bd8dec. Two problems:

1. The install command npx skills add sapiom/skills --skill sapiom
   fails, since that skill no longer exists.
2. The Available Skills table still listed sapiom with the old
   description instead of use-sapiom.

Reproduction:

  npx skills add sapiom/skills --skill sapiom
  -> No matching skills found for: sapiom

  npx skills add sapiom/skills --skill use-sapiom
  -> Installed 1 skill: ./.agents/skills/use-sapiom

Updated the install command and table row to use-sapiom, with the
description taken from skills/use-sapiom/SKILL.md's frontmatter.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant