80,000+ Skills to Supercharge Claude
The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.
output-meta-project-conte...
by growthxai
Comprehensive guide to Output.ai Framework for building durable, LLM-powered workflows orchestrated by Temporal. Covers...
flow-conventions-folder-s...
by growthxai
Validate and fix folder structure for Output SDK workflows. Use to ensure migrated workflows follow the correct structur...
output-meta-post-flight
by growthxai
Post-flight validation for Output SDK workflow operations. Systematic verification of step completion, convention compli...
output-dev-workflow-funct...
by growthxai
Create workflow.ts files for Output SDK workflows. Use when defining workflow functions, orchestrating steps, or fixing...
output-dev-prompt-file
by growthxai
Create .prompt files for LLM operations in Output SDK workflows. Use when designing prompts, configuring LLM providers,...
output-services-check
by growthxai
Verify Output SDK development services are running. Use when debugging workflows, starting development, encountering con...
flow-convert-workflow-def...
by growthxai
Convert Flow SDK workflow class to Output SDK workflow() function. Use when migrating workflow.ts files from class-based...
output-error-missing-sche...
by growthxai
Fix missing schema definitions in Output SDK steps. Use when seeing type errors, undefined properties at step boundaries...
flow-convert-activities-t...
by growthxai
Convert Flow SDK activities.ts to Output SDK steps.ts. Use when migrating activity functions to step definitions with ty...
output-workflow-trace
by growthxai
Analyze Output SDK workflow execution traces. Use when debugging a specific workflow, examining step failures, analyzing...
flow-validation-checklist
by growthxai
Complete migration validation checklist for Flow to Output SDK. Use after migration to verify completeness and correctne...
flow-convert-prompts-to-f...
by growthxai
Convert inline prompts and prompt arrays to .prompt files with YAML frontmatter. Use when migrating prompts from Flow SD...
output-dev-step-function
by growthxai
Create step functions in steps.ts for Output SDK workflows. Use when implementing I/O operations, error handling, HTTP r...
flow-create-scenario-file...
by growthxai
Create scenario files for testing migrated Output SDK workflows. Use to set up test inputs in the scenarios/ subfolder.
output-error-try-catch
by growthxai
Fix try-catch anti-pattern in Output SDK workflows. Use when retries aren't working, errors are being swallowed, seeing...
output-dev-types-file
by growthxai
Create types.ts files with Zod schemas for Output SDK workflows. Use when defining input/output schemas, creating type d...
flow-error-zod-import
by growthxai
Fix Zod schema import issues during Flow to Output SDK migration. Use when seeing "incompatible schema" errors, type err...
flow-error-try-catch-remo...
by growthxai
Remove try-catch antipattern from step calls during Flow to Output SDK migration. Use when converting workflow code that...
output-workflow-list
by growthxai
List all available Output SDK workflows in the project. Use when discovering what workflows exist, checking workflow nam...
output-error-nondetermini...
by growthxai
Fix non-determinism errors in Output SDK workflows. Use when seeing replay failures, inconsistent results between runs,...
output-dev-http-client-cr...
by growthxai
Create shared HTTP clients in src/clients/ for Output SDK workflows. Use when integrating external APIs, creating servic...
output-dev-scenario-file
by growthxai
Create test scenario JSON files for Output SDK workflows. Use when creating test inputs, documenting expected behaviors,...
output-dev-folder-structu...
by growthxai
Workflow folder structure conventions for Output SDK. Use when creating new workflows, organizing workflow files, or und...
output-error-zod-import
by growthxai
Fix Zod schema import issues in Output SDK workflows. Use when seeing "incompatible schema" errors, type errors at step...