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
4 of 847 primitivesClear filters
- 🤖 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
… - 🤖 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
…