Command Reference (Legacy Mapping)¶
As of the skills-only migration, Seer Agent Engine no longer uses division commands/ directories as the primary architecture.
This page is kept as a transition map so older command-style references can be translated to the current skill/workflow model.
What Changed¶
- Before: command-first architecture with separate command files per workflow
- Now: skill-first architecture where workflows live in skills and are auto-activated or user-invoked by skill name
Use These References Instead¶
- Skill Reference — canonical list of active skills and triggers
- Workflows — workflow entry points by division
- Understanding Skills — activation model and architecture
Legacy to Current Mapping¶
| Legacy Concept | Current Equivalent |
|---|---|
/seo-content-audit command file |
seo-content-audit skill workflow |
/seo-search-landscape command file |
seo-search-landscape skill workflow |
/pdm-report command file |
pdm-report skill workflow |
/ana-reporting-buddy command file |
ana-reporting-buddy skill workflow |
Utility command discovery (/utils:*) |
Skill map + skill reference + plugin catalog |
Migration Notes for Builders¶
If you are maintaining plugins or docs:
- Add/modify skills under
plugins/**/skills/* - Keep
skill-rules-fragment.jsonaccurate for activation - Update
.claude-plugin/marketplace.jsonskills[]entries when skills change - Update docs pages to reference skills/workflows, not command directories
Last updated: 2026-03-23