npx claudepluginhub getdoover/doover-skills --plugin doover-developmentAdd a Doover widget to an existing app. Use when users want to add a remote UI component/widget to their Doover application, scaffold a new widget from the widget template, or need help setting up Module Federation widgets.
Administration guide for the Doover platform
Search and explore existing Doover apps for integration and functionality evaluation
End-to-end workflow for creating, developing, and publishing Doover apps
Generate Doover applications step-by-step with guided phases. Use when users want to create a new Doover app, scaffold application components, or need help with the app generation workflow.
Complete reference for the Doover CLI app management commands
Guide for building Doover processors and integrations (cloud-based apps)
Coding standards that must be followed when writing any code in Doover projects. Covers code conventions, import preferences, and CI linting requirements. Always apply these rules when writing or modifying code.
Guide for Doover's channel-based data system, tags, and inter-agent communication
Comprehensive guide for creating and developing Doover device applications, including state machines, workers, and hardware I/O patterns
Doover platform development reference. Use when assisting with development of Doover applications — provides correct import paths, class structures, API patterns, and code examples for the pydoover SDK across all app types (Docker, Processor, Integration, Widget).
Clean up AI-generated code drift after solving a hard problem. Run this in the same chat where you built your solution — it uses conversation context to understand what to keep and what to clean. Works across single or multiple repos.
Index of Doover skills - start here to understand available skills and load only what you need
API reference for the pydoover Python library for Doover application development
A collection of Claude Skills for developing applications on the Doover platform.
Add this plugin to Claude Code:
/plugin marketplace add doover/doover-skills
End-to-end workflow for creating new Doover apps:
Start here when building a new app.
Comprehensive guide for creating and developing Doover device applications. Covers:
Guide for processors and integrations (cloud-based apps):
Complete reference for the Doover CLI:
doover app create - Create new applicationsdoover app run - Local developmentdoover app build - Build Docker imagesdoover app publish - Deploy to platformdoover app test/lint/format - Code qualitydoover app channels - Debug data streamsDoover's channel-based data architecture:
API reference for the pydoover Python library:
Search and explore existing Doover apps:
Platform administration:
doover-app-workflow skill will guide you through:
Invoke skills in Claude Code by asking questions about Doover development:
This repository uses GitHub Actions for continuous integration and deployment.
Runs on every push and pull request to main:
claude plugin validateRuns when a version tag is pushed (e.g., v1.0.0):
plugin.json.claude-plugin/plugin.jsonmaingit tag v1.0.0
git push origin v1.0.0
MIT License - see LICENSE for details.
For support, contact support@doover.com
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Claude Code skills for Godot 4.x game development - GDScript patterns, interactive MCP workflows, scene design, and shaders