oxy-app-builder

Create and refine Oxy app YAML files for data dashboards.

1|1|Updated Dec 19, 2025
One-click install
npx skills add https://github.com/oxy-hq/skills --skill oxy-app-builder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oxy-app-builder
Source: https://github.com/oxy-hq/skills/tree/main/skills/oxy-app-builder
Command: npx skills add https://github.com/oxy-hq/skills --skill oxy-app-builder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users generate and refine Oxy app YAML files (*.app.yml) to define tasks and displays for data dashboards, reducing manual setup and ensuring consistent patterns.

Core Features & Use Cases

  • Define tasks (execute_sql, workflow, semantic_query, agent) and displays (table, line_chart, bar_chart, pie_chart, markdown) to compose interactive apps.
  • Provide templates, examples, and a plan-first workflow to ensure validated, production-ready apps.
  • Supports multi-source data integration and cross-tool orchestration for cohesive analytics experiences.

Quick Start

Describe your app requirements in plain language and I will generate a complete plan and ready-to-validate app YAML.

Frequently Asked Questions about oxy-app-builder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a data dashboard YAML file for SQL and semantic queries?

To create a dashboard YAML file, define your data sources and map them to task types like execute_sql or semantic_query. You then configure display components such as tables, line charts, or pie charts to visualize the query outputs within the app.

What is the best way to structure multi-source data tasks in an app YAML?

The best way to structure multi-source data tasks is using a plan-first workflow that validates your app YAML. You define individual tasks for SQL, workflows, or agent orchestration, then bind them to display components for cohesive cross-tool reporting.

Can I use workflow and semantic query tasks together in a single dashboard app?

Yes, you can combine workflow, semantic_query, execute_sql, and agent tasks in a single dashboard app. The app YAML supports multi-source data integration, allowing you to orchestrate cross-tool analytics and route outputs to various visual displays.

How does validation work when generating app YAML for data visualizations?

Validation enforces best-practice patterns by checking your app YAML structure before deployment. It guides you from initial plan to validated YAML, ensuring task definitions and display components like bar charts and markdown are correctly configured for production.

What display types are supported for visualizing SQL query results in an app?

Supported display types for visualizing SQL query results include tables, line charts, bar charts, pie charts, and markdown. You configure these visual outputs in your app YAML to present execute_sql or semantic_query data effectively.