Agent Plugins Marketplace
All plugins

foundry-iq-skills

v0.0.0-placeholder

Create and retrieve from a Foundry IQ knowledge base using File, Azure Blob, or ADLS Gen2, then connect an existing Prompt or Hosted Agent.

Claude Code1 Skill

By MicrosoftLicense: MIT252 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 24, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install foundry-iq-skills for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install foundry-iq-skills@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/microsoft/GitHub-Copilot-for-Azure

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/foundry-iq-skills/.

Plugin files

plugins/foundry-iq-skills/
├── .claude-plugin/plugin.json
└── skills/foundry-iq/SKILL.md

Included Skills1

foundry-iqskills/foundry-iq/SKILL.md

Foundry IQ knowledge bases. WHEN: make local or Blob documents searchable; create/diagnose KBs; triage unsupported connectors or multi-source KB creation/reconfiguration; connect existing KB to agents (including multi-source KBs); create/reuse a Search service; retrieve from an existing knowledge base with citations; no brand words needed. Read its procedure before query/target questions. NOT: other KB providers, repository-file search, classic Azure AI Search index/query/app work, generic agent creation.

Plugin manifests1

plugins/foundry-iq-skills/.claude-plugin/plugin.json
{
  "name": "foundry-iq-skills",
  "description": "Create and retrieve from a Foundry IQ knowledge base using File, Azure Blob, or ADLS Gen2, then connect an existing Prompt or Hosted Agent.",
  "version": "0.0.0-placeholder",
  "author": {
    "name": "Microsoft",
    "url": "https://www.microsoft.com"
  },
  "homepage": "https://github.com/microsoft/github-copilot-for-azure",
  "repository": "https://github.com/microsoft/GitHub-Copilot-for-Azure",
  "license": "MIT",
  "keywords": [
    "azure",
    "azure-ai-search",
    "rag",
    "grounding",
    "foundry-iq",
    "knowledge-base",
    "file-knowledge-source",
    "azure-blob",
    "adls-gen2",
    "retrieval",
    "citations",
    "prompt-agent",
    "hosted-agent"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "hooks": "./hooks/claude-hooks.json"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[foundry-iq-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/foundry-iq-skills)