docs(skills): skillserver CLI reference + Skill Server 0.4.0 rewrite (#98, #99) - #108
Merged
Merged
Conversation
… 0.4.0 Group 2 of the skill-server 0.4.0 epic (#95). Both pages were built against a running 0.4.0 server and CLI, not the specs. - skills/skillserver-cli.md (new): full command reference - publish, publish-all, publish-subagent(s), download-subagent, list(-subagents), versions, verify, lint/lint subagent(s), delete(-subagent), config, api-key; global flags; config precedence; exit codes (0/1 only). - skills/skill-server.md (rewrite): API tables corrected to the real /api/v1/skills, /api/v1/subagents, /api/v1/api-keys, and /api/v1/blobs routes plus the /skills/v1 and /subagents/v1 manifest trees (the old /skills and /api-keys routes are now the web gallery). Adds the sub-agent API and publishing, archive.zip and resources routes, a feeds/native-manifest section, and a web-gallery note. The Docker Compose quick-start now runs the server non-root against a writable volume (verified: healthy, uid 1654, no SQLite error). Sidebar: skillserver CLI added under Skills, after Skill Server. Closes #98, #99.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Group 2 of the skill-server 0.4.0 epic (#95). Both pages were built and verified against a running 0.4.0 server and CLI, not the specs.
New:
skills/skillserver-cli.md(#98)Full command reference for the
skillserverCLI - install, config precedence, publish / publish-all / publish-subagent(s), download-subagent, list / list-subagents, versions, verify, lint (+lint subagent/lint subagents), delete / delete-subagent, config, api-key, global flags, and exit codes. Every command was run against a live 0.4.0 CLI.Notable, verified against source and the running CLI:
2).lintonly fails on hard errors; a name/directory mismatch or non-semver version is a warning that still exits 0. Flagged as a:::caution.Rewrite:
skills/skill-server.md(#99)/api/v1/skills,/api/v1/subagents,/api/v1/api-keys, and/api/v1/blobs/sha256/{digest}, plus the/skills/v1and/subagents/v1manifest trees. The old/skillsand/api-keyspaths documented before are now the HTML gallery / SPA fallback, so those examples 404'd.archive.zipandresourcesroutes, a feeds / native-manifest section, and a web-gallery note.Notes
0.4.0(the currently published, installable release).devis bumped to 0.4.1 but not yet published; nothing documented changed between them, and the pins can bump once 0.4.1 ships.social-images-manifest.jsonupdated by the build (OG cards), same as PR docs(skills): Native Manifest + Bundled Resources concept pages (#96, #97) #106.Closes #98, #99.