ss13-byond
Skill ecosystem for SS13 and BYOND Dream Maker work: a routing controller plus architecture skills for DM/SS13 coding, TGUI interfaces, modular fork content, and TGS server deployment. Engine facts are verified against the official DM Reference and live tgstation.
By PatapoIIIaLicense: MIT0 GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 5 skill or MCP entries
- Source updated
- Sep 1, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install ss13-byond for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install ss13-byond@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/PatapoIIIa/ai-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/ss13-byond/.
Plugin files
├── .claude-plugin/plugin.json├── skills/byond-codemaster-controller/SKILL.md├── skills/byond-ss13-coding/SKILL.md├── skills/ss13-tgs-deploy/SKILL.md├── skills/ss13-tgui/SKILL.md└── skills/tgstation-modular-content/SKILL.md
Included Skills5
Master controller for the SS13/BYOND skill ecosystem — the skill-over-skills that decides when and which skill to invoke (byond-ss13-coding, ss13-tgui, tgstation-modular-content, ss13-tgs-deploy, and future ones), defines their interaction contract, and owns per-repository semantic bases (ai_navigation folders): discovery, bootstrap from zero, binding briefs, integrity control. Use at the start of ANY non-trivial task in an SS13/BYOND fork; whenever it is unclear which skill applies or two skills could both apply; and whenever the user mentions семантика/семантический анализ репозитория, семантическая база, ai_navigation, собрать/обновить/проверить базу, navigation layer, восстановить инфраструктуру, новая кодовая база, skill ecosystem, or a navigation doc contradicts the code. Works from zero: no pre-existing bases or registry required.
Universal BYOND Dream Maker (DM) and SS13 codebase development skill: writing idiomatic DM code, building or changing SS13 systems (items, mechanics, subsystems, components, elements, signals, traits, actions, timers), fixing runtimes and lifecycle/qdel/Destroy/harddel bugs, optimizing hot procs and tick usage, porting changes between forks, and doing static analysis or code review of DM patches. Use for ANY coding, review, refactoring, optimization, or debugging task that touches BYOND, Dream Maker, DM, SS13, tgstation or an SS13 fork (BandaStation, cmss13, CEV-Eris, Twilight-Axis, Vanderlin, and others) — whenever the user mentions proc, datum, subsystem, component, signal, qdel, lifecycle, tick, performance, review, or debugging in an SS13/BYOND context, even if they don't name the skill. For tgui/web-UI internals also open ss13-tgui; for modular placement on upstream-tracking forks also open tgstation-modular-content.
Deploy an SS13 game server (Vibelin / Vanderlin / any tgstation fork) from scratch on a fresh Linux host using tgstation-server (TGS) in Docker: TGS container setup, instance creation, EventScripts, the rust-g glibc trap, tgui/Bun build, nginx asset CDN with mandatory CORS, and config persistence. Use this whenever the user wants to deploy, move, migrate, rebuild, or troubleshoot an SS13/BYOND server or a TGS instance — trigger words include TGS, tgstation-server, DreamDaemon, Vibelin, "поднять сервер SS13", "развернуть инстанс", "перенести сервер", asset CDN / tgui asset problems, or librust_g.so errors — even if they only say "поднять сервак на новой машине".
Use only for SS13 TGUI/web UI work: implementing, reviewing, or debugging a tgui interface; ui_interact/tgui_interact/ui_data/ui_static_data/ui_assets/ui_act/ui_state; SStgui lifecycle; tgui interfaces/routes/layouts/components/SCSS; tgui-core or in-tree components; the BYOND browser bridge (ByondUi, winset/winget/callByond, config.window/config.ref, embedded maps/camera controls); browser asset cache/CDN delivery (/datum/asset, resolveAsset, get_asset_url, ASSET_TRANSPORT webroot, ASSET_CDN_*); tgui dev-server/HMR; duplicate or blank/white tgui windows; WebView2/IE/DPI/Wine runtime triage; skin.dmf/window-control breakage; first-load or per-update tgui performance; overengineered tgui refactors. Do not use for ordinary SS13 DM gameplay, content, or systems work (mobs, items, icons, balance, admin verbs, database, mapping) or generic BYOND code, unless the request or changed files also touch TGUI or BYOND browser UI integration.
Use when adding or modifying SS13 content on a /tg/station-derived fork that regularly pulls upstream — new items, mobs, jobs, species, areas, maps, components, signals, traits, crafting, research, reagents, clothing, antagonists, or modular tgui — and the change must stay mergeable when upstream is re-synced. Strong triggers: 'add a modular X', 'without touching upstream', 'keep it mergeable', 'avoid merge conflicts on rebase', repos containing modular_skyrat / modular_zubbers / modular_abel / master_files folders, or BUBBER EDIT / SKYRAT EDIT style comments. Also use to review whether an existing change is properly modular. Do NOT use for PRs intended to be merged into upstream /tg/station itself, or for pure tgui framework/interface work with no modularity concern (use the ss13-tgui skill for that).
Plugin manifests1
{
"name": "ss13-byond",
"description": "Skill ecosystem for SS13 and BYOND Dream Maker work: a routing controller plus architecture skills for DM/SS13 coding, TGUI interfaces, modular fork content, and TGS server deployment. Engine facts are verified against the official DM Reference and live tgstation.",
"author": {
"name": "PatapoIIIa",
"url": "https://github.com/PatapoIIIa"
},
"homepage": "https://github.com/PatapoIIIa/ai-skills",
"repository": "https://github.com/PatapoIIIa/ai-skills",
"license": "MIT",
"keywords": [
"ss13",
"byond",
"dreammaker",
"tgstation",
"tgui",
"dm"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[ss13-byond on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ss13-byond)