Awesome-omni-skill foundry-iq-agent
Build agentic retrieval solutions with Azure AI Search knowledge bases using Foundry Agent Service. See foundry-iq-python for the Python SDK implementation.
install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data-ai/foundry-iq-agent" ~/.claude/skills/diegosouzapw-awesome-omni-skill-foundry-iq-agent && rm -rf "$T"
manifest:
skills/data-ai/foundry-iq-agent/SKILL.mdsource content
Foundry IQ Agent
This skill contains reference materials for Foundry IQ agentic retrieval.
For the full implementation guide, see the foundry-iq-python skill.
Reference Files
- references/knowledge-sources.md: Knowledge source configurations
- scripts/create_agent.py: Agent creation script