From magic-powers
Use when designing Pub/Sub topics/subscriptions, choosing push vs pull, handling message ordering, dead letters, or integrating Pub/Sub with Dataflow/BigQuery. Covers GCP-PDE domain: Ingest and process data (~25-30%).
npx claudepluginhub kienbui1995/magic-powers --plugin magic-powersThis skill uses the workspace's default tool permissions.
- Designing event-driven or streaming ingestion on GCP
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
orders-created, sensor-readings)| Factor | Pull | Push |
|---|---|---|
| Consumer | Subscriber polls for messages | Pub/Sub pushes to HTTPS endpoint |
| Control | Consumer controls rate | Pub/Sub controls delivery rate |
| Best for | Dataflow, batch consumers | Cloud Run, webhooks, Cloud Functions |
| Auth | Service account key/WIF | OIDC token in Authorization header |
| Factor | Pub/Sub | Pub/Sub Lite |
|---|---|---|
| Management | Fully managed, global | Zone/region-specific, manual capacity |
| Ordering | Ordering keys | Partition-based ordering (like Kafka) |
| Cost | Per message/byte | Provisioned capacity (cheaper at scale) |
| Retention | 7 days | Configurable up to 31 days |
| Use case | Default choice | Cost-sensitive high-volume workloads |