TheDocumentation Index
Fetch the complete documentation index at: https://snowglobe.so/docs/llms.txt
Use this file to discover all available pages before exploring further.
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: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. |
snowglobe-connect start in a separate terminal to keep the wrapper live, then open the deep link Claude gives you to launch a simulation.
Related
- Connect your chatbot — manual flow
- Tools tutorial — the canonical tool-wiring example
- Write a chatbot description — the guidance the description skill follows