design-business-card

design-business-card is a skill for Claude Code from slogsdon/skills-design. It costs 137 tokens per session (3,276 once invoked), scanned A, original, MIT.

A tool for creating a printable business card as one HTML file containing front and back designs at print-ready dimensions.

In plain words
What is it for?
It creates business cards or digital card equivalents with contact details, optional location, and an optional secondary handle such as GitHub.
Why use it?
It helps reduce a brand to a small physical format while keeping the required name, role, and contact information clear.

Skill for Claude Code

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

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is test -f ./design/<brand-slug>/tokens.css.

Part of the skills-design plugin — 19 skills shipped together

Good fit It creates business cards or digital card equivalents with contact details, optional location, and an optional secondary handle such as GitHub.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/slogsdon/skills-design
agentmods
npx agentmods add skills/slogsdon/skills-design/design-business-card

Made for: Claude Code.

Or install skills-design, the plugin that ships this one along with the rest of its 19 skills.

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 design-business-card

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/slogsdon/skills-design/design-business-card"><img src="https://agentmods.dev/badge/skills/slogsdon/skills-design/design-business-card.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 137 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,276 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.00137 $0.03276
Opus 5 $0.00068 $0.01638
Sonnet 5 $0.00027 $0.00655
Haiku 4.5 $0.00014 $0.00328

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

Security

Grade A, and why

design-business-card 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 12d 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/design-business-card/SKILL.md · 264 lines

How it starts

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

Skill: business-card

Produces a single self-contained HTML file containing two pixel-exact 1050×600 canvases — the front and back of a standard 3.5×2 inch business card at 300dpi. Print-ready dimensions; bleed and crop notes documented at the end of the file.

This skill is the most extreme reduction test in the platform-skills set. A business card has ~6 square inches of total real estate; the brand must speak with nearly no text. If the brand can't hold its identity at this scale, the design system has a problem worth surfacing.

When to use

  • User needs printed business cards (or digital equivalents — Apple Wallet, Linktree alternative)
  • A DESIGN.md exists for the brand

Inputs

  • Required: brand slug, name, title/role
  • Required: primary contact (email OR URL — pick the one most likely to lead to a conversation)
  • Optional: secondary contact (the other of email/URL)
  • Optional: location (city · timezone)
  • Optional: secondary handle (e.g. GitHub for engineering brands)

Output

./design/<brand-slug>/artifacts/business-card-YYYY-MM-DD-<slug>.html

Steps

1. Verify brand exists

test -f ./design/<brand-slug>/tokens.css

2. Gather the brief

Ask in one message:

1. Name — as it should appear on the card
2. Title / role — short, sentence-case (no periods on titles — they're labels not sentences)
3. Primary contact — pick ONE: email OR URL (the one you most want to receive)
4. Optional secondary contact — the other one
5. Optional location — city · timezone (e.g. "Louisville · GMT−5")
6. Optional secondary handle — e.g. "github.com/handle" for engineering brands

If the user wants more than 4 lines of text on the front, push back: "Business cards work at 4 lines max. What's essential?"

3. Pick variation — FRONT and BACK can use different archetypes

This is the rare skill where the front and back can take DIFFERENT visual approaches because they serve different functions (front = info; back = mark/identity):

Read the full file on GitHub · 264 lines

Files

What ships with it

1 file 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. 12d ago First seen · 264 lines · 137 tokens per session scan A b1d027bd8b54

Subscribe to this mod's changes

design-business-card is a skill published in the GitHub repository slogsdon/skills-design (3 stars, last pushed 28d ago), licensed MIT. It adds 137 tokens to every session and 3,276 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

self-media-short-video

A planning and production guide for vertical short videos on platforms such as TikTok, Xiaohongshu, and WeChat Channels.

yanhua1010/self-media-content-workflow · 118 tokens

self-media-content-delivery

A file-based process for saving, versioning, checking, and packaging completed social-media content.

yanhua1010/self-media-content-workflow · 103 tokens

self-media-trend-radar

A research guide for tracking public trends, search terms, popular content, competitors, and audience questions. It turns that research into original content ideas supported by evidence.

yanhua1010/self-media-content-workflow · 96 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

x-marketing

Plan, draft, audit, and publish posts and threads for X (Twitter). Use when the user wants to write a single tweet or an auto-numbered thread, build a long-form tweetstorm, remove AI tells from a draft, reverse-engineer the hook from a viral tweet, draft a reply or quote tweet, or plan a week of X content. Tweets and…

sergebulaev/x-skills · 117 tokens

paint

Paint a complete visual universe with genjutsu - art direction brainstorm, design system, implementation, audit. Anti-AI-slop design pipeline. Adapts to Web, Android (Compose), Apple (SwiftUI).

AThevon/genjutsu · 46 tokens