build-bepinex-plugin

Build, verify, and deploy the HS2SandboxPlugin DLL to the Honey Select 2 BepInEx folder.

4|Updated Dec 1, 2025
One-click install
npx skills add https://github.com/SuitIThub/HS2-Sandbox --skill build-bepinex-plugin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: build-bepinex-plugin
Source: https://github.com/SuitIThub/HS2-Sandbox/tree/main/.cursor/skills/build-bepinex-plugin
Command: npx skills add https://github.com/SuitIThub/HS2-Sandbox --skill build-bepinex-plugin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates building, verifying, and deploying the HS2SandboxPlugin to the Honey Select 2 BepInEx folder.

Core Features & Use Cases

  • Automated build and verification using dotnet
  • Deployment of the compiled DLL to the BepInEx plugins folder with optional prompts in normal mode
  • Supports interactive and background deployment workflows to fit user requirements

Quick Start

Build HS2SandboxPlugin, verify the DLL exists, and deploy it to the BepInEx plugins folder.

Frequently Asked Questions about build-bepinex-plugin

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate building and deploying a BepInEx plugin to Honey Select 2?

You can automate building and deploying a BepInEx plugin by compiling the DLL with dotnet, verifying the output, and copying the file to the Honey Select 2 BepInEx plugins folder. This workflow supports both interactive prompts and background deployment.

What is the process for verifying a BepInEx plugin before deployment?

Verifying a BepInEx plugin involves running a pre-deployment check to ensure the compiled DLL exists in the build output directory before copying it to the BepInEx plugins folder. This prevents deploying missing or failed builds to Honey Select 2.

Can I launch Honey Select 2 and monitor logs after deploying a BepInEx plugin?

Yes, you can launch Honey Select 2 and monitor logs after deploying a BepInEx plugin. The deployment workflow includes an optional game launch and log monitoring step to confirm the DLL operates correctly within the BepInEx environment.

Does the BepInEx plugin deployment workflow support background execution?

Yes, the BepInEx plugin deployment workflow supports background execution. It accommodates both interactive workflows with optional deployment prompts in normal mode and fully background deployment workflows for automated environments.

Why is my dotnet build not deploying to the BepInEx plugins folder?

A dotnet build may not deploy to the BepInEx plugins folder if the pre-deployment verification check fails to locate the compiled DLL. Ensure the dotnet build completes successfully and the output DLL exists before attempting the copy operation.