style-terminal

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

A visual styling template for displaying lists with a dark terminal or hacker look, including neon text, sharp corners, and command-line-style statuses.

In plain words
What is it for?
Styling catalogue or project-list rows when a dark mode, terminal, CLI, Matrix, or hacker visual theme is requested.
Why use it?
It gives a list a consistent developer-focused appearance without designing each card and status indicator from scratch.

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 dark mode, terminal, CLI, Matrix, or hacker visual theme is requested.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/pnp/sharepoint-skills/style-terminal"><img src="https://agentmods.dev/badge/skills/pnp/sharepoint-skills/style-terminal.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,598 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.00071 $0.02598
Opus 5 $0.00036 $0.01299
Sonnet 5 $0.00014 $0.00520
Haiku 4.5 $0.00007 $0.00260

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

Security

Grade A, and why

style-terminal 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-terminal/style-terminal/SKILL.md · 230 lines

How it starts

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

Terminal — Style Tokens + Row Template

Dark backgrounds, neon text, sharp corners. Each row is a dark card that looks like terminal output. Status values render like CLI flags. The progress bar glows neon green.

Layout philosophy: Dark card with terminal aesthetic. The entire card has a dark background (#0f172a). All text is bright colored on dark. Status renders like a CLI flag in brackets. The prompt character > appears before the document name. Everything feels like you're reading ls -la output.

Badge Tokens

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

status_colors

Value bg text border
Draft #374151 #9ca3af 1px solid #4b5563
In Review #1e3a5f #38bdf8 1px solid #0ea5e9
Revising #422006 #fb923c 1px solid #f97316
Approved #052e16 #4ade80 1px solid #22c55e
Published #022c22 #34d399 1px solid #10b981
_fallback #1f2937 #6b7280 1px solid #374151

Row Card Tokens

  • card_background: #0f172a (near-black navy)
  • card_border: 1px solid #1e293b
  • card_border_radius: 4px (slightly rounded — terminals have some softness)
  • card_margin_bottom: 4px (tight spacing — dense like terminal output)
  • card_shadow: none
  • card_padding: 14px 18px
  • prompt_char: >
  • prompt_color: #4ade80
  • filename_color: #e2e8f0
  • separator_color: #334155
  • overdue_border: 1px solid #ef4444
  • overdue_glow: 0px 0px 8px #ef444433 (subtle red glow for overdue)

Row Template Layout

Dark card with terminal-style content. Single row of data like CLI output.

┌──────────────────────────────────────────────────────────┐
│                                                          │
│  > API Guide.docx     [IN REVIEW]   ████░░ 72%  5/15   │
│                                                          │
└──────────────────────────────────────────────────────────┘
  ↑ dark bg (#0f172a), neon text, overdue cards get red glow

Read the full file on GitHub · 230 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 · 230 lines · 71 tokens per session scan A 2bcc0e21926e

Subscribe to this mod's changes

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

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