CLI for the skills.eir.space health skill registry.
npm i -g @eir.space/skillsnpx @eir.space/skills helpnpx @eir.space/skills search pregnancynpx @eir.space/skills add eir-space/pregnancy
npx @eir.space/skills add eir-space/pregnancy --clonenpx @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"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:3000npm login
npm publish