engineer

Design and verify Bedrock-compatible redstone contraptions with automated test recipes.

2|Updated May 15, 2026
One-click install
npx skills add https://github.com/chapmanjw/minecraft-bedrock-claude-plugin --skill engineer-chapmanjw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: engineer
Source: https://github.com/chapmanjw/minecraft-bedrock-claude-plugin/tree/main/skills/engineer
Command: npx skills add https://github.com/chapmanjw/minecraft-bedrock-claude-plugin --skill engineer-chapmanjw

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill solves the challenge of designing complex, functional redstone contraptions in Minecraft Bedrock Edition, where Java-based tutorials often fail due to fundamental differences in game mechanics.

Core Features & Use Cases

  • Bedrock-Correct Design: Translates redstone intent into functional Bedrock-compatible circuits, avoiding Java-only mechanics like quasi-connectivity.
  • Automated Verification: Generates and runs functional test recipes to ensure machines work as intended, including handling manual kick-steps for self-cycling loops.
  • Use Case: Use this to design and verify an automatic item sorter, a hidden piston door, or a mob farm that is guaranteed to function correctly in your specific Bedrock world.

Quick Start

Use the engineer skill to design a 2x2 hidden piston door and generate the functional test recipe for it.

Frequently Asked Questions about engineer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design redstone contraptions that actually work in Minecraft Bedrock Edition?

Designing redstone contraptions for Minecraft Bedrock Edition requires translating logic into Bedrock-correct patterns, explicitly avoiding Java-only mechanics like quasi-connectivity to ensure functional builds. This skill automates that translation process.

Why do my Java Edition redstone tutorials fail when I build them in Bedrock?

Java redstone tutorials fail in Bedrock because of fundamental differences in game mechanics, such as Java's quasi-connectivity. Bedrock-correct design rejects these Java-only dependencies to produce functional circuits.

Can I automatically verify that my Bedrock redstone mob farm will function correctly?

Yes, you can automatically verify a Bedrock redstone mob farm by generating and running functional test recipes that confirm operational reliability, timing, and throughput before you build it in your world.

What is the best way to build a self-cycling redstone loop in Bedrock without it breaking?

The best way to build a self-cycling redstone loop in Bedrock is to use functional test recipes that validate timing and handle manual kick-steps, ensuring the automated loop maintains operational reliability.

How do I create an automatic item sorter in Bedrock Edition that is guaranteed to work?

To create an automatic item sorter in Bedrock Edition, translate your sorting requirements into Bedrock-compatible logic patterns and validate the design through automated functional test recipes to guarantee correct operation.