Agent Skill
2/7/2026

doover

Index of Doover skills - start here to understand available skills and load only what you need

G
getdoover
0GitHub Stars
1Views
npx skills add getdoover/doover-skills

SKILL.md

Namedoover
DescriptionIndex of Doover skills - start here to understand available skills and load only what you need

name: doover description: Index of Doover skills - start here to understand available skills and load only what you need user_invocable: true

Doover Skills Index

This is the entry point for Doover development. Use this index to understand available skills and load only the ones you need for your task.

Available Skills

SkillUse When
doover-app-workflowCreating a new app end-to-end (start here for new apps)
doover-device-appsBuilding device apps (Docker on devices)
doover-cloud-appsBuilding processors or integrations (serverless)
doover-cliCLI command reference
doover-data-managementChannels, tags, inter-agent communication
doover-app-explorerFinding existing apps to integrate with
pydooverPython library API reference
doover-adminPlatform administration
doover-rebaseCleaning up AI-generated code drift after solving a hard problem

App Types Summary

TypeRuns OnUse For
Device App (DEV)Docker on deviceHardware control, local logic
Processor (PRO)Cloud (serverless)React to channels/schedules
Integration (INT)Cloud (serverless)Receive external webhooks

Quick Decision Guide

"I want to create a new Doover app" → Load doover-app-workflow skill

"I need to find existing apps" → Load doover-app-explorer skill

"How do I use the pydoover library?" → Load pydoover skill

"How do channels and tags work?" → Load doover-data-management skill

"I'm working on a device app" → Load doover-device-apps skill

"I'm working on a processor or integration" → Load doover-cloud-apps skill

"I need CLI command help" → Load doover-cli skill

"My code works but it's messy after a long debugging session" → Load doover-rebase skill (run in the same chat)

Creating a New App - Quick Reference

  1. Research: Search https://admin.doover.com/app-explorer for existing apps
  2. Create project:
  3. Implement: Modify the template files
  4. Test: doover app run
  5. Publish: doover app publish --profile dv2

Loading a Skill

To get detailed information, read the specific skill file:

  • ~/.claude/skills/doover-app-workflow/SKILL.md
  • ~/.claude/skills/doover-cloud-apps/SKILL.md
  • etc.

Only load the skills you need for the current task to keep context focused.

Skills Info
Original Name:dooverAuthor:getdoover