docyrus-api-dev

AI agent skills and developer guides for building and managing the Docyrus ecosystem

Instalação
CLI
npx skills add https://github.com/docyrus/agent-skills --skill docyrus-api-dev

Instale esta skill com a CLI e comece a usar o fluxo de trabalho SKILL.md em seu espaço de trabalho.

Última atualização em 4/22/2026

Docyrus Agent Skills

A comprehensive library of instructions and reference materials designed for AI agents (and developers) working with the Docyrus platform.

Overview

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.

Installation

To add these skills to your environment, run:

npx skills add docyrus/agent-skills

Available 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

Repository Structure

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.

Usage for AI Agents

When tasked with work related to Docyrus, AI agents should:

  1. Identify the relevant skill directory within the skills/ folder.
  2. Read the SKILL.md file using the view_file tool.
  3. Consult the files in the references/ directory as needed for deep-dives into specific functionality.

Generated by Docyrus Agentic Team.