Read-only skills for the Adform FLOW DSP via the Adform GraphQL MCP server. Each skill is a .md file that defines the skill's purpose, illustrative GraphQL queries, usage constraints, and presentation guidance. The skills are ready to use with agentic AI systems and can be used individually or as a packaged plugin if available.
adform-agentic-skills/
├── .claude-plugin/
│ └── marketplace.json # Claude Code marketplace manifest (points to dist/claude)
├── dist/
│ ├── claude/
│ │ ├── adform-agentic-skills/ # Unpacked Claude plugin (installed via the marketplace)
│ │ │ ├── .claude-plugin/plugin.json
│ │ │ └── skills/
│ │ └── adform-agentic-skills.zip # Same plugin as a downloadable zip (fallback)
│ └── generic/
│ ├── adform-audience-discovery/
│ ├── ... # other skills
All publishable artifacts live under dist/. They are organized by target model/platform:
| Path | Description |
|---|---|
dist/claude/ |
Packaged skill plugin for Claude (Anthropic) |
dist/generic/ |
Platform-agnostic skills following the https://agentskills.io standard |
- Connect your agentic AI system to the Adform GraphQL MCP server as outlined here: https://solutions.adform.com/tools/mcp-guides.
- Add and install the skills for your platform:
- Claude Code (recommended) — add this repo as a plugin marketplace and install the plugin:
Or, as a fallback, upload
claude plugin marketplace add adform/agentic-skills /plugin install adform-agentic-skills@adform-agentic-skillsdist/claude/adform-agentic-skills.zipvia Customize → Plugins → "+". - Other platforms — use the platform-agnostic skills under
dist/generic/.
- Claude Code (recommended) — add this repo as a plugin marketplace and install the plugin:
- Use the skills to query and analyze Adform FLOW DSP data.
MIT License — Copyright (c) 2026 Adform