Anthropic Skills
Official skills from Anthropic including document processing, design tools, and productivity utilities.
The Skill Registry is a shadcn/ui-inspired system for discovering and installing AI skills from curated marketplaces. Skills are modular AI capabilities that can be composed into workflows.
The registry system enables:
| Concept | What it is | Command | When to use |
|---|---|---|---|
| Source | A GitHub repo containing many skills (marketplace) | looplia registry add <url> | Access a whole collection of skills |
| Skill | A single modular AI capability | looplia skill add <name> | Install a specific skill |
Think of it like package managers:
# See all available skills from all sourceslooplia skill list --available
# Install just what you needlooplia skill add xlsxlooplia skill add frontend-designLooplia ships with two official marketplace sources:
Anthropic Skills
Official skills from Anthropic including document processing, design tools, and productivity utilities.
ComposioHQ Skills
Community-curated skills for brand guidelines, media creation, and more.
Workflows can declare which skills they need using the skills: field in frontmatter:
---name: document-processorskills: - xlsx - pdf - docxsteps: - skill: xlsx input: file: "{input.spreadsheet}"---When you declare skills in your workflow: