Back to list
vanman2024

pub-sub-patterns

by vanman2024

0🍴 1📅 Jan 23, 2026

SKILL.md


name: pub-sub-patterns description: Redis pub/sub messaging patterns and implementations. Use when implementing real-time messaging, event-driven architectures, notification systems, or message broadcasting with Redis pub/sub. allowed-tools: Read, Bash, Grep, Glob

pub-sub-patterns

Purpose: Redis pub/sub messaging patterns and implementations.

Activation Triggers:

  • When implementing pub/sub messaging
  • When user mentions real-time notifications, event broadcasting
  • When designing event-driven architectures

Quick Reference

This skill provides templates, scripts, and examples for Redis pub/sub patterns.

Scripts

  • scripts/setup-redis.sh - Initial Redis setup and configuration
  • scripts/validate-config.sh - Validate Redis configuration
  • scripts/test-connection.sh - Test Redis connectivity

Templates

  • templates/basic-config.ts.template - TypeScript Redis pub/sub config
  • templates/basic-config.py.template - Python Redis pub/sub config
  • templates/redis-config.env.template - Environment variables template
  • templates/docker-compose.yml.template - Docker Compose setup

Examples

  • examples/basic-usage.md - Basic pub/sub patterns
  • examples/fastapi-example.md - FastAPI integration example
  • examples/nextjs-example.md - Next.js integration example

Security Compliance

This skill follows strict security rules:

  • All code examples use placeholder values only
  • No real API keys, passwords, or secrets
  • Environment variable references in all code
  • .gitignore protection documented

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon