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.
npx agentmods add skills/itsbariscan/claude-code-marketing/brandnpx skills add itsbariscan/claude-code-marketing --skill brandgit clone --depth 1 https://github.com/itsbariscan/claude-code-marketingWrote 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.
[](https://agentmods.dev/skills/itsbariscan/claude-code-marketing/brand)<a href="https://agentmods.dev/skills/itsbariscan/claude-code-marketing/brand"><img src="https://agentmods.dev/badge/skills/itsbariscan/claude-code-marketing/brand.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00012 | $0.01356 |
| Opus 5 | $0.00006 | $0.00678 |
| Sonnet 5 | $0.00002 | $0.00271 |
| Haiku 4.5 | $0.00001 | $0.00136 |
Grade A, and why
brand 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 6d 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.
How it starts
The opening of the file, as written. The whole thing — 259 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Brand Management
Manage marketing brands and client context with session continuity.
The Iron Law
NO MARKETING WORK WITHOUT BRAND CONTEXT
If brand context isn't loaded, recommendations are generic. Always confirm brand is active before marketing tasks.
Commands
/brand Show active brand or list all
/brand list List all brands
/brand new Create a new brand
/brand switch <name> Switch to a different brand
/brand info Show detailed brand info
/brand update Update brand information
/brand add-competitor Add a competitor
/brand add-note Add a note
Natural Language Detection
Detect these patterns and route to brand management:
| User Says | Action |
|---|---|
| "working on [name]" | Switch to brand |
| "new client" / "new brand" | Create brand |
| "switch to [name]" | Switch to brand |
| "who am I working with" | Show active brand |
| "my brands" / "list clients" | List all brands |
Brand Context Gate
BEFORE any marketing task, verify:
-
Is a brand active?
- If yes: Proceed with context
- If no: "Which brand are you working on? Use
/brand switch [name]or/brand new"
-
Do I have needed context?
- Industry? Product? Audience? Competitors?
- If missing critical info: Ask or note the gap
Session Continuity
When Switching Brands
-
Save current session → Creates handoff with:
- Completed tasks
- In-progress tasks
- Key decisions made
-
Load new brand → Shows:
- Last session summary
- Pending tasks
- Recommended next steps
Handoff Display
📋 RESUMING: [Brand Name]
**Last session:** [Date]
✅ **Completed:**
- [Task 1]
- [Task 2]
🔄 **In Progress:**
- [Task 3]
📌 **Recommended Next:**
- [Priority action]
Ready to continue. What would you like to focus on?
Brand Creation Flow
When user says /brand new or "new client":
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.
- 6d ago First seen · 259 lines · 12 tokens per session scan A 67ac2161d568
brand is a skill published in the GitHub repository itsbariscan/claude-code-marketing (11 stars, last pushed 7mo ago), licensed MIT. It adds 12 tokens to every session and 1,356 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.
Other skills, from other repositories
context-manager
Context management skill providing discovery, fetching, harvesting, extraction, compression, organization, cleanup, and guided workflows for project context.
mindos
MindOS: local knowledge assistant & shared KB. Keeps decisions, notes, SOPs, debugging lessons, research findings, preferences across sessions/agents. Core: save notes, search KB, organize files, run workflows, review, append CSV, hand off context, distill lessons. NOT for app source or paths outside KB. Triggers…
mindos-zh
MindOS 是用户的本地知识助手,也是跨会话、跨 Agent 共享的知识库。它保存决策记录、会议纪要、SOP、 排错经验、架构选型、调研结论和偏好设置。 仅 mindRoot 知识库内任务。不用于:改代码仓库、项目源码、KB 外路径。 核心概念:空间、指令(INSTRUCTION.md)、技能(SKILL.md);笔记可承载指令与技能。 触发场景:保存或记录任何内容、搜索历史笔记或上下文、更新或编辑文件、整理或重组文件结构、 执行SOP或工作流、捕获对话中的决策、复盘或总结经验、追加表格或CSV数据、跨Agent交接上下文、 提炼经验教训、同步关联文档、查找之前是否讨论过某事、查询历史决策、查找模板或SOP、…
mindos-max
MindOS: local knowledge assistant & global memory layer. Keeps decisions, notes, SOPs, debugging lessons, architecture choices, research findings, preferences, conversation summaries for all connected agents. PROACTIVE: (1) search MindOS first for past context, (2) offer to save after valuable work, (3) persist key…
mindos
Operate a MindOS knowledge base: update notes, search, organize files, execute SOPs/workflows, retrospective, append CSV, cross-agent handoff, route unstructured input to the right files, distill experience, sync related docs. Use when the task targets files inside the user's MindOS KB (mindRoot). NOT for editing app…
plugin-core-builtin-migration
将 MindOS 渲染器插件从“可选插件”升级为“完全内置能力(core builtin)”的通用流程。 当用户要求“把某插件改成内置/核心”“插件不应可关闭”“插件主程序化”或需要将旧入口迁移到 新主流程并保留兼容迁移能力时触发。.