Skip to main content

333 docs tagged with "skill"

View all tags

agent-chain-configure

Orchestrate builder, reviewer, and tuner agent handoffs for solution plays β€” define roles, model routing, token budgets, and quality gates

api-rate-limit-configure

Configure API rate limiting, APIM throttling, and retry behavior for AI endpoints β€” absorb bursts, isolate noisy tenants, and control 429 retries

app-insights-configure

Configure Application Insights, OpenTelemetry, and KQL dashboards for AI workloads β€” trace latency, token usage, failures, and cost signals

audit-log-implement

Implement immutable audit logging, PII redaction, and Sentinel monitoring for AI systems β€” preserve evidence, prove access history, and detect suspicious activi

azure-openai-setup

Set up Azure OpenAI deployments, RBAC, and monitoring β€” harden inference endpoints and control latency, quota, and cost

backup-restore-ai

Back up AI data, vector indexes, and configuration state β€” recover prompts, conversations, and search assets after failures

bicep-module-create

Create reusable Bicep modules, parameter files, and registry packages β€” standardize Azure infrastructure and reduce deployment drift

canary-deploy-ai

Implement canary deployment, rollout gates, and rollback automation for AI changes β€” catch latency or quality regressions before full release

circuit-breaker-add

Add a circuit breaker, fallback routing, and health checks for Azure OpenAI calls β€” contain 429 and 503 cascades and preserve service

compliance-audit-run

Run AI compliance audits, collect Azure evidence, and track remediation β€” assess SOC 2, HIPAA, ISO 27001, and EU AI Act controls

content-safety-configure

Configure Azure Content Safety thresholds, blocklists, and prompt shields for AI apps - block unsafe inputs, detect jailbreaks, and monitor moderation drift

cost-dashboard-create

Create cost dashboards, budget alerts, and attribution views for AI workloads - track token spend by model, team, and tenant before overruns hit production

data-chunking-optimize

Optimize RAG chunking, overlap, and metadata boundaries - improve retrieval recall, reduce noisy context, and preserve citation quality

database-migrate-ai

Migrate AI data, embeddings, and index schemas with zero-downtime cutovers - preserve compatibility, validate every step, and keep rollback ready

docker-containerize

Containerize AI applications with multi-stage images, health probes, and secure runtime settings - ship smaller containers and safer deployments

embedding-model-select

Select embedding models, dimensions, and hybrid search settings for vector workloads - balance recall, storage cost, and migration risk

evaluation-pipeline-create

Create evaluation pipelines, CI gates, and regression checks for AI systems - score groundedness, block regressions, and publish release verdicts

fai-agent-chain-configure

Configure builder→reviewer→tuner agent chain with handoff rules, model assignment, and evaluation gates.

fai-agent-governance

Review agent safety controls, budget limits, and human escalation paths - approve only agents that stay bounded, observable, and policy-compliant

fai-agentic-eval

Run evaluator-optimizer loops for agents and prompts - score outputs, revise weak instructions, and stop only when quality thresholds hold

fai-api-docs-generator

Generate API reference docs, examples, and error catalogs from OpenAPI or code annotations - keep endpoint docs accurate, testable, and publishable

fai-api-endpoint-generator

Generate typed REST API endpoints with Zod/Pydantic input validation, RFC 7807 error responses, OpenAPI annotation, and Managed Identity auth β€” eliminating sche

fai-architecture-blueprint

Generate solution architecture blueprints with Mermaid service topology, component responsibility tables, data flow annotations, and WAF pillar mapping β€” bridgi

fai-architecture-decision-record

Generate Architecture Decision Records capturing context, forces, decision rationale, rejected alternatives, and consequences β€” preventing knowledge rot when te

fai-aspire-orchestration

Wire .NET Aspire AppHost for multi-container orchestration, automatic service discovery, distributed OpenTelemetry export, and local Azure emulator integration

fai-aspnet-minimal-api

Scaffold ASP.NET Core Minimal API with typed route groups, FluentValidation, Managed Identity credentials, OpenAPI v3 via Scalar, Serilog structured logging, an

fai-audit-log-implement

Implement immutable audit logging with Azure Blob Storage, Sentinel integration, and compliance evidence.

fai-az-cost-optimize

Analyze Azure AI workload spend with Cost Management API queries, flag overprovisioned PTU, identify semantic cache gaps, right-size model SKUs, and produce act

fai-azure-ai-foundry-setup

Provision Azure AI Foundry Hub and Project with Managed Identity RBAC, private endpoint networking, connected Azure AI Services and Key Vault β€” ready for Prompt

fai-azure-ai-search-index

Create Azure AI Search vector indexes with HNSW profiles, semantic ranker configuration, hybrid BM25+vector search, field mappings for chunked RAG documents, an

fai-azure-app-config

Wire Azure App Configuration with feature flag targeting filters, Key Vault reference chaining, .NET/Python SDK refresh polling, and blue/green rollout strategi

fai-azure-architecture-review

Conduct Azure Well-Architected Framework reviews with scored pillar assessments, tiered finding severity, remediation priority tables, and an executive scorecar

fai-azure-blob-lifecycle

Design and apply Azure Blob Storage lifecycle management policies with tiering to cool/archive, retention rules, and delete-after-N-days automation β€” reducing s

fai-azure-cognitive-services

Integrate Language, Speech, Vision, and Translator services with Managed Identity authentication, pre-built and custom models, content safety filters, and regio

fai-azure-container-registry

Configure Azure Container Registry with geo-replication across regions, image scanning for vulnerabilities, Managed Identity pull access, and OCI artifact suppo

fai-azure-cosmos-modeling

Design Cosmos DB data models with optimal partition keys, Request Unit (RU) estimation, vector search embedding storage, and analytical workload isolation β€” exc

fai-azure-data-explorer

Configure Azure Data Explorer for real-time telemetry ingestion with KQL queries, time-series aggregations, and interactive dashboards β€” analyzing AI workload m

fai-azure-event-grid-setup

Configure Azure Event Grid for event-driven AI pipelines with topic subscriptions, dead-letter queues, retry policies, and role-based filtering β€” routing docume

fai-azure-event-hubs-setup

Configure Azure Event Hubs for real-time data ingestion with stream processing, auto-scaling, Managed Identity auth, and consumer groups β€” enabling AI workload

fai-azure-functions-setup

Scaffold Azure Functions apps with HTTP/Event Hub/Service Bus triggers, input/output bindings, Managed Identity, Application Insights, and local development set

fai-azure-key-vault-setup

Configure Azure Key Vault with managed identities, RBAC, secret rotation policies, customer-managed keys (CMK), and app integration patterns β€” avoiding hardcode

fai-azure-openai-integration

Deploy Azure OpenAI with model selection, PTU vs PAYG pricing tiers, content safety filters, token management strategies, and streaming patterns β€” maximizing co

fai-azure-openai-setup

Set up Azure OpenAI Service with model deployments, RBAC, content filtering, and monitoring.

fai-azure-resource-graph

Query Azure Resource Graph across subscriptions with KQL for compliance audits, cost analysis, RBAC reviews, and cross-tenant resource discovery β€” enabling unif

fai-azure-resource-health

Diagnose Azure resource health issues via Resource Health events, platform metrics, activity logs, and one-click remediation workflows β€” preventing cascading AI

fai-backup-restore-ai

Set up backup and restore procedures for AI application data, model configs, and index state.

fai-bicep-module-create

Create a reusable Bicep module with typed parameters, conditions, outputs, and AVM alignment.

fai-boost-prompt

Analyze and refine prompts with specificity scoring, few-shot examples, and constraint encoding β€” improving accuracy by 20-40% and reducing token spend by 15-25

fai-build-agentic-loops

Build autonomous agent loops with ReAct pattern, tool calling, reflection cycles, and termination conditions β€” enabling multi-turn reasoning without callback he

fai-build-bicep-module

Create reusable Bicep modules following AVM patterns with typed parameters, outputs, deployment tests, and registry publishing β€” standardizing infrastructure ac

fai-build-docker-image

Build optimized Docker images with multi-stage builds, non-root runtime, health checks, and AI model weight caching β€” reducing deployment time by 60% and image

fai-build-llm-evaluator

Build custom LLM evaluation metrics for groundedness, coherence, relevance, and domain-specific quality β€” enabling automated CI gates and production quality mon

fai-build-nosql-data-model

Build NoSQL data models (Cosmos DB documents, partition keys) for AI workloads with optimal consistency and throughput.

fai-build-prompting-system

Build end-to-end prompting systems using Prompt Flow, versioning, A/B testing, and performance tracking.

fai-build-semantic-search

Implement semantic search with embeddings, reranking, and hybrid search combining BM25 + vector similarity.

fai-build-test-harness

Build comprehensive test harnesses for LLM applications covering deterministic and non-deterministic flows.

fai-build-tokenizer

Implement custom tokenizers for domain-specific AI models optimizing vocabulary size and encoding efficiency.

fai-build-unit-test

Write effective unit tests for AI functions covering happy path, edge cases, and error handling.

fai-build-vector-store

Provision vector stores (Cosmos DB, Pinecone, Weaviate) with scaling, indexing, and retrieval optimization.

fai-canary-deploy-ai

Implement canary deployment for AI model updates with traffic splitting and rollback on quality drop.

fai-circuit-breaker-add

Add circuit breaker pattern for Azure OpenAI calls with exponential backoff and fallback behavior.

fai-codeql-setup

Configure CodeQL for security scanning of ML/AI code against OWASP LLM Top 10.

fai-comment-tutorial

Auto-generate code tutorials from comments and docstrings with executable examples.

fai-compliance-audit-run

Run a compliance audit against HIPAA, FedRAMP, SOC 2, and EU AI Act requirements for AI systems.

fai-component-docs

Generate component documentation from code annotations and type signatures.

fai-context-map

Visualize architecture context maps showing bounded domains and integration points.

fai-contextual-rag

Implement contextual RAG with dynamic prompt augmentation based on user context and conversation history.

fai-conventional-commit

Enforce conventional commits for automated changelog, versioning, and release notes generation.

fai-cost-estimator

Build cost estimation models for AI workloads across Azure, models, and infrastructure.

fai-daily-prep

Automate daily prep workflows: code audits, test coverage checks, dependency updates.

fai-dead-code-removal

Identify and remove dead code paths in Python/TypeScript applications with automated tooling.

fai-design-forms

Design forms for AI interactions with validation, accessibility, and feedback.

fai-design-layouts

Design layout patterns for responsive AI dashboards and chat interfaces.

fai-embedding-model-select

Choosing between embedding models (text-embedding-3-small vs large vs ada-002),Configuring dimensions, batch sizes, and chunking parameters,Benchmarking embeddi

fai-eval-runner

Run evaluation pipelines with metrics tracking and result reporting.

fai-first-ask

Craft opening prompts to gather requirements for AI systems.

fai-gh-cli

Use GitHub CLI for repository and issue automation.

fai-import-iac

Import existing infrastructure as code for modernization.

fai-jest-test

Write Jest tests for JavaScript/TypeScript applications.

fai-langchain-integration

Integrate LangChain with Azure OpenAI, semantic search, RAG chains, memory systems, and production tooling.

fai-llms-txt-generator

Generate LLMS.txt file from codebase structure to help LLMs understand repository context and conventions.

fai-make-repo-contribution

Guide through creating a complete, production-ready contribution to an open-source repository with testing, documentation, and review readiness.

fai-manifest-create

Create or update fai-manifest.json with solution play context, primitive wiring, and guardrails thresholds.

fai-mcp-csharp-generator

Scaffold a production-ready C#/.NET MCP server with ModelContextProtocol NuGet, dependency injection, async tools, and Azure Managed Identity.

fai-mcp-python-generator

Scaffold a production-ready Python MCP server with FastMCP decorators, async tools, structured outputs, and Azure integration.

fai-mcp-python-scaffold

Generate a project skeleton for Python MCP servers with FastMCP, async tools, testing harness, and Docker deployment.

fai-mcp-ruby-scaffold

Scaffold a Ruby MCP server using the official SDK with tool handlers, resource capabilities, and error handling.

fai-mcp-rust-scaffold

Build a high-performance Rust MCP server with async tokio runtime, type-safe tool handlers, and zero-copy serialization.

fai-mcp-swift-scaffold

Generate a Swift MCP server for macOS/iOS with type-safe tool definitions, Codable serialization, and native integration.

fai-play-initializer

Scaffold a new solution play with FAI Protocol wiring, directory structure, primitives stubs, and deployment config.

fai-power-bi-dashboard

Design Power BI dashboards with KPIs, drill-through navigation, real-time streaming, and row-level security.

fai-quality-playbook

Create quality playbooks with test requirements, performance benchmarks, release criteria, and rollback procedures.

fai-tune-09-ai-search-portal

Tune Play 09 (AI Search Portal) semantic ranking, scoring profiles, suggesters, and index schema for optimal relevance.

fai-tune-10-content-moderation

Tune Play 10 (Content Moderation) severity thresholds, category blocklists, Prompt Shields config, and review workflows.

fai-tune-12-model-serving-aks

Tune Play 12 (Model Serving AKS) GPU node pools, vLLM configuration, autoscaling policies, and inference optimization.

fai-tune-19-edge-ai-phi4

Tune Play 19 edge deployment for Phi-4 with quantization, device constraints, and offline fallback behavior.

fai-tune-20-anomaly-detection

Tune Play 20 anomaly detection with window sizing, seasonality handling, threshold calibration, and alert suppression.

fai-tune-21-agentic-rag

Tune Play 21 agentic RAG with planner depth, retrieval fan-out, reranker policy, and citation strictness.

fai-tutorial-generator

Generate production-ready tutorials with prerequisites, runnable code, verification steps, and troubleshooting paths.

fai-webhook-ai-event

Set up webhooks for AI system events: evaluation results, safety alerts, cost alerts