Routeros Skills banner
tikoci tikoci

Routeros Skills

Development community

Description

Custom instruction SKILL.md for MikroTik RouterOS v7

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

MikroTik RouterOS "SkillStore" (`SKILL.md`) for AI assistants

[![CI](https://github.com/tikoci/routeros-skills/actions/workflows/ci.yml/badge.svg)](https://github.com/tikoci/routeros-skills/actions/workflows/ci.yml)

Custom instruction skills for [GitHub Copilot](https://docs.github.com/en/copilot/customizing-copilot/adding-custom-instructions-for-github-copilot), Claude Code, Codex, and similar AI coding assistants that teach them about [MikroTik RouterOS](https://mikrotik.com/) v7.

Skills

Skill Description
routeros-fundamentals RouterOS v7 domain knowledge — CLI, REST API, scripting, architecture. The foundational skill that others build on.
routeros-scripting RouterOS scripting and CLI config automation — .rsc syntax, [find] selectors, script-safe IDs, arrays, globals, scheduler policies.
routeros-container RouterOS /container subsystem — VETH/bridge networking, OCI images, device-mode, lifecycle management.
routeros-firewall RouterOS firewall filter, NAT, mangle, and address-list configuration — rule ordering, connection tracking, address/interface lists, DNS redirects, and port forwarding.
routeros-hotspot RouterOS hotspot captive portal for wired/wireless access control — hotspot chains, profiles, walled garden, DHCP option 114 (RFC 8910), RADIUS integration.
routeros-app-yaml RouterOS /app YAML format for container applications (7.21+ builtin, 7.22+ custom YAML).
routeros-command-tree /console/inspect API — command tree introspection, schema generation, CLI-to-REST mapping.
routeros-syntax-inspection /console/inspect syntax surfaces (highlight/completion/syntax) + :parse IL — validating commands, reading token streams, enum discovery, script "explain"/lint; necessary-not-sufficient vs runtime.
routeros-qemu-chr MikroTik CHR (Cloud Hosted Router) with QEMU — boot, VirtIO, acceleration, CI/CD patterns.
**routeros-