What problem does it solve?
This Skill helps developers integrate various plugins for added functionality into Pocopine apps and servers, simplifying the process of adding features like analytics, auth, and live queries.
Core Features & Use Cases
- App Plugins: Add features like analytics, auth session UI, logging, live-query clients, or devtools to an app.
- Server Plugins: Add features like HTTP request telemetry, tracing layers, health endpoints, server-function hooks, or observability exporters to a server.
- Component Lifecycle Hooks: Emit custom observability events when components mount, ready, or unmount.
- Middleware & Observability: Decorate requests and responses without writing custom layers.
- Use Case: For instance, add an analytics plugin to track user interactions without modifying core code.
Quick Start
Install an analytics plugin into your Pocopine app using the pocopine skills install analytics command.