🎯

network-engineering

🎯Skill

from 89jobrien/steve

VibeIndex|
What it does

Provides network configuration analysis, topology mapping, and infrastructure diagnostic capabilities for network engineering tasks and documentation.

network-engineering

Installation

Install skill:
npx skills add https://github.com/89jobrien/steve --skill network-engineering
6
Last UpdatedJan 6, 2026

Skill Details

SKILL.md

Overview

# steve

Centralized repository for Claude Code agent configurations, hooks, commands, skills, and templates.

Project Status

| Metric | Value |

| -------------- | ---------------------------------------------------------------------- |

| Components | 377 total (137 agents, 97 commands, 57 skills, 59 hooks, 27 templates) |

| Test Suite | 415 tests passing |

| Coverage | 82.5% |

| Python | 3.10+ |

Overview

This repository provides a well-organized collection of reusable components for Claude Code, including:

  • Agents - Sub-agent configurations organized by domain and specialization
  • Hooks - Claude hooks for analysis, guards, workflows, and lifecycle events
  • Commands - Slash commands for various development workflows
  • Skills - Reusable skills with bundled resources
  • Rules - Language and format-specific coding rules
  • Templates - Templates for creating new components

Map of Contents

Core Modules

| Module | Description | Location |

| ----------------------------- | ---------------------------------- | ------------------ |

| [Agents](steve/agents/) | Sub-agent configurations by domain | steve/agents/ |

| [Commands](steve/commands/) | Slash commands for workflows | steve/commands/ |

| [Skills](steve/skills/) | Reusable domain knowledge bundles | steve/skills/ |

| [Hooks](steve/hooks/) | Event-driven automation | steve/hooks/ |

| [Templates](steve/templates/) | Component scaffolds | steve/templates/ |

| [Rules](steve/rules/) | Language-specific coding rules | steve/rules/ |

| [Helpers](steve/helpers/) | Python utility modules | steve/helpers/ |

Documentation

| Document | Description |

| ---------------------------------------------- | -------------------------- |

| [Getting Started](docs/GETTING_STARTED.md) | Quick start guide |

| [Installation](docs/INSTALLATION.md) | Detailed installation |

| [Architecture](docs/ARCHITECTURE.md) | System design |

| [Development](docs/DEVELOPMENT.md) | Development workflow |

| [Using Agents](docs/USING_AGENTS.md) | Agent usage guide |

| [Using Commands](docs/USING_COMMANDS.md) | Command usage guide |

| [Using Skills](docs/USING_SKILLS.md) | Skill usage guide |

| [Using Hooks](docs/USING_HOOKS.md) | Hook usage guide |

| [Contributing](docs/CONTRIBUTING.md) | Contribution guidelines |

| [Scripts Reference](docs/SCRIPTS_REFERENCE.md) | Script documentation |

| [FAQ](docs/FAQ.md) | Frequently asked questions |

Repository Structure

```

steve/

β”œβ”€β”€ agents/ # Sub-agent configurations

β”‚ β”œβ”€β”€ core/ # Core system agents

β”‚ β”œβ”€β”€ development/ # Development workflow agents

β”‚ β”œβ”€β”€ code-quality/ # Code quality and review agents

β”‚ β”œβ”€β”€ expert-advisors/# Domain expert advisors

β”‚ └── ... # More specialized domains

β”‚

β”œβ”€β”€ hooks/ # Claude hooks

β”‚ β”œβ”€β”€ analyzers/ # Code analysis hooks

β”‚ β”œβ”€β”€ guards/ # Guard hooks (pre-commit checks)

β”‚ β”œβ”€β”€ workflows/ # Workflow automation hooks

β”‚ β”œβ”€β”€ lifecycle/ # Lifecycle event hooks

β”‚ └── context/ # Context management hooks

β”‚

β”œβ”€β”€ commands/ # Slash commands

β”‚ β”œβ”€β”€ _team/ # Team collaboration commands

β”‚ β”œβ”€β”€ agents/ # Agent management commands

β”‚ β”œβ”€β”€ git/ # Git workflow commands

β”‚ β”œβ”€β”€ dev/ # Development co

More from this repository10

🎯
database-optimization🎯Skill

Optimizes database performance by analyzing query patterns, indexing strategies, and recommending structural improvements for database efficiency.

🎯
prompt-optimization🎯Skill

Optimizes and refines Claude prompts to improve response quality, clarity, and effectiveness by analyzing and restructuring input instructions.

🎯
shell-scripting🎯Skill

shell-scripting skill from 89jobrien/steve

🎯
dead-code-removal🎯Skill

Identifies and removes unused, unreachable, or redundant code segments during code analysis to improve software maintainability and performance.

🎯
seo-analysis🎯Skill

Analyzes website content, metadata, and structure to provide actionable SEO optimization recommendations and performance insights.

🎯
command-optimization🎯Skill

Optimizes and refines Claude Code commands by analyzing their efficiency, suggesting performance improvements, and recommending streamlined execution strategies.

🎯
golang-performance🎯Skill

Analyzes and provides performance optimization recommendations for Golang codebases, identifying bottlenecks and suggesting efficiency improvements.

🎯
url-analysis🎯Skill

url-analysis skill from 89jobrien/steve

🎯
cloud-infrastructure🎯Skill

Manages cloud infrastructure provisioning, configuration, and deployment across multiple cloud providers using infrastructure-as-code principles.

🎯
tool-presets🎯Skill

tool-presets skill from 89jobrien/steve