GrowthX AI, Inc avatar

GrowthX AI, Inc

Official

@growthxai · United States of America

0Followers
|
17Public Repos
|
45Published Skills

We build growth engines that blend AI workflows with experts. From content to distribution to conversion.

Skills Distribution
DomainDeveloper To...Distributed System.. (40%)Migration & Refact.. (30%)Schema & Type Safety (20%)Credential Managem.. (10%)

Agent Skills by GrowthX AI, Inc

Showing 45 vetted skills indexed across 2 GitHub repositories.

growthxaigrowthxai
430

output-workflow-stop

Stop running Output SDK workflows by ID via the npx command.

Official
Intermediate
growthxaigrowthxai
430

output-error-direct-io

Move direct I/O operations in Output SDK workflows into step functions.

Official
Intermediate
growthxaigrowthxai
430

output-error-nondeterminism

Identify and fix non-deterministic patterns in Output SDK workflows.

Official
Advanced
growthxaigrowthxai
430

output-credentials-env-vars

Resolve credential: references into environment variables at worker startup.

Official
Intermediate
growthxaigrowthxai
430

output-error-zod-import

Replace direct zod imports with @outputai/core in Output SDK workflows.

Official
Intermediate
growthxaigrowthxai
430

output-workflow-trace

Analyze Output SDK workflow traces to identify failures and performance bottlenecks.

Official
Intermediate
growthxaigrowthxai
430

output-meta-post-flight

Audit Output SDK workflows for step execution, conventions, and deliverables.

Official
Advanced
growthxaigrowthxai
430

output-workflow-result

Retrieve completed Output SDK workflow results for post-run analysis.

Official
Intermediate
growthxaigrowthxai
430

output-workflow-run

Execute Output SDK workflows synchronously with inline or file-based JSON inputs.

Official
Intermediate
growthxaigrowthxai
430

output-dev-create-skeleton

Generates a standardized skeleton for new Output workflow projects.

Official
Basic
growthxaigrowthxai
430

output-error-missing-schemas

Detect missing inputSchema/outputSchema definitions in Output SDK workflows and guide fixes with examples.

Official
Intermediate
growthxaigrowthxai
430

output-error-try-catch

Remove try-catch blocks around Output SDK step calls to enforce retry policies.

Official
Intermediate
growthxaigrowthxai
430

output-dev-workflow-cost

Identify Output workflow runs by ID and compute their LLM token and service costs.

Official
Intermediate
growthxaigrowthxai
430

output-credentials-init

Initialize encrypted credentials for Output.ai projects with global, environment, and workflow scopes.

Official
Intermediate
growthxaigrowthxai
430

output-error-http-client

Migrate Output SDK steps from axios or fetch to httpClient from @outputai/http.

Official
Intermediate
growthxaigrowthxai
430

output-dev-step-function

Define deterministic modular step workflows for Output SDK projects.

Official
Advanced
growthxaigrowthxai
430

output-workflow-runs-list

Lists recent Output SDK workflow executions with optional name filtering.

Official
Intermediate
growthxaigrowthxai
430

output-workflow-start

Start Output SDK workflows asynchronously and return a workflow ID immediately.

Official
Intermediate
growthxaigrowthxai
430

output-dev-evaluator-function

Create evaluator functions in evaluators.ts for Output SDK workflows.

Official
Intermediate
growthxaigrowthxai
430

output-meta-project-context

Outline Output.ai project structure and deterministic Temporal workflow patterns.

Official
Advanced
growthxaigrowthxai
430

output-workflow-status

Retrieve Output SDK workflow status by ID and interpret next actions.

Official
Intermediate
growthxaigrowthxai
430

output-dev-prompt-file

Create and manage .prompt files with YAML frontmatter and Liquid.js templating.

Official
Intermediate
growthxaigrowthxai
430

output-dev-scenario-file

Create, validate, and organize test scenario JSON files for Output SDK workflows.

Official
Intermediate
growthxaigrowthxai
430

output-dev-credentials

Encrypt and manage Output SDK credentials across global, environment, and workflow scopes.

Official
Advanced

Frequently Asked Questions About GrowthX AI, Inc

FAQPage Schema
What 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.