Skip to main content
Colossal provides a harness that you can use with your own agents to build and manage your project. It includes:
  • Agent Skills
  • Colossal MCP
Agent Skills are structured guides that AI coding agents (Claude Code, Cursor, Codex, Gemini CLI, OpenCode, and ~50 others) load before acting. Each skill is a 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:
Pick specific skills and target agents:
Install globally across every project on your machine:
List skills without installing:
After install, skills land at <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

Skills install via symlink by default, so updates are picked up immediately. With --copy, update replaces the bytes in place.

How agents use them

When the user describes a task that matches a skill’s description — “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.