Skip to content

adform/agentic-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

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

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
      
      Or, as a fallback, upload dist/claude/adform-agentic-skills.zip via Customize → Plugins → "+".
    • 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

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors