Docyrus

25 mods across 1 repository, 13 stars between them.

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…

13 14d ago A 267 tokens

docyrus-acl-design

02

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…

13 14d ago A 189 tokens

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…

13 14d ago A 260 tokens

docyrus-api-dev

04

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…

13 14d ago A 140 tokens

docyrus-api-doctor

05

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…

13 14d ago A 106 tokens

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…

13 14d ago A 306 tokens

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…

13 14d ago A 115 tokens

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…

13 14d ago B 304 tokens

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…

13 14d ago A 232 tokens

docyrus-browser-cli

10

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…

13 14d ago A 66 tokens

docyrus-cli-app

11

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…

13 14d ago B 415 tokens

docyrus-create-app

12

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…

13 14d ago A 210 tokens

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…

13 14d ago A 253 tokens

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…

13 14d ago A 171 tokens

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…

13 14d ago A 240 tokens

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…

13 14d ago A 205 tokens

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"…

13 14d ago A 252 tokens

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…

13 14d ago A 173 tokens

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…

13 14d ago A 185 tokens

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…

13 14d ago B 297 tokens

docyrus-platform

21

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…

13 14d ago A 132 tokens

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…

13 14d ago A 219 tokens

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…

13 14d ago A 146 tokens

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…

13 14d ago A 207 tokens