@@ -22,13 +22,18 @@ Every public export, command, error, route, and document uses these terms.
2222| Source status | lockfile and protocol | published value | skilld CLI, CI | source status |
2323| Update relation | skilld CLI JSON v1 | published value | Agent, developer, CI | update relation |
2424| Agent target | skilld CLI | published configuration | Agent | Agent target |
25+ | Curator | skilld.dev | published route | skilld.dev, skilld CLI | curator |
26+ | Collection | skilld.dev | published route | skilld.dev, skilld CLI | collection |
27+ | Multi-skill ref | ` skilld run ` , ` skilld add ` | published argument | developer, Agent | ref |
2528
2629| Identifier | Term |
2730| --- | --- |
2831| ` skilld search ` | Skill search |
2932| ` skilld run ` | transient Skill load |
3033| ` skilld run --file ` | supporting file read |
3134| ` skilld install ` | Skill install |
35+ | ` skilld add ` | multi-skill install |
36+ | ` skilld run gh:OWNER/REPOSITORY ` | Skill index |
3237| ` skilld list ` | installed Skills |
3338| ` skilld view ` | Skill details |
3439| ` skilld remove ` | Skill removal |
@@ -222,6 +227,36 @@ The Rust type for the second is `TransientSkill`, never `SkillRun`.
222227
223228** Casing:** ` Agent target ` in prose, ` AgentTarget ` in types.
224229
230+ ### Curator
231+
232+ ** Is:** a skilld.dev account that publishes collections at ` /@LOGIN ` .
233+
234+ ** Use for:** the ` @LOGIN ` ref and curator profile pages.
235+
236+ ** Never:** author, publisher, maintainer in this sense.
237+
238+ ** Casing:** ` Curator ` in headings, ` curator ` in sentences.
239+
240+ ### Collection
241+
242+ ** Is:** a curator's ordered, named list of Skills at ` /@LOGIN/SLUG ` .
243+
244+ ** Use for:** the ` @LOGIN/SLUG ` ref and collection pages.
245+
246+ ** Never:** pack, bundle, list, set.
247+
248+ ** Casing:** ` Collection ` in headings, ` collection ` in sentences.
249+
250+ ### Multi-skill ref
251+
252+ ** Is:** one ` skilld run ` or ` skilld add ` argument that names more than one Skill: ` gh:OWNER/REPOSITORY ` , ` @LOGIN ` , or ` @LOGIN/SLUG ` .
253+
254+ ** Use for:** the argument grammar and its index output.
255+
256+ ** Never:** bulk selector, group source, target.
257+
258+ ** Casing:** ` multi-skill ref ` in prose, ` MultiSkillRef ` in Rust.
259+
225260### Outdated Skill report
226261
227262** Is:** the per Skill status produced by ` skilld outdated ` .
0 commit comments