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 Architect | Manage platform resources: data sources, fields, enums, apps, custom queries, and perform advanced data analysis. | SKILL.md |
| Docyrus API Dev | Integrate with Docyrus API using @docyrus/api-client and @docyrus/signin. |
SKILL.md |
| Docyrus App Dev | Build React TypeScript web applications following Docyrus-specific development patterns. | SKILL.md |
| Docyrus App UI Design | Design and build production-grade UI components using 127 preferred components from shadcn, diceui, animate-ui, docyrus-ui, and reui. | 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 |
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.