Guide
Using the Catalog Effectively
This catalog currently focuses on Workflows — but Claude supports a spectrum of prompt types, from simple snippets to full agent configs. Understanding the differences helps you choose the right tool for each task.
Copy vs. Export — Which should I use?
Assembles all the workflow's prompts into one block of text and puts it on your clipboard. Paste it into Claude's chat window and run the workflow start to finish.
Downloads the workflow as a .md file. Drop it into your project folder — Claude Code will pick it up automatically as context for every conversation in that project.
The Prompt Type Spectrum
From a single reusable fragment to a fully autonomous agent — each type trades simplicity for power. Start simple; add complexity only when the task demands it.
Snippet
SimplestA reusable fragment, not a full prompt.
Skill
SimpleA self-contained prompt for one repeatable task.
Workflow
ModerateA sequence of phases, each with its own prompt.
System Prompt
ModeratePersistent context and rules for an entire session.
Agent Config
Most complexA full specification for an autonomous agent.
Quick Reference
| Type | Length | Phases | Autonomy | In this catalog |
|---|---|---|---|---|
| Snippet | A few lines | — | None | Coming soon |
| Skill | 1 prompt | 1 | None | Coming soon |
| Workflow | Multi-prompt | 2–10+ | None | ✓ Available now |
| System Prompt | 1 block | — | None | Coming soon |
| Agent Config | Full spec | — | High | Planned |