ios-notes-screenshot-generator

ios-notes-screenshot-generator is a skill for Claude Code from ivan23kor/indie-vibe-dev-skills. It costs 69 tokens per session (760 once invoked), scanned A, original, MIT.

A tool for generating realistic screenshots of Apple's Notes app on an iPhone from supplied text.

In plain words
What is it for?
It is for displaying arbitrary text in an iOS-style Notes interface with phone layout, navigation, status indicators, typography, spacing, and light or dark appearance.
Why use it?
It removes the need to build a notes screen manually when preparing a presentation, mockup, or design reference.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the indie-vibe-dev-skills plugin — 1 skill shipped together

Good fit It is for displaying arbitrary text in an iOS-style Notes interface with phone layout, navigation, status indicators, typography, spacing, and light or dark appearance.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ivan23kor/indie-vibe-dev-skills/ios-notes-screenshot-generator
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 ivan23kor/indie-vibe-dev-skills --skill ios-notes-screenshot-generator
Clone the repo
git clone --depth 1 https://github.com/ivan23kor/indie-vibe-dev-skills

Made for: Claude Code.

Or install indie-vibe-dev-skills, the plugin that ships this one along with the rest of its 1 skill.

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 ios-notes-screenshot-generator

README.md
[![agentmods](https://agentmods.dev/badge/skills/ivan23kor/indie-vibe-dev-skills/ios-notes-screenshot-generator/github.svg)](https://agentmods.dev/skills/ivan23kor/indie-vibe-dev-skills/ios-notes-screenshot-generator)
Your own site
<a href="https://agentmods.dev/skills/ivan23kor/indie-vibe-dev-skills/ios-notes-screenshot-generator"><img src="https://agentmods.dev/badge/skills/ivan23kor/indie-vibe-dev-skills/ios-notes-screenshot-generator/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 ios-notes-screenshot-generator

Your own site · 80×15
<a href="https://agentmods.dev/skills/ivan23kor/indie-vibe-dev-skills/ios-notes-screenshot-generator"><img src="https://agentmods.dev/badge/skills/ivan23kor/indie-vibe-dev-skills/ios-notes-screenshot-generator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 760 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.00069 $0.00760
Opus 5 $0.00034 $0.00380
Sonnet 5 $0.00014 $0.00152
Haiku 4.5 $0.00007 $0.00076

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

Security

Grade A, and why

ios-notes-screenshot-generator 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.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/demo.js, scripts/screenshot-generator.js), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/ios-notes-screenshot-generator/SKILL.md · 69 lines

How it starts

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

iOS Notes App Screenshot Generator

This skill transforms arbitrary text input into realistic iOS notes app screenshots that match Apple's design language and visual standards.

When to Use This Skill

Use this skill when:

  • User wants to create iOS-style notes app screenshots
  • User needs to display text in a realistic iPhone notes interface
  • User wants mockups for presentations or design references
  • User needs to show how text would look in iOS Notes app

How This Skill Works

Core Components

  • iPhone Screen Layout: Uses proper iPhone 14/15 dimensions (390x844px) with safe areas
  • iOS Design System: Implements Apple's 8pt grid system, San Francisco font, and system colors
  • Realistic UI Elements: Status bar, navigation bar, text areas, and interactive elements
  • Typography: Proper iOS font weights, sizes, and line spacing

Key Design Patterns Implemented

  1. Navigation Bar: Large title mode (34pt) with standard iOS styling
  2. Status Bar: Realistic time, battery, signal indicators
  3. Text Areas: Proper margins (16pt), line height (1.4-1.5), and San Francisco font
  4. Color Semes: System colors with light/dark mode support
  5. Spacing: 8pt grid system throughout

Asset Usage

  • Use assets/ios-notes-template.html as the base template
  • Reference references/ios-design-patterns.md for detailed specifications
  • Customize scripts/screenshot-generator.js for dynamic content insertion

Usage Instructions

  1. Input Processing: Extract the user's text content and identify key requirements
  2. Template Selection: Choose appropriate notes app layout (list view vs detail view)
  3. Content Insertion: Insert text into proper iOS-styled containers
  4. Styling Application: Apply iOS design patterns, typography, and spacing
  5. Screenshot Generation: Create final HTML/CSS output that renders as iOS screenshot

Implementation Steps

  1. Create Base Template: Start with assets/ios-notes-template.html
  2. Apply iOS Design System: Use references/ios-design-patterns.md specifications
  3. Insert User Content: Place text in appropriate iOS-styled containers
  4. Generate Screenshot: Output HTML/CSS that creates realistic iOS notes interface
  5. Validate Fidelity: Ensure visual accuracy matches iOS Notes app

Read the full file on GitHub · 69 lines

Files

What ships with it

6 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. 11d ago First seen · 69 lines · 69 tokens per session scan A 2f38c43f7743

Subscribe to this mod's changes

ios-notes-screenshot-generator is a skill published in the GitHub repository ivan23kor/indie-vibe-dev-skills (3 stars, last pushed 10mo ago), licensed MIT. It adds 69 tokens to every session and 760 once invoked, about $0.0003 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

032-architecture-adr-non-functional-requirements

Facilitates conversational discovery to create Architectural Decision Records (ADRs) for non-functional requirements using the ISO/IEC 25010:2023 quality model. Use when the user wants to document quality attributes, NFR decisions, security/performance/scalability architecture, or design systems with measurable…

jabrena/plinth · 120 tokens

component-family-consistency

Buttons, inputs, pills, badges, calendars, and other interactive components form a visual family — they share the same border-radius, colour logic, shadow scale, border style, and spacing rhythm. Inconsistency between them breaks the sense of a coherent product. Use when building or reviewing a component library…

dembrandt/dembrandt-skills · 76 tokens

modular-scale-typography

Typography feels cohesive and intentional when font sizes follow a modular scale — a ratio-based sequence where every size is mathematically related to the others. Use when defining type scales, setting up design tokens, reviewing font size choices, or when typography feels inconsistent or arbitrary.

dembrandt/dembrandt-skills · 59 tokens

extract-design

Extract a complete design system — colors, typography, spacing, components, shadows, and W3C design tokens — from any live website using Dembrandt. Runs a headless browser against the URL and returns real computed values from the DOM. Use when you need a site's actual design tokens, want to reverse-engineer a visual…

dembrandt/dembrandt-skills · 82 tokens

algorithmic-color-palette

Derive a full UI colour palette algorithmically from one or two brand colours. Darker and lighter variants for interactive states, desaturated greys from the brand hue for borders and backgrounds, and semantic colours that feel coherent with the brand rather than generic. Use when building a colour system from scratch…

dembrandt/dembrandt-skills · 75 tokens

brand-visual-language

A brand's visual tone — playful or serious, rounded or angular — should be consistent across all UI elements. Shape language in typography, border-radius, and iconography communicates personality before a single word is read. Use when establishing a design system, choosing icon libraries, setting border-radius tokens…

dembrandt/dembrandt-skills · 68 tokens