docyrus-dsql-query-design

Installation
SKILL.md

Docyrus DSQL Query Design

DSQL (Docyrus Structured Query Language) is a read-only, PostgreSQL-compatible SQL dialect that queries logical data sources — not physical tables. Tables are named appSlug.dataSourceSlug. This skill covers the full workflow: schema discovery → query authoring → execution.

For the complete language reference (all supported functions, tenant pseudo-functions, row limits, rejection rules), see references/dsql-language-reference.md. For common query patterns and examples, see references/query-patterns.md.

Workflow

Follow in order.

  1. Confirm auth.
    docyrus auth who --json   # confirms session + tenant name
    
    No session → docyrus auth login first.
Installs
12
GitHub Stars
13
First Seen
Jun 23, 2026
docyrus-dsql-query-design — docyrus/agent-skills