netboxlabs

Build Plugin — Development skill for Claude Code

Development community

Scaffold a new NetBox plugin with standard project structure.

How to install Build Plugin

Installs to ~/.claude/skills/netboxlabs-skills-build-plugin/SKILL.md

Terminal
mkdir -p ~/.claude/skills/netboxlabs-skills-build-plugin && curl -fsSL https://raw.githubusercontent.com/netboxlabs/skills/HEAD/commands/build-plugin.md -o ~/.claude/skills/netboxlabs-skills-build-plugin/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Build Plugin does


name: build-plugin description: Scaffold a new NetBox plugin with standard project structure.

Build a NetBox Plugin

Guide the user through scaffolding a new NetBox plugin. Reference the [netbox-plugin-development](../skills/netbox-plugin-development/SKILL.md) skill for detailed implementation patterns.

Step 1: Gather Requirements

Ask the user:

  1. Plugin name (e.g., netbox-my-plugin)
  2. What does it do? (new data models, UI extensions, background jobs, etc.)
  3. **Target

Alternatives in Development

Full documentation available on GitHub

View Source Repository