carrot-hu23carrot-hu23Communityยท6 Agent Skills Included

dst-admin-go

Manage Don't Starve Together servers and extend Go admin panel code

Manages Don't Starve Together game servers through a lightweight web panel covering mods, clusters, backups, players, and world configs. Eliminates manual Lua config editing, command-line server restarts, and scattered log checking across Windows and Linux. Includes Go development skills that help your AI agent write idiomatic handlers, services, and concurrent code that matches this project's architecture.
npx skills add carrot-hu23/dst-admin-go --all -g -y
Available:

Tells your AI agent how this Go project is structured, including its layered handler-service-model architecture, dependency injection rules, naming conventions, and platform-specific patterns, so it writes code that fits the codebase.

All Skills in This Repository (6)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install dst-admin-go?โ–ผ

Run `npx skills add carrot-hu23/dst-admin-go --all -g -y` in your terminal to install all skills in this suite globally.

What does dst-admin-go do?โ–ผ

It is a web panel for managing Don't Starve Together dedicated servers, letting you configure worlds, mods, backups, and players without editing config files by hand.

How do the included skills help with Go development?โ–ผ

They teach your AI agent idiomatic Go patterns, concurrency with goroutines and channels, and this project's exact API structure so generated code compiles and fits in cleanly.

Does dst-admin-go work on Windows and Linux?โ–ผ

Yes. The panel runs on both platforms and uses factory patterns to handle platform differences like screen sessions on Linux and a custom CLI on Windows.

Can I add new API endpoints with AI help?โ–ผ

Yes. The api-generator skill guides your agent to create models, services, and handlers with Swagger docs that follow the project's dependency injection and naming rules.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’