Agent SkillsAgent Skills
vanman2024

session-management

@vanman2024/session-management
vanman2024
7
3 forks
Updated 4/7/2026
View on GitHub

Session store implementations across frameworks

Installation

$npx agent-skills-cli install @vanman2024/session-management
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Pathplugins/redis/skills/session-management/SKILL.md
Branchmaster
Scoped Name@vanman2024/session-management

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

npx agent-skills-cli list

Skill Instructions


name: session-management description: Session store implementations across frameworks allowed-tools: Read, Bash, Grep, Glob

session-management

Purpose: Session store implementations across frameworks for Redis implementations.

Activation Triggers:

  • When implementing session management
  • When user mentions Redis Session store implementations across frameworks
  • When designing Redis architecture

Quick Reference

See templates/, scripts/, and examples/ for implementation patterns.

Templates

  • templates/ - Configuration file templates
  • All templates use placeholders (no hardcoded credentials)

Scripts

  • scripts/ - Automation and testing scripts

Examples

  • examples/ - Implementation examples for common use cases

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

More by vanman2024

View all
billing-integration
7

Clerk Billing and Stripe subscription management setup. Use when implementing subscriptions, configuring pricing plans, setting up billing, adding payment flows, managing entitlements, or when user mentions Clerk Billing, Stripe integration, subscription management, pricing tables, payment processing, or monetization.

deployment-config
7

Vercel deployment configuration and optimization for Next.js applications including vercel.json setup, environment variables, build optimization, edge functions, and deployment troubleshooting. Use when deploying to Vercel, configuring deployment settings, optimizing build performance, setting up environment variables, configuring edge functions, or when user mentions Vercel deployment, production setup, build errors, or deployment optimization.

routing-strategies
7

Task routing and queue management patterns for Celery including priority queues, topic exchanges, worker-specific routing, and advanced queue configurations. Use when configuring task routing, managing queues, setting up priority queues, implementing worker routing, configuring topic exchanges, or when user mentions task routing, queue management, Celery routing, worker assignments, or message broker routing.

example-projects
7

Provides three production-ready ML training examples (sentiment classification, text generation, RedAI trade classifier) with complete training scripts, deployment configs, and datasets. Use when user needs example projects, reference implementations, starter templates, or wants to see working code for sentiment analysis, text generation, or financial trade classification.