AI agent skills and developer guides for building and managing the Docyrus ecosystem
npx skills add https://github.com/docyrus/agent-skills --skill docyrus-cli-appInstall this skill with the CLI and start using the SKILL.md workflow in your workspace.
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 |
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:
skills/ folder.SKILL.md file using the view_file tool.references/ directory as needed for deep-dives into specific functionality.Generated by Docyrus Agentic Team.