growthxai

60 mods across 1 repository, 434 stars between them.

growthxai/output

Skill Claude CodeCodex

Debug Output SDK workflow issues. Use when user reports a workflow failing, erroring, hanging, producing wrong results, or asks to debug, troubleshoot, or investigate a workflow execution.

434 3d ago A 41 tokens original Apache-2.0

growthxai/output

Skill Claude CodeCodex

Use the Agent class for multi-step tool loops, conversation history, streaming progress, and reusable LLM agents. Use when building agents with skills, structured output, stateful conversations, or streaming callbacks.

434 3d ago B 45 tokens original Apache-2.0

growthxai/output

Skill Claude CodeCodex

Code style conventions for Output SDK workflow projects. Use when writing or reviewing any TypeScript/JavaScript code. Discovers the project's own linting rules first; falls back to Output SDK conventions when no linter is configured.

434 3d ago A 50 tokens original Apache-2.0

growthxai/output

Skill Claude CodeCodex

Generate workflow skeleton files using the Output SDK CLI. Use when starting a new workflow, scaffolding project structure, or understanding the generated file layout.

434 3d ago A 35 tokens original Apache-2.0

growthxai/output

Skill Claude CodeCodex

Store and reference encrypted secrets in Output SDK workflows using @outputai/credentials. Use when integrating API keys, database passwords, or third-party tokens.

434 3d ago A 35 tokens original Apache-2.0

growthxai/output

Skill Claude CodeCodex

Create offline evaluation tests for Output SDK workflows using @outputai/evals. Use when implementing test evaluators with verify(), creating dataset YAML files, building eval workflows, or running workflow tests via CLI.

434 3d ago A 46 tokens original Apache-2.0

growthxai/output

Skill Claude CodeCodex

Create evaluator functions in evaluators.ts for Output SDK workflows. Use when implementing quality assessment, validation logic, or content evaluation.

434 3d ago A 31 tokens original Apache-2.0

growthxai/output

Skill Claude CodeCodex

Workflow folder structure conventions for Output SDK. Use when creating new workflows, organizing workflow files, or understanding the standard project layout.

434 3d ago A 31 tokens original Apache-2.0

growthxai/output

Skill Claude CodeCodex

Create shared HTTP clients in src/shared/clients/ for Output SDK workflows. Use when integrating external APIs, creating service wrappers, or standardizing HTTP operations.

434 3d ago A 37 tokens original Apache-2.0

growthxai/output

Skill Claude CodeCodex

Implement LLM text streaming in Output workflow steps with generateTextWithStreaming, Agent.generateWithStreaming, streamText, or Agent.stream. Use when adding token progress, onChunk callbacks, or handling streamText onFinish/onError with Temporal retries.

434 3d ago A 57 tokens original Apache-2.0

growthxai/output

Skill Claude CodeCodex

Pick the right LLM model for an Output SDK prompt file. Use when writing a new .prompt file, reviewing a model choice, or upgrading a stale model. Walks through priority (reasoning/balance/speed/cost), provider selection, and a live lookup against the Vercel AI Gateway model index.

434 3d ago A 69 tokens original Apache-2.0

growthxai/output

Skill Claude CodeCodex

Create .prompt files for LLM operations in Output SDK workflows. Use when designing prompts, configuring LLM providers, or using Liquid.js templating.

434 3d ago A 36 tokens original Apache-2.0

growthxai/output

Skill Claude CodeCodex

Create test scenario JSON files for Output SDK workflows. Use when creating test inputs, documenting expected behaviors, or setting up workflow testing.

434 3d ago A 32 tokens original Apache-2.0

growthxai/output

Skill Claude CodeCodex

Create .md skill files for Output framework's lazy-loaded instruction system. Use when adding skills to prompts, configuring skill loading, or debugging skill resolution.

434 3d ago A 36 tokens original Apache-2.0

growthxai/output

Skill Claude CodeCodex

Create step functions in steps.ts for Output SDK workflows. Use when implementing I/O operations, error handling, HTTP requests, or LLM calls.

434 3d ago A 34 tokens original Apache-2.0

growthxai/output

Skill Claude CodeCodex

Create types.ts files with Zod schemas for Output SDK workflows. Use when defining input/output schemas, creating type definitions, or fixing schema-related errors.

434 3d ago A 35 tokens original Apache-2.0

growthxai/output

Skill Claude CodeCodex

Bulk-upgrade the model field across .prompt files to the latest version of each prompt's existing family. Use when prompt models have drifted (eg sonnet-4 → sonnet-4-6), after a long pause between framework updates, or as part of a periodic model-freshness pass. Within-family only — never changes provider or tier.

434 3d ago A 81 tokens original Apache-2.0

growthxai/output

Skill Claude CodeCodex

Calculate and display the cost of an Output SDK workflow execution run. Use when checking LLM token costs, API service costs, or total spend for a specific workflow run.

434 3d ago A 40 tokens original Apache-2.0

growthxai/output

Skill Claude CodeCodex

Create workflow.ts files for Output SDK workflows. Use when defining workflow functions, orchestrating steps, or fixing workflow structure issues.

434 3d ago A 31 tokens original Apache-2.0

growthxai/output

Skill Claude CodeCodex

Fix direct I/O in Output SDK workflow functions. Use when workflow hangs, returns undefined, shows "workflow must be deterministic" errors, or when HTTP/API calls are made directly in workflow code.

434 3d ago A 45 tokens original Apache-2.0

growthxai/output

Skill Claude CodeCodex

Fix HTTP client misuse in Output SDK steps. Use when seeing untraced requests, missing error details, axios-related errors, or when HTTP calls aren't being properly logged and retried.

434 3d ago A 42 tokens original Apache-2.0

growthxai/output

Skill Claude CodeCodex

Fix missing schema definitions in Output SDK steps. Use when seeing type errors, undefined properties at step boundaries, validation failures, or when step inputs/outputs aren't being properly typed.

434 3d ago A 42 tokens original Apache-2.0

growthxai/output

Skill Claude CodeCodex

Fix non-determinism errors in Output SDK workflows. Use when seeing replay failures, inconsistent results between runs, "non-deterministic" error messages, or workflows behaving differently on retry.

434 3d ago A 45 tokens original Apache-2.0

growthxai/output

Skill Claude CodeCodex

Handle errors caught in Output workflows without losing failure context. Use when adding workflow try/catch logic, fallbacks, partial-failure handling, custom Error classes, or typed checks for errors thrown by steps and evaluators.

434 3d ago A 51 tokens original Apache-2.0