Skip to main content

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.

← Home

211 of 847 primitivesClear filters

  • 🤖 agentsused by 2

    fai-mlflow-expert

    MLflow specialist — experiment tracking, model registry, metric/artifact logging, Azure ML integration, deployment pipelines, and model lifecycle management.

    agents/fai-mlflow-expert.agent.md149 lines
    • operational-excellence
    • reliability
  • 🤖 agentsused by 2

    fai-openapi-expert

    OpenAPI specialist — API-first design, OpenAPI 3.1 spec authoring, code generation, validation middleware, and Copilot plugin API definition for AI applications.

    agents/fai-openapi-expert.agent.md187 lines
    • operational-excellence
    • reliability
  • 🤖 agents

    fai-play-lifecycle

    FAI play lifecycle manager — handles play initialization (scaffold file structure), Bicep deployment, evaluation quality gates, and config tuning for any of the 101 solution plays.

    agents/fai-play-lifecycle.agent.md158 lines
    • operational-excellence
    • reliability
    • cost-optimization
  • 🤖 agentsused by 2

    fai-production-patterns-expert

    Production AI patterns expert — hosting selection (Container Apps/AKS/Functions), APIM gateway patterns, streaming SSE, retry/circuit-breaker, health checks, and multi-region deployment for production AI workloads.

    agents/fai-production-patterns-expert.agent.md175 lines
    • reliability
    • performance-efficiency
    • cost-optimization
    • operational-excellence
  • 🤖 agentsused by 2

    fai-prompt-engineer

    Prompt engineering specialist — system message design, few-shot patterns, chain-of-thought, structured output schemas, anti-hallucination techniques, and evaluation-driven prompt optimization.

    agents/fai-prompt-engineer.agent.md150 lines
    • reliability
    • responsible-ai
    • cost-optimization
  • 🤖 agentsused by 2

    fai-python-expert

    Python development specialist — Python 3.12+, async/await patterns, Pydantic v2, FastAPI, pytest, type hints, Azure SDK, and production-grade AI application patterns.

    agents/fai-python-expert.agent.md147 lines
    • security
    • reliability
    • performance-efficiency
  • 🤖 agentsused by 2

    fai-python-mcp-expert

    Python MCP server specialist — FastMCP framework, @mcp.tool() decorators, async handlers, Pydantic input models, uv deployment, and Azure service integration for AI tools.

    agents/fai-python-mcp-expert.agent.md172 lines
    • security
    • reliability
    • performance-efficiency
  • 🤖 agentsused by 2

    fai-rag-architect

    Enterprise RAG architecture specialist — designs end-to-end retrieval-augmented generation pipelines with Azure AI Search, OpenAI embeddings, chunking strategies, grounding, citation, evaluation, and production deployment.

    agents/fai-rag-architect.agent.md144 lines
    • security
    • reliability
    • cost-optimization
    • performance-efficiency
  • 🤖 agentsused by 3

    fai-rag-expert

    RAG expert — advanced retrieval patterns (agentic, graph, multi-modal RAG), chunking strategies, hybrid search, re-ranking, evaluation metrics, and production RAG optimization.

    agents/fai-rag-expert.agent.md169 lines
    • reliability
    • performance-efficiency
    • cost-optimization
  • 🤖 agentsused by 2

    fai-refactoring-expert

    Code refactoring specialist — extract method, reduce cyclomatic complexity, improve testability, SOLID principles, design pattern application, and safe behavior-preserving transformations.

    agents/fai-refactoring-expert.agent.md155 lines
    • reliability
    • performance-efficiency
  • 🤖 agentsused by 2

    fai-rust-expert

    Rust specialist — ownership/borrowing, async with tokio, serde serialization, error handling with thiserror/anyhow, and high-performance AI infrastructure (inference proxies, MCP servers).

    agents/fai-rust-expert.agent.md159 lines
    • security
    • performance-efficiency
    • reliability
  • 🤖 agentsused by 2

    fai-sap-expert

    SAP integration specialist — SAP BTP, OData APIs, BAPI/RFC connectors, procurement/inventory/order processing, and AI-enhanced enterprise resource planning.

    agents/fai-sap-expert.agent.md117 lines
    • reliability
    • security
    • operational-excellence
  • 🤖 agentsused by 2

    fai-semantic-kernel-expert

    Semantic Kernel specialist — plugins with function calling, KernelFilter middleware, memory/vector stores, agent group chat orchestration, and RAG pipeline patterns in C#/Python.

    agents/fai-semantic-kernel-expert.agent.md158 lines
    • reliability
    • operational-excellence
  • 🤖 agentsused by 2

    fai-servicenow-expert

    ServiceNow ITSM integration specialist — incident/change/request management via REST API, CMDB queries, knowledge base search, AI-powered ticket triage, and service catalog automation.

    agents/fai-servicenow-expert.agent.md124 lines
    • reliability
    • security
    • operational-excellence
  • 🤖 agentsused by 2

    fai-slack-expert

    Slack integration specialist — Bot API, Block Kit UI, slash commands, interactive modals, AI-powered conversation summarization, thread-based notifications, and incident war room automation.

    agents/fai-slack-expert.agent.md149 lines
    • operational-excellence
    • reliability
  • 🤖 agentsused by 2

    fai-solutions-architect

    Cloud solutions architect — end-to-end AI solution design, Azure service selection, multi-service integration, cost estimation, WAF trade-off analysis, and architecture decision records.

    agents/fai-solutions-architect.agent.md147 lines
    • reliability
    • cost-optimization
    • performance-efficiency
    • security
  • 🤖 agentsused by 2

    fai-streaming-expert

    Real-time streaming specialist — SSE for LLM token delivery, WebSocket for bidirectional chat, ReadableStream API, backpressure handling, and Azure Event Hubs stream processing for AI pipelines.

    agents/fai-streaming-expert.agent.md175 lines
    • performance-efficiency
    • reliability
  • 🤖 agentsused by 2

    fai-swarm-supervisor

    Multi-agent swarm supervisor — routes tasks to specialist agents, manages turn limits and token budgets, handles agent coordination, conflict resolution, and synthesizes multi-perspective results.

    agents/fai-swarm-supervisor.agent.md133 lines
    • reliability
    • cost-optimization
  • 🤖 agentsused by 2

    fai-swift-expert

    Swift specialist — structured concurrency (async/await, TaskGroup, actors), SwiftUI, Codable, and Apple platform AI integration with on-device Core ML and cloud Azure OpenAI.

    agents/fai-swift-expert.agent.md152 lines
    • performance-efficiency
    • reliability
  • 🤖 agents

    fai-tdd-green

    TDD Green phase specialist — writes the minimal implementation to make failing tests pass, no more and no less. Follows the Red-Green-Refactor cycle.

    agents/fai-tdd-green.agent.md99 lines
    • reliability
  • 🤖 agents

    fai-tdd-red

    TDD Red phase specialist — writes failing tests from requirements before any implementation. Covers happy path, error cases, edge cases, and AI-specific test scenarios.

    agents/fai-tdd-red.agent.md156 lines
    • reliability
  • 🤖 agents

    fai-tdd-refactor

    TDD Refactor phase specialist — improves code quality while keeping ALL tests green. Applies extract method, reduce complexity, improve naming, and design pattern introduction.

    agents/fai-tdd-refactor.agent.md130 lines
    • reliability
    • performance-efficiency
  • 🤖 agentsused by 2

    fai-tech-debt-analyst

    Tech debt analyst — identifies, quantifies, and prioritizes technical debt with cost-of-delay analysis, remediation plans, and sprint allocation recommendations.

    agents/fai-tech-debt-analyst.agent.md124 lines
    • operational-excellence
    • reliability
  • 🤖 agentsused by 2

    fai-temporal-expert

    Temporal workflow orchestration specialist — durable execution, saga patterns, long-running AI workflows, activity retry policies, timeouts, and distributed task scheduling.

    agents/fai-temporal-expert.agent.md168 lines
    • reliability
    • operational-excellence

Catalog synthesised from frootai/. Refresh with pnpm catalog:sync. Default page size: 24.