Register a markdown skill so it appears as iii://{id} in resources/list.
idstring*required
Unique skill id (lowercase ASCII, kebab/underscore, max 64 chars).
skillstring*required
Markdown body served at iii://{id}.
registered_atstring*required
prompts::mcp-list
functionInternal: returns the MCP prompts/list envelope (full arguments schema for each registered prompt).
prompts::unregister
functionRemove a registered prompt by name.
Internal: dispatches a registered prompt handler and normalizes the result for MCP prompts/get.
List registered prompts (name, function_id, arg count, registered_at).
promptsunknown[]*required
skills::resources-read
functionInternal: resolves an iii:// URI and returns the MCP resources/read contents envelope.
skills::unregister
functionRemove a registered skill by id.
skills::resources-list
functionInternal: returns the MCP resources/list envelope with the iii://skills index + one iii://{id} entry per registered skill.
prompts::register
functionRegister a slash-command prompt; clients call prompts/get to render it.
descriptionstring*required
Free-text description shown in the client's prompt picker.
function_idstring*required
Handler function called on prompts/get with the supplied arguments.
namestring*required
Unique prompt name (lowercase ASCII, kebab/underscore, max 64 chars).
registered_atstring*required
Internal: returns the MCP resources/templates/list envelope.
List registered skills (id, body length, registered_at) without bodies.