FrootAI — AmpliFAI your AI Ecosystem Get Started

176 Instructions

FAI Instructions

Scoped behavioral directives with glob patterns.

176 of 176 instructions · Page 1 of 4

a11y-waf

Accessibility standards — WCAG 2.2 AA compliance, semantic HTML, ARIA roles/properties, keyboard navigation, focus management, color contrast, screen reader compatibility, and inclusive design patterns.

**/*.tsx, **/*.html, **/*.vue

agent-coding-patterns

Agent coding standards — ReAct loop, tool selection, memory management, circuit breaker on tools.

**/*.py, **/*.ts, **/*.cs

agent-safety

AI agent safety standards — fail-closed defaults, least-privilege tool access, human-in-the-loop for destructive actions, prompt injection defense, budget controls, OWASP LLM Top 10 alignment, and governance audit trails for all agent workflows.

**/*.agent.md, **/*.instructions.md

agentic-os-customization

Agentic OS standards — .github folder structure, 7 primitives, 4 layers, plugin packaging.

**/.github/**

agentic-rag-patterns

Play 21 patterns — Agentic RAG patterns — retrieval decision loop, multi-source routing, query refinement, self-evaluation.

**/*.py, **/*.ts

ai-glossary

AI glossary consistency — use standard FAI terminology, avoid ambiguous AI terms in code comments.

**

ai-landing-zone-advanced-patterns

Play 11 patterns — Advanced landing zone — multi-region, ExpressRoute, Azure Firewall, Policy as Code, Defender for Cloud.

**/*.bicep

ai-landing-zone-patterns

Play 02 patterns — Landing zone patterns — hub-spoke VNet, private endpoints on ALL PaaS, Managed Identity, tag enforcement, GPU quota.

**/*.bicep, **/*.json

ai-observability-patterns

Play 17 patterns — AI observability patterns — OpenTelemetry spans, token metrics, quality dashboards, alert thresholds.

**/*.py, **/*.ts, **/*.bicep

ai-prompt-safety-waf

AI prompt safety in application code — input sanitization, output validation, structured output enforcement, content filtering, token budget management, system message protection, and secure logging for LLM-integrated applications.

**/*.py, **/*.ts, **/*.js

ai-search-portal-patterns

Play 09 patterns — Search portal patterns — faceted search, semantic ranker, result rendering, analytics, personalization.

**/*.py, **/*.ts, **/*.bicep

anomaly-detection-patterns

Play 20 patterns — Anomaly detection patterns — streaming analytics, statistical thresholds, ML models, alert routing.

**/*.py

ansible-waf

Ansible automation standards — idempotent playbooks, secure vault usage, role structure, handler patterns, variable naming, error handling, molecule testing, and CI linting for reliable infrastructure-as-code.

**/*.yml, **/playbooks/**, **/roles/**

arch-linux-waf

Arch Linux packaging standards — PKGBUILD structure, makepkg rules, dependency management, package signing, AUR submission, namcap validation, split packages, systemd integration, and pacman hook authoring.

**/PKGBUILD, **/*.sh, **/makepkg.conf

aspnet-waf

ASP.NET Core 9 standards — Minimal APIs, DI, middleware pipeline, Entra ID auth, EF Core, health checks, rate limiting, output caching, and Azure-native integration.

**/*.cs, **/*.cshtml, **/*.razor

astro-waf

Astro framework standards — Islands Architecture, content collections, view transitions, SSG/SSR modes, image optimization, MDX, and deployment patterns.

**/*.astro, **/astro.config.*, **/*.mdx

azure-ai-document-intelligence-waf

Azure AI Document Intelligence standards — model selection, layout analysis, table/form extraction, custom models, batch processing, confidence thresholds, SDK usage, and Bicep deployment.

**/*.py, **/*.ts, **/*.bicep

azure-ai-foundry

Azure AI Foundry config — Hub/Project RBAC, deployment types, evaluation pipeline, content filter config.

**/*.bicep, **/*.json

azure-ai-language-waf

Azure AI Language standards — text analytics, NER, sentiment analysis, PII detection, summarization, CLU, custom text classification, healthcare NLP, SDK patterns, and batch processing.

**/*.py, **/*.ts, **/*.bicep

azure-ai-speech-waf

Azure AI Speech standards — STT (real-time + batch), TTS (neural voices, SSML, custom voice), speech translation, pronunciation assessment, speaker recognition, WebSocket streaming, SDK patterns, and latency optimization.

**/*.py, **/*.ts, **/*.bicep

azure-ai-vision-waf

Azure AI Vision standards — image analysis, OCR, custom classification, spatial analysis, and content safety patterns.

**/*.py, **/*.ts, **/*.js

azure-app-service-waf

Azure App Service standards — deployment slots, scaling, authentication, monitoring, and security patterns.

**/*.py, **/*.ts, **/*.js, **/*.cs, **/Dockerfile

azure-bicep-avm

Azure Bicep AVM (Azure Verified Modules) standards — module usage, parameter patterns, WAF-aligned infrastructure.

**/*.bicep, **/parameters.json

azure-cosmos-waf

Azure Cosmos DB standards — global distribution, partitioning, consistency, RU optimization, vector search.

**/*.py, **/*.ts, **/*.js, **/*.cs, **/*.bicep

azure-devops-waf

Azure DevOps standards — YAML pipelines, environments, service connections, test management, boards.

**/*.py, **/*.ts, **/*.js, **/*.cs, **/*.bicep

azure-front-door-waf

Azure Front Door & WAF standards — global load balancing, WAF rules, caching, SSL offloading, origin protection.

**/*.py, **/*.ts, **/*.js, **/*.cs, **/*.bicep

azure-functions-waf

Azure Functions standards — serverless compute, triggers, bindings, durable functions, cold start optimization.

**/*.py, **/*.ts, **/*.js, **/*.cs, **/*.bicep

azure-logic-apps-waf

Azure Logic Apps standards — workflow automation, connectors, error handling, B2B integration.

**/*.py, **/*.ts, **/*.js, **/*.cs, **/*.bicep

azure-redis-waf

Azure Cache for Redis standards — caching patterns, data structures, pub/sub, clustering, security.

**/*.py, **/*.ts, **/*.js, **/*.cs, **/*.bicep

azure-static-web-apps-waf

Azure Static Web Apps standards — static hosting, serverless API, authentication, CI/CD, custom domains.

**/*.py, **/*.ts, **/*.js, **/*.cs, **/*.bicep

bicep-code-best-practices

Bicep Code Best Practices standards — module design, naming, parameters, outputs, testing

**/*.bicep, **/parameters.json

bicep-waf

Bicep infrastructure-as-code standards aligned with Azure WAF pillars — Azure Verified Modules, secure parameter handling, tagging conventions, production deployment patterns, and cost-aware resource configuration.

**/*.bicep, **/*.bicepparam, **/parameters.json

blazor-waf

Blazor standards — Server/WebAssembly/United components, state, performance, security

**/*.razor, **/*.cs

browser-automation-agent-patterns

Play 23 patterns — Browser automation patterns — domain allowlist, no credential entry, screenshot analysis, action limits.

**/*.py, **/*.ts

call-center-voice-ai-patterns

Play 04 patterns — Voice AI patterns — Azure Speech SDK, real-time transcription, sentiment detection, turn-taking, noise handling.

**/*.py, **/*.ts

clojure-waf

Clojure Waf standards — Clojure coding standards — REPL-driven, immutable data, pure functions, and spec for validation.

**/*.clj, **/*.cljs

code-review-waf

Code Review Waf standards — Code review standards — what to check, severity levels, constructive feedback, and merge blocking criteria.

**

containerization-waf

Containerization Waf standards — Containerization standards — immutability, reproducible builds, health probes, 12-factor.

**/Dockerfile

content-moderation-patterns

Play 10 patterns — Content moderation patterns — Azure Content Safety, 4 harm categories, threshold tuning, human review pipeline.

**/*.py, **/*.ts

context-engineering-waf

Context Engineering Waf standards — Context engineering standards — maximize Copilot effectiveness through structured instructions, examples, and constraints.

**

copilot-extensibility

Copilot extensibility — Graph connectors, plugin manifest, action design, M365 integration patterns.

**/*.json, **/*.ts

copilot-studio-bot-patterns

Play 08 patterns — Copilot Studio patterns — topics, generative answers, knowledge sources, channel deployment, Dataverse integration.

**/*.json

copilot-studio-waf

Copilot Studio Waf standards — Copilot Studio standards — topic design, generative answers, knowledge sources, channel config.

**/*.json

copilot-teams-extension-patterns

Play 16 patterns — Teams extension patterns — adaptive cards, message extensions, bot framework, Teams toolkit.

**/*.ts, **/*.json

copilot-thought-logging-waf

Copilot Thought Logging Waf standards — Copilot thought logging — track reasoning process, tool selection rationale, confidence levels.

**

cost-bicep

Cost Bicep standards — Bicep cost optimization — consumption SKUs, auto-shutdown, tags for cost centers, budget resources.

**/*.bicep

cost-optimized-ai-gateway-patterns

Play 14 patterns — AI gateway patterns — APIM policies, semantic cache, token metering, multi-backend retry, budget enforcement.

**/*.xml, **/*.bicep

cost-python

Python cost optimization — token budgets, model routing, caching, batch embedding, async for throughput.

**/*.py

cost-typescript

TypeScript cost optimization — streaming responses, semantic cache, token metering, efficient serialization.

**/*.ts

cpp-waf

C++ coding standards — modern C++20/23, RAII, smart pointers, and safe concurrency patterns.

**/*.cpp, **/*.h, **/*.hpp