Docyrus/agent-skills
Skill Claude CodeCodex
Read and update a Docyrus user's own profile and the active tenant's (workspace's) regional & formatting preferences using the docyrus account user-profile and docyrus account tenant-preferences CLI commands. Use when the user wants to view or change their personal profile (first/last name, mobile, date of birth…
Docyrus/agent-skills
Skill Claude CodeCodex
Design, configure, and validate a Docyrus tenant ACL (Access Control Layer) end-to-end using the docyrus acl CLI commands. Use when the user wants to define permission roles, assign operation-level permissions to roles for data sources / apps / AI tools / settings / devtools, set up row-level record filters (role…
Docyrus/agent-skills
Skill Claude CodeCodex
Design, build, validate, and test a custom Docyrus AI agent end-to-end using the docyrus agent CLI commands and its sub-resources. Use when the user wants to create or configure a custom AI agent (assistant/skill/workflow agent) in a dev app — set its instructions, pick its models, toggle capabilities (tools, data…
Docyrus/agent-skills
Skill Claude CodeCodex
Develop applications using the Docyrus API with @docyrus/api-client and @docyrus/signin libraries. Use when building apps that authenticate with Docyrus OAuth2 (PKCE, iframe, client credentials, device code), make REST API calls to Docyrus data source endpoints, construct query payloads with filters, aggregations…
Docyrus/agent-skills
Skill Claude CodeCodex
Run after making Docyrus API changes to catch bugs, performance issues, and code quality problems. Use when implementing or modifying code that uses Docyrus collection hooks (.list, .get, .create, .update, .delete), direct RestApiClient calls, query payloads with filters/calculations/formulas/childQueries/pivots, or…
Docyrus/agent-skills
Skill Claude CodeCodex
Add and manage app-scoped AI tools for the Docyrus system base agent ("Docy") using the docyrus apps ai-tools CLI commands, and set app-level agent guidance with docyrus apps set-agent-context. App-scoped tools are owned by the app and, once the app is installed in a tenant, are automatically available to Docy (the…
Docyrus/agent-skills
Skill Claude CodeCodex
Build Docyrus React TypeScript web applications end-to-end, combining authentication, API access, @docyrus/app-utils runtime helpers, @docyrus/devtools in-app debugging, generated collections, TanStack Query/Form patterns, and production-grade UI implementation with preferred component libraries. Use when creating or…
Docyrus/agent-skills
Skill Claude CodeCodex
Design and use Docyrus app-scoped and app-user-scoped settings - developer-defined, database-backed configuration documents attached to an app - through the @docyrus/app-utils config clients, the REST API, or docyrus curl. Use when a frontend/app developer wants to persist and read settings for a Docyrus app: an…
Docyrus/agent-skills
Skill Claude CodeCodex
Design, build, validate, and test a Docyrus automation (workflow) end-to-end using the docyrus automation CLI commands. Use when the user wants to automate a process — fire actions when records are created/modified/deleted, on a schedule, from a webhook/email/webform, or on a button click — and chain action nodes…
Docyrus/agent-skills
Skill Claude CodeCodex
Use Docyrus CLI browser commands for browser automation (local Chrome or remote Cloudflare Browser Rendering). Use when you need to start a browser session, navigate pages, inspect page state, interact with elements, capture screenshots, evaluate JavaScript, read console output, inspect network requests, or run CDP…
Docyrus/agent-skills
Skill Claude CodeCodex
Use the Docyrus CLI (docyrus) to interact with the Docyrus platform from the terminal. Use when the user asks to authenticate, list apps, query or manage data records (ds), manage dev app data source schema objects (studio) including data sources, fields, enums, data views, forms, webforms, HTML/PDF export templates…
Docyrus/agent-skills
Skill Claude CodeCodex
Create a new Docyrus app from the terminal with docyrus apps create and bootstrap a local dev workspace. Use when the user wants to scaffold a new app (web app / external-app, React techstack), create an app with an empty git repo, remix an existing template app, list remixable template apps, clone an existing app's…
Docyrus/agent-skills
Skill Claude CodeCodex
Create, read, update, delete, run, and consume saved Docyrus custom query records (tenantcustomquery) — reusable, parameterized SQL query templates whose body is DSQL — using the docyrus dsql -custom-query CLI commands, and call them from a frontend via @docyrus/api-client's RestApiClient.runCustomQuery. Use when the…
Docyrus/agent-skills
Skill Claude CodeCodex
Design, validate, and test a Docyrus data source (schema/table/collection) end-to-end using the docyrus studio CLI commands. Use when the user wants to model a new entity or table, create or change a data source and its fields, choose the right field types, set up relations between data sources, add select/status/enum…
Docyrus/agent-skills
Skill Claude CodeCodex
Design, configure, validate, and test Docyrus data views (saved grid/gallery views) with the docyrus studio data-view CLI commands. A data view is a named saved configuration of how one data source's records are presented — visible columns, order/pinning/grouping, row height, table/gallery display, sorting, filters…
Docyrus/agent-skills
Skill Claude CodeCodex
Write, discover, and run DSQL (Docyrus Structured Query Language) queries against logical Docyrus data sources. Use when the user wants to query, report on, or aggregate data from Docyrus — list records, count tasks by status, join contacts with users, build time-series breakdowns, answer "show me all projects with…
Docyrus/agent-skills
Skill Claude CodeCodex
Design, save, and validate a Docyrus dynamic form — the record create/edit/view layout that is saved against a data source and rendered by useDocyrusFormView — using the docyrus studio form CLI commands. Use when the user wants to model a form for a data source (a "record form", "create/edit form", "detail layout"…
Docyrus/agent-skills
Skill Claude CodeCodex
End-to-end self-test a Docyrus-backed web app in a real browser — sign in headlessly, drive the UI, then read runtime problems back from @docyrus/devtools. Use after building or changing a Docyrus app feature to prove it works in the browser — authenticate without typing credentials via docyrus auth sso-session…
Docyrus/agent-skills
Skill Claude CodeCodex
Design, validate, and test a Docyrus email template end-to-end using the docyrus studio email-template CLI commands. Use when the user wants a reusable, data-bound email — a templated subject + HTML/text body with record placeholders ({{field}} Handlebars) that an automation send-email node (or a manual send) fills…
Docyrus/agent-skills
Skill Claude CodeCodex
Discover and use Docyrus integration connectors from the terminal with the docyrus connect CLI commands — call third-party/external APIs (Microsoft Graph/Outlook, Twilio, Meta, etc.) through a connector's managed provider auth. Use when the user wants to find available connectors, inspect a connector's actions and…
Docyrus/agent-skills
Skill Claude CodeCodex
Architecture and building-blocks reference for the Docyrus platform — what the platform is made of (apps, data sources, fields, enumerations, custom queries, automations) and how the pieces fit together. Use when you need conceptual context about how Docyrus works, what its building blocks and capabilities are, or to…
Docyrus/agent-skills
Skill Claude CodeCodex
Design, validate, and test a Docyrus HTML/PDF print/export (report) template end-to-end using the docyrus studio html-template CLI commands. Use when the user wants a printable/exportable document rendered from a record — an invoice, quote, receipt, report, certificate, packing slip — authored as HTML + CSS with…
Docyrus/agent-skills
Skill Claude CodeCodex
Plan, structure, and track implementation of a Docyrus-backed application using the repo-local project plan system. Use when starting a new Docyrus project, designing implementation phases, breaking features into tasks, drafting the data model and feature map as Mermaid diagrams, or managing progress across data…
Docyrus/agent-skills
Skill Claude CodeCodex
Create, read, update, and delete a tenant's brand identity records (tenantbrand) using the docyrus account brands CLI commands. Use when the user wants to manage a Docyrus brand — set or change the brand's colors, typography, spacing, logos/favicons, voice & messaging guidelines, slide/presentation defaults, chart…