Automatically discover networking and connectivity skills when working with networking. Activates for networking development tasks.
View on GitHubrand/cc-polymath
cc-polymath
January 21, 2026
Select agents to install to:
npx add-skill https://github.com/rand/cc-polymath/blob/main/skills/discover-networking/SKILL.md -a claude-code --skill discover-networkingInstallation paths:
.claude/skills/discover-networking/# Networking Skills Discovery Provides automatic access to comprehensive networking skills. ## When This Skill Activates This skill auto-activates when you're working with: - networking - SSH - mTLS - NAT traversal - VPN - Tailscale - network resilience - connection reliability ## Available Skills ### Quick Reference The Networking category contains 5 skills: 1. **mosh-resilient-ssh** 2. **mtls-implementation** 3. **nat-traversal** 4. **network-resilience-patterns** 5. **tailscale-vpn** ### Load Full Category Details For complete descriptions and workflows: ```bash cat ~/.claude/skills/networking/INDEX.md ``` This loads the full Networking 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: ```bash cat ~/.claude/skills/networking/mosh-resilient-ssh.md cat ~/.claude/skills/networking/mtls-implementation.md cat ~/.claude/skills/networking/nat-traversal.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 networking work 2. **Browse skills**: Run `cat ~/.claude/skills/networking/INDEX.md` for full category overview 3. **Load specific skills**: Use bash commands above to load individual skills --- **Next Steps**: Run `cat ~/.claude/skills/networking/INDEX.md` to see full category details.