style-neobrutalism

style-neobrutalism is a skill for Claude Code, Codex from pnp/sharepoint-skills. It costs 93 tokens per session (3,818 once invoked), scanned A, original, MIT.

A visual style guide for formatting catalogue rows in a neobrutalist style: bold borders, saturated colors, uppercase text, sharp corners, and card-like layouts. It also defines colors and sizing for status badges and progress bars.

In plain words
What is it for?
Use it when building a list whose rows should have a bold neobrutalist appearance with metadata panels, status badges, and progress indicators.
Why use it?
It provides consistent design rules instead of requiring each row and status element to be styled from scratch. The row template controls the entire row layout rather than individual fields alone.

Skill for Claude CodeCodex

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

Good fit Use it when building a list whose rows should have a bold neobrutalist appearance with metadata panels, status badges, and progress indicators.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/pnp/sharepoint-skills/style-neobrutalism"><img src="https://agentmods.dev/badge/skills/pnp/sharepoint-skills/style-neobrutalism.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 93 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,818 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.00093 $0.03818
Opus 5 $0.00046 $0.01909
Sonnet 5 $0.00019 $0.00764
Haiku 4.5 $0.00009 $0.00382

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

Security

Grade A, and why

style-neobrutalism 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-neobrutalism/style-neobrutalism/SKILL.md · 398 lines

How it starts

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

Neobrutalism — Style Tokens + Row Template

Bold, graphic, raw. Thick black borders. Saturated colors. Uppercase. Card-based row layout with metadata sidebar.

This style uses a full rowFormatter — it replaces the entire row layout, not just individual columns.

Badge Tokens

  • padding: 4px 12px
  • border-radius: 3px
  • font-size: 11px
  • font-weight: 700
  • text-transform: uppercase

status_colors

Value bg text border
Draft #9ca3af #000000 2px solid #000000
In Review #2563eb #ffffff 2px solid #000000
Revising #f59e0b #000000 2px solid #000000
Approved #16a34a #ffffff 2px solid #000000
Published #16a34a #ffffff 2px solid #000000
_fallback #e5e7eb #000000 2px solid #000000

Progress Bar Tokens

  • progress_track_height: 10px
  • progress_track_bg: #e5e7eb
  • progress_track_border: 2px solid #000000
  • progress_track_radius: 2px
  • progress_fill_radius: 0px
  • progress_color_low: #ef4444
  • progress_color_mid: #f59e0b
  • progress_color_high: #22c55e
  • progress_label_font_size: 14px
  • progress_label_font_weight: 800
  • progress_label_color: #1f2937

Deadline Tokens

  • deadline_icon: 📅
  • date_font_size: 13px
  • date_normal_color: #1f2937
  • date_normal_weight: 700
  • date_overdue_color: #dc2626
  • date_overdue_weight: 800
  • date_sublabel: DEADLINE
  • date_sublabel_color: #6b7280
  • date_sublabel_font_size: 10px

Row Card Tokens

  • card_border: 3px solid #000000
  • card_border_radius: 0px
  • card_background: #ffffff
  • card_margin_bottom: 8px
  • card_shadow: 4px 4px 0px #000000
  • sidebar_width: 280px
  • sidebar_border_right: 3px solid #000000
  • sidebar_background: #f9fafb
  • sidebar_padding: 16px
  • main_padding: 16px
  • overdue_card_border_color: #dc2626
  • overdue_card_shadow: 4px 4px 0px #dc2626

Row Template Layout

The Neobrutalism rowFormatter creates a two-panel card for each item:

Read the full file on GitHub · 398 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 · 398 lines · 93 tokens per session scan A 2e28f97df370

Subscribe to this mod's changes

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