GrowthX AI, Inc
Official@growthxai · United States of America
We build growth engines that blend AI workflows with experts. From content to distribution to conversion.
Agent Skills by GrowthX AI, Inc
Showing 45 vetted skills indexed across 2 GitHub repositories.
output-workflow-stop
Stop running Output SDK workflows by ID via the npx command.
output-error-direct-io
Move direct I/O operations in Output SDK workflows into step functions.
output-error-nondeterminism
Identify and fix non-deterministic patterns in Output SDK workflows.
output-credentials-env-vars
Resolve credential: references into environment variables at worker startup.
output-error-zod-import
Replace direct zod imports with @outputai/core in Output SDK workflows.
output-workflow-trace
Analyze Output SDK workflow traces to identify failures and performance bottlenecks.
output-meta-post-flight
Audit Output SDK workflows for step execution, conventions, and deliverables.
output-workflow-result
Retrieve completed Output SDK workflow results for post-run analysis.
output-workflow-run
Execute Output SDK workflows synchronously with inline or file-based JSON inputs.
output-dev-create-skeleton
Generates a standardized skeleton for new Output workflow projects.
output-error-missing-schemas
Detect missing inputSchema/outputSchema definitions in Output SDK workflows and guide fixes with examples.
output-error-try-catch
Remove try-catch blocks around Output SDK step calls to enforce retry policies.
output-dev-workflow-cost
Identify Output workflow runs by ID and compute their LLM token and service costs.
output-credentials-init
Initialize encrypted credentials for Output.ai projects with global, environment, and workflow scopes.
output-error-http-client
Migrate Output SDK steps from axios or fetch to httpClient from @outputai/http.
output-dev-step-function
Define deterministic modular step workflows for Output SDK projects.
output-workflow-runs-list
Lists recent Output SDK workflow executions with optional name filtering.
output-workflow-start
Start Output SDK workflows asynchronously and return a workflow ID immediately.
output-dev-evaluator-function
Create evaluator functions in evaluators.ts for Output SDK workflows.
output-meta-project-context
Outline Output.ai project structure and deterministic Temporal workflow patterns.
output-workflow-status
Retrieve Output SDK workflow status by ID and interpret next actions.
output-dev-prompt-file
Create and manage .prompt files with YAML frontmatter and Liquid.js templating.
output-dev-scenario-file
Create, validate, and organize test scenario JSON files for Output SDK workflows.
output-dev-credentials
Encrypt and manage Output SDK credentials across global, environment, and workflow scopes.
Frequently Asked Questions About GrowthX AI, Inc
FAQPage SchemaWhat specific tasks can engineers perform with these capabilities?▼
Engineers can define deterministic distributed functions, manage encrypted credentials across environments, validate project folder structures, and perform offline evaluation testing. It enables the conversion of legacy codebases into structured, schema-validated execution units with built-in retry logic and performance tracing.
Which technical personas benefit from these development patterns?▼
Backend engineers, distributed systems architects, and platform developers working on complex, stateful execution logic benefit most. It is designed for teams requiring high reliability, deterministic execution paths, and strict type safety when managing long-running distributed processes.
What are the primary prerequisites for implementing these patterns?▼
Implementation requires a TypeScript environment, familiarity with Temporal-based orchestration patterns, and the adoption of @outputai/core for schema and HTTP client management. Projects must adhere to standardized folder structures and utilize .prompt files with YAML frontmatter for template management.