style-figma-clean

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

A visual style guide for list cards designed to look like clean Figma components. It defines spacing, borders, badges, and status colors, including a colored stripe across each card.

In plain words
What is it for?
Use it when building a dense list of cards with names, badges, progress, deadlines, and statuses. It provides the visual tokens and row layout for that list.
Why use it?
It gives a list a consistent appearance instead of requiring each card to be styled separately. Statuses are easier to recognize because their colors are used consistently.

Skill for Claude CodeCodex

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

Good fit Use it when building a dense list of cards with names, badges, progress, deadlines, and statuses. It provides the visual tokens and row layout for that list.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/pnp/sharepoint-skills/style-figma-clean"><img src="https://agentmods.dev/badge/skills/pnp/sharepoint-skills/style-figma-clean.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,467 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.00086 $0.02467
Opus 5 $0.00043 $0.01234
Sonnet 5 $0.00017 $0.00493
Haiku 4.5 $0.00009 $0.00247

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

Security

Grade A, and why

style-figma-clean 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 13d 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-figma-clean/style-figma-clean/SKILL.md · 228 lines

How it starts

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

Figma Clean — Style Tokens + Row Template

Precise, polished, information-dense. Each card has a thin colored stripe across the top that matches the status. Below it, a clean horizontal layout with all metadata. Feels like a Figma component.

Layout philosophy: Top-stripe card. A thin 4px colored bar spans the top of each card, color-coded to the status. Below it, a single horizontal row of data: name, badge, progress, deadline. Dense but never cluttered. Every element is precisely placed.

Badge Tokens

  • padding: 4px 12px
  • border-radius: 4px
  • font-size: 12px
  • font-weight: 600
  • text-transform: none

status_colors

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

Row Card Tokens

  • card_border: 1px solid #e5e7eb
  • card_border_radius: 8px
  • card_background: #ffffff
  • card_margin_bottom: 8px
  • card_shadow: 0px 1px 4px #0000000a
  • stripe_height: 4px (colored bar at top)
  • overdue_stripe_color: #ef4444
  • overdue_card_border: 1px solid #fecaca

Row Template Layout

Top-stripe card with a horizontal metadata row.

┌──────────────────────────────────────────────────────────┐
│████████████████████████████████████████████████████████████│ ← 4px status-colored stripe
│                                                          │
│  API Guide.docx      [In Review]    ███████░░░  72%     │
│                                      5/15/2026           │
╰──────────────────────────────────────────────────────────╯

rowFormatter JSON

Adapt before applying. The column names below ([$Status], [$Progress], [$Deadline]) are example placeholders — replace them with the actual internal column names from the user's list. Also update every status value string ('Draft', 'In Review', 'Revising', etc.) to match the user's actual Choice values. Follow list-styling Step 3.

Read the full file on GitHub · 228 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. 13d ago First seen · 228 lines · 86 tokens per session scan A c287f30090b0

Subscribe to this mod's changes

style-figma-clean is a skill published in the GitHub repository pnp/sharepoint-skills (118 stars, last pushed 4d ago), licensed MIT. It adds 86 tokens to every session and 2,467 once invoked, about $0.0004 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.