create-analyzer

Generate Minecraft Bedrock packet analyzer templates with testing workflow.

6|3|Updated Mar 29, 2025
One-click install
npx skills add https://github.com/mc-zuri/mineflayer-bedrock --skill create-analyzer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-analyzer
Source: https://github.com/mc-zuri/mineflayer-bedrock/tree/main/.claude/skills/create-analyzer
Command: npx skills add https://github.com/mc-zuri/mineflayer-bedrock --skill create-analyzer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps generate new Minecraft Bedrock packet analyzers quickly, providing a template, documentation guidance, and a tested workflow.

Core Features & Use Cases

  • Analyzer Template: Generates a domain-specific analyzer file at packages/minecraft-logs-analyzers/src/analyzers/{domain}.ts.
  • Registration & Docs: Guides exporting the analyzer to index.ts and referencing protocol docs.
  • Testing Workflow: Outlines a simple process for using captured logs to verify analyzer output.

Quick Start

Identify the domain (e.g., inventory or movement), create the analyzer file using the provided template, export it in the package index, and test with captured logs as described.