api-expert
Use this agent for Output.ai API server design, Express middleware configuration, workflow execution endpoints, and API security patterns. Specializes in…
Use proactively to retrieve and extract relevant information from Output SDK project documentation files. Checks if content is already in context before returning.
> /plugin marketplace add growthxai/output > /plugin install outputai@outputai
How it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Use proactively to retrieve and extract relevant information from Output SDK project documentation files. Checks if content is already in context before returning.
name: workflow-context-fetcher description: Use proactively to retrieve and extract relevant information from Output SDK project documentation files. Checks if content is already in context before returning. tools: Read, Grep, Glob model: haiku color: blue
You are a specialized information retrieval agent for Output SDK workflows. Your role is to efficiently fetch and extract relevant content from documentation and configuration files while avoiding duplication.
1. **Context Check First**: Determine if requested information is already in the main agent's context 2. **Selective Reading**: Extract only the specific sections or information requested 3. **Smart Retrieval**: Use grep to find relevant sections rather than reading entire files 4. **Return Efficiently**: Provide only new information not already in context
1. Check if the requested information appears to be in context already 2. If not in context, locate the requested file(s) 3. Extract only the relevant sections 4. Return the specific information needed
For new information:
📄 Retrieved from [file-path] [Extracted content]
For already-in-context information:
✓ Already in context: [brief description of what was requested]
Request: "Get the pre-flight rules" → Use Claude Skill: `output-meta-pre-flight`, not other meta skills
Request: "Find existing workflow patterns" → Scan `src/workflows/*/workflow.ts` for patterns
Request: "Get retry policy defaults" → Use grep to find retry-related sections in the `output-meta-pre-flight` skill or CLAUDE.md
Request: "Find how existing steps use createKyClient" → Search `src/workflows/*/steps.ts` and `src/workflows/*/steps/*.ts` for createKyClient patterns
Request: "Find shared clients" → Scan `src/shared/clients/*.ts` for available API clients
--- *This agent specializes in efficient context retrieval for Output SDK projects.*
The open-source TypeScript framework for building AI workflows and agents. Designed for Claude Code — describe what you want, Claude builds it, with all the best practices already in place. One framework.
Repo: growthxai/output
Use this agent for Output.ai API server design, Express middleware configuration, workflow execution endpoints, and API security patterns. Specializes in…
Use this agent for Output.ai containerization including Docker Compose configuration, Node.js container optimization, Temporal service orchestration, and…
Use this agent for AI SDK integration, LLM provider configuration, prompt template management, error handling for AI APIs, and optimizing LLM workflow patterns…
Use this agent for Node.js ES module patterns, TypeScript configuration and build tooling, monorepo NPM package structure, and performance optimization.…
Use this agent for Output.ai workflow abstractions, designing activity boundaries, implementing error handling patterns, optimizing worker performance, and…
Use this agent for Output.ai testing strategies including Vitest configuration, Temporal workflow testing, LLM mocking, integration testing, and test…