AI Skills
Datazone publishes a set of public agent skills that teach AI coding assistants how to work with Datazone. Install them once, and your agent knows the YAML schemas, theconfig.yml registration rules, the deploy loop, and the mistakes that produce a project which validates and then fails at runtime.
Without them, an assistant guesses at Datazone’s conventions. With them, it writes a @transform that deploys, an endpoint YAML that resolves, and a Studio App that does not 404 on its own assets.
Browse the collection on skills.sh
Eight skills covering pipelines, endpoints, flows, objects, apps, and the API
Install
Run this in the root of your Datazone project repository:--skill:
What’s included
Each skill loads only when it is relevant. Ask your agent to “add a chart to the sales app” and it reads
datazone-intelligent-app; ask it to “expose this query as an API” and it reads datazone-endpoint. You do not choose between them by hand.
Using them
Once installed, work in plain language. The skill supplies the schema and the conventions.pipelines/revenue_by_region.py, registers it in config.yml under pipelines: with a unique alias, commits, and pushes — because pushing is what deploys. It then checks the deploy result, since validation is server-side and asynchronous.
Some further examples that map cleanly onto a single skill:
- “Create a Knowledge Object for Contract with a relationship to Customer.”
- “This flow fails validation — the
for_eachnode isn’t receiving its input.” - “Expose the unpaid-invoices query as an endpoint and show me how to call it.”
- “My Studio App builds but shows a blank page.”
Keeping them current
Datazone’s YAML schemas and CLI evolve. Re-run the install command to pull the latest published versions:Related resources
Command Line
Install the
datazone CLI and manage profilesProjects
How a project repository is structured and deployed
Orion AI
Datazone’s built-in assistant for queries and apps
API Reference
The REST API your agents and scripts call