marketing

Routes marketing and growth tasks to specialist skills in the upstream Marketing Skills library.

2|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/tommylower/cortex --skill marketing-tommylower
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: marketing
Source: https://github.com/tommylower/cortex/tree/main/agent-workflows/marketing
Command: npx skills add https://github.com/tommylower/cortex --skill marketing-tommylower

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Finding the right marketing skill for a task is hard when a large external library is kept as a git submodule rather than installed skill by skill. This Skill acts as a router that points the agent to the correct specialist skill in Corey Haines' Marketing Skills library for any marketing or growth work. ## Core Features & Use Cases - Skill Routing: Reads the Available Skills table in marketing/README.md to match a task to the right specialist skill, then loads that skill's SKILL.md in full. - Broad Coverage: Handles copy and content, SEO and AI search, paid ads and ad creative, email and SMS, conversion and onboarding, pricing and offers, launches, PR and events, sales and prospecting, and analytics and attribution. - Multi-Area Tasks: When a task spans two areas, such as landing-page copy plus its A/B test, it directs the agent to read both relevant skills. - Use Case: You ask for help writing a product launch email sequence. The router resolves the Cortex root, finds the email skill in the upstream library's README table, and loads that skill's instructions and references. ## Quick Start Ask the agent to help with a marketing task such as writing ad copy or planning a launch, and it will route to the matching specialist skill in the Marketing Skills library.

Frequently Asked Questions about marketing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find the right marketing skill for my task?▼

Read the Available Skills table in marketing/README.md, which lists every skill with its purpose. Match your task to a skill, then read that skill's SKILL.md in full and follow its instructions, including any references it loads.

What marketing tasks does the Marketing Skills library cover?▼

The library covers copy and content, SEO and AI search, paid ads and ad creative, email and SMS, conversion and onboarding, pricing and offers, launches, PR and events, sales and prospecting, and analytics and attribution.

Where are the marketing skill files located?▼

The library lives as a git submodule at marketing/ under the Cortex root. Resolve the router skill folder's real path, go up two levels to reach the Cortex root, then look under marketing/skills/<name>/.

Can I use multiple marketing skills for one task?▼

Yes. When a task spans two areas, such as landing-page copy plus the A/B test for it, read both matching skills in full and follow each one's instructions together.

Why are the marketing skills not installed individually?▼

Cortex keeps the upstream Marketing Skills library as a git submodule rather than installing skills one by one into agent skill directories. The router skill exists to direct agents to the right upstream skill on demand.