Skip to main content
JBurlison
GitHub 제작자 프로필

JBurlison

5개 GitHub 저장소에서 수집된 79개 skills를 저장소 단위로 보여줍니다.

수집된 skills
79
저장소
5
업데이트
2026년 4월 11일
저장소 탐색

저장소와 대표 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,…

2026년 3월 8일
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,…

2026년 3월 8일
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…

2026년 3월 8일
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,…

2026년 3월 8일
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,…

2026년 3월 8일
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…

2026년 3월 8일
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…

2026년 3월 8일
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…

2026년 3월 8일
수집된 skill 35개 중 8개를 표시합니다.
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…

2026년 2월 12일
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.

2026년 2월 12일
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,…

2026년 2월 12일
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…

2026년 2월 12일
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),…

2026년 2월 12일
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…

2026년 2월 12일
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…

2026년 2월 12일
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,…

2026년 2월 12일
수집된 skill 32개 중 8개를 표시합니다.
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.

2026년 4월 11일
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.

2026년 4월 11일
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.

2026년 4월 11일
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.

2026년 4월 11일
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.

2026년 4월 11일
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.

2026년 4월 11일
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.

2026년 4월 11일
저장소 5개 중 5개 표시
모든 저장소를 표시했습니다