Skip to main content
JBurlison
ملف منشئ GitHub

JBurlison

عرض على مستوى المستودعات لـ ٧٩ skills مجمعة عبر ٥ مستودعات GitHub.

skills مجمعة
٧٩
مستودعات
٥
محدث
١١ أبريل ٢٠٢٦
مستكشف المستودعات

المستودعات و skills الممثلة

hytale-events
مطوّرو البرمجيات

Documents Hytale's event system for handling game events in plugins. Covers IEvent (global events), IAsyncEvent (async events), and EcsEvent (ECS entity/block events). Use when listening to player join/disconnect, chat, crafting, damage, block break/place,…

٨ مارس ٢٠٢٦
hytale-hotbar-actions
مطوّرو البرمجيات

Customizes hotbar key actions in Hytale plugins using packet filtering. Use when creating custom keybinds, ability triggers, blocking slot switches, or handling hotbar input. Triggers - hotbar, keybind, ability slot, SyncInteractionChains, PlayerPacketFilter,…

٨ مارس ٢٠٢٦
hytale-items
مطوّرو البرمجيات

Documents Hytale's item system including the Item Registry API, custom item JSON definitions, crafting recipes, custom interactions (SimpleInstantInteraction), interaction chaining (Condition, Charging, Serial, Replace), and linking interactions to items. Use…

٨ مارس ٢٠٢٦
hytale-player-input
مطوّرو البرمجيات

Documents Hytale's player input system including packet interception (PacketAdapters, PacketWatcher, PacketFilter), SyncInteractionChains, InteractionTypes, client-to-server packet reference, and custom camera controls. Use when handling player input,…

٨ مارس ٢٠٢٦
hytale-player-stats
مطوّرو البرمجيات

Documents Hytale's player/entity stat system for reading and modifying stats like health, stamina, mana, oxygen, signature energy, and ammo using EntityStatMap and DefaultEntityStatTypes. Use when healing players, dealing damage, modifying stamina/mana,…

٨ مارس ٢٠٢٦
hytale-ui-modding
مطوّرو الويب

Comprehensive guidance for Hytale plugin UI modding using native .ui files, Common.ui styling, layout and markup rules, the Java UI API (CustomUIHud, MultipleHUD, CustomUIPage, InteractiveCustomUIPage), and Item HUD UI (attaching .ui overlays to items via…

٨ مارس ٢٠٢٦
hytale-blocks
مطوّرو البرمجيات

Documents how to create custom blocks in Hytale plugins using asset packs and JSON definitions. Use when creating blocks, defining block JSON, configuring static or animated block visuals, materials, gathering, block types, or setting up block asset folder…

٨ مارس ٢٠٢٦
hytale-inventory
مطوّرو البرمجيات

Manages player inventories in Hytale plugins using Inventory, ItemStack, ItemContainer, and page APIs. Use when accessing player inventory, creating items, adding or removing items from slots, opening inventory pages, setting durability, attaching custom…

٨ مارس ٢٠٢٦
عرض 8 من أصل ٣٥ skills مجمعة.
agent-file-specs
مطوّرو البرمجيات

Contains the complete specifications for AI coding assistant customization files including agents, skills, prompts, and instructions. Works with GitHub Copilot, Claude Code, Codex, OpenCode, and other providers. Use this skill when you need to reference the…

١٢ فبراير ٢٠٢٦
wow-addon-structure
مطوّرو البرمجيات

Verbose guide for WoW Retail AddOn structure, .toc metadata, loading order, SavedVariables, and C_AddOns metadata and load APIs. Use when planning addon folder layout, file order, or SavedVariables wiring.

١٢ فبراير ٢٠٢٦
wow-api-achievements
مطوّرو البرمجيات

Complete reference for WoW Retail Achievement, Statistics, and Achievement Criteria APIs. Covers C_AchievementInfo, global achievement functions (GetAchievementInfo, GetAchievementCriteriaInfo, GetStatistic, GetComparisonStatistic), achievement categories,…

١٢ فبراير ٢٠٢٦
wow-api-calendar-events
مطوّرو البرمجيات

Complete reference for WoW Retail Calendar and Event Scheduler APIs. Covers C_Calendar (event creation, editing, invites, holidays, raid resets, filtered events, date navigation, guild events, community events, texture lookups) and C_EventScheduler (scheduled…

١٢ فبراير ٢٠٢٦
wow-api-collections
مطوّرو البرمجيات

Complete reference for WoW Retail Mount, Pet, Pet Battle, Toy, Stable, and Heirloom Collection APIs. Covers C_MountJournal (mount list, filtering, favorites, summoning, display info), C_PetJournal (pet collection, favorites, summoning, caging, abilities),…

١٢ فبراير ٢٠٢٦
wow-api-combat
مطوّرو البرمجيات

Complete reference for WoW Retail Combat, Damage Meter, Threat, Loss of Control, Combat Text, Combat Audio Alert, Secret Values, and Spectator APIs. Covers the 12.0.0 combat log removal (CLEU no longer available to addons), C_DamageMeter built-in damage…

١٢ فبراير ٢٠٢٦
wow-api-currency-economy
مطوّرو البرمجيات

Complete reference for WoW Retail Currency, Auction House, Token, Store, Trading Post, Black Market, Mail, and Player Trading APIs. Covers C_CurrencyInfo (currency data, tracking, backpack), Auction House (full…

١٢ فبراير ٢٠٢٦
wow-api-encounters
مطوّرو البرمجيات

Complete reference for WoW Retail Encounter Journal, Mythic+/Challenge Mode, Instance, Scenario, Raid Lock, and Season APIs. Covers EncounterJournal (dungeon/raid boss database, loot tables, section navigation), C_ChallengeMode (M+ keystones, affixes, timers,…

١٢ فبراير ٢٠٢٦
عرض 8 من أصل ٣٢ skills مجمعة.
code-review-standards
محللو ضمان جودة البرمجيات والمختبرون

Defines C# code review standards, review checklist, and review document format. Use when reviewing code, documenting review findings, or understanding code quality expectations.

١١ أبريل ٢٠٢٦
csharp-conventions
مطوّرو البرمجيات

General C# and .NET coding conventions, patterns, and best practices. Use when implementing, reviewing, or planning C# code. Covers naming, architecture, patterns, and common practices.

١١ أبريل ٢٠٢٦
due-diligence-format
مطوّرو البرمجيات

Defines the due diligence findings document format and analysis process for C# features. Use when performing due diligence analysis, documenting findings, or reviewing integration points and risks.

١١ أبريل ٢٠٢٦
plan-format
مطوّرو البرمجيات

Defines the implementation plan and individual phase document formats for C# feature development. Use when creating plans, breaking work into phases, or defining task checklists.

١١ أبريل ٢٠٢٦
sdlc-workflow
مطوّرو البرمجيات

Defines the complete C# SDLC workflow process including phase ordering, decision points, loop conditions, and artifact locations. Use when orchestrating feature development, understanding the workflow sequence, or determining which phase comes next.

١١ أبريل ٢٠٢٦
spec-format
محللو أنظمة الحاسوب

Defines the C# feature specification document format and template. Use when writing, updating, or reviewing a feature spec. Includes sections for requirements, acceptance criteria, constraints, and dependencies.

١١ أبريل ٢٠٢٦
sqa-standards
محللو ضمان جودة البرمجيات والمختبرون

Defines SQA testing standards, MSTest patterns, test writing guidelines, and test results documentation format for C# projects. Use when writing tests, documenting test results, or reviewing test quality.

١١ أبريل ٢٠٢٦
عرض ٥ من أصل ٥ مستودعات
تم تحميل كل المستودعات