style-monochrome

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

A monochrome visual styling template for lists, using one slate-colored palette and making the progress percentage the main visual element beside stacked metadata.

In plain words
What is it for?
Styling catalogue or project-list rows when a single-color, monochrome, restrained, or corporate presentation is requested.
Why use it?
It creates a restrained, consistent layout where progress is immediately visible and status differences are shown through shades of the same color.

Skill for Claude CodeCodex

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

Good fit Styling catalogue or project-list rows when a single-color, monochrome, restrained, or corporate presentation is requested.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/pnp/sharepoint-skills/style-monochrome"><img src="https://agentmods.dev/badge/skills/pnp/sharepoint-skills/style-monochrome.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,500 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.00084 $0.02500
Opus 5 $0.00042 $0.01250
Sonnet 5 $0.00017 $0.00500
Haiku 4.5 $0.00008 $0.00250

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

Security

Grade A, and why

style-monochrome 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 11d 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-monochrome/style-monochrome/SKILL.md · 234 lines

How it starts

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

Monochrome — Style Tokens + Row Template

Single-hue, restrained, corporate. Everything is slate blue. The progress percentage is the HERO — displayed enormous on the left, with metadata stacked to its right. Shade = stage.

Layout philosophy: Hero number + stacked metadata. The progress percentage is displayed huge (32px) on the left side of the card as the primary visual anchor. Status, name, and deadline stack vertically to its right. The big number makes each card instantly scannable.

Badge Tokens

  • padding: 5px 14px
  • border-radius: 6px
  • font-size: 11px
  • font-weight: 600
  • text-transform: uppercase

status_colors (shade ramp — lightest = earliest)

Value bg text border
Draft #cbd5e1 #334155 0px
In Review #64748b #ffffff 0px
Revising #475569 #ffffff 0px
Approved #334155 #ffffff 0px
Published #1e293b #ffffff 0px
_fallback #e2e8f0 #475569 0px

Row Card Tokens

  • card_border: 1px solid #e2e8f0
  • card_border_radius: 6px
  • card_background: #ffffff
  • card_margin_bottom: 6px
  • card_shadow: none
  • left_accent_width: 4px (thin left border in status shade)
  • hero_number_size: 32px
  • hero_number_weight: 800

Row Template Layout

Hero progress number on the left, metadata stacked right.

┃ ┌────────────────────────────────────────────────────┐
┃ │                                                    │
┃ │   72%     API Guide.docx                           │
┃ │           [In Review]  ·  5/15/2026                │
┃ │           ████████████████████░░░░░░               │
┃ │                                                    │
┃ └────────────────────────────────────────────────────┘
↑ 4px left accent in status shade color

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 · 234 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. 11d ago First seen · 234 lines · 84 tokens per session scan A 506ecaf3a070

Subscribe to this mod's changes

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