skills/context-engine/SKILL.md
Load brand context for marketing tasks. Use when: setting up brands, switching context, or needing industry benchmarks.
npx skillsauth add indranilbanerjee/digital-marketing-pro context-engineInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill loads and manages:
~/.claude-marketing/brands/)industry-profiles.md)compliance-rules.md)platform-specs.md)scoring-rubrics.md)~/.claude-marketing/brands/_active-brand.json for the currently active brand~/.claude-marketing/brands/{slug}/profile.json{
"brand_name": "",
"brand_slug": "",
"created_at": "",
"updated_at": "",
"schema_version": "1.0.0",
"identity": {
"tagline": "",
"mission": "",
"vision": "",
"values": [],
"unique_selling_proposition": "",
"positioning_statement": "",
"elevator_pitch": ""
},
"business_model": {
"type": "",
"revenue_model": "",
"price_range": "",
"sales_cycle_length": "",
"average_deal_size": "",
"customer_lifetime_value": ""
},
"industry": {
"primary": "",
"secondary": [],
"regulated": false,
"regulation_codes": [],
"compliance_notes": ""
},
"target_markets": [],
"brand_voice": {
"formality": 5,
"energy": 5,
"humor": 3,
"authority": 5,
"personality_traits": [],
"tone_keywords": [],
"avoid_words": [],
"prefer_words": [],
"this_not_that": [],
"sample_content": []
},
"channels": {
"active": [],
"primary": "",
"handles": {}
},
"competitors": [],
"goals": {
"primary_objective": "",
"kpis": [],
"budget_range": "",
"team_size": ""
}
}
When user says "switch to [brand name]":
python "scripts/setup.py" --switch-brand SLUG_active-brand.jsonOr use: /digital-marketing-pro:switch-brand
Every module should:
target_markets and industry.regulation_codesadaptive-scorer.py to get brand-specific weights before content scoringcampaign-tracker.py to persist plans, performance, and insightsThe following types trigger different funnel models, KPI frameworks, and channel strategies:
B2B_SaaS — MRR/ARR focused, product-led or sales-led growthB2C_eCommerce — ROAS focused, product catalog marketingB2C_DTC — Direct-to-consumer brand building + performanceB2B_Services — Thought leadership, long sales cyclesLocal_Business — Google Business Profile, local SEO, reviewsAgency — Multi-client management, white-label outputsCreator — Personal brand, audience building, monetizationEnterprise — ABM, buying committees, complex salesNon_Profit — Donor acquisition, awareness, advocacyMarketplace — Two-sided acquisition, liquidity, trustThe brand voice scorer (brand-voice-scorer.py) automatically normalizes profile data:
brand_voice.formality (1-10 int scale) → converts to 0.0-1.0 float internallybrand_voice.prefer_words → preferred_words, brand_voice.avoid_words → avoided_wordsCampaign data, performance snapshots, and marketing insights persist across sessions:
~/.claude-marketing/brands/{slug}/
├── campaigns/ # Campaign plans and post-mortems
│ ├── _index.json # Campaign index for quick lookup
│ └── {id}.json # Individual campaign data
├── performance/ # Performance snapshots over time
│ └── {campaign}-{date}.json
├── insights.json # Marketing learnings (last 200)
├── content-library/ # Saved content pieces
└── voice-samples/ # Brand voice reference content
Use campaign-tracker.py for all persistence operations.
When MCP servers are configured (in .mcp.json), modules can pull real data:
All MCP servers connect to the USER'S OWN accounts via their API keys.
tools
Compare two SEO snapshots (GSC, GSC AI Performance, rank tracker, AEO probe) and surface biggest movers per metric — impressions, clicks, position, AI citations. Use when: monthly performance reviews, post-Core-Update triage, AI Mode citation tracking, or before/after content-refresh evaluation.
development
Build a content cluster plan from seed keywords — pillar+spokes architecture with internal-link map, intent grouping, and quality scorecard. Use when: planning topical authority, designing a content hub, deduping cannibalising pages, or staging a programmatic content rollout.
development
One-shot setup that wires Digital Marketing Pro for team usage in Anthropic Cowork. Verifies the Cowork sandbox, checks for a Google Drive integration, creates the canonical Drive folder layout, and confirms team-ready brand-state routing. Use this the first time a Cowork user installs DMP OR when brand profiles aren't persisting across sessions.
development
Find referring domains that link to your competitors but not to you, ranked by an opinionated outreach-priority score with DR / link-overlap / traffic / topical relevance. Use when: planning link-building campaigns, qualifying digital-PR prospects, or running quarterly backlink-gap audits.