pencil-audit

pencil-audit is a skill for Claude Code from JesusJimenezC/pencil-atelier. It costs 84 tokens per session (1,964 once invoked), scanned A, original, GPL-3.0.

A read-only design-quality audit for repositories containing Pencil (.pen) design files and related code. It checks spacing, design tokens, and repeated components.

In plain words
What is it for?
Use it to review Pencil files and companion code for 4px-grid sizing, reusable components, and variable-based design tokens.
Why use it?
It helps find inconsistent design decisions across a design and its code before they spread.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: model in frontmatter.

Part of the pencil-atelier plugin — 4 skills, 3 agents shipped together

Good fit Use it to review Pencil files and companion code for 4px-grid sizing, reusable components, and variable-based design tokens.

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

Made for: Claude Code.

Or install pencil-atelier, the plugin that ships this one along with the rest of its 4 skills, 3 agents.

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 pencil-audit

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/jesusjimenezc/pencil-atelier/pencil-audit"><img src="https://agentmods.dev/badge/skills/jesusjimenezc/pencil-atelier/pencil-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,964 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 unknown 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.00084 $0.01964
Opus 5 $0.00042 $0.00982
Sonnet 5 $0.00017 $0.00393
Haiku 4.5 $0.00008 $0.00196

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

Security

Grade A, and why

pencil-audit 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/pencil-audit/SKILL.md · 131 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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 · 131 lines · 84 tokens per session scan A eee3c98551ce

Subscribe to this mod's changes

pencil-audit is a skill published in the GitHub repository JesusJimenezC/pencil-atelier (7 stars, last pushed 4mo ago), licensed GPL-3.0. It adds 84 tokens to every session and 1,964 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-31.

Related

Other skills, from other repositories

interface-craft

Raises the visual and interaction quality of an interface — layout, hierarchy, type, spacing, density, and the details that separate a considered product from a generic one. Use this when a screen works but looks unfinished or default, when a layout feels crowded or arbitrary, when a page has no clear focal point, or…

cbrock84/headcount · 79 tokens

design-system

Builds and maintains the design system a product is assembled from — tokens for color, type, spacing and elevation, component contracts, and the rules that keep them coherent as the product grows. Use this when starting a new interface, when screens have drifted apart visually, when the same component exists three…

cbrock84/headcount · 82 tokens

interface-redesign

Upgrades an existing interface to a higher standard without rebuilding it — auditing what is there, identifying what reads as generic or unfinished, and sequencing changes by impact. Use this when a product works but looks dated or default, when a redesign is being considered, when deciding whether to restyle or…

cbrock84/headcount · 77 tokens

design-to-code

Mockup-to-component pipeline using Google Stitch, 21st.dev, and Storybook MCP. Accepts a screenshot, a description, or a URL and produces production-ready React components, checking existing Storybook components before generating anything new. Use when implementing UI from a mockup or screenshot. To call the MCP tool…

yonatangross/orchestkit · 86 tokens

design-context-extract

Extract design DNA from app screenshots, live URLs, or screen recordings using Google Stitch — color palettes, typography, spacing tokens, component patterns, and motion specs as design-tokens.json or Tailwind config. Use when the user points to a screenshot, URL, or video and asks to extract or audit the design…

yonatangross/orchestkit · 84 tokens

design-import

Scaffolds React components from a Claude Design handoff bundle and stops at files on disk: no stories, no tests, no pull request. Use when handed a claude.ai/design URL or a local bundle file; when that same scaffold should carry on through test generation, browser verification and an opened PR, run /ork:design-ship…

yonatangross/orchestkit · 74 tokens