aiappsgbb

100 mods across 2 repositories, 26 stars between them.

citadel-hub-deploy

73

aiappsgbb/awesome-gbb

Skill Claude CodeCodex

Deploy the AI Citadel Governance Hub (Layer 1) — APIM AI Gateway, Microsoft Foundry control plane, telemetry, 4 LLM APIs (Azure OpenAI, OpenAI Realtime, Universal LLM, Unified AI), private endpoints, access contracts. Wraps Azure-Samples/ai-hub-gateway-solution-accelerator branch citadel-v1 (azd template) at a pinned…

5 11d ago A 268 tokens original MIT

aiappsgbb/awesome-gbb

Skill Claude CodeCodex

Onboard a Foundry project as a spoke into an AI Citadel Governance Hub. Covers Access Contracts, APIM connections, product policies, JWT auth. USE FOR: citadel spoke onboarding, access contract, connect foundry to citadel, APIM connection, bring your own ai gateway, govern agent, citadel JWT auth, citadel product…

5 11d ago A 167 tokens original MIT

foundry-agt

75

aiappsgbb/awesome-gbb

Skill Claude CodeCodex

AGT 4.1 in-process message-policy and tool-governance middleware for Microsoft Agent Framework (MAF) agents on Foundry. Loads YAML policies (default / PII-deny, inbound message text only) into a PolicyEvaluator; AuditTrailMiddleware and GovernancePolicyMiddleware are always in the canonical policy path.…

5 11d ago A 222 tokens original MIT

aiappsgbb/awesome-gbb

Skill Claude CodeCodex

Day-2 lifecycle of Microsoft Foundry capability hosts — the operational layer on top of MS Learn's create-only guidance. Covers idempotent create (REST 2025-06-01), inspect/GET, delete, soft-delete + purge of the parent Cognitive Services account (the only op that releases the serviceAssociationLink on the agent…

5 11d ago A 229 tokens original MIT

aiappsgbb/awesome-gbb

Skill Claude CodeCodex

Continuous Foundry token-cost monitoring, chargeback, budget alerts, and FinOps automation. Joins genai.usage spans emitted by foundry-observability with the Azure Retail Prices API to compute per-agent / per-project / per-tenant cost projection. Wires Cost Management budgets + Action Groups, and uses Foundry's…

5 11d ago A 214 tokens original MIT

aiappsgbb/awesome-gbb

Skill Claude CodeCodex

Cross-resource model invocation in Microsoft Foundry via an Azure APIM AI Gateway, using the connectionName/deploymentName model string. Covers ApiKey and ProjectManagedIdentity (PMI) auth paths, multiple invocation patterns, APIM inbound policy, connection ARM/REST schema, and the metadata-stringification quirk. Read…

5 11d ago A 208 tokens original MIT

aiappsgbb/awesome-gbb

Skill Claude CodeCodex

Add vision (gpt-5.4 family), Document Intelligence v4, and Azure Speech (STT/TTS) capabilities to a Foundry hosted agent. Covers tool contracts, Bicep modules, runtime client code, and model selection for vision workloads. USE FOR: vision tool, image analysis, damage photo analysis, blueprint annotation, document…

5 11d ago A 185 tokens original MIT

foundry-evals

80

aiappsgbb/awesome-gbb

Skill Claude CodeCodex

Evaluate Foundry hosted agents using the two-phase invoke+score pattern and Foundry built-in evaluators. Covers sequential invocation, cold-start handling, dataset creation, evaluator configuration, RBAC for eval judges, result interpretation, and cross-refs to community evaluator frameworks (foundry-assert) and…

5 11d ago A 195 tokens original MIT

aiappsgbb/awesome-gbb

Skill Claude CodeCodex

Deploy + manage Foundry hosted agents — container deploy via unified azure.yaml is GA; source-code --deploy-mode code is still preview. MAF 1.14 current, azd ext install microsoft.foundry, implicit agent access (no default role grant). Read the body for patterns, identity, rollout, troubleshooting. USE FOR: deploy…

5 11d ago A 254 tokens original MIT

foundry-iq

82

aiappsgbb/awesome-gbb

Skill Claude CodeCodex

Build enterprise RAG with Foundry IQ and Azure AI Search Knowledge Bases using agentic retrieval, multi-hop reasoning, query planning, and citation-backed responses. Distinguishes the stable 2026-04-01 programmatic API from preview portal experiences and preview-only knowledge-source integrations. USE FOR: knowledge…

5 11d ago A 184 tokens original MIT

foundry-mcp-aca

83

aiappsgbb/awesome-gbb

Skill Claude CodeCodex

Deploy custom MCP servers as Azure Container Apps or Azure Functions for use with Foundry hosted agents. Covers Cosmos DB MCPToolKit, Playwright MCP, custom MCP servers, protocol requirements, ACA configuration, and authentication + hardening (ACA built-in auth / Easy Auth, OAuth, managed identity). USE FOR: deploy…

5 11d ago A 167 tokens original MIT

foundry-memory

84

aiappsgbb/awesome-gbb

Skill Claude CodeCodex

Use Azure AI Foundry Memory Store for persistent agent memory across sessions: user profiles, chat summaries, procedural memory, semantic memory retrieval, hosted-agent memory tool wiring, scope isolation via x-memory-user-id / {{$userId}}, and azure-ai-projects patterns across Python, C#, and TypeScript. USE FOR…

5 11d ago A 150 tokens original MIT

aiappsgbb/awesome-gbb

Skill Claude CodeCodex

Operational runbook for diagnosing Microsoft Foundry network-layer failures after a deploy succeeds — DNS, VNet peering, NSG / Azure Firewall denies, RBAC scope, capability host subnet exhaustion, agent NIC / MI provisioning, project-connection status. USE FOR: foundry network 503, InvalidPrivateDnsZoneIds at deploy…

5 11d ago A 236 tokens original MIT

aiappsgbb/awesome-gbb

Skill Claude CodeCodex

End-to-end observability for Azure AI pilots — App Insights + Log Analytics + OpenTelemetry across hosted agents, ACA MCP servers, ACA jobs, bot service, workspace UIs. Closes the silent telemetry gap where azd up returns 0 but zero traces ever reach App Insights. Covers Bicep modules, Foundry account-level telemetry…

5 11d ago A 231 tokens original MIT

aiappsgbb/awesome-gbb

Skill Claude CodeCodex

Create and manage Foundry prompt agents — declarative agents that combine a model, instructions, and tools without containers or custom code. Covers azure-ai-projects SDK (PromptAgentDefinition), tool wiring (web search, code interpreter, file search, MCP, OpenAPI, Fabric IQ, Work IQ, Tool Search, Skill Reference…

5 11d ago A 236 tokens original MIT

foundry-rbac-audit

88

aiappsgbb/awesome-gbb

Skill Claude CodeCodex

Probes Azure RBAC role assignments at a resource-group scope for privilege-escalation risks (Owner, User Access Administrator, RBAC Administrator). Returns a spec §4.3.1 sibling-skill dict with findingid "IAM-101", observations, remediation hints, confidence, and never raises. USE FOR: threadlight IAM-101…

5 11d ago A 198 tokens original MIT

foundry-routines

89

aiappsgbb/awesome-gbb

Skill Claude CodeCodex

Schedule and dispatch Foundry agent invocations via Routines — declarative automation rules that fire on cron (schedule trigger) or at a specific time (timer trigger). Wraps azure-ai-projects 2.2.0+ client.beta.routines (createorupdate, dispatch, enable/disable, list/get/listruns, delete), both action types…

5 11d ago A 218 tokens original MIT

aiappsgbb/awesome-gbb

Skill Claude CodeCodex

Centrally store and distribute instruction-only SKILL.md files via the Foundry Skills REST API ({project}/skills) — and consume them at runtime from MAF agents through a custom SkillsSource adapter. Hosted agents only (no Prompt agents). Covers the JSON vs ZIP modes (JSON mode is write-only — body never returned), the…

5 11d ago A 232 tokens original MIT

foundry-teams-bot

91

aiappsgbb/awesome-gbb

Skill Claude CodeCodex

Connect a Microsoft Foundry Hosted Agent to Microsoft Teams — generate the bot code, Bicep infrastructure, Teams manifest, and ACA deployment. Uses Azure Bot Service with UAMI auth and the microsoft-agents- SDK. USE FOR: connect agent to Teams, Teams bot, Teams integration, expose agent in Teams, Teams channel…

5 11d ago A 122 tokens original MIT

foundry-toolbox

92

aiappsgbb/awesome-gbb

Skill Claude CodeCodex

Use Microsoft Foundry Toolbox GA to manage versioned multi-tool bundles behind a single MCP endpoint and connect them to hosted agents. Covers stable AIProjectClient.toolboxes CRUD, SDK models, agentframeworkfoundryhosting.FoundryToolbox, authentication, immutable-version promotion and rollback, the azd ai toolbox…

5 11d ago A 229 tokens original MIT

foundry-vnet-deploy

93

aiappsgbb/awesome-gbb

Skill Claude CodeCodex

Deploy Azure AI Foundry with Agent Setup inside a private VNet — the 15-private-network-standard-agent-setup Bicep reference architecture. Supports new/existing VNets, resource reuse (CosmosDB / Storage / AI Search / private DNS zones), hosted-agent RBAC, App Insights, and spoke-side peering + APIM-DNS-zone link to a…

5 11d ago A 245 tokens original MIT

foundry-voice-live

94

aiappsgbb/awesome-gbb

Skill Claude CodeCodex

Build real-time voice agents on Azure AI Foundry Voice Live (GA 2026-04-10). Four-rung migration ladder: Azure OpenAI Realtime → Voice Live → Voice Live + Foundry Agent → native azure-ai-voicelive SDK. Covers semantic VAD, AEC, Neural HD voices, agent routing triplet, TTFA/TTFT benchmark, Gradio + FastRTC UI, plus…

5 11d ago A 276 tokens original MIT

gbb-humanizer

95

aiappsgbb/awesome-gbb

Skill Claude CodeCodex

Remove signs of AI-generated writing from prose. Targets 29 patterns from Wikipedia's "Signs of AI writing" (em-dash overuse, rule-of-three, significance inflation, AI vocabulary, copula avoidance, false ranges, sycophantic openers, signposting, filler). Ships Microsoft GBB voice samples (seller pitch + technical…

5 11d ago A 212 tokens original MIT

gbb-pptx

96

aiappsgbb/awesome-gbb

Skill Claude CodeCodex

Generate professional PowerPoint (PPTX) presentations using python-pptx (the AI Apps GBB dark/light pitch-deck generator). USE FOR: create PowerPoint, generate PPTX, make slide deck, build presentation, convert markdown to slides, pitch deck, report as PPTX, create slides, gbb-pptx, gbb deck, dark-themed deck. DO NOT…

5 11d ago A 108 tokens original MIT