Skip to content

Latest commit

 

History

41 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adform Agentic Skills

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.


Repository Structure

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/
│   └── 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

How to Use

  1. Connect your agentic AI system to the Adform GraphQL MCP server as outlined here: https://solutions.adform.com/tools/mcp-guides.
  2. Add and install the skills for your platform:
    • Claude Code (recommended) — add this repo as a plugin marketplace and install the plugin:
      claude plugin marketplace add adform/agentic-skills
      /plugin install adform-agentic-skills@adform-agentic-skills
      
    • Other platforms — use the platform-agnostic skills under dist/generic/.
  3. Use the skills to query and analyze Adform FLOW DSP data.

License

MIT License — Copyright (c) 2026 Adform

About

Read-only skills for the Adform Flow DSP via the Adform GraphQL MCP server.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors