Documentation
README
Use skilld CLI
Use skilld CLI to find, load, install, inspect, restore, update, verify, and remove Skills.
Run a Skill first. Install a Skill only when the user asks to keep it.
Use Agent output
Use --json with search, run, and update --check.
These are the only commands that support JSON output.
Use --plain when another command needs stable text.
Check the exit code before reading stdout.
Read JSON success data only when _tag is Success.
Read JSON failures from stderr.
Report the error code and message.
An update check can exit with code 1 and return valid JSON. Read its update relations before treating that exit as a failure. Never parse formatted terminal output.
Search for a Skill
Run a focused search:
skilld search <query> --json
This is the opening of the README. Read the full README on GitHub.