dst-admin-go
Manage Don't Starve Together servers and extend Go admin panel code
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 Indicatorsgolang-patterns
Provide idiomatic Go patterns for writing, reviewing, and refactoring services and libraries.
api-generator
Generate and refactor Go API modules enforcing a three-layer architecture.
go-concurrency-patterns
Manage goroutine lifecycles and safe concurrent communication in Go applications.
golang-pro
Develop production-grade Go services with concurrency, generics, and testing.
find-skills
Search skills registries and return install commands for agent skills.
skill-creator
Draft, evaluate, and package Claude skills with benchmark.json and HTML reports.
Frequently Asked Questions
FAQPage SchemaHow 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โ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