Coral5644
Community@Coral5644 · Nanchang
Coral5644 provides a skill suite for NetEase Minecraft mod development, covering Python 2.7 compatibility, JSON UI binding, runtime instrumentation, and structured planning.
Agent Skills by Coral5644
Showing 21 vetted skills indexed across 1 GitHub repositories.
python27-type-annotations
Adds parser-friendly # type: comments to Python 2.7 code for IDE completion.
mcdk-dev
Inspect and control a running NetEase Minecraft client via the mcdk_dev MCP server.
netease-game-instrumentation
Diagnose NetEase Minecraft runtime bugs using hypothesis-driven NDJSON instrumentation logging.
mcdk-assistant
Routes NetEase Minecraft mod development tasks to local MCP tools for docs, UI, models, animations, and textures.
python27-syntax-reviewer
Reviews Python code for Python 2.7 compatibility in NetEase MC runtime environments.
parallel-worktree-dev
Manages parallel Git worktree development with direct testing via mcdev-tools before merging.
config-centralizer
Migrates scattered module-level configuration constants into a centralized shared Python config module.
firecrawl
Search, scrape, map, crawl, and browse websites via the Firecrawl CLI.
netease-ui-binder
Implements NetEase Minecraft JSON UI layouts and declarative Python binding decorators.
netease-api-researcher
Verifies NetEase Minecraft ModAPI signatures, events, and enums against official documentation before coding.
executing-plans
Executes written implementation plans in reviewed batches with functional testing until completion.
python27-perf-optimizer
Optimizes Python 2.7 hot paths for NetEase MC Mod tick loops and event handlers.
project-planner
Converts design documents into step-by-step implementation plans with file paths, code snippets, and verification criteria.
nekans-skills
Orchestrates NetEase Mod development across three resumable sessions with staged planning, testing, and review.
skill-creator
Create, validate, and package AgentSkills with scripts, references, and assets.
brainstorming
Transforms vague ideas into validated design specifications through structured multi-phase dialogue.
encoding-guard
Enforces UTF-8 encoding for files and terminal output to prevent Chinese character mojibake.
pragmatic-clean-code-reviewer
Reviews code changes against Clean Code, Clean Architecture, and Pragmatic Programmer rules with severity-ranked findings.
code-reviewer
Orchestrates multi-layer code reviews for NetEase Mod projects by coordinating specialized review sub-skills.
qumod-rpc-generator
Generates client-server RPC communication code using the QuModLibs framework.
code-simplifier
Refactors recently modified code to improve clarity while preserving all existing behavior.
Frequently Asked Questions About Coral5644
FAQPage SchemaWhat tasks can I accomplish with Coral5644's skills?▼
You can develop NetEase Minecraft mods end-to-end: brainstorm features, plan implementations, write Python 2.7-compatible code, bind JSON UI with NekansLibs decorators, create QuMod RPC endpoints, instrument the running game with NDJSON logs, hot-reload addons, and run layered code reviews.
Who are these skills designed for?▼
They target NetEase Minecraft mod developers working with the mcdk_dev and mcdk_assistant MCP servers, QuModLibs framework, and the Python 2.7.18 runtime. They suit engineers needing runtime verification, UI binding, API research, and structured multi-session feature development.
How do the runtime debugging skills work in practice?▼
The mcdk-dev skill captures game windows, clicks by percentage, executes code, reads logs, and reloads the game or shaders. The netease-game-instrumentation skill adds hypothesis-driven NDJSON logging to verify coordinates, API behavior, and timing issues with in-game empirical data.
What prerequisites and dependencies are required?▼
Skills assume the NetEase Minecraft client with Python 2.7.18 runtime, local mcdk_dev and mcdk_assistant MCP servers, mcdev-tools for worktree testing, QuModLibs for RPC, and NekansLibs for UI binding. The firecrawl skill requires the Firecrawl CLI for web access.
How do the skills enforce code quality and compatibility?▼
The python27-syntax-reviewer blocks Python 3 syntax that crashes the engine, python27-perf-optimizer targets hot paths like tick callbacks, config-centralizer enforces shared configuration modules, and code-reviewer orchestrates specialized sub-reviewers for security, performance, and maintainability.