@finchtoys/skills
v0.1.10
Published
CLI shim to install Finch skills from any tool or directory
Readme
@finchtoys/skills
The official CLI for installing and managing Finch skills.
Installation
Run the CLI directly with npm:
npx @finchtoys/skills add <source>Usage
# Install a skill from GitHub
npx @finchtoys/skills add owner/repository --skill skill-name
# Install from a GitHub URL
npx @finchtoys/skills add https://github.com/owner/repository/tree/main/skills/my-skill
# Install from a local directory
npx @finchtoys/skills add ./my-skill
# Install globally
npx @finchtoys/skills add owner/repository --globalSkills extend Finch with reusable instructions and workflows. See the Finch documentation for authoring and usage guidance.
License
MIT
