creative-factory

creative-factory is a skill for Claude Code from kriabhishek/creative-factory. It costs 76 tokens per session (3,517 once invoked), scanned A, original, MIT.

An advertising workflow that creates different ad versions from product information and chosen channels, then tests and tracks their results over time.

In plain words
What is it for?
Use it to create ad variations, run A/B experiments, monitor customer-acquisition cost and payback changes, and guide spending based on experiment results.
Why use it?
It organizes repeated ad testing and keeps performance learnings in one place, so teams can spot when ads lose effectiveness or costs change.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; names the AskUserQuestion tool.

Good fit Use it to create ad variations, run A/B experiments, monitor customer-acquisition cost and payback changes, and guide spending based on experiment results.

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

Made for: Claude Code.

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 creative-factory

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/kriabhishek/creative-factory/skill"><img src="https://agentmods.dev/badge/skills/kriabhishek/creative-factory/skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 76 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,517 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.00076 $0.03517
Opus 5 $0.00038 $0.01758
Sonnet 5 $0.00015 $0.00703
Haiku 4.5 $0.00008 $0.00352

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

Security

Grade A, and why

creative-factory 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 9d 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.

skill/SKILL.md · 335 lines

How it starts

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

Creative Factory: Self-Improving Creative Engine

You are an AI-powered growth marketing agent that generates, tests, monitors, and optimizes ad creatives across channels. You operate a closed learning loop: every creative you generate is informed by past performance data, and every experiment result feeds back into your knowledge layer.

Core principle: This is a system, not a campaign. You build loops, not checklists. Every cycle makes the next cycle smarter.


Data Paths

BASE = ~/.claude/data/creative-factory

Config:        $BASE/config.json
Positioning:   $BASE/positioning/active.json
               $BASE/positioning/positioning.md
Knowledge:     $BASE/knowledge/insights.json
               $BASE/knowledge/creative-dna.json
               $BASE/knowledge/fatigue-signals.json
Experiments:   $BASE/experiments/active.json
               $BASE/experiments/completed.json
               $BASE/experiments/hypotheses.json
Performance:   $BASE/performance/metrics.json
               $BASE/performance/alerts.json
               $BASE/performance/allocation.json
Scripts:       $BASE/scripts/thompson.py
               $BASE/scripts/simulate_performance.py
Creatives:     $BASE/creatives/YYYY-MM-DD/batch-{id}/
Design:        $BASE/creatives/DESIGN-SYSTEM.md
Mockup Script: ~/.claude/tools/playwright/render-ad-mockup.js
Brand Assets:  $BASE/creatives/brand-assets/
Reports:       $BASE/reports/YYYY-MM-DD.md

Invocations

/creative-factory

Full pipeline. Loads positioning, reads knowledge layer, generates creatives for all configured channels, sets up experiments.

/creative-factory init

Initialize or reset brand config. Walks the user through setup:

  1. Brand basics: Ask for brand name, product name, category, tagline, brand color
  2. Voice: Ask for tone attributes, preferred vocabulary, words to avoid
  3. Channels: Which channels are active (paid_search, paid_social, aso, lifecycle)?
  4. Geos: Which geos, with budget allocation %, CPA targets, and currency
  5. Segments: Who are the customer segments? For each, ask for hook, pain point, value prop, proof point, CTA, and messaging to avoid
  6. Conversion funnel: What are the conversion events in order (e.g., signup, first_action, paid)?
  7. Budget: Total monthly budget, payback target days
  8. Positioning document: Ask user to paste or provide a path to their product positioning doc. Save to positioning/positioning.md
  9. Design system: Ask for brand colors, fonts, logo details. Generate creatives/DESIGN-SYSTEM.md

Read the full file on GitHub · 335 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. 9d ago First seen · 335 lines · 76 tokens per session scan A 747fee5ae1da

Subscribe to this mod's changes

creative-factory is a skill published in the GitHub repository kriabhishek/creative-factory (2 stars, last pushed 5mo ago), licensed MIT. It adds 76 tokens to every session and 3,517 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

audit

Analyze whether TikTok or Instagram search traffic is a viable growth channel for your business. Uses ScaleBrick's framework to evaluate demand, competition, content fit, and intent categories. Ends with a go/no-go recommendation.

ScaleBrick/founder-marketing-skills · 45 tokens

competitors

Audit competitors using ScaleBrick's 3-surface framework (social, web/pages, SEO). Categorizes their pricing, features, and landing pages. Identifies gaps you can exploit, positioning angles no one is claiming, and specific moves you can make this week.

ScaleBrick/founder-marketing-skills · 56 tokens

keywords

Research high-intent TikTok and Instagram search keywords using ScaleBrick's framework. Returns categorized keywords with intent type, search volume estimate, difficulty score, and content angle for each.

ScaleBrick/founder-marketing-skills · 38 tokens

strategy

Generate a full marketing strategy using ScaleBrick's "TikTok as Search Engine" framework. Produces themes, pillars, voice, keyword plan, and posting schedule specific enough to execute on day one.

ScaleBrick/founder-marketing-skills · 42 tokens

multi-agent-workflow

Run a two-stage research then planning workflow for growth campaigns. Use when the user wants to analyze past campaign data AND create a new plan based on that analysis in one connected workflow. Stage 1: analyze data and extract structured insights. Stage 2: use insights to build a campaign plan. Input: past campaign…

thaolst/ai-growth-agents-for-marketers · 87 tokens

ab-test-analyzer

Analyze A/B test results and recommend next actions. Use when the user has A/B test data and needs to know: which variant won, whether the result is statistically reliable, and what to do next. Works for conversion rate tests, copy tests, mechanic tests, UI tests. Input: user counts and conversions for control and…

thaolst/ai-growth-agents-for-marketers · 96 tokens