Claude Code Plugins

Community-maintained marketplace

Feedback

deployment/model-provisioning

@Cloudhabil/AGI-Server
0
0

Build and provision Ollama models from Modelfiles, verify health, and hot-swap personas. Use to translate Modelfile text into runnable models.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name deployment/model-provisioning
description Build and provision Ollama models from Modelfiles, verify health, and hot-swap personas. Use to translate Modelfile text into runnable models.

Model Provisioning

Capabilities

  • write_modelfile_artifact: assemble FROM/ADAPTER/PARAMETER/SYSTEM/TEMPLATE into a Modelfile.
  • execute_build_command: run ollama create {name} -f Modelfile.
  • verify_model_health: ping the new model with a test prompt.

Dependencies

  • ops-chief-of-staff (optional pipeline orchestration)
  • proxy-aware-fetcher (if remote pulls needed)

Outputs

  • build result, model name, health check response.