Back to Skills

discover-proxies

rand
Updated Today
23 views
29
2
29
View on GitHub
Metaautomation

About

The discover-proxies skill automatically activates and provides relevant proxy-related skills when you are working with proxies, load balancers, or NATS messaging. It gives you immediate access to expertise on tools like Nginx, Traefik, and Envoy for configuration, SSL termination, and caching. Use this skill to quickly get help on forward/reverse proxy patterns and service mesh configurations.

Quick Install

Claude Code

Recommended
Plugin CommandRecommended
/plugin add https://github.com/rand/cc-polymath
Git CloneAlternative
git clone https://github.com/rand/cc-polymath.git ~/.claude/skills/discover-proxies

Copy and paste this command in Claude Code to install this skill

Documentation

Proxies Skills Discovery

Provides automatic access to comprehensive proxy and messaging skills.

When This Skill Activates

This skill auto-activates when you're working with:

  • Forward/reverse proxies
  • HTTP proxy configuration
  • Nginx, Traefik, Envoy, Caddy
  • Load balancing
  • SSL/TLS termination
  • HTTP caching and CDN
  • Cache invalidation
  • NATS messaging
  • Service mesh patterns

Available Skills

Quick Reference

The Proxies category contains 7 skills:

  1. forward-proxy - Forward proxy fundamentals, HTTP CONNECT, SOCKS protocols
  2. reverse-proxy - Reverse proxy patterns, load balancing, SSL termination
  3. nginx-configuration - Nginx setup, locations, upstreams, caching, SSL
  4. traefik-configuration - Traefik dynamic config, middleware, Let's Encrypt
  5. envoy-proxy - Envoy architecture, filters, clusters, observability
  6. cache-control - HTTP caching, cache headers, CDN patterns, invalidation
  7. nats-messaging - NATS pub/sub, request-reply, JetStream, clustering

Load Full Category Details

For complete descriptions and workflows:

cat skills/proxies/INDEX.md

This loads the full Proxies category index with:

  • Detailed skill descriptions
  • Usage triggers for each skill
  • Common workflow combinations
  • Cross-references to related skills

Load Specific Skills

Load individual skills as needed:

cat skills/proxies/forward-proxy.md
cat skills/proxies/reverse-proxy.md
cat skills/proxies/nginx-configuration.md
cat skills/proxies/traefik-configuration.md
cat skills/proxies/envoy-proxy.md
cat skills/proxies/cache-control.md
cat skills/proxies/nats-messaging.md

Common Workflows

Setting Up Reverse Proxy

# Reverse proxy → Nginx/Traefik → Caching
cat skills/proxies/reverse-proxy.md
cat skills/proxies/nginx-configuration.md
cat skills/proxies/cache-control.md

Cloud-Native Proxy Stack

# Traefik → Service discovery → Let's Encrypt
cat skills/proxies/traefik-configuration.md
cat skills/proxies/reverse-proxy.md

Service Mesh and Observability

# Envoy → Advanced routing → Messaging
cat skills/proxies/envoy-proxy.md
cat skills/proxies/nats-messaging.md

Caching and CDN Optimization

# HTTP caching → CDN patterns → Nginx
cat skills/proxies/cache-control.md
cat skills/proxies/nginx-configuration.md
cat skills/proxies/reverse-proxy.md

Microservices Communication

# NATS → Load balancing → Proxy patterns
cat skills/proxies/nats-messaging.md
cat skills/proxies/reverse-proxy.md
cat skills/proxies/envoy-proxy.md

Progressive Loading

This gateway skill enables progressive loading:

  • Level 1: Gateway loads automatically (you're here now)
  • Level 2: Load category INDEX.md for full overview
  • Level 3: Load specific skills as needed

Usage Instructions

  1. Auto-activation: This skill loads automatically when Claude Code detects proxy/messaging work
  2. Browse skills: Run cat skills/proxies/INDEX.md for full category overview
  3. Load specific skills: Use bash commands above to load individual skills

Next Steps: Run cat skills/proxies/INDEX.md to see full category details.

GitHub Repository

rand/cc-polymath
Path: skills/discover-proxies
aiclaude-codeskills

Related Skills

sglang

Meta

SGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.

View skill

Algorithmic Art Generation

Meta

This skill helps developers create algorithmic art using p5.js, focusing on generative art, computational aesthetics, and interactive visualizations. It automatically activates for topics like "generative art" or "p5.js visualization" and guides you through creating unique algorithms with features like seeded randomness, flow fields, and particle systems. Use it when you need to build reproducible, code-driven artistic patterns.

View skill

business-rule-documentation

Meta

This skill provides standardized templates for systematically documenting business logic and domain knowledge following Domain-Driven Design principles. It helps developers capture business rules, process flows, decision trees, and terminology glossaries to maintain consistency between requirements and implementation. Use it when documenting domain models, creating business rule repositories, or bridging communication between business and technical teams.

View skill

huggingface-accelerate

Development

HuggingFace Accelerate provides the simplest API for adding distributed training to PyTorch scripts with just 4 lines of code. It offers a unified interface for multiple distributed training frameworks like DeepSpeed, FSDP, and DDP while handling automatic device placement and mixed precision. This makes it ideal for developers who want to quickly scale their PyTorch training across multiple GPUs or nodes without complex configuration.

View skill