From doover-development
Index of Doover skills - start here to understand available skills and load only what you need
npx claudepluginhub getdoover/doover-skills --plugin doover-developmentThis skill uses the workspace's default tool permissions.
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.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
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.
| Skill | Use When |
|---|---|
doover-app-workflow | Creating a new app end-to-end (start here for new apps) |
doover-device-apps | Building device apps (Docker on devices) |
doover-cloud-apps | Building processors or integrations (serverless) |
doover-cli | CLI command reference |
doover-data-management | Channels, tags, inter-agent communication |
doover-app-explorer | Finding existing apps to integrate with |
pydoover | Python library API reference |
doover-admin | Platform administration |
doover-rebase | Cleaning up AI-generated code drift after solving a hard problem |
| Type | Runs On | Use For |
|---|---|---|
Device App (DEV) | Docker on device | Hardware control, local logic |
Processor (PRO) | Cloud (serverless) | React to channels/schedules |
Integration (INT) | Cloud (serverless) | Receive external webhooks |
"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)
doover app create --name NAME --description "..."doover app rundoover app publish --profile dv2To get detailed information, read the specific skill file:
~/.claude/skills/doover-app-workflow/SKILL.md~/.claude/skills/doover-cloud-apps/SKILL.mdOnly load the skills you need for the current task to keep context focused.