Coral5644 avatar

Coral5644

Community

@Coral5644 · Nanchang

1Followers
|
4Public Repos
|
21Published Skills

Coral5644 provides a skill suite for NetEase Minecraft mod development, covering Python 2.7 compatibility, JSON UI binding, runtime instrumentation, and structured planning.

Skills Distribution
DomainDeveloper To...NetEase Minecraft .. (40%)Python 2.7 Compati.. (20%)Code Review & Qual.. (15%)Planning & Paralle.. (15%)

Agent Skills by Coral5644

Showing 21 vetted skills indexed across 1 GitHub repositories.

Coral5644Coral5644

python27-type-annotations

Adds parser-friendly # type: comments to Python 2.7 code for IDE completion.

Community
Intermediate
Coral5644Coral5644

mcdk-dev

Inspect and control a running NetEase Minecraft client via the mcdk_dev MCP server.

Community
Intermediate
Coral5644Coral5644

netease-game-instrumentation

Diagnose NetEase Minecraft runtime bugs using hypothesis-driven NDJSON instrumentation logging.

Community
Advanced
Coral5644Coral5644

mcdk-assistant

Routes NetEase Minecraft mod development tasks to local MCP tools for docs, UI, models, animations, and textures.

Community
Intermediate
Coral5644Coral5644

python27-syntax-reviewer

Reviews Python code for Python 2.7 compatibility in NetEase MC runtime environments.

Community
Basic
Coral5644Coral5644

parallel-worktree-dev

Manages parallel Git worktree development with direct testing via mcdev-tools before merging.

Community
Advanced
Coral5644Coral5644

config-centralizer

Migrates scattered module-level configuration constants into a centralized shared Python config module.

Community
Intermediate
Coral5644Coral5644

firecrawl

Search, scrape, map, crawl, and browse websites via the Firecrawl CLI.

Community
Intermediate
Coral5644Coral5644

netease-ui-binder

Implements NetEase Minecraft JSON UI layouts and declarative Python binding decorators.

Community
Advanced
Coral5644Coral5644

netease-api-researcher

Verifies NetEase Minecraft ModAPI signatures, events, and enums against official documentation before coding.

Community
Intermediate
Coral5644Coral5644

executing-plans

Executes written implementation plans in reviewed batches with functional testing until completion.

Community
Advanced
Coral5644Coral5644

python27-perf-optimizer

Optimizes Python 2.7 hot paths for NetEase MC Mod tick loops and event handlers.

Community
Intermediate
Coral5644Coral5644

project-planner

Converts design documents into step-by-step implementation plans with file paths, code snippets, and verification criteria.

Community
Intermediate
Coral5644Coral5644

nekans-skills

Orchestrates NetEase Mod development across three resumable sessions with staged planning, testing, and review.

Community
Advanced
Coral5644Coral5644

skill-creator

Create, validate, and package AgentSkills with scripts, references, and assets.

Community
Intermediate
Coral5644Coral5644

brainstorming

Transforms vague ideas into validated design specifications through structured multi-phase dialogue.

Community
Intermediate
Coral5644Coral5644

encoding-guard

Enforces UTF-8 encoding for files and terminal output to prevent Chinese character mojibake.

Community
Basic
Coral5644Coral5644

pragmatic-clean-code-reviewer

Reviews code changes against Clean Code, Clean Architecture, and Pragmatic Programmer rules with severity-ranked findings.

Community
Intermediate
Coral5644Coral5644

code-reviewer

Orchestrates multi-layer code reviews for NetEase Mod projects by coordinating specialized review sub-skills.

Community
Advanced
Coral5644Coral5644

qumod-rpc-generator

Generates client-server RPC communication code using the QuModLibs framework.

Community
Intermediate
Coral5644Coral5644

code-simplifier

Refactors recently modified code to improve clarity while preserving all existing behavior.

Community
Intermediate

Frequently Asked Questions About Coral5644

FAQPage Schema
What 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.