netbox
AI-guided development workflows for the NetBox network source of truth
All Skills in This Repository (7)
Pure Emerald Level Indicatorsremove-config-param
Remove NetBox configuration parameters and clean all references.
add-config-param
Add NetBox configuration parameters via static or dynamic mechanisms.
add-model
Implement a new NetBox model across UI, REST API, GraphQL, search, navigation, docs, and tests.
remove-model-field
Remove NetBox model fields across API, UI, GraphQL, tests, and migrations.
remove-model
Guide safe deletion of NetBox models across code, docs, UI, and API layers.
add-model-field
Add a new field to a NetBox model across persistence, APIs, UI, and validation.
run-tests
Run NetBox Django tests via manage.py with testing configuration.
Frequently Asked Questions
FAQPage SchemaHow to install NetBox skills?▼
Run `npx skills add netbox-community/netbox --all -g -y` in your terminal to install all skills in this suite globally.
What is NetBox used for?▼
NetBox is an open-source source of truth for network infrastructure, managing IP addresses, data center assets, circuits, and devices with REST and GraphQL APIs.
How do these skills help NetBox developers?▼
They give your AI agent exact checklists for adding or removing models, fields, and config parameters across all required files, so no step is forgotten.
Do these skills work with Claude Code?▼
Yes. All skills follow the standard SKILL.md format and run in Claude Code, Cursor, and other compatible AI coding agents.
Can AI run the NetBox test suite for me?▼
Yes. The run-tests skill tells your agent the exact commands, environment variables, and prerequisites to execute NetBox's Django test suite correctly.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core