
docyrus/agent-skills
2 skills1.1k installs26 starsGitHub
Install
npx skills add https://github.com/docyrus/agent-skillsSkills in this repo
1Docyrus Api DevDocyrus API Dev is an agent skill that teaches frontend developers how to integrate Docyrus access-control APIs when OpenAPI output is incomplete. It documents the `/api/v1/users/acl` surface, authentication expectations, and identifier rules so role writes and queries do not silently fail against the wrong IDs. Solo builders shipping multi-tenant SaaS on Docyrus use it to implement record-level shares, role assignments, and filter queries without guessing backend behavior. The readme tables endpoint groups, enum labels for ownership and restriction levels, and practical pitfalls around UUID versus numeric role identifiers. It pairs with RestApiClient or `useDocyrusClient()` as the intended client layer. Install it when you are building admin screens, sharing UI, or role-management flows and need a single integration reference instead of spelunking the backend.553installs2Docyrus Cli AppDocyrus CLI App is an agent skill that maps the full `docyrus` command surface for terminal-first work on the Docyrus platform. Solo builders shipping low-code or custom apps on Docyrus use it when tasks mention authentication, listing apps, manipulating records with `ds`, shaping dev data-source schema and UX artifacts through `studio` (data views, forms, webforms, export and email templates), or configuring automations and messaging without clicking through every screen. The skill is organized as a command overview table so agents pick the right subcommand for env management, API-style requests, discovery of OpenAPI specs, and optional TUI sessions. It matters because Docyrus spans both build-time schema design and operate-time data and email actions; encoding triggers like `docyrus studio data-view`, `docyrus automation create-node`, and `docyrus messaging email send` reduces wrong-command loops for indie teams that live in Claude Code, Cursor, or Codex. Use it whenever the user explicitly wants shell-based Docyrus operations rather than ad-hoc REST guesses.509installs