Capabilities Index¶
Index of release-facing skills and MCP servers across the Seer Agent Engine.
Skills-Only Architecture (v5.0.0+)
As of v5.0.0, all workflows are delivered as skills — command directories have been removed.
Legacy command names (e.g., /seo-content-audit) still work as skill invocations.
See Legacy Command Mapping for the transition guide.
Counts
Last updated: 2026-03-23 — Regenerate with node apps/dependency-graph/scripts/generate-graph-data.js
Summary¶
| Type | Count |
|---|---|
| Skills | 47 |
| Plugins | 11 |
| MCP Servers | 3 |
| Total tracked capabilities | 61 |
Skills¶
Skills define how the system reasons and delivers outputs. They auto-load based on context.
Core (Required)¶
| Skill | Description | Auto-Load |
|---|---|---|
| core-writing-standards | Seer voice and communication guidelines for client deliverables. | No |
| core-quality-standards | Data quality, QA gates, and deliverable standards for Seer marketing work. | No |
| core-presenting | Structures presentations using Pyramid Principle and SCR framework. | No |
| core-seer-branding | Applies Seer brand and data-visualization standards to deliverables. | No |
| core-marketing-value-types | Frames outcomes in executive ROI and business-impact language. | No |
| core-qa-check | Runs explicit final quality checks before sharing deliverables. | No |
| seer-skills-help | Discovery guide for selecting the right Seer skill quickly. | No |
SEO¶
| Skill | Description | Auto-Load |
|---|---|---|
| seo-methods | SEO methodologies, best practices, and strategic analysis patterns. | No |
| seo-systematic-investigation | Systematic investigation workflow for SEO/marketing anomalies. | No |
| seo-internal-linking | Internal link analysis for crawlability, equity, and funnel progression. | No |
| seo-serp-trends-base | Shared foundation for standardized SERP Trends analysis outputs. | No |
Analytics¶
| Skill | Description | Auto-Load |
|---|---|---|
| ana-methods | Analytics methodology for reporting, funnels, and measurement strategy. | No |
| ana-kpi-development | Build and document client KPIs with defensible measurement logic. | No |
Creative¶
| Skill | Description | Auto-Load |
|---|---|---|
| cre-customer-journey | Build practical awareness-to-advocacy customer journey maps. | No |
| cre-sea-of-sameness | Develop differentiated content strategy and non-generic POVs. | No |
Operations¶
| Skill | Description | Auto-Load |
|---|---|---|
| ops-methods | Operational methods for internal workflow quality and risk handling. | No |
| ops-wrike-time-tracking | Automate Wrike time tracking from calendar events. | No |
Innovation¶
| Skill | Description | Auto-Load |
|---|---|---|
| inn-seer-agent-skill-developer | Canonical Seer builder for skills, plugins, hooks, and agent workflows. | No |
| inn-slack-research | Structured Slack research for prototypes, prior art, and signal discovery. | No |
Cross-Division, CS, and Data Fieldguides¶
| Skill | Description | Auto-Load |
|---|---|---|
| xdiv-client-intelligence | Cross-division client intelligence toolkit for research and strategy. | No |
| cs-client-analysis | Deep client risk and account health analysis workflow. | No |
| data-signals-data | Signals data schemas, views, and query guidance. | No |
| data-signals-lookml | LookML explores and Looker dashboard field guidance. | No |
Workflow Invocation Note¶
Workflows are delivered as skills. Legacy slash command names may still invoke the matching skill for backward compatibility.
MCP Servers¶
Model Context Protocol servers for external integrations.
| Server | Description |
|---|---|
| bigquery | Purpose: Access Seer Interactive's BigQuery datasets for client performance ... |
| dataforseo | Purpose: Access DataForSEO's comprehensive SEO data for keyword research, SE... |
| wrike | Purpose: Connect AI agents to Wrike's project management platform for automa... |
How to Add New Capabilities¶
- Skills: Create
plugins/divisions/{division}/skills/{skill-name}/SKILL.mdwithskill-rules-fragment.json - Plugins: Register the skill path under the plugin
skills[]array in.claude-plugin/marketplace.json
All files must include YAML frontmatter with name and description.
Regenerate graph data: node apps/dependency-graph/scripts/generate-graph-data.js
Regenerate skill reference: cd apps/skill-map && bun run generate:docs