# SPDX-License-Identifier: GPL-3.0-or-later # # Generic Skill Package # # Base templates and generic skill utilities. # # Base skill template for reference: # SKILL_TEMPLATE = { # "device_type": "", # "name": "", # "description": "", # "config_commands": {}, # "display_commands": {}, # "notes": [], # "troubleshooting": {}, # "command_aliases": {}, # }