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.
npx skills add ivan23kor/indie-vibe-dev-skills --skill ios-notes-screenshot-generatorgit clone --depth 1 https://github.com/ivan23kor/indie-vibe-dev-skillsWrote 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.
[](https://agentmods.dev/skills/ivan23kor/indie-vibe-dev-skills/ios-notes-screenshot-generator)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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.
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
- Navigation Bar: Large title mode (34pt) with standard iOS styling
- Status Bar: Realistic time, battery, signal indicators
- Text Areas: Proper margins (16pt), line height (1.4-1.5), and San Francisco font
- Color Semes: System colors with light/dark mode support
- Spacing: 8pt grid system throughout
Asset Usage
- Use
assets/ios-notes-template.htmlas the base template - Reference
references/ios-design-patterns.mdfor detailed specifications - Customize
scripts/screenshot-generator.jsfor dynamic content insertion
Usage Instructions
- Input Processing: Extract the user's text content and identify key requirements
- Template Selection: Choose appropriate notes app layout (list view vs detail view)
- Content Insertion: Insert text into proper iOS-styled containers
- Styling Application: Apply iOS design patterns, typography, and spacing
- Screenshot Generation: Create final HTML/CSS output that renders as iOS screenshot
Implementation Steps
- Create Base Template: Start with
assets/ios-notes-template.html - Apply iOS Design System: Use
references/ios-design-patterns.mdspecifications - Insert User Content: Place text in appropriate iOS-styled containers
- Generate Screenshot: Output HTML/CSS that creates realistic iOS notes interface
- Validate Fidelity: Ensure visual accuracy matches iOS Notes app
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.
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.
- 11d ago First seen · 69 lines · 69 tokens per session scan A 2f38c43f7743
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.
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…
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…
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.
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…
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…
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…