apple-bento-grid

作者 hubeiqiao已验证

Agent skill that generates Apple-inspired bento grid presentation cards. For Claude Code, Codex, and any AI coding agent.

185
Stars
12
Forks
HTML
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/hubeiqiao/apple-bento-grid

快速入门

使用 apple-bento-grid 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

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

Light Dark

Light

Dark

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

CNY 2026

Vertical / Social Media — Portrait format for social posts

Project Stats GitHub Social Personal Dashboard

Project vertical

Light vertical

Corpus 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:

  • Suggest a theme (light/dark/both) based on your use case

  • Choose the right layout template

  • Ask if you have logos or images to include

  • Generate a self-contained HTML file

  • 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

Card Use For Key Feature

Hero Taglines, headlines Gradient top-border accent, spans 2 rows

Stat Numbers + labels Color-coded accent per category

Category Grouped items Color label + subtitle + pill tags

Bar Chart Growth over time Gradient bars with header badge

Badge Tool attribution Icon pill + stat number

Quote Mission statements Dark background, colored emphasis

Highlight Hero numbers (3x, 10x) Full-gradient background

Themes

Light Dark

Light

Dark

Layout Options

Template Columns Width Best For

A: Horizontal 4-col 1200px 12-16 cards, slides

B: Horizontal 3-col 1100px 8-10 cards, focused

C: Vertical 2-col 600px Social 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

常见问题

What is apple-bento-grid?

apple-bento-grid is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by hubeiqiao. Agent skill that generates Apple-inspired bento grid presentation cards. For Claude Code, Codex, and any AI coding agent. It has 185 GitHub stars.

Is apple-bento-grid safe to use?

Yes. apple-bento-grid passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install apple-bento-grid?

Clone the repository with "git clone https://github.com/hubeiqiao/apple-bento-grid" and add it to your Claude Code skills directory (see the Installation section above). apple-bento-grid ships a SKILL.md manifest, so compatible agents can discover and load it automatically.

What programming language is apple-bento-grid written in?

apple-bento-grid is primarily written in HTML. It is open-source under hubeiqiao on GitHub, so you can review or fork the full source.

Are there alternatives to apple-bento-grid?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh apple-bento-grid against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情