pivoshenko-brand

pivoshenko-brand is a skill for Claude Code, Codex from pivoshenko/pivoshenko.ai. It costs 144 tokens per session (3,678 once invoked), scanned A, original, MIT.

A brand guide that defines Volodymyr Pivoshenko's writing style, fonts, colors, layouts, icons, and other visual choices across formats.

In plain words
What is it for?
Use it when creating or adapting branded web interfaces, PDFs, slide decks, README files, social cards, emails, terminal themes, or prototypes.
Why use it?
It keeps websites, documents, presentations, emails, and other outputs consistent with the same identity.

Skill for Claude CodeCodex

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

Good fit Use it when creating or adapting branded web interfaces, PDFs, slide decks, README files, social cards, emails, terminal themes, or prototypes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pivoshenko/pivoshenko.ai/pivoshenko-brand
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 pivoshenko/pivoshenko.ai --skill pivoshenko-brand
Clone the repo
git clone --depth 1 https://github.com/pivoshenko/pivoshenko.ai

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 pivoshenko-brand

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/pivoshenko/pivoshenko.ai/pivoshenko-brand"><img src="https://agentmods.dev/badge/skills/pivoshenko/pivoshenko.ai/pivoshenko-brand.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 144 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,678 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.00144 $0.03678
Opus 5 $0.00072 $0.01839
Sonnet 5 $0.00029 $0.00736
Haiku 4.5 $0.00014 $0.00368

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

Security

Grade A, and why

pivoshenko-brand 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 today.

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/pivoshenko-brand/SKILL.md · 173 lines

How it starts

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

pivoshenko-brand

What pivoshenko Is

pivoshenko is the practitioner's notebook — a dark, monospaced workshop where an engineer thinks out loud.

Every rule below descends from that sentence. If a future decision doesn't fit it, the decision is out — not the sentence. Read this line as the brand's positioning, not its tagline; it's the test, not the marketing.

The skill is organized in two layers:

  • DNA — identity decisions that hold across every substrate (web, print, video, audio, physical). These don't change when you port to a new medium.
  • Expression — how DNA gets rendered in this substrate (CSS tokens, hex values, pixel sizes, motion timings). These change per substrate; the DNA above them does not.

When porting to a substrate this skill doesn't enumerate, hold the DNA fixed and re-derive the expression. The Porting to a new substrate section below gives the rubric.

Files

SKILL.md is the entry point. Open references only when the task calls for them — keeps context lean.

One rule for the tree: everything under preview/ is rendered HTML for a human to look at; everything else is for you to read. The component cards are the exception worth reaching for — lift their markup instead of reinventing a component.

  • colors_and_type.css — drop-in role tokens (CSS vars as R G B triples) + utility classes + 8 type-* recipes. Link or inline for any web prototype.
  • assets/logo-vp.svg — canonical VP tile (32×32, 4px radius, light fill, dark glyph). The only mark.
  • assets/social/{github,linkedin,rss}.svg — Simple Icons brand marks (footer use only).
  • assets/templates/ — drop-in artifact skeletons. Start here for any one-shot output — copy, fill placeholders, don't rebuild from scratch:
    • page.html — generic dark page (header + content + footer). Use for one-pagers, mocks, posters.
    • document.html — print-tuned (A4, @page, page-break hygiene). Render to PDF via headless Chrome.
    • og-card.html — 1200×630 social/OG card. Hex inlined because @vercel/og and most screenshotters don't resolve CSS variables.
  • references/voice.md — content fundamentals: rhythm, casing, microcopy, refuse-list, smell test. Read when writing copy (post, README, social, email).
  • references/visual.md — deep rationale for color + typography choices (origin / substitution / extension) and long-form spacing/border/layout rules. Read when extending the palette, porting to a substrate without JetBrains Mono, or auditing a layout.
  • references/iconography.md — Lucide / Simple Icons / VP-mark rules. Read when placing icons, building a logo lockup, or making a favicon / OG mark.
  • references/anti-patterns.md — do/don't pairs per DNA rule. Read when a rule feels ambiguous, or when you've drifted and want to diagnose why.
  • preview/*.html — per-recipe component cards. Lift markup from these; read on demand:
    • colors-* — palette + accent usage
    • type-* — type recipes + foreground ladder
    • spacing-* — scale, borders, corners
    • components-* — card, button, tag, alert, code, chrome, menu, search, tabs, status, form-inputs, palette-table
  • preview/index.html, preview/components.html — the two hub pages that frame the cards above for a human browsing them. Open one for the user when they want to see the system; they carry no rule you can't get from this file.

Read the full file on GitHub · 173 lines

Files

What ships with it

38 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. today Changed f0d4c39ec136
  2. 6d ago Changed · +2 lines 5383025d2da7
  3. 11d ago First seen · 171 lines · 144 tokens per session scan A 3449a0c97cc6

Subscribe to this mod's changes

pivoshenko-brand is a skill published in the GitHub repository pivoshenko/pivoshenko.ai (4 stars, last pushed yesterday), licensed MIT. It adds 144 tokens to every session and 3,678 once invoked, about $0.0007 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-31.

Related

Other skills, from other repositories

paperclip-capsules

Generate, implement, or review Paperclip capsule visuals. Use for capsule art, agent capsules, heartbeat status capsules, identicons, capsule banks, or brand-usage validation.

paperclipai/paperclip · 41 tokens

80-livekit-agents-majiayu000-claude-skill-registr

Create your LiveKit Agents skill from official documentation, then learn to improve it throughout the chapter.

majiayu000/claude-skill-registry · 18 tokens

agent-creation-skill

Procedural guide for creating new agents from templates when project complexity requires delegation.

majiayu000/claude-skill-registry · 0 tokens

agent-eyes

Visual context analyzer for AI agents. Provides screenshots, accessibility scans, DOM snapshots, and element descriptions for web pages. Use when you need to see what a web page looks like, analyze accessibility issues, inspect DOM structure, or get detailed element information. Triggers on requests like "take a…

majiayu000/claude-skill-registry · 94 tokens

agent-creator

Meta-agent for creating new custom agents, skills, and MCP integrations. Expert in agent design, MCP development, skill architecture, and rapid prototyping. Activate on 'create agent', 'new skill', 'MCP server', 'custom tool', 'agent design'. NOT for using existing agents (invoke them directly), general coding (use…

majiayu000/claude-skill-registry · 84 tokens

agent-canvas-setup

Dependency checker and installer for agent-canvas, agent-eyes, and canvas-edit skills. Use BEFORE running any canvas skill for the first time, or when canvas skills fail with import/browser errors. Triggers on "setup agent canvas", "install canvas dependencies", "canvas not working", "playwright not found", or any…

majiayu000/claude-skill-registry · 79 tokens