A comprehensive library of instructions and reference materials designed for AI agents (and developers) working with the Docyrus platform.
This repository centralizes the knowledge and patterns required to manage the Docyrus platform, integrate with its APIs, and develop React-based applications using Docyrus as a backend.
To add these skills to your environment, run:
npx skills add docyrus/agent-skills| Skill | Description | Location |
|---|---|---|
| Docyrus API Dev | Integrate with Docyrus API using @docyrus/api-client and @docyrus/signin. |
SKILL.md |
| Docyrus App Dev React | Build Docyrus React TypeScript applications end-to-end, combining auth, collections, queries, TanStack patterns, and production-grade UI implementation. | SKILL.md |
| Docyrus API Doctor | Post-implementation checklist to catch bugs, performance issues, and code quality problems in Docyrus API code. | SKILL.md |
| Docyrus CLI App | Interact with the Docyrus platform from the terminal using the docyrus CLI for auth, data records, schema management, and API requests. |
SKILL.md |
| Docyrus Data Source Design | Design, validate, and test a data source (schema, fields, relations, enums, access rules) end-to-end with docyrus studio. |
SKILL.md |
| Docyrus Automation Design | Build, validate, and test automations — triggers plus action-node graphs (conditions, field mappings, sequencing) — with docyrus automation. |
SKILL.md |
| Docyrus Agent Design | Design custom AI agents and their sub-resources (tools, data sources, docs, MCPs, connections, workflow steps, deployments) with docyrus agent. |
SKILL.md |
| Docyrus Email Template Design | Design, validate, and test data-bound email templates ({{field}} Handlebars) with docyrus studio. |
SKILL.md |
| Docyrus Print PDF Template Design | Design, validate, and test HTML/PDF export/report templates (rendered per record) with docyrus studio. |
SKILL.md |
| Docyrus Webform Design | Design public webforms that collect submissions into records, bound to a data source, with docyrus studio. |
SKILL.md |
| Docyrus Dynamic Form Design | Design, save, and validate a data source's dynamic form — the record create/edit/view layout (grid, sections, required rules, conditional actions, submit validation) — with docyrus studio form commands. |
SKILL.md |
| Docyrus ACL Design | Design, configure, and validate tenant ACL — roles, permissions, role queries, hierarchy units — with docyrus acl. |
SKILL.md |
| Docyrus DSQL Query Design | Write, discover, and run DSQL queries against logical data sources (incl. docyrus dsql ask). |
SKILL.md |
| Docyrus Custom Query | CRUD, run, and consume saved custom query records — reusable, parameterized DSQL query templates — via docyrus dsql *-custom-query and RestApiClient.runCustomQuery. |
SKILL.md |
| Docyrus Integrations & Connectors | Discover and use integration connectors — call external APIs/actions through managed provider auth — with docyrus connect. |
SKILL.md |
| Docyrus App AI Tools | Create app-scoped AI tools for the system base agent ("Docy") — data_source_query, custom_query, secure_exec, client_side — with docyrus apps ai-tools. |
SKILL.md |
| Docyrus Platform | Architecture and building-blocks reference for the Docyrus platform, and a router to the dedicated design/CLI/API skills. | SKILL.md |
| Docyrus Tenant Brand Management | Manage tenant brand identity records (tenant_brand) — colors, typography, voice, content guidelines — with docyrus account brands, incl. the full field catalog. |
SKILL.md |
| Docyrus Account Settings | Read/update the current user's profile and the tenant's regional & formatting preferences with docyrus account user-profile / account tenant-preferences, incl. the full field catalog. |
SKILL.md |
| Docyrus E2E Browser Testing | Self-test a Docyrus-backed app in a real browser — sign in headlessly with docyrus auth sso-session, drive the UI with the docyrus browser tools, and read runtime errors/issues/console from @docyrus/devtools. |
SKILL.md |
| Docyrus Browser CLI | Browser automation via the docyrus browser CLI (persistent CDP daemon) — navigate, snapshot, click/fill, screenshot, eval, console/network inspection, in local Chrome or remote Cloudflare Browser Rendering. |
SKILL.md |
| Docyrus Project Planning | Plan, structure, and track a Docyrus-backed app with the repo-local project plan system (docyrus project-plan) — phases, features, tasks, diagrams. |
SKILL.md |
Each skill directory is organized as follows:
SKILL.md: The primary instruction file and entry point for the AI agent.references/: Detailed guides for specific topics like query syntax, authentication flows, and component patterns.
When tasked with work related to Docyrus, AI agents should:
- Identify the relevant skill directory within the
skills/folder. - Read the
SKILL.mdfile using theview_filetool. - Consult the files in the
references/directory as needed for deep-dives into specific functionality.
Generated by Docyrus Agentic Team.