The snowglobe-skills plugin for Claude Code bundles four skills that automate Snowglobe wiring. Skills auto-trigger by intent — ask Claude in plain English and the right one activates.
Install
In Claude Code:
/plugin marketplace add guardrails-ai/snowglobe-skills
/plugin install snowglobe-skills@snowglobe-skills
Use
Ask Claude what you want:
| Say… | Skill that fires | What you get |
|---|
| ”Set up snowglobe for this project.” | bootstrap-snowglobe-agent | Full onboarding: install, auth, register the agent, draft a description, scaffold the wrapper by importing your tool implementations, verify. |
| ”Write a chatbot description for snowglobe.” | snowglobe-agent-description | A 2–6 sentence description ready to paste in the dashboard. |
| ”Validate my snowglobe agent.” | validate-snowglobe-agent | Schema/spec checks against snowglobe_agent.py, report of issues. |
| ”Fix the errors in my snowglobe agent.” | analyze-fix-snowglobe-agent | Validation + auto-repair in place. |
After bootstrap, run snowglobe-connect start in a separate terminal to keep the wrapper live, then open the deep link Claude gives you to launch a simulation.
Always review code Claude generates before relying on it. Skills do their best to import your existing implementations and stay out of your way, but you’re responsible for what ships.