style-glassmorphism

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

A frosted-glass visual styling template for lists, using airy floating cards, soft shadows, pill-shaped badges, and thin progress bars.

In plain words
What is it for?
Styling list rows when a glassmorphism, frosted-glass, floating-card, or spacious single-column design is requested.
Why use it?
It provides a light, spacious layout with consistent spacing and status treatment without requiring a custom visual system for every row.

Skill for Claude CodeCodex

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

Good fit Styling list rows when a glassmorphism, frosted-glass, floating-card, or spacious single-column design is requested.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pnp/sharepoint-skills/style-glassmorphism
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-glassmorphism
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-glassmorphism

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/pnp/sharepoint-skills/style-glassmorphism"><img src="https://agentmods.dev/badge/skills/pnp/sharepoint-skills/style-glassmorphism.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 95 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,607 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.00095 $0.02607
Opus 5 $0.00048 $0.01303
Sonnet 5 $0.00019 $0.00521
Haiku 4.5 $0.00010 $0.00261

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

Security

Grade A, and why

style-glassmorphism 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.

Skills/style-glassmorphism/style-glassmorphism/SKILL.md · 258 lines

How it starts

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

Glassmorphism — Style Tokens + Row Template

Light, floating, airy. Soft shadows, no hard borders, pills, thin bars. Each row is a floating card with centered stacked content — no sidebar.

Layout philosophy: Single-column stacked card. No sidebar split. Glassmorphism is about floating surfaces and negative space. The card is a single panel with content flowing vertically — name at top, metadata in a horizontal row, progress bar spanning full width. Everything breathes.

Badge Tokens

  • padding: 5px 16px
  • border-radius: 14px
  • font-size: 12px
  • font-weight: 600
  • text-transform: none

status_colors

Value bg text border
Draft #6b7280 #ffffff 0px
In Review #3b82f6 #ffffff 0px
Revising #f97316 #ffffff 0px
Approved #22c55e #ffffff 0px
Published #16a34a #ffffff 0px
_fallback #9ca3af #ffffff 0px

Progress Bar Tokens

  • progress_track_height: 6px
  • progress_track_bg: #e5e7eb
  • progress_track_border: 0px
  • progress_track_radius: 3px
  • progress_fill_radius: 3px
  • progress_color_low: #ef4444
  • progress_color_mid: #3b82f6
  • progress_color_high: #22c55e
  • progress_label_font_size: 12px
  • progress_label_font_weight: 500
  • progress_label_color: #6b7280

Deadline Tokens

  • deadline_icon: `` (none — too heavy for glass)
  • date_font_size: 13px
  • date_normal_color: #6b7280
  • date_normal_weight: 400
  • date_overdue_color: #ef4444
  • date_overdue_weight: 600
  • date_sublabel_color: #9ca3af
  • overdue_label: overdue (lowercase — whispered, not shouted)

Row Card Tokens

  • card_border: 1px solid #e5e7eb (barely visible)
  • card_border_radius: 16px (very rounded — floating feel)
  • card_background: #ffffff
  • card_margin_bottom: 12px
  • card_shadow: 0px 4px 20px #0000000d (soft diffused — the opposite of hard offset)
  • card_padding: 20px 24px
  • overdue_card_border: 1px solid #fecaca (soft red tint — not aggressive)
  • overdue_card_shadow: 0px 4px 20px #ef44441a (soft red glow)

Read the full file on GitHub · 258 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. 12d ago First seen · 258 lines · 95 tokens per session scan A 9ae163b4dc28

Subscribe to this mod's changes

style-glassmorphism is a skill published in the GitHub repository pnp/sharepoint-skills (118 stars, last pushed 3d ago), licensed MIT. It adds 95 tokens to every session and 2,607 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