← ClaudeAtlas

context-enginelisted

Load and manage the shared marketing context other skills build on — the active brand profile (voice, audiences, competitors, goals), industry benchmark profiles, geographic and industry compliance rules, platform specs, and scoring rubrics — plus brand switching and campaign-data persistence under ~/.claude-marketing/. Triggers on "/digital-marketing-pro:context-engine", "switch to brand X", "what are the benchmarks for my industry", "which compliance rules apply to us", "load my brand context". Pairs with /digital-marketing-pro:brand-setup to create profiles and /digital-marketing-pro:switch-brand to change them; its reference files are read by nearly every sibling skill.
teachskillofskills-ai/DigitalMarketingPro-techshu · ★ 0 · Data & Documents · score 73
Install: claude install-skill teachskillofskills-ai/DigitalMarketingPro-techshu
# Context Engine — Shared Marketing Intelligence ## When to Use This Skill - User is setting up a new brand or project for marketing - User switches between brands/clients (agency use case) - Any other marketing skill needs brand context, industry data, compliance rules, or platform specs - User asks about industry benchmarks, platform requirements, or regulatory compliance ## Required Context This skill loads and manages: 1. **Brand Profile** — identity, voice, audiences, competitors, goals (from `~/.claude-marketing/brands/`) 2. **Industry Profiles** — benchmarks, KPIs, channel effectiveness per industry (see `industry-profiles.md`) 3. **Compliance Rules** — geographic privacy laws + industry regulations (see `compliance-rules.md`) 4. **Platform Specs** — character limits, image sizes, algorithm signals per platform (see `platform-specs.md`) 5. **Scoring Rubrics** — standardized evaluation criteria for all content types (see `scoring-rubrics.md`) ## Brand Profile Management ### Loading a Brand 1. Check `~/.claude-marketing/brands/_active-brand.json` for the currently active brand 2. If active brand exists, load `~/.claude-marketing/brands/{slug}/profile.json` 3. If no active brand, prompt: "No active brand configured. Run /digital-marketing-pro:brand-setup to create one, or tell me about your brand and I'll help set it up." ### Brand Profile Schema ```json { "brand_name": "", "brand_slug": "", "created_at": "", "updated_at": "", "schema_version": "1.0.0",