@eir.space/skills
v0.1.1
Published
CLI for the skills.eir.space health skill registry
Readme
@eir.space/skills
CLI for the skills.eir.space health skill registry.
Install
npm i -g @eir.space/skillsUsage
npx @eir.space/skills helpSearch
npx @eir.space/skills search pregnancyAdd
npx @eir.space/skills add eir-space/pregnancy
npx @eir.space/skills add eir-space/pregnancy --cloneSubmit / Update
npx @eir.space/skills submit \
--name pregnancy \
--repo https://github.com/Eir-Space/pregnancy \
--path pregnancy/ \
--summary "Pregnancy grounding + pregnancy.md" \
--tags pregnancy,prenatal-care \
--health-md \
--creates-linked-file \
--linked-files pregnancy.md
npx @eir.space/skills update \
--name pregnancy \
--repo https://github.com/Eir-Space/pregnancy \
--path pregnancy/ \
--summary "Updated pregnancy grounding reference"API Override
Point the CLI to a non-production API:
npx @eir.space/skills search diabetes --api http://localhost:3000Or set:
export EIR_SKILLS_API=http://localhost:3000Publish (maintainers)
npm login
npm publish