style-bento

style-bento is a skill for Claude Code, Codex from pnp/sharepoint-skills. It costs 92 tokens per session (2,937 once invoked), scanned A, original, MIT.

A visual style guide for list rows arranged like compartments in a bento box. It defines warm colors, section dividers, labels, status badges, progress bars, and deadline styling.

In plain words
What is it for?
Use it when presenting items with separate name, status, progress, and deadline sections in a warm, organized layout.
Why use it?
It gives list rows a clear structure and consistent visual language without requiring you to design each section yourself.

Skill for Claude CodeCodex

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

Good fit Use it when presenting items with separate name, status, progress, and deadline sections in a warm, organized layout.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pnp/sharepoint-skills/style-bento
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 pnp/sharepoint-skills --skill style-bento
Clone the repo
git clone --depth 1 https://github.com/pnp/sharepoint-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 style-bento

README.md
[![agentmods](https://agentmods.dev/badge/skills/pnp/sharepoint-skills/style-bento/github.svg)](https://agentmods.dev/skills/pnp/sharepoint-skills/style-bento)
Your own site
<a href="https://agentmods.dev/skills/pnp/sharepoint-skills/style-bento"><img src="https://agentmods.dev/badge/skills/pnp/sharepoint-skills/style-bento/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 style-bento

Your own site · 80×15
<a href="https://agentmods.dev/skills/pnp/sharepoint-skills/style-bento"><img src="https://agentmods.dev/badge/skills/pnp/sharepoint-skills/style-bento.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 92 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,937 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00092 $0.02937
Opus 5 $0.00046 $0.01469
Sonnet 5 $0.00018 $0.00587
Haiku 4.5 $0.00009 $0.00294

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

Security

Grade A, and why

style-bento 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 10d 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.

Skills/style-bento/style-bento/SKILL.md · 316 lines

How it starts

The opening of the file, as written. The whole thing — 316 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Bento — Style Tokens + Row Template

Warm, organized, compartmentalized. Each row is a card divided into labeled compartments like a bento box — visible dividers, each section has a header label above its content.

Layout philosophy: Horizontal compartments with dividers. Not a sidebar split, not a single stack. Four distinct compartments in a row: Name | Status | Progress | Deadline. Each compartment has a tiny uppercase label above the content. The dividers between compartments ARE the design.

Badge Tokens

  • padding: 4px 10px
  • border-radius: 4px
  • font-size: 11px
  • font-weight: 600
  • text-transform: uppercase

status_colors

Value bg text border
Draft #9ca3af #ffffff 0px
In Review #3b82f6 #ffffff 0px
Revising #ea580c #ffffff 0px
Approved #16a34a #ffffff 0px
Published #15803d #ffffff 0px
_fallback #d1d5db #ffffff 0px

Progress Bar Tokens

  • progress_track_height: 8px
  • progress_track_bg: #f3f4f6
  • progress_track_border: 0px
  • progress_track_radius: 4px
  • progress_fill_radius: 4px
  • progress_color_low: #ef4444
  • progress_color_mid: #ea580c
  • progress_color_high: #22c55e
  • progress_label_font_size: 20px
  • progress_label_font_weight: 700
  • progress_label_color: #1f2937

Row Card Tokens

  • card_border: 1px solid #e5e7eb
  • card_border_radius: 8px
  • card_background: #ffffff
  • card_margin_bottom: 8px
  • card_shadow: 0px 1px 3px #0000000d
  • compartment_border: 1px solid #e5e7eb (dividers between sections)
  • compartment_label_color: #9ca3af
  • compartment_label_size: 9px
  • compartment_label_weight: 600
  • compartment_label_transform: uppercase
  • compartment_label_spacing: 0.5px
  • overdue_accent: 2px solid #dc2626 (left border accent on overdue cards)

Row Template Layout

Horizontal compartment grid. Each section is a labeled box.

┌──────────────────┬───────────┬──────────────────┬──────────────┐
│ DOCUMENT         │ STATUS    │ PROGRESS         │ DEADLINE     │
│                  │           │                  │              │
│ API Guide.docx   │ [In Rev]  │        72%       │ 📅 5/15/2026 │
│                  │           │ ████████████░░░  │ DEADLINE     │
│                  │ On Track  │                  │              │
└──────────────────┴───────────┴──────────────────┴──────────────┘
  ↑ overdue cards get a 2px red left border accent

Read the full file on GitHub · 316 lines

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. 10d ago First seen · 316 lines · 92 tokens per session scan A 92a1aec45960

Subscribe to this mod's changes

style-bento is a skill published in the GitHub repository pnp/sharepoint-skills (112 stars, last pushed 2d ago), licensed MIT. It adds 92 tokens to every session and 2,937 once invoked, about $0.0005 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-30.

Related

Other skills, from other repositories

tailwind-design-system

Build scalable design systems with Tailwind CSS v4, design tokens, component libraries, and responsive patterns. Use when creating component libraries, implementing design systems, or standardizing UI patterns.

calesthio/OpenMontage · 42 tokens

apply-mantel-styles

Provides guidelines for applying Mantel's brand styles to diagrams and frontend components. Use when asked to create visuals that need to align with Mantel's branding.

sammcj/agentic-coding · 37 tokens

aksel-spacing

Lag responsive layouts med Aksel Design System (v8+) - spacing tokens, layout primitives (Box, HStack, VStack, HGrid, Page, Bleed) og ResponsiveProp.

navikt/copilot · 41 tokens

web-design-reviewer

Visuell inspeksjon av nettsider for å identifisere og fikse designproblemer. Trigges av forespørsler som "sjekk designet", "gå gjennom UI-en", "fiks layouten", "finn designfeil". Finner problemer med responsivt design, tilgjengelighet, visuell konsistens og layout, og fikser dem i kildekoden.

navikt/copilot · 89 tokens

frontend-blueprint

AI frontend specialist and design consultant that guides users through a structured discovery process before generating any code. Collects visual references, design tokens, typography, icons, layout preferences, and brand guidelines to ensure the final output matches the user's vision with high fidelity. Use when the…

tech-leads-club/agent-skills · 170 tokens

ux-ui

Use this agent when you need to design, audit, migrate, rewire, or rewrite UX/UI.

samibs/skillfoundry · 24 tokens