customize

A setup command for configuring a motion-creative plugin around your brand, goals, competitors, production limits, and briefing preferences.

In plain words
What is it for?
Use it to create or update the plugin's configuration file, using existing brand and competitor information from a Motion workspace where available.
Why use it?
It keeps the plugin's later analysis and creative work aligned with your team's settings instead of requiring the same context each time.

Skill for Claude CodeCodex

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/motion-creative/motion-creative-plugin/customize
Any agent
npx skills add Motion-Creative/motion-creative-plugin --skill customize
Clone the repo
git clone --depth 1 https://github.com/Motion-Creative/motion-creative-plugin

Made for: Claude Code, Codex.

Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,920 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 $0.00064 $0.01920
Opus 5 $0.00032 $0.00960
Sonnet 5 $0.00013 $0.00384
Haiku 4.5 $0.00006 $0.00192

Measured 2d ago against content hash 18b08feac651, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

customize 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 2d 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.

Plugin/skills/customize/SKILL.md · 239 lines

How it starts

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

Customize Motion Creative

Set up this plugin for your brand so every analysis, concept, and brief reflects how your team actually works.

How This Works

This command configures your motion-creative.config.md file — the source of truth that all other commands read from. This file is yours: plugin updates never touch it. You can re-run /customize anytime to update settings as your strategy evolves.

Step 1: Detect Current State

Try to read ${CLAUDE_PLUGIN_ROOT}/motion-creative.config.md.

  • If the file exists: This is a re-configuration. Read it, show the user their current settings, and ask what they want to update. Only touch those sections.
  • If the file does not exist: This is a first-time setup. Walk through all sections.

Step 2: Gather Context from Motion

Pull real data from the Motion workspace to pre-fill as much as possible:

Run in parallel:
1. get_auth_context → workspace ID and name
2. get_workspace_brand → brand positioning, voice
3. get_workspace_competitors → competitor list
4. get_glossary_values → available taxonomy categories

Use these results to pre-fill settings rather than asking the user for information Motion already has.

Step 3: Walk Through Configuration Sections

Work through each section, using Motion data where available and asking only when needed.

3a. Workspace & KPIs

If get_auth_context returned workspace info, apply it directly. Then ask:

Primary KPI: "What's the one metric your team optimizes for above all else?"

  • Options: ROAS, CPA, CPL, CPC, Purchases, Purchase Value
  • Default suggestion based on workspace type if available

Secondary KPIs: "What 2-3 metrics do you watch alongside [primary KPI]?"

  • Options from: HOOK, CPA, ROAS, SPEND, SCALING, CTR_ALL, CPC, PURCHASES

3b. Competitors

If get_workspace_competitors returned results, show them: "Motion already tracks these competitors: [list]. Want to keep this list, or add/remove any?"

If no competitors configured: "Which competitor brands should we track? Use domains (e.g., competitor.com)"

Read the full file on GitHub · 239 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. 2d ago First seen · 239 lines · 64 tokens per session scan A 18b08feac651

Subscribe to this mod's changes

customize is a skill published in the GitHub repository Motion-Creative/motion-creative-plugin (20 stars, last pushed 3mo ago), licensed MIT. It adds 64 tokens to every session and 1,920 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-30.

Related

Other skills, from other repositories

weekly-digests

Generate a serial week-by-week narrative digest of a project's full claude-mem timeline. Splits the timeline into per-ISO-week files, then runs one consecutive subagent per week — each receiving the prior week's carry-forward block — to produce one chapter per ISO week of data. Use when asked for "weekly digests"…

thedotmack/claude-mem · 93 tokens

agentmail

Use when an agent needs AgentMail CLI email inboxes.

NousResearch/hermes-agent · 15 tokens

skill-template

Template for creating new Agent Skills for context engineering. Use this template when adding new skills to the collection.

muratcankoylan/Agent-Skills-for-Context-Engineering · 24 tokens

Agent Development

This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development…

anthropics/claude-code · 80 tokens

skill-creator

Scaffold a new yoyo skill when a human or community issue asks for one ("add a skill for X", "create a skill that does Y"). Generates correct frontmatter, validates, writes to disk.

yologdev/yoyo-evolve · 46 tokens

subagent-delegation

Canonical protocol for delegating GSD work to native Antigravity subagents — when to delegate, how to invoke, workspace isolation modes, and the inline fallback for older IDE versions.

toonight/get-shit-done-for-antigravity · 42 tokens