Learn¶
Understand how Seer Agent Engine works, see real-world examples, and explore the business impact.
New to agents?
Start with Understanding Skills to learn how the system uses skills and workflows, then explore Use Cases for real-world examples.
Looking for workflow catalogs?
SEO, Analytics, Paid Media, and other division workflows moved to their own Workflows tab.
Concepts¶
| Topic | Description |
|---|---|
| Claude Code Concepts | Visual guide: skills vs workflows vs hooks vs MCP |
| Understanding Skills | How skills shape agent behavior |
| Seer MCP Platform | The data layer powering workflows |
Explorer & Maps¶
| Topic | Description |
|---|---|
| Skill Map | Visual map of skill relationships |
| Dependency Graph | How skills and workflows depend on each other |
| Skills Registry | Full catalog of installed skills |
Examples & Impact¶
| Topic | Description |
|---|---|
| Use Cases | Real-world scenarios from Seer practitioners |
| ROI & Impact | Efficiency metrics and time savings |
| Business Value | Why we built this and what it delivers |
| Disruption Analysis | Methodology behind time estimates |
Quick Answers¶
What's the difference between a skill, a workflow, and a command?
- Skill = An installable unit that provides behaviors, resources, and methodologies. Install via the marketplace or plugin path.
- Workflow = The process you run to get a deliverable (Intake → Data Plan → Analysis → Draft → Polish).
- Command (legacy) = Developer-facing slash syntax that maps to workflows (e.g.,
/seo-content-audit). Avoid in practitioner docs; prefer "run workflow" language.
Do I need Seer MCP to use workflows?
No. All workflows work without MCP—you provide data manually instead of auto-fetching from BigQuery.
How do I know which skills are active?
The agent tells you which skills it's using. Run /seer-skills-help to see current skill routing and discovery guidance.
See Also¶
- Workflow Catalog — Browse workflows by division
- Quickstart — Get up and running
- Architecture — System design