openscad-boardgame-organizer

openscad-boardgame-organizer is a skill for Claude Code, Codex from joaorura/openscad-skills. It costs 24 tokens per session (323 once invoked), scanned A, original, MIT.

A guide to building board-game inserts in OpenSCAD with BIT, the Boardgame Insert Toolkit. BIT lets a model describe boxes, dividers, grids and lids as structured data while the library creates the geometry.

In plain words
What is it for?
Use it to design boxes, trays, dividers, card-sleeve spaces and other fitted storage for board-game components.
Why use it?
It reduces the amount of low-level geometry code needed for organisers and helps keep compartments and clearances consistent.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to design boxes, trays, dividers, card-sleeve spaces and other fitted storage for board-game components.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/joaorura/openscad-skills/openscad-boardgame-organizer
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add joaorura/openscad-skills --skill openscad-boardgame-organizer
Clone the repo
git clone --depth 1 https://github.com/joaorura/openscad-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for openscad-boardgame-organizer

README.md
[![agentmods](https://agentmods.dev/badge/skills/joaorura/openscad-skills/openscad-boardgame-organizer/github.svg)](https://agentmods.dev/skills/joaorura/openscad-skills/openscad-boardgame-organizer)
Your own site
<a href="https://agentmods.dev/skills/joaorura/openscad-skills/openscad-boardgame-organizer"><img src="https://agentmods.dev/badge/skills/joaorura/openscad-skills/openscad-boardgame-organizer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for openscad-boardgame-organizer

Your own site · 80×15
<a href="https://agentmods.dev/skills/joaorura/openscad-skills/openscad-boardgame-organizer"><img src="https://agentmods.dev/badge/skills/joaorura/openscad-skills/openscad-boardgame-organizer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 323 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00024 $0.00323
Opus 5 $0.00012 $0.00161
Sonnet 5 $0.00005 $0.00065
Haiku 4.5 $0.00002 $0.00032

Measured 12d ago against content hash 257746a61c46, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

openscad-boardgame-organizer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

openscad-boardgame-organizer/SKILL.md · 43 lines

What it actually says

OpenSCAD Board Game Organizer (BIT)

Note: This content was generated with the assistance of AI.

Overview

Guidelines for using The Boardgame Insert Toolkit (BIT) for rapid, data-driven organizer design.

Core Pattern: Declarative Configuration

BIT models are defined as nested lists. The library handles the geometry.

Example Box Definition

data = [
    [BOX_SIZE_XYZ, [100, 60, 30]],
    [BOX_LID, [LID_STYLE, LID_STYLE_SLIDING]],
    [BOX_FEATURE, [
        [FEATURE_GRIDS, [
            [GRID_SIZE_XYZ, [40, 40, 20]],
            [GRID_POS_XYZ, [10, 10, 0]]
        ]]
    ]]
];
render_box(data);

Best Practices

  1. Use Ergonomic Bottoms: Apply FILLET or RADIUS to compartment bottoms for easy component retrieval.
  2. Standardize Clearances: Use BIT constants for consistent fitment (e.g., card sleeves).
  3. Leverage the Grid System: Use FEATURE_GRIDS for multiple identical compartments.

Common Features

  • OBJECT_BOX: The primary container.
  • BOX_FEATURE: Internal structures (dividers, slots).
  • BOX_LID: Cover styles and labeling.
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 43 lines · 24 tokens per session scan A 257746a61c46

Subscribe to this mod's changes

openscad-boardgame-organizer is a skill published in the GitHub repository joaorura/openscad-skills (5 stars, last pushed 4mo ago), licensed MIT. It adds 24 tokens to every session and 323 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

hz-unity-meta-movement-sdk-retargeting

Set up and tweak Meta Movement SDK (MSDK) retargeting for a character model. Use this whenever the user wants to retarget a humanoid FBX/prefab for Meta Quest body tracking, generate a retargeting config, or hand-edit the resulting .json (fix known-joint mappings, exclude joints from auto-mapping, rename target…

meta-quest/agentic-tools · 182 tokens

hz-unity-face-tracking

Drive ARKit-blendshape-rigged head/face models in Unity with the wearer's facial expressions on Meta Quest via Meta Movement SDK (face tracking + A2E). Use when a user has an FBX with the 52 ARKit blendshapes (any prefix, L/R suffixes) and wants it to animate from face tracking on Quest Pro / Quest 3 / Quest 3S.

meta-quest/agentic-tools · 92 tokens

hz-unity-meta-core-sdk

Meta XR Core SDK (com.meta.xr.sdk.core) for Unity XR development. Use when setting up VR/MR projects, configuring OVRManager, adding OVRCameraRig, enabling passthrough, hand tracking, spatial anchors, boundaryless mode, controller input, Scene API, or any Meta Quest XR feature. Covers OVRProjectSetup, AndroidManifest…

meta-quest/agentic-tools · 90 tokens

metavr-cli

Provides the complete metavr (Meta VR CLI) reference for Meta Quest and Horizon OS development — installation, device setup, command discovery, MCP server mode, documentation search, app deployment, device testing setup, audio control, screenshots, and performance analysis. Use when the user needs to install metavr…

meta-quest/agentic-tools · 85 tokens

metal-shader-expert

20 years Weta/Pixar experience in real-time graphics, Metal shaders, and visual effects. Expert in MSL shaders, PBR rendering, tile-based deferred rendering (TBDR), and GPU debugging. Activate on 'Metal shader', 'MSL', 'compute shader', 'vertex shader', 'fragment shader', 'PBR', 'ray tracing', 'tile shader', 'GPU…

curiositech/some_claude_skills · 121 tokens

immersive-vibration-response

Provide autonomous, low-power haptic feedback and a playful, opinionated interaction style for players through the local ESP32 vibration bridge. Use for interactive games, embodied-agent play, roleplay, simulations, live narratives, and long-running creative or coding tasks whenever game events, decisions, task…

ra1nyxin/immersive-vibration-response-skill · 99 tokens