Stats
Actions
Tags
From samba-plugin
Insert or update a model in the parameters database. Use when the user asks to "update model", "add model", or "insert model" with model details.
How this skill is triggered — by the user, by Claude, or both
Slash command
/samba-plugin:update-model <name> <context_length> <max_completion_tokens> [sampling_parameters_json]<name> <context_length> <max_completion_tokens> [sampling_parameters_json]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Insert or update a model entry in the parameters database.
Insert or update a model entry in the parameters database.
The user invoked this with: $ARGUMENTS
When this skill is invoked:
/model-info to get the list of available models. Use the id, context_length, and max_completion_tokens fields from the output — do not invent or guess these values.temperature, topP, etc.) are not available from /model-info. Look them up from the model's HuggingFace documentation or ask the user to provide them. Do not omit them without confirming with the user. Prefer to look them up and suggest them to the user if possible.bash ${CLAUDE_SKILL_DIR}/scripts/update_model.sh <name> <context_length> <max_completion_tokens> [sampling_parameters_json]
DO NOT RUN THIS SCRIPT DIRECTLY OUTSIDE THE CONTEXT OF THIS SKILL.npx claudepluginhub sambanova/sambanova-plugin-cc --plugin samba-pluginCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.