Primitive Explorer · 847 primitives
Primitives
Every authoring primitive across the FrootAI catalog. Agents, skills, instructions, hooks, plugins, workflows — searchable + faceted. Each one is MIT-licensed and runnable today.
Filter
421 of 847 primitivesClear filters
- ⚡ skills
circuit-breaker-add
Add a circuit breaker, fallback routing, and health checks for Azure OpenAI calls — contain 429 and 503 cascades and preserve service
skills/circuit-breaker-add279 lines… - ⚡ skills
compliance-audit-run
Run AI compliance audits, collect Azure evidence, and track remediation — assess SOC 2, HIPAA, ISO 27001, and EU AI Act controls
skills/compliance-audit-run295 lines… - ⚡ skills
embedding-model-select
Select embedding models, dimensions, and hybrid search settings for vector workloads - balance recall, storage cost, and migration risk
skills/embedding-model-select243 lines… - ⚡ skills
fai-agent-chain-configure
Configure builder→reviewer→tuner agent chain with handoff rules, model assignment, and evaluation gates.
skills/fai-agent-chain-configure229 lines… - ⚡ skills
fai-agent-governance
Review agent safety controls, budget limits, and human escalation paths - approve only agents that stay bounded, observable, and policy-compliant
skills/fai-agent-governance225 lines… - ⚡ skills
fai-agentic-eval
Run evaluator-optimizer loops for agents and prompts - score outputs, revise weak instructions, and stop only when quality thresholds hold
skills/fai-agentic-eval220 lines… - ⚡ skills
fai-api-docs-generator
Generate API reference docs, examples, and error catalogs from OpenAPI or code annotations - keep endpoint docs accurate, testable, and publishable
skills/fai-api-docs-generator208 lines… - ⚡ skills
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 schema drift and IDOR vulnerabilities.
skills/fai-api-endpoint-generator181 lines… - ⚡ skills
fai-api-rate-limit-configure
Configure API rate limiting with Azure APIM policies, throttling tiers, and retry headers.
skills/fai-api-rate-limit-configure183 lines… - ⚡ skills
fai-app-insights-configure
Configure Application Insights with custom AI metrics, anomaly alerts, and operational dashboards.
skills/fai-app-insights-configure200 lines… - ⚡ skills
fai-architecture-blueprint
Generate solution architecture blueprints with Mermaid service topology, component responsibility tables, data flow annotations, and WAF pillar mapping — bridging system design to implementation.
skills/fai-architecture-blueprint164 lines… - ⚡ skills
fai-architecture-decision-record
Generate Architecture Decision Records capturing context, forces, decision rationale, rejected alternatives, and consequences — preventing knowledge rot when teams diverge from original design intent.
skills/fai-architecture-decision-record192 lines… - ⚡ skills
fai-aspire-orchestration
Wire .NET Aspire AppHost for multi-container orchestration, automatic service discovery, distributed OpenTelemetry export, and local Azure emulator integration — eliminating hardcoded connection strings and manual container start order.
skills/fai-aspire-orchestration179 lines… - ⚡ skills
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, and health check endpoints — cutting AI service setup time from hours to minutes.
skills/fai-aspnet-minimal-api221 lines… - ⚡ skills
fai-audit-log-implement
Implement immutable audit logging with Azure Blob Storage, Sentinel integration, and compliance evidence.
skills/fai-audit-log-implement206 lines… - ⚡ skills
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 actionable FinOps recommendations with ROI estimates.
skills/fai-az-cost-optimize196 lines… - ⚡ skills
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 Flow evaluation pipelines and model fine-tuning.
skills/fai-azure-ai-foundry-setup204 lines… - ⚡ skills
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, and batch indexing pipelines — resolving recall failures and irrelevant chunk retrieval.
skills/fai-azure-ai-search-index215 lines… - ⚡ skills
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 strategies — eliminating hard-coded config values and restart-required deployments.
skills/fai-azure-app-config201 lines… - ⚡ skills
fai-azure-architecture-review
Conduct Azure Well-Architected Framework reviews with scored pillar assessments, tiered finding severity, remediation priority tables, and an executive scorecard — turning ad-hoc architecture debates into structured, trackable decisions.
skills/fai-azure-architecture-review185 lines… - ⚡ skills
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 storage costs by 70% without manual archival work.
skills/fai-azure-blob-lifecycle189 lines… - ⚡ skills
fai-azure-cognitive-services
Integrate Language, Speech, Vision, and Translator services with Managed Identity authentication, pre-built and custom models, content safety filters, and regional routing — enabling multi-modal AI without managing credentials.
skills/fai-azure-cognitive-services182 lines… - ⚡ skills
fai-azure-container-registry
Configure Azure Container Registry with geo-replication across regions, image scanning for vulnerabilities, Managed Identity pull access, and OCI artifact support — enabling secure, distributed container delivery.
skills/fai-azure-container-registry178 lines… - ⚡ skills
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 — exceeding relational DB performance on RAG and time-series queries.
skills/fai-azure-cosmos-modeling220 lines…