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 件のリポジトリを表示
すべてのリポジトリを表示しました