Configure secure, high-performance connectivity between on-premises infrastructure and cloud platforms using VPN and dedicated connections. Use when building hybrid cloud architectures, connecting data centers to cloud, or implementing secure cross-premises networking.
Install with Tessl CLI
npx tessl i github:wshobson/agents --skill hybrid-cloud-networking67
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillAgent success when using this skill
Validation for skill structure
Discovery
89%Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.
This is a well-structured description with explicit 'Use when' guidance and good trigger term coverage for hybrid cloud connectivity scenarios. The main weakness is the lack of specific concrete actions - it describes the general capability but doesn't enumerate the specific tasks like configuring tunnels, setting up routing protocols, or managing specific connection types.
Suggestions
Add specific concrete actions such as 'configure IPsec/IKE tunnels', 'set up BGP peering', 'establish AWS Direct Connect or Azure ExpressRoute' to improve specificity
Include additional trigger terms like 'site-to-site VPN', 'private connectivity', 'ExpressRoute', 'Direct Connect' to capture more user query variations
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Names the domain (hybrid cloud connectivity) and mentions VPN and dedicated connections, but lacks specific concrete actions like 'configure IPsec tunnels', 'set up BGP peering', or 'establish Direct Connect/ExpressRoute'. | 2 / 3 |
Completeness | Clearly answers both what ('Configure secure, high-performance connectivity...using VPN and dedicated connections') and when ('Use when building hybrid cloud architectures, connecting data centers to cloud, or implementing secure cross-premises networking'). | 3 / 3 |
Trigger Term Quality | Good coverage of natural terms users would say: 'VPN', 'hybrid cloud', 'data centers to cloud', 'on-premises', 'cross-premises networking'. These are terms users naturally use when discussing this topic. | 3 / 3 |
Distinctiveness Conflict Risk | Clear niche focused on hybrid cloud/on-premises connectivity with distinct triggers like 'VPN', 'dedicated connections', 'data centers to cloud'. Unlikely to conflict with general networking or pure cloud skills. | 3 / 3 |
Total | 11 / 12 Passed |
Implementation
37%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This skill provides a broad overview of hybrid cloud networking options across major cloud providers with some useful Terraform examples. However, it lacks critical workflow guidance and validation steps for what are complex, error-prone infrastructure operations. The content would benefit from being restructured into a clear implementation workflow with explicit verification checkpoints.
Suggestions
Add a clear step-by-step implementation workflow with validation checkpoints (e.g., '1. Deploy VPN gateway, 2. Verify gateway status with [command], 3. Configure customer gateway, 4. Test tunnel connectivity before proceeding')
Include validation commands and expected outputs for each major step - how to verify VPN tunnel is up, BGP session is established, routes are propagating correctly
Move provider-specific detailed configurations to separate reference files and keep SKILL.md as a decision guide and workflow overview
Add complete, executable code examples for GCP connectivity to match AWS and Azure coverage
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The skill is reasonably efficient but includes some unnecessary explanatory content (e.g., listing what each connection type offers when Claude would know this). The bullet point lists describing connection characteristics could be trimmed. | 2 / 3 |
Actionability | Provides executable Terraform code examples which is good, but many sections are incomplete (GCP has no code examples, BGP config is pseudocode-like, troubleshooting commands lack context). The code snippets are copy-paste ready but don't form complete working configurations. | 2 / 3 |
Workflow Clarity | No clear step-by-step workflow for setting up hybrid connectivity. Missing validation checkpoints entirely - no guidance on how to verify VPN tunnels are working, test connectivity, or validate BGP sessions before proceeding. For infrastructure operations this risky, validation is critical. | 1 / 3 |
Progressive Disclosure | References external files (references/vpn-setup.md, references/direct-connect.md) and related skills, but the main document is quite long with content that could be split out. The patterns section and provider-specific details could be separate files. | 2 / 3 |
Total | 7 / 12 Passed |
Validation
100%Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.
Validation — 11 / 11 Passed
Validation for skill structure
No warnings or errors.
Table of Contents
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.