a1-marketing-context

a1-marketing-context is a skill for Claude Code, Codex from ztemerbekov/a1-marketing-skills. It costs 70 tokens per session (638 once invoked), scanned A, original, MIT.

A shared record of confirmed marketing facts, audiences, positioning, brand voice, proof, vocabulary, and business goals for a project. It is stored in the repository's marketing-context file.

In plain words
What is it for?
Use it to create or update reusable marketing context, such as the target audience, tone of voice, product facts, or approved messaging.
Why use it?
It gives future marketing work a consistent source of approved information without turning setup into strategy work. It also avoids changing the record unless the user explicitly asks to maintain it.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present.

Part of the 1-marketing-strategies plugin — 4 skills shipped together

Good fit Use it to create or update reusable marketing context, such as the target audience, tone of voice, product facts, or approved messaging.

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

Made for: Claude Code, Codex.

Or install 1-marketing-strategies, the plugin that ships this one along with the rest of its 4 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 a1-marketing-context

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/ztemerbekov/a1-marketing-skills/a1-marketing-context"><img src="https://agentmods.dev/badge/skills/ztemerbekov/a1-marketing-skills/a1-marketing-context.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 638 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.00070 $0.00638
Opus 5 $0.00035 $0.00319
Sonnet 5 $0.00014 $0.00128
Haiku 4.5 $0.00007 $0.00064

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

Security

Grade A, and why

a1-marketing-context 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/a1-marketing-context/SKILL.md · 43 lines

How it starts

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

Marketing Context

Create or update the current repository's shared marketing context from confirmed information without turning setup into strategy work.

This is a public, Model-invoked skill for explicit context-maintenance intent. Its one user job is to maintain .agents/marketing-context.md safely and incrementally.

Invocation Contract

An ordinary explicit request such as set up marketing context, remember our tone of voice, or update the audience starts Auto-draft. Do not require the user to know the schema.

An interview is a separate, deliberate branch. Start it only when the user explicitly asks to be interviewed or to answer setup questions. Natural language is sufficient; do not depend on client-specific slash commands or command syntax.

Installation, opening a project, mentioning marketing, finding an existing context, or another skill reporting missing context is not write intent. In those situations, do not invoke this workflow, ask setup questions, create directories, or write files.

Runtime

Follow the context spine in order. It is the single authority for stage order and completion criteria.

Load only the reference selected by the active stage. Evaluation cases are maintainer material and are never runtime dependencies.

Storage Contract

Write only .agents/marketing-context.md inside the current repository. Create .agents/ only after explicit write intent and only when a write will occur.

Do not create or maintain global state, last-used profiles, private variants, additional repository contexts, or CONTEXT-MAP.md. Do not write fallback context files.

Output Contract

After a successful write, briefly confirm whether .agents/marketing-context.md was created or updated, link the file, and list only the sections changed in this run. Show the full file only when the user explicitly asks for it.

For an Interview session, the final stop or seven-question-limit confirmation may list all sections safely saved across that current session even when the final pass itself is a no-write pass. If the user stops before confirming any answer, use the zero-write close response from references/interview.md instead of linking a nonexistent file or listing sections.

Read the full file on GitHub · 43 lines

Files

What ships with it

31 files 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 · 43 lines · 70 tokens per session scan A fefb4d830d15

Subscribe to this mod's changes

a1-marketing-context is a skill published in the GitHub repository ztemerbekov/a1-marketing-skills (8 stars, last pushed 13d ago), licensed MIT. It adds 70 tokens to every session and 638 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

deai_humanize

A Chinese-language writing helper that measures signs of machine-like writing and rewrites text to sound more natural and personal.

mateaix/mateclaw · 82 tokens

humanize-automation

Human-like mouse, keyboard and scroll behavior for behavioral bot bypass.

uphiago/recon-skills · 18 tokens

analytics-strategy

Design measurement frameworks including event taxonomy, KPI hierarchy, dashboard architecture, attribution models, and analytics implementation strategy. Use this skill whenever the user wants to plan analytics, design dashboards, build event taxonomies, define KPIs, set up tracking, or audit existing measurement.…

rampstackco/claude-skills · 126 tokens

cro-optimization

Run conversion rate optimization through hypothesis-driven testing including audit, hypothesis generation, test design, statistical analysis, and rollout decisions. Use this skill whenever the user wants to optimize conversion, run A/B tests, audit a funnel, generate test hypotheses, design experiments, or analyze…

rampstackco/claude-skills · 123 tokens

research-seo-demand

A Chinese-language process for researching SEO opportunities, where SEO means improving pages so they can appear in search results. It studies user needs, keyword demand, search-result pages, and competing pages using Bing data.

tsingyuai/growth-lab · 102 tokens

create-seo-page

A Chinese-language workflow for creating and implementing search-focused pages in an existing product repository. SEO means improving a page so it can be found and understood through search engines.

tsingyuai/growth-lab · 93 tokens