CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. affaan-m
  4. /
  5. everything-claude-code
  6. /
  7. Network Config Validation

Network Config Validation

Editor's Note

Runs regex-based preflight checks on Cisco IOS and IOS-XE configs before you push changes to production routers and switches. Flags destructive commands like reload or no router bgp, catches duplicate IPs and overlapping subnets, spots stale references to ACLs or route-maps that don't exist, and checks management-plane hygiene like missing SSH-only enforcement or default SNMP communities. It's not a full parser, so you still need human review for intent and rollback planning, but it's a solid gate before Ansible or Netmiko runs hit live devices. Best used as a blocking check in your automation pipeline or as a second set of eyes during change windows.

Install

npx skills add https://github.com/affaan-m/everything-claude-code --skill network-config-validation
Votes
0
Installs1k
GitHub Stars202.7k
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment