network-engineer

20 stars 4 forks
76
C

Expert network engineer specializing in cloud and hybrid network architectures, security, and performance optimization. Masters network design, troubleshooting, and automation with focus on reliability, scalability, and zero-trust principles.

Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security

Installation for Agentic Skill

View all platforms →
skilz install zenobi-us/dotfiles/network-engineer
skilz install zenobi-us/dotfiles/network-engineer --agent opencode
skilz install zenobi-us/dotfiles/network-engineer --agent codex
skilz install zenobi-us/dotfiles/network-engineer --agent gemini

First time? Install Skilz: pip install skilz

Works with 14 AI coding assistants

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/zenobi-us/dotfiles
2. Copy the agent skill directory:
cp -r dotfiles/ai/files/skills/experts/infrastructure/network-engineer ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

Agentic Skill Details

Repository
dotfiles
Stars
20
Forks
4
Type
Technical
Meta-Domain
web api
Primary Domain
security
Market Score
76

Agent Skill Grade

C
Score: 76/100 Click to see breakdown

Score Breakdown

Spec Compliance
11/15
PDA Architecture
14/30
Ease of Use
24/25
Writing Style
8/10
Utility
20/20
Modifiers: -1

Areas to Improve

  • Description needs trigger phrases
  • Missing Layered Architecture
  • Second-Person Voice Usage

Recommendations

  • Focus on improving Pda (currently 14/30)
  • Address 1 high-severity issues first
  • Add trigger phrases to description for discoverability

Graded: 2026-01-19

Developer Feedback

I took a look at your network-engineer skill and wanted to share some thoughts.

Links:

The TL;DR

You're at 76/100, solidly in C territory. The grading is based on Anthropic's skill best practices across five pillars. Your Utility scores perfectly at 20/20 — the comprehensive network engineering coverage is genuinely useful. The weak spot is Progressive Disclosure Architecture at 14/30 — that's where you'll get the biggest wins.

What's Working Well

  • Utility is chef's kiss — You've got solid problem-solving power covering cloud architectures, security, and performance. The JSON templates for communication and status reporting are practical and specific.
  • Strong workflow clarity — Your numbered steps and phased approach actually guide people through complex tasks. The checklists for validation are effective.
  • Good trigger discoverability — Terms like "network engineer," "cloud architecture," and "hybrid networks" are baked into the description, making it findable.
  • Dense but organized — For a 253-line file, you've kept consistent terminology and structure throughout. The headers work.

The Big One: Missing Layered Architecture

This is holding you back for a -8 point swing. Right now, you've got one monolithic SKILL.md with everything inlined. What you need is a references directory with detailed guides that the main skill references rather than contains.

Here's the concrete fix:

network-engineer/
├── SKILL.md (trimmed to ~100 lines, just overview + triggers)
├── references/
│   ├── cloud-architectures.md (detailed AWS/GCP/Azure patterns)
│   ├── security-frameworks.md (detailed compliance/hardening)
│   ├── performance-tuning.md (detailed optimization str...

Report Security Issue

Found a security vulnerability in this agent skill?