Skip to main content
Transform natural language descriptions into complete dx configurations using AI. Just describe your workflow, and dx generates the perfect dx.yaml file.

How it works

Natural Language Input

Describe your workflow in plain English to AI

Intelligent Generation

AI understands context and generates appropriate commands

Smart Validation

Generated configs are validated and safe to use

Instant Workflow

Ready-to-use dx.yaml with proper aliases and structure

Basic Usage

Generated dx.yaml:

Advanced Prompts

Project Analysis

AI examines:
  • Package files (package.json, Cargo.toml, pom.xml)
  • Existing scripts (scripts/, Makefile, .github/workflows/)
  • Documentation (README.md, CONTRIBUTING.md)
  • Project structure and conventions

Context-Aware Generation

Generated output:

Provider Configuration

OpenAI Integration

Anthropic Integration

Local Model Support

Command Examples

Interactive Generation

Template-Based Generation

Incremental Updates

AI Prompt Patterns

Effective Prompts

Best Practices

  • Be specific about your tech stack
  • Include deployment details (platform, environment)
  • Mention testing approach (framework, types)
  • Describe team workflow (CI/CD, code review)
  • Add context about project structure

Security & Safety

Safe Generation

  • Command validation - AI-generated commands are validated before use
  • No secrets - API keys and sensitive data excluded from generation
  • Human review - Generated configs require confirmation before saving
  • Backup creation - Existing configs are backed up before replacement

Privacy Protection

Integration Examples

CI/CD Pipeline Generation

Team Onboarding

Legacy Project Migration

Start with simple prompts and let AI ask clarifying questions for better results.
Always review AI-generated commands before executing them, especially those involving deployment or system changes.
Command generation works best when combined with your existing dx.yaml - AI can understand and extend your current workflow patterns.