slabbed-ceiling-support — community slabbed-ceiling-support, slabbed, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Minecraft Modding Agents needing advanced block placement capabilities. Put things on slabs!

joolbits joolbits
[0]
[0]
Updated: 3/5/2026

Agent Capability Analysis

The slabbed-ceiling-support skill by joolbits is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Perfect for Minecraft Modding Agents needing advanced block placement capabilities.

Core Value

Empowers agents to generate and manage block configurations with ceiling support, utilizing SlabSupportStateMixin and SlabSupportBlockMixin, and handling top slabs and double slabs with ease, enabling the placement of chains, hanging signs, and lanterns.

Capabilities Granted for slabbed-ceiling-support

Automating block placement under top slabs
Generating configurations for hanging decorations
Debugging ceiling attachment issues for chains and lanterns

! Prerequisites & Limits

  • Minecraft modding environment required
  • Compatibility with specific block types (chains, hanging signs, lanterns)
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

slabbed-ceiling-support

Install slabbed-ceiling-support, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

Slabbed — Skill: Ceiling Support

Goal

Allow blocks that require ceiling attachment (chains, hanging signs, lanterns) to place on and survive under top slabs and double slabs.

Key finding (2026-02-07)

Analysis showed that ceiling support already works without additional mixins:

  • SlabSupportStateMixin.isSideSolid returns true for Direction.DOWN on top slabs (all SideShapeType variants)
  • SlabSupportBlockMixin.sideCoversSmallSquare returns true for Direction.DOWN on top slabs
  • Top slab collision shape [0,0.5,0 → 1,1,1] natively satisfies isSideSolid(DOWN, CENTER) via shape cache
  • ChainBlock has no canPlaceAt override — places anywhere
  • HangingSignBlock.canPlaceAt checks isSideSolid(pos.up(), DOWN, CENTER) — satisfied by top slabs natively
  • Lanterns use sideCoversSmallSquare(DOWN) — covered by SlabSupportBlockMixin

When to use this skill

When adding ceiling-attachment support for a new block type under top slabs.

Hard stops

  • Ceiling support leaks to bottom slabs, stairs, fences, walls, or panes
  • Baseline full-block behavior changes
  • Build fails

Steps

  1. Test whether existing isSideSolid / sideCoversSmallSquare changes already enable placement
  2. If not: check what placement method the block uses (isSideSolid, sideCoversSmallSquare, or custom)
  3. If custom: add a narrow per-block mixin (canPlaceAt inject with early return) routing through SlabSupport
  4. Verify survival after neighbor updates (break and replace the slab above)
  5. Verify visual alignment (flush against slab bottom)
  6. Build gate
  7. Test matrix
  8. Commit + tag

Note on isCeilingSupportSurface

A dedicated SlabSupport.isCeilingSupportSurface(BlockView, BlockPos) helper was planned but is NOT needed currently. The existing shared hooks cover all known ceiling-attachment blocks. Only add this helper if a future block requires a custom check that the shared hooks don't cover.

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is slabbed-ceiling-support?

Perfect for Minecraft Modding Agents needing advanced block placement capabilities. Put things on slabs!

How do I install slabbed-ceiling-support?

Run the command: npx killer-skills add joolbits/slabbed. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for slabbed-ceiling-support?

Key use cases include: Automating block placement under top slabs, Generating configurations for hanging decorations, Debugging ceiling attachment issues for chains and lanterns.

Which IDEs are compatible with slabbed-ceiling-support?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for slabbed-ceiling-support?

Minecraft modding environment required. Compatibility with specific block types (chains, hanging signs, lanterns).

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add joolbits/slabbed. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use slabbed-ceiling-support immediately in the current project.

Related Skills

Looking for an alternative to slabbed-ceiling-support or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI