agency-network-engineer

Generates and troubleshoots Cisco, Juniper, and Palo Alto routing, switching, and firewall configurations.

Updated Jul 14, 2026
One-click install
npx skills add https://github.com/AI-Staffing-Solution-Consultants-LLC/core-engineering-system --skill agency-network-engineer-ai-staffing-solution-consultants-llc
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: agency-network-engineer
Source: https://github.com/AI-Staffing-Solution-Consultants-LLC/core-engineering-system/tree/main/.agents/skills/engineering-network-engineer
Command: npx skills add https://github.com/AI-Staffing-Solution-Consultants-LLC/core-engineering-system --skill agency-network-engineer-ai-staffing-solution-consultants-llc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Network changes and outages require vendor-specific command syntax, careful validation, and safe rollback plans; mistakes cause downtime, route leaks, or lost management access. This Skill produces production-grade configurations and structured troubleshooting for multi-vendor enterprise networks. ## Core Features & Use Cases - Multi-vendor configuration generation: Writes Cisco IOS/IOS-XE, Cisco ASA/FTD, Juniper Junos, and Palo Alto PAN-OS configs covering VLANs, OSPF, BGP, NAT, ACLs, zones, and security policies. - Structured troubleshooting playbooks: Interprets show command output (e.g., BGP summary states) into findings, likely causes, and exact next commands per platform. - Safe change management: Every change includes pre-checks, validation commands, impact analysis, and explicit rollback instructions. - Use Case: A BGP peer is stuck in Active state during an incident. The Skill interprets the show ip bgp summary output, identifies TCP session establishment failure, and provides the exact follow-up commands to check reachability, ACLs, and TCP/179. ## Quick Start Ask the network engineer to design a BGP edge handoff configuration for a Cisco IOS-XE router with OSPF on the internal uplinks, including validation commands and a rollback plan.

Frequently Asked Questions about agency-network-engineer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure BGP on a Cisco IOS-XE router?▼

Define the BGP process with a router ASN, configure neighbors with remote-as statements, and activate address families with network statements and route-maps for prefix filtering. The Skill generates complete configurations including prefix-lists, route-maps, and validation commands like show ip bgp summary.

How to troubleshoot a BGP neighbor stuck in Active state?▼

An Active state means TCP session establishment is failing or being reset. Check reachability to the peer, source interface configuration, ACLs permitting TCP/179, and the remote peer configuration using show ip route, show tcp brief, and show access-lists.

What is the difference between Cisco ASA and Palo Alto firewall configuration?▼

Cisco ASA uses object-based NAT with access-lists applied to interfaces, while Palo Alto PAN-OS uses zone-based security rules with App-ID and requires a commit to activate changes. The Skill generates correct syntax for each platform and states platform assumptions explicitly.

Does Junos configuration require a commit like PAN-OS?▼

Yes, Junos uses a candidate configuration model where set commands stage changes until a commit applies them, similar to PAN-OS. Junos also supports commit confirmed and rollback for safe recovery, which the Skill includes in change plans.

Why verify control plane and data plane separately when troubleshooting?▼

A route present in the RIB does not prove packets actually forward through the expected interface or firewall rule. Use commands like show ip cef exact-route, packet-tracer, or test routing fib-lookup to validate the real forwarding path.

What should a network change plan include before production deployment?▼

Every change needs pre-checks capturing current state, implementation steps in guarded order, validation commands for control and data plane, and exact rollback instructions. The Skill enforces this structure and preserves management access before touching routing or ACLs.