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 skills add charlieviettq/awesome-agent-skill --skill biz-brand-positioninggit clone --depth 1 https://github.com/charlieviettq/awesome-agent-skillWrote 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/charlieviettq/awesome-agent-skill/biz-brand-positioning)<a href="https://agentmods.dev/skills/charlieviettq/awesome-agent-skill/biz-brand-positioning"><img src="https://agentmods.dev/badge/skills/charlieviettq/awesome-agent-skill/biz-brand-positioning/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.
<a href="https://agentmods.dev/skills/charlieviettq/awesome-agent-skill/biz-brand-positioning"><img src="https://agentmods.dev/badge/skills/charlieviettq/awesome-agent-skill/biz-brand-positioning.svg" alt="Reviewed on agentmods" width="80" 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.00090 | $0.01607 |
| Opus 5 | $0.00045 | $0.00804 |
| Sonnet 5 | $0.00018 | $0.00321 |
| Haiku 4.5 | $0.00009 | $0.00161 |
Grade A, and why
"biz-brand-positioning" 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.
This is a copy
95% identical to biz-brand-positioning — 8 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 166 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Brand Positioning
Overview
Brand positioning defines the distinct place a brand occupies in the target customer's mind relative to competitors. It combines a positioning statement (verbal), a perceptual map (visual), and brand personality (emotional). Positioning is the bridge between STP (who to target) and execution (how to communicate).
When to Use
Trigger conditions:
- User creating or refreshing a brand identity
- User needs to differentiate from competitors
- User asks "what makes us different?" or "how do customers perceive us?"
- User's brand feels generic or unfocused
When NOT to use:
- For market segmentation → use STP first (positioning comes after targeting)
- For tactical marketing mix → use 4P/7P
- For product feature decisions → use Value Proposition Canvas or JTBD
Framework
IRON LAW: Positioning Is in the Customer's Mind, Not Your Brochure
Positioning is about PERCEPTION, not reality. You don't decide your position —
customers do. You can influence it through consistent signals, but the ultimate
test is: "When customers think of [category], do they think of us?"
A positioning statement is a GOAL — verify it matches actual perception
through customer research.
IRON LAW: One Position Per Brand
A brand cannot own two positions simultaneously. "We're the cheapest AND
the most premium" is not positioning — it's confusion. If you need to serve
different segments with different positions, use different brands or sub-brands.
Step 1: Define the Competitive Frame
Before positioning, clarify:
- Category: What category does the customer place you in?
- Competitive set: Who are you compared against? (may differ from who you think your competitors are)
- Target segment: From STP — whose mind are you positioning in?
Step 2: Craft the Positioning Statement
Use this template:
For [target segment],
[brand] is the [category/competitive frame]
that [point of difference — the ONE thing that sets you apart]
because [reason to believe — proof that you can deliver].
What ships with it
3 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.
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.
- 9d ago First seen · 166 lines · 90 tokens per session scan A 40fc402c97bd
"biz-brand-positioning" is a skill published in the GitHub repository charlieviettq/awesome-agent-skill (26 stars, last pushed 1mo ago), licensed MIT. It adds 90 tokens to every session and 1,607 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. It is 95% identical to biz-brand-positioning, differing in 8 lines, and is treated as a copy.
Other skills, from other repositories
bim-classification-ai
Classify BIM elements using AI and standard classification systems. Map elements to UniFormat, MasterFormat, OmniClass, and CWICR codes.
ux-audit
Walk through a live web app AS a real user to find usability + behavioural bugs that static reviews miss. REQUIRES proof of interaction (typing, clicking, sending, observing) before any verdict — a sweep that didn't interact terminates with verdict 'Incomplete'. Walks threads, exercises every element, runs the…
flowchart-creator
Create HTML flowcharts and process diagrams with decision trees, color-coded stages, arrows, and swimlanes. Use when users request flowcharts, process diagrams, workflow visualizations, or decision trees.
design-loop
Autonomous multi-page site builder using a baton-passing loop. Each iteration reads a task from .design/next-prompt.md, generates a page in HTML/Tailwind, integrates it into the site, verifies visually, then writes the next task to keep the loop alive. Use whenever the user asks to build an entire site autonomously…
color-palette
Generate complete, accessible colour palettes from a single brand hex. Produces 11-shade scale (50-950), semantic tokens, dark mode variants, Tailwind v4 CSS output, WCAG contrast checks. Use whenever the user supplies a brand hex and asks for a palette, mentions setting up a design system, wants Tailwind theme…
tailwind-theme-builder
Set up Tailwind v4 + shadcn/ui themed UI with dark mode. Install deps, configure CSS variables via @theme inline, wire dark mode toggle, verify. Use whenever the user mentions Tailwind v4, setting up Tailwind theming, shadcn/ui colours, dark mode, or troubleshooting colours not working, tw-animate-css errors, @theme…