Sandbox
@hubeiqiao/apple-bento-grid

Apple-style bento grid skill for AI coding agents

This skill helps your agent create Apple-inspired bento grid cards from plain descriptions, like project stats, launch recaps, or social posts. It chooses a layout and theme, asks for logos or images if needed, and returns self-contained HTML you can open or screenshot.

220 stars15 forksHTMLUpdated 6mo ago
Who it's for

Builders who want Claude Code, Codex, Cursor, or other Agent Skills–compatible tools to make polished bento grid cards.

What it delivers

You can turn project stats and stories into ready-to-share HTML cards without doing layout work yourself.

What it does

Light and dark themes

Uses Apple-style light `#f5f5f7` and dark `#000` themes with matching dark-mode colors.

Seven card types

Includes Hero, Stat, Category, Bar Chart, Badge, Quote, and Highlight cards.

Three layouts

Supports 4-column horizontal, 3-column horizontal, and 2-column vertical templates.

Logo and image support

Lets you include logos, screenshots, and avatars in the card layout.

Screenshot export

Includes a Playwright script that captures 2x PNG screenshots.

Single-file output

Generates HTML files with inline CSS and no runtime dependencies.

How to get it

  1. 1Run
    /plugin marketplace add hubeiqiao/apple-bento-grid
    /plugin install apple-bento-grid@apple-bento-grid-marketplace
  2. 2Install from the Agent Skills Directory
    npx skills add hubeiqiao/apple-bento-grid
  3. 3Clone directly into your Claude Code skills directory
    git clone https://github.com/hubeiqiao/apple-bento-grid.git ~/.claude/skills/apple-bento-grid
  4. 4Quick start
    Use /apple-bento-grid to visualize my project stats
  5. 5Explore different use cases
    Use /apple-bento-grid to visualize my startup's growth journey
  6. 6Run
    Use /apple-bento-grid to visualize my open source project achievements

README

Apple Bento Grid

A skill for AI coding agents that generates Apple-inspired bento grid presentation cards as self-contained HTML files. No design tools needed — just describe your stats and get pixel-perfect output.

Compatible with Claude Code, OpenAI Codex, Cursor, and other agents that support the Agent Skills standard.

Examples

All made with this skill — just describe your data and get pixel-perfect output.

Solo Dev Project Stats — 79 days of building, tracked as product metrics

Project horizontal

Personal Data Dashboard — 12 years of writing & social media activity

Corpus horizontal

Product Launch — Light and dark themes

LightDark
LightDark

Chinese New Year Launch — Square format (1200x1200) with festive theme

CNY 2026

Vertical / Social Media — Portrait format for social posts

Project StatsGitHub SocialPersonal Dashboard
Project verticalLight verticalCorpus vertical

Installation

Claude Code Plugin (recommended)

/plugin marketplace add hubeiqiao/apple-bento-grid
/plugin install apple-bento-grid@apple-bento-grid-marketplace

Agent Skills

Install from the Agent Skills Directory:

npx skills add hubeiqiao/apple-bento-grid

Manual

Clone directly into your Claude Code skills directory:

git clone https://github.com/hubeiqiao/apple-bento-grid.git ~/.claude/skills/apple-bento-grid

Or add it as a project skill in .claude/skills/.

Usage

In your AI coding agent, just describe what you want to visualize. You don't need to be specific — the skill figures out the best layout, theme, and card types for you.

Quick start:

Use /apple-bento-grid to visualize my project stats

Explore different use cases:

Use /apple-bento-grid to visualize my startup's growth journey
Use /apple-bento-grid to visualize my open source project achievements
Use /apple-bento-grid to create a year-in-review card for my portfolio
Use /apple-bento-grid to visualize our team's Q4 shipping velocity

Or be specific when you know what you want:

Create a dark theme bento grid with $2.4M revenue, 12K users, and a bar chart showing quarterly growth
Make a vertical social media card with 5 achievement stats and my company logo

The skill will:

  1. Suggest a theme (light/dark/both) based on your use case
  2. Choose the right layout template
  3. Ask if you have logos or images to include
  4. Generate a self-contained HTML file
  5. Offer to create a vertical (portrait) version for social media

Features

  • Two themes — Light (Apple #f5f5f7) and dark (#000) with Apple dark-mode colors
  • 7 card types — Hero, Stat, Category, Bar Chart, Badge, Quote, Highlight
  • 3 layouts — 4-column (1200px), 3-column (1100px), 2-column vertical (600px)
  • Logo & image support — Add your own logos, product screenshots, or avatars
  • Screenshot export — Playwright script for 2x Retina-quality PNGs
  • Zero dependencies — Each output is a single HTML file with inline CSS

Card Types

CardUse ForKey Feature
HeroTaglines, headlinesGradient top-border accent, spans 2 rows
StatNumbers + labelsColor-coded accent per category
CategoryGrouped itemsColor label + subtitle + pill tags
Bar ChartGrowth over timeGradient bars with header badge
BadgeTool attributionIcon pill + stat number
QuoteMission statementsDark background, colored emphasis
HighlightHero numbers (3x, 10x)Full-gradient background

Themes

LightDark
LightDark

Layout Options

TemplateColumnsWidthBest For
A: Horizontal4-col1200px12-16 cards, slides
B: Horizontal3-col1100px8-10 cards, focused
C: Vertical2-col600pxSocial media, portrait

Screenshot Export

cd scripts
npm install
npx playwright install chromium
node screenshot.mjs

Edit the pages array in screenshot.mjs to point to your HTML files.

Examples

Generated examples (included with HTML source)

Real-world examples (from actual projects)

Project Structure

apple-bento-grid/
├── SKILL.md              # Skill definition (workflow, themes, card types)
├── design-system.md      # Complete design tokens, CSS/HTML for all components
├── examples/             # Generated + real-world HTML outputs with screenshots
├── evals/                # Test cases for skill evaluation
├── scripts/
│   ├── screenshot.mjs    # Playwright 2x screenshot capture
│   └── package.json
├── LICENSE               # MIT
└── README.md

License

MIT

Files in the repo

Repository payload11 top-level entries
  • .claude-plugin
  • evals
  • examples
  • scripts
  • skills
  • social
  • .gitignore
  • design-system.md
  • LICENSE
  • README.md
  • SKILL.md

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More skills

Vincentwei1021/
anything2explainer

Topic in, narrated explainer video out. A Claude Code / Codex skill that turns any topic into a black-canvas motion-graphics explainer video with TTS voiceover, subtitles and a chapter progress bar. Chinese or English; every frame drawn in code with Remotion.

666

Taste-Skill - gives your AI good taste. stops the AI from generating boring, generic slop

86k

Agent skill for beautiful, verifiable architecture, workflow, sequence, data-flow, and lifecycle diagrams—self-contained HTML with motion and crisp export.

57k
img2threejs/
img2threejs

Rebuild the object in a reference image as a code-only, procedural, quality-gated, animation-ready Three.js model. Token-efficient image-to-3D.

16k