- Agent Skills
- Colossal MCP
SKILL.md file with optional scripts and references that follows the Agent Skills specification.
Colossal maintains a number of Agent Skills that your AI agent can use to create beautiful storefronts based on our design reference library — built to work seamlessly with the Colossal backend.
The colossalhq/agent-skills repo bundles skills that are used to build storefronts: SDK usage, design references, and design extraction.
Skills
Store Designer writes new references into the Design Library and reads from it when applying an existing design.
Install
Install all skills into the current project:<project>/.claude/skills/<name>/ for Claude Code and <project>/.agents/skills/<name>/ for most other agents. The CLI auto-detects which agents are present.
Update
--copy, update replaces the bytes in place.
How agents use them
When the user describes a task that matches a skill’sdescription — “build a storefront”, “list available themes”, “extract a design from this screenshot” — the agent loads the skill and follows it. Skills include scripts the agent can run directly (theme analysis, listing references), example outputs, and the constraints that apply to every Colossal storefront.
For the broader open-source skills library that powers Colossal’s built-in agents, see colossalhq/agent-skills.