TopRank Skills

80,000+ Skills to Supercharge Claude

The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.

Showing 118511 results
growthxai

output-meta-project-conte...

by growthxai

star 0

Comprehensive guide to Output.ai Framework for building durable, LLM-powered workflows orchestrated by Temporal. Covers...

growthxai

flow-conventions-folder-s...

by growthxai

star 0

Validate and fix folder structure for Output SDK workflows. Use to ensure migrated workflows follow the correct structur...

growthxai

output-meta-post-flight

by growthxai

star 0

Post-flight validation for Output SDK workflow operations. Systematic verification of step completion, convention compli...

growthxai

output-dev-workflow-funct...

by growthxai

star 0

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

growthxai

output-dev-prompt-file

by growthxai

star 0

Create .prompt files for LLM operations in Output SDK workflows. Use when designing prompts, configuring LLM providers,...

growthxai

output-services-check

by growthxai

star 0

Verify Output SDK development services are running. Use when debugging workflows, starting development, encountering con...

growthxai

flow-convert-workflow-def...

by growthxai

star 0

Convert Flow SDK workflow class to Output SDK workflow() function. Use when migrating workflow.ts files from class-based...

growthxai

output-error-missing-sche...

by growthxai

star 0

Fix missing schema definitions in Output SDK steps. Use when seeing type errors, undefined properties at step boundaries...

growthxai

flow-convert-activities-t...

by growthxai

star 0

Convert Flow SDK activities.ts to Output SDK steps.ts. Use when migrating activity functions to step definitions with ty...

growthxai

output-workflow-trace

by growthxai

star 0

Analyze Output SDK workflow execution traces. Use when debugging a specific workflow, examining step failures, analyzing...

growthxai

flow-validation-checklist

by growthxai

star 0

Complete migration validation checklist for Flow to Output SDK. Use after migration to verify completeness and correctne...

growthxai

flow-convert-prompts-to-f...

by growthxai

star 0

Convert inline prompts and prompt arrays to .prompt files with YAML frontmatter. Use when migrating prompts from Flow SD...

growthxai

output-dev-step-function

by growthxai

star 0

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

growthxai

flow-create-scenario-file...

by growthxai

star 0

Create scenario files for testing migrated Output SDK workflows. Use to set up test inputs in the scenarios/ subfolder.

growthxai

output-error-try-catch

by growthxai

star 0

Fix try-catch anti-pattern in Output SDK workflows. Use when retries aren't working, errors are being swallowed, seeing...

growthxai

output-dev-types-file

by growthxai

star 0

Create types.ts files with Zod schemas for Output SDK workflows. Use when defining input/output schemas, creating type d...

growthxai

flow-error-zod-import

by growthxai

star 0

Fix Zod schema import issues during Flow to Output SDK migration. Use when seeing "incompatible schema" errors, type err...

growthxai

flow-error-try-catch-remo...

by growthxai

star 0

Remove try-catch antipattern from step calls during Flow to Output SDK migration. Use when converting workflow code that...

growthxai

output-workflow-list

by growthxai

star 0

List all available Output SDK workflows in the project. Use when discovering what workflows exist, checking workflow nam...

growthxai

output-error-nondetermini...

by growthxai

star 0

Fix non-determinism errors in Output SDK workflows. Use when seeing replay failures, inconsistent results between runs,...

growthxai

output-dev-http-client-cr...

by growthxai

star 0

Create shared HTTP clients in src/clients/ for Output SDK workflows. Use when integrating external APIs, creating servic...

growthxai

output-dev-scenario-file

by growthxai

star 0

Create test scenario JSON files for Output SDK workflows. Use when creating test inputs, documenting expected behaviors,...

growthxai

output-dev-folder-structu...

by growthxai

star 0

Workflow folder structure conventions for Output SDK. Use when creating new workflows, organizing workflow files, or und...

growthxai

output-error-zod-import

by growthxai

star 0

Fix Zod schema import issues in Output SDK workflows. Use when seeing "incompatible schema" errors, type errors at step...