slideshot-v2-theme

slideshot-v2-theme is a cursor rule for Cursor from 06ketan/slideshot. It costs 0 tokens per session (1,043 once invoked), scanned A, original, MIT.

A visual rule set for Slideshot presentations using a neobrutalist style: sharp corners, thick black borders, flat colours, hard shadows, and specified fonts and colour values.

In plain words
What is it for?
Use it when creating or styling Slideshot slide decks that should follow this particular design system.
Why use it?
It gives slide builders consistent decisions for spacing, borders, shadows, colours, and typography instead of leaving each slide’s appearance undefined.

Cursor rule for Cursor

Written for Cursor: installed under .cursor/.

Good fit Use it when creating or styling Slideshot slide decks that should follow this particular design system.

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/06ketan/slideshot/slideshot-v2-theme
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.

Clone the repo
git clone --depth 1 https://github.com/06ketan/slideshot

Made for: Cursor.

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 slideshot-v2-theme

README.md
[![agentmods](https://agentmods.dev/badge/rules/06ketan/slideshot/slideshot-v2-theme/github.svg)](https://agentmods.dev/rules/06ketan/slideshot/slideshot-v2-theme)
Your own site
<a href="https://agentmods.dev/rules/06ketan/slideshot/slideshot-v2-theme"><img src="https://agentmods.dev/badge/rules/06ketan/slideshot/slideshot-v2-theme/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 slideshot-v2-theme

Your own site · 80×15
<a href="https://agentmods.dev/rules/06ketan/slideshot/slideshot-v2-theme"><img src="https://agentmods.dev/badge/rules/06ketan/slideshot/slideshot-v2-theme.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 1,043 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.
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.00000 $0.01043
Opus 5 $0.00000 $0.00522
Sonnet 5 $0.00000 $0.00209
Haiku 4.5 $0.00000 $0.00104

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

Security

Grade A, and why

slideshot-v2-theme 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 8d 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.

packages/webapp/.cursor/rules/slideshot-v2-theme.mdc · 82 lines

How it starts

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

Slideshot V2 — Neobrutalism Design System

Borders

  • All interactive elements: border-[3px] border-[#0A0A0A]
  • Never use border-1 or border-2 on buttons, cards, inputs, modals

Shadows

  • Default: shadow-[5px_5px_0px_0px_#0A0A0A]
  • Hover: shadow-[8px_8px_0px_0px_#0A0A0A] with -translate-x-px -translate-y-px
  • Active/pressed: shadow-none translate-x-[5px] translate-y-[5px]
  • NEVER use soft blur shadows (shadow-lg, shadow-xl, shadow-2xl)

Border Radius

  • Default: rounded-none (sharp corners)
  • Exception: traffic light dots, avatars stay circular
  • NEVER use rounded-xl, rounded-2xl, rounded-full on cards/buttons/modals

Colours (flat fills only, no gradients)

  • Page bg: #FFFDF5 (warm off-white)
  • Primary: #FFD233 (yellow — buttons, accents, hero bg)
  • Navy: #12122A (dark sections, code areas, footer, browser shell)
  • Black: #0A0A0A (text, borders, shadows)
  • Body copy: #444444
  • Muted: #666666
  • Accent red: #FF6059
  • Traffic lights: red #FF6059, amber #FEBC2E, inactive #2A2A44

Typography

  • Headings: font-[var(--font-bebas-neue)] — all-caps, oversized
  • Body/UI: DM Sans via font-[var(--font-dm-sans)] — weight 500-800
  • Code: font-mono (Geist Mono)

Buttons

bg-[#FFD233] border-[3px] border-[#0A0A0A] rounded-none
shadow-[5px_5px_0px_0px_#0A0A0A] font-bold text-[#0A0A0A]
hover:shadow-[8px_8px_0px_0px_#0A0A0A] hover:-translate-x-px hover:-translate-y-px
active:shadow-none active:translate-x-[5px] active:translate-y-[5px]
transition-all duration-150

Cards

bg-white border-[3px] border-[#0A0A0A] rounded-none
shadow-[5px_5px_0px_0px_#0A0A0A]
hover:shadow-[8px_8px_0px_0px_#0A0A0A] hover:-translate-x-px hover:-translate-y-px
transition-all duration-150

Inputs

border-[3px] border-[#0A0A0A] rounded-none bg-white
focus:border-[#FFD233] focus:outline-none
  • bg-[#FFFDF5] border-b-[3px] border-[#0A0A0A] (no glass/blur)
  • Active link: yellow bg pill with thick border + small shadow

Read the full file on GitHub · 82 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. 8d ago First seen · 82 lines · 0 tokens per session scan A cd0e167b9e24

Subscribe to this mod's changes

slideshot-v2-theme is a cursor rule published in the GitHub repository 06ketan/slideshot (2 stars, last pushed 4mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,043 tokens. 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-31.