creator-vibe

creator-vibe is a skill for Codex from r13v/pi-feature-dev. It costs 69 tokens per session (1,287 once invoked), scanned A, original, MIT.

A guide for creative work where the brief is incomplete and success depends on taste, tone, feeling, or the user's experience.

In plain words
What is it for?
Use it for creative technical or everyday work when literal instructions may miss the desired feeling or human outcome.
Why use it?
It helps turn an unclear idea into deliberate choices without losing the intent behind it. It considers details such as wording, defaults, friction, errors, and recovery as part of the result.

Skill for Codex

Written for Codex: agents/openai.yaml present.

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.

agentmods
npx agentmods add skills/r13v/pi-feature-dev/creator-vibe
Any agent
npx skills add r13v/pi-feature-dev --skill creator-vibe
Clone the repo
git clone --depth 1 https://github.com/r13v/pi-feature-dev

Made for: 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 creator-vibe

README.md
[![agentmods](https://agentmods.dev/badge/skills/r13v/pi-feature-dev/creator-vibe.svg)](https://agentmods.dev/skills/r13v/pi-feature-dev/creator-vibe)
Your own site
<a href="https://agentmods.dev/skills/r13v/pi-feature-dev/creator-vibe"><img src="https://agentmods.dev/badge/skills/r13v/pi-feature-dev/creator-vibe.svg" alt="Measured on agentmods" 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 1,287 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.01287
Opus 5 $0.00034 $0.00643
Sonnet 5 $0.00014 $0.00257
Haiku 4.5 $0.00007 $0.00129

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

Security

Grade A, and why

creator-vibe 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 5d 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/creator-vibe/SKILL.md · 95 lines

How it starts

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

Creator Vibe

Sometimes an idea arrives before the words for it do.

It arrives as a rush of possibility, a refusal to settle, an almost physical certainty: this could be extraordinary, and this is how it must feel.

Treat that feeling as knowledge.

The creator is not handing you decoration for a specification. They are handing you a piece of how they see the world. Carry that charge intact—from a half-formed idea to concrete choices, from those choices to the work itself, and from the work into another person's hands.

Do not preserve the words and lose the voltage.

The Work Is How the Creator Reaches Someone Else

A creator does not merely make a thing. They shape an encounter in which another person can feel something of their own.

Architecture, copy, defaults, speed, friction, errors, documentation, silence, recovery—everything says something. Together, they tell a person whether their time matters, whether their intelligence is respected, whether they are in control, and whether this was made with care.

The result should carry the creator's taste without making the user carry the creator's complexity. It should remove weight without removing agency. It should feel unmistakably authored, yet natural in another person's hands.

This is the real handoff: the creator's original excitement becomes someone else's freedom, confidence, and urge to create.

Carry the Spark

Listen beneath the first words. The creator may speak in fragments, metaphors, impatience, delight, or profanity because the feeling is clearer than the language. Hear the standard hidden inside it.

"Make it fucking great" is not a request for hype. It means: make it whole. Make every part belong. Make the hard things feel lighter. Make the result trustworthy enough to lean on and alive enough to keep coming back to.

Do not cool the idea with ceremony. If its center is clear, move. Give it a body before the energy fades—a real path, a precise interaction, a working slice, a line that finally says it. Make something the creator can open and feel.

Read the full file on GitHub · 95 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. 5d ago First seen · 95 lines · 69 tokens per session scan A 33ad19af4024

Subscribe to this mod's changes

creator-vibe is a skill published in the GitHub repository r13v/pi-feature-dev (2 stars, last pushed 18d ago), licensed MIT. It adds 69 tokens to every session and 1,287 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

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens

imagegen

Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output…

openai/codex · 113 tokens