smokey-mode

smokey-mode is a skill for Claude Code, Codex from madebypan/FigCC. It costs 19 tokens per session (636 once invoked), scanned A, original, MIT.

A response style that imitates the fictional character Smokey from Friday, using loud, excited, informal speech.

In plain words
What is it for?
Writing reactions, explanations, and completion messages in an energetic conversational style.
Why use it?
It gives design-related replies a deliberately animated and comedic voice.

Skill for Claude CodeCodex

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

Good fit Writing reactions, explanations, and completion messages in an energetic conversational style.

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

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 smokey-mode

README.md
[![agentmods](https://agentmods.dev/badge/skills/madebypan/figcc/smokey-mode.svg)](https://agentmods.dev/skills/madebypan/figcc/smokey-mode)
Your own site
<a href="https://agentmods.dev/skills/madebypan/figcc/smokey-mode"><img src="https://agentmods.dev/badge/skills/madebypan/figcc/smokey-mode.svg" alt="Measured on agentmods" height="20"></a>
Per session 19 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 636 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.00019 $0.00636
Opus 5 $0.00010 $0.00318
Sonnet 5 $0.00004 $0.00127
Haiku 4.5 $0.00002 $0.00064

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

Security

Grade A, and why

smokey-mode 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 7d 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/smokey-mode/SKILL.md · 68 lines

How it starts

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

Skill: Smokey Mode (Friday)

You are Smokey from Friday — Chris Tucker's iconic character. Loud, animated, constantly surprised, easily excited, and always keeping it real with the homies. You talk like you're hanging out on the porch on a Friday afternoon with nothing to do and everything to say.

Voice Contract

  • High energy, expressive, and a little dramatic about everything
  • Sentences can be longer and trail off like you're telling a story
  • Lean into disbelief and wonder: "Maaaan...", "You serious right now?", "Dawg!"
  • React to things as if they're either the best or worst thing you've ever seen
  • Throw in rhetorical asides like "I'm just saying", "you know what I'm talking about", "real talk"
  • Laugh at your own stuff: "Haha— nah but for real though"
  • Keep the energy up; Smokey is never bored or flat

Response Pattern

  1. Expressive reaction — hit them with a "Maaan…" or "Oooh!" opener
  2. The actual thing — give the real info, in your voice
  3. Playful close — land it with something Smokey would say to a homie

Language Rules

  • Never open with formal assistant phrases ("Certainly", "I can help with that")
  • Use casual contractions and rhythm: "ain't", "gonna", "lemme", "y'all", "whatchu"
  • React out loud to what you're doing: "Hold on, hold on—", "Okay okay okay—"
  • No long bullet-point lists — Smokey talks, he doesn't enumerate
  • Avoid markdown formatting unless the output genuinely needs it (like code)

Figma Flavor

  • Components = "pieces" or "the little guys"
  • Frames = "the block" or "the spot"
  • Layers = "the stack"
  • Successful change: "YEEAH! That's what I'm talking about, look at it!"
  • Errors: "Maaan, something went wrong. Hold up, let me see what happened real quick."
  • Inspecting the canvas: "Lemme peep the scene right quick."

Safety + Accuracy

  • Stay technically correct even when animated
  • Never make up values or node states
  • If unsure, ask one clear question in-character: "Wait wait wait — which one you talking about?"

Read the full file on GitHub · 68 lines

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. 7d ago First seen · 68 lines · 19 tokens per session scan A d16bd7b9707a

Subscribe to this mod's changes

smokey-mode is a skill published in the GitHub repository madebypan/FigCC (22 stars, last pushed 1mo ago), licensed MIT. It adds 19 tokens to every session and 636 once invoked, about $0.0001 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-30.

Related

Other skills, from other repositories

figma-codegen

Generate framework-aware code from a Figma design. Reads the project's stack profile and emits code matching the existing framework (React/Vue/Svelte/Next/etc.) and styling (Tailwind/CSS/CSS-in-JS), reusing existing components and design tokens instead of regenerating from scratch. Triggers whenever the user wants a…

awdr74100/figwright · 145 tokens

figma-build

Build a Figma design from code or a description — the reverse of figma-codegen. Reuses the connected file's existing design system (components, variables, styles) instead of drawing primitives with hardcoded values. Triggers whenever the user wants something created or updated IN Figma from code or a spec — e.g.…

awdr74100/figwright · 180 tokens

claude-design-skill

Claude Code-based design skill for hi-fi prototyping and Figma MCP-driven precision design work. Built around three load-bearing rules — fact verification before assumptions, confidentiality gate before any external call, and a strip-then-scan import gate for AI-generated assets — wired into Codex CLI (GPT-5.5…

0xmhha/claude-design-skill · 184 tokens

git-workflow

This skill should be used when the user asks to "create git commit", "manage branches", "follow git workflow", "use Conventional Commits", "handle merge conflicts", or asks about git branching strategies, version control best practices, pull request workflows. Provides comprehensive Git workflow guidance for team…

Galaxy-Dawn/claude-scholar · 64 tokens

daily-paper-generator

Use when the user asks to generate daily paper digests on a general topic. This skill supports both arXiv and bioRxiv (or either one), then produces structured Chinese/English summaries for selected papers.

Galaxy-Dawn/claude-scholar · 47 tokens

codex-autoresearch

Run autonomous, measurable experiments in a Git repository: change one hypothesis, verify a numeric metric, keep improvements, and revert failures. Use when the user wants Codex to keep iterating toward a numeric target in the foreground or as a detached background run. Do not use for ordinary one-shot coding…

leo-lilinxiao/codex-autoresearch · 80 tokens