Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

ss14-core

يحتوي ss14-core على 43 من skills المجمعة من ss14-art، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
43
Stars
3
محدث
2026-06-18
Forks
7
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

ss14-ai-workflow
مطوّرو البرمجيات

Preflight, implementation, and self-review workflow for AI agents working on SS14-ART-CORE SS14 code. Use when planning or making any repository change, reviewing PRs, hardening instructions, or deciding which .agents skills/rules apply.

2026-06-18
ss14-art-core
مطوّرو البرمجيات

Master workflow for working in the SS14-ART-CORE SS14 fork. Use for any code, content, resource, test, review, or agent-instruction change in this repository, especially Content.Shared, Content.Server, Content.Client, Resources, .agents, CodeRabbit, and fork/upstream merge-sensitive work.

2026-06-18
ss14-porting-and-licensing
مطوّرو البرمجيات

Porting, attribution, fork isolation, upstream merge, and license guidance for SS14-ART-CORE. Use before importing code/assets from WizDen, Delta-V, Starlight,

2026-06-18
ss14-prototype-basics
مطوّرو البرمجيات

SS14 YAML prototype, data field, localization, guidebook, entity table, reagent, and resource placement guidance. Use when editing Resources, prototypes, FTL, YAML, entity definitions, components serialized to YAML, or guidebook entries.

2026-06-18
ss14-upstream-maintenance
مطوّرو البرمجيات

Upstream/fork maintenance guidance for SS14-ART-CORE. Use when touching non-_Art files, reviewing upstream diffs, preserving path similarity, porting fork code, marking ss14-art-edit blocks, or deciding whether an engine/content change is allowed.

2026-06-18
ss14-wizden-docs
مطوّرو البرمجيات

Route and summarize the local WizDen documentation snapshot for SS14-ART-CORE SS14 work. Use when an agent needs SS14/RobustToolbox docs context for ECS, prediction, networking, UI, prototypes, mapping, departments, design docs, rendering, toolshed, setup, debugging, porting, or licensing.

2026-06-18
ss14-atmos
مطوّرو البرمجيات

Atmospherics guidance for SS14 SS14-ART-CORE work, including gas simulation, pipes, vents, scrubbers, air alarms, mapping atmos, flow/reaction design, performance, and why most atmos logic is authoritative/server-side rather than predicted.

2026-05-23
ss14-audio
مطوّرو البرمجيات

Audio guidance for SS14 SS14-ART-CORE work, including SoundSpecifier, sound collections, predicted audio, MIDI/soundfonts, resource placement, localization-adjacent feedback, and avoiding duplicated or hardcoded sound playback.

2026-05-23
ss14-chemistry
مطوّرو البرمجيات

Chemistry guidance for SS14 SS14-ART-CORE work, including reagents, reactions, metabolism, solution containers, reagent effects/conditions, entity solutions, and chemistry prototype localization.

2026-05-23
ss14-client-server-shared
مطوّرو البرمجيات

Placement and dependency rules for SS14 Content.Shared, Content.Server, Content.Client, Resources, and tests. Use when deciding where SS14-ART-CORE code belongs or when splitting predicted/shared logic from server authority and client presentation.

2026-05-23
ss14-code-style
مطوّرو البرمجيات

SS14 C# and YAML code style for SS14-ART-CORE, including handler naming, dependency naming, Entity generic APIs, On/Try/Can/Do method shape, DataField/ProtoId/Prototype style, localization naming, comments, classes, TimeSpan, and performance guardrails.

2026-05-23
ss14-common-api-patterns
مطوّرو البرمجيات

Common SS14 EntitySystem API patterns for dependencies, prototypes, audio, popups, appearance, containers, DoAfter, timing, admin logs, CVars, and public system APIs. Use when implementing reusable game logic in SS14-ART-CORE.

2026-05-23
ss14-databases-migrations
مطوّرو البرمجيات

Database and EF Core migration guidance for SS14-ART-CORE SS14 work, including fork-owned tables, SQLite/Postgres compatibility, namespaced migrations, server database projects, and avoiding upstream table churn.

2026-05-23
ss14-debugging-workflow
مطوّرو البرمجيات

Debugging workflow for SS14 SS14-ART-CORE work, including ViewVariables, quickinspect, console commands, fake lag, logs, breakpoints, tests, run configurations, YAML linter, lobby testing, and performance debugging.

2026-05-23
ss14-documentation-writing
مطوّرو البرمجيات

Documentation guidance for SS14-ART-CORE SS14 changes. Use when writing or updating markdown docs, guidebook entries, XML docs, design docs, comments, PR explanations, changelog notes, or agent-facing documentation.

2026-05-23
ss14-ecs-basics
مطوّرو البرمجيات

ECS guidance for SS14 components, entity systems, events, APIs, and data-only components. Use when adding or reviewing components, systems, events, entity queries, access restrictions, or gameplay logic in SS14-ART-CORE.

2026-05-23
ss14-ecs-components
مطوّرو البرمجيات

Component-specific ECS guidance for SS14-ART-CORE SS14 work. Use when adding, moving, networking, serializing, reviewing, or refactoring components, DataFields, access restrictions, ProtoId fields, and component examples.

2026-05-23
ss14-ecs-entities
مطوّرو البرمجيات

Entity API guidance for SS14-ART-CORE SS14 work. Use when passing EntityUid, Entity generic pairs, optional entity references, NetEntity conversion, Resolve/TryComp usage, entity spawning, deletion, or entity lifetime handling.

2026-05-23
ss14-ecs-prototypes
مطوّرو البرمجيات

Prototype-focused ECS guidance for SS14-ART-CORE SS14 work. Use when creating or reviewing entity prototypes, abstract parents, reusable prototype components, reagent prototypes, GenericVisualizer YAML, localized prototypes, or test anchors.

2026-05-23
ss14-ecs-systems
مطوّرو البرمجيات

EntitySystem guidance for SS14-ART-CORE SS14 work. Use when adding or reviewing systems, system dependencies, event subscriptions, public APIs, Try/Can/Do flow, shared/server/client splits, or component mutation methods.

2026-05-23
ss14-events
مطوّرو البرمجيات

Event guidance for SS14-ART-CORE SS14 ECS work. Use when creating, subscribing to, raising, reviewing, or replacing local events, broadcast events, cancellable events, handled events, network events, and method-event-like flows.

2026-05-23
ss14-gameplay-feature
مطوّرو البرمجيات

End-to-end gameplay feature workflow for SS14-ART-CORE. Use when implementing a mechanic that spans components, systems, prototypes, UI, localization, prediction, tests, resources, or design/balance notes.

2026-05-23
ss14-graphics-generic-visualizer-appearance
مطوّرو البرمجيات

Appearance and GenericVisualizer guidance for SS14-ART-CORE SS14 work. Use when adding or reviewing AppearanceComponent data, GenericVisualizer YAML, sprite-layer state changes, dynamic sprites, or old visualizer ports.

2026-05-23
ss14-localization-code
مطوّرو البرمجيات

C# localization guidance for SS14-ART-CORE SS14 work. Use when adding popups, examine text, UI labels, admin/player messages, component-backed localization IDs, Loc.GetString calls, or entity grammar in code.

2026-05-23
ss14-localization-strings
مطوّرو البرمجيات

FTL string guidance for SS14-ART-CORE SS14 work. Use when adding or reviewing localization files, keys, selectors, entity arguments, prototype names/descriptions, marking names, reagent names, UI strings, and translation-ready text.

2026-05-23
ss14-mapping-design
مطوّرو البرمجيات

Mapping and game design guidance for SS14-ART-CORE SS14 work, including maps, dungeons, departments, round flow, antagonists, species, accessibility, design proposals, game-area design docs, and player experience review.

2026-05-23
ss14-naming-conventions
مطوّرو البرمجيات

Naming guidance for SS14-ART-CORE SS14 C#, YAML, FTL, prototypes, components, systems, events, CVars, migrations, and fork-owned serialized types. Use whenever adding new names or reviewing naming consistency.

2026-05-23
ss14-netcode
مطوّرو البرمجيات

Netcode guidance for SS14-ART-CORE SS14 work. Use when adding or reviewing network events, NetEntity conversions, replicated state, component states, client/server request handling, session-specific data, and shared network payloads.

2026-05-23
ss14-networking-prediction
مطوّرو البرمجيات

Prediction and networking guidance for SS14 component states, AutoNetworkedField, Dirty/DirtyField, predicted popups/audio, predicted BUIs, NetEntity, network events, and client/server validation. Use for any interactive, networked, or shared gameplay code.

2026-05-23
ss14-npc-ai
مطوّرو البرمجيات

NPC and AI guidance for SS14 SS14-ART-CORE work, including blackboards, tasks, planning, pathfinding, collision avoidance, updates, behavior reuse, and data-driven NPC prototypes.

2026-05-23
ss14-prediction
مطوّرو البرمجيات

Prediction guidance for SS14-ART-CORE SS14 work. Use when player actions should feel immediate, when touching shared systems, networked components, predicted popups/audio/spawn/delete, predicted BUI messages, or misprediction debugging.

2026-05-23
ss14-prototypes-locale
مطوّرو البرمجيات

Prototype localization and Resources layout guidance for SS14-ART-CORE. Use when adding player-visible prototypes, markings, reagents, guidebook entries, entity names/descriptions, or localized resource data.

2026-05-23
ss14-pvs-networking
مطوّرو البرمجيات

PVS and visibility guidance for SS14 SS14-ART-CORE work, including Potentially Visible Set, session-specific networking, owner-only data, PVS overrides, nullspace entities, hidden information, and anti-cheat-sensitive prediction.

2026-05-23
ss14-pvs
مطوّرو البرمجيات

PVS-specific networking guidance for SS14-ART-CORE SS14 work. Use when dealing with Potentially Visible Set, visibility overrides, nullspace, owner-only data, hidden role data, session-specific networking, cameras, or data leakage risk.

2026-05-23
ss14-sprite-overlays-shaders
مطوّرو البرمجيات

Sprite, overlay, shader, RSI, and rendering resource guidance for SS14-ART-CORE SS14 work. Use when adding or reviewing sprite states, overlays, shaders, icons, displacement maps, RSI metadata, visual resources, or client rendering code.

2026-05-23
ss14-sprite-rendering
مطوّرو البرمجيات

Sprite, RSI, icon, appearance visualizer, overlay, shader, displacement map, and rendering guidance for SS14 SS14-ART-CORE work. Use when changing visuals, dynamic sprites, GenericVisualizer, overlays, textures, or shader resources.

2026-05-23
ss14-standard-optimizations
مطوّرو البرمجيات

Performance and allocation guidance for SS14-ART-CORE SS14 work. Use when touching Update loops, hot events, entity queries, networking Dirty calls, lambdas, allocations, collections, physics/atmos loops, or high-frequency UI/rendering code.

2026-05-23
ss14-testing
محللو ضمان جودة البرمجيات والمختبرون

Test and validation guidance for SS14-ART-CORE SS14 changes. Use when choosing build, YAML linter, unit, integration, database, prediction, or manual validation for code, prototypes, maps, resources, and review-bot changes.

2026-05-23
ss14-tests-authoring
محللو ضمان جودة البرمجيات والمختبرون

Test authoring guidance for SS14-ART-CORE SS14 work. Use when adding or reviewing content tests, integration tests, YAML/prototype validation, migration tests, prediction/netcode tests, or choosing what verification a PR needs.

2026-05-23
ss14-transform-physics
مطوّرو البرمجيات

Transform, coordinates, grids, maps, anchoring, fixtures, collision, joints, and physics guidance for SS14-ART-CORE SS14 work. Use when changing movement, placement, anchoring, collision layers/masks, grid behavior, or map coordinates.

2026-05-23
عرض أهم 40 من أصل 43 skills مجمعة في هذا المستودع.