https://github.com/oramasearch/marketer
Curated Claude Code harness for Orama's marketing work — brand-voice QA, content production, campaign orchestration, competitive intelligence, GTM enablement, and weekly measurement. Lives as a submodule under amaro-bridge; activated with /marketer.
https://github.com/oramasearch/marketer
Last synced: 2 months ago
JSON representation
Curated Claude Code harness for Orama's marketing work — brand-voice QA, content production, campaign orchestration, competitive intelligence, GTM enablement, and weekly measurement. Lives as a submodule under amaro-bridge; activated with /marketer.
- Host: GitHub
- URL: https://github.com/oramasearch/marketer
- Owner: oramasearch
- Created: 2026-04-30T19:00:59.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-05-21T21:21:16.000Z (3 months ago)
- Last Synced: 2026-05-29T23:27:00.161Z (2 months ago)
- Size: 94.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# marketer
A curated Claude Code harness for Orama's marketing work. Brand-voice QA, content production, campaign orchestration, competitive intelligence, GTM enablement, and weekly measurement — all in one place.
Designed to live as a git submodule under [`oramasearch/amaro-bridge`](https://github.com/oramasearch/amaro-bridge) at `modules/marketer/`. Activate from the bridge with `/marketer`.
## What's in here
- [`CLAUDE.md`](CLAUDE.md) — operating instructions for the marketer agent
- [`style-guide.md`](style-guide.md) — brand voice and visual identity, the source of truth for `brand-voice` skill
- [`.claude/skills/`](.claude/skills/) — 8 Tier 1 skills (see the [skill index](.claude/skills/README.md))
- [`briefs/`](briefs/) — campaign briefs and editorial calendar
- [`tasks/`](tasks/) — persistent active task list + scheduled routine config
- [`assets/`](assets/) — generated drafts (gitignored except for the index)
- [`.mcp.json`](.mcp.json) — MCP servers for marketing tools (stubbed)
- [`.env.example`](.env.example) — auth setup template
## Activation
Two ways to use the harness:
- **From the bridge**: `/marketer` (bridge-level skill at `amaro-bridge/.claude/skills/marketer/`) loads this module's CLAUDE.md and lists available skills. `/marketer ` routes to the most appropriate sub-skill.
- **Directly**: `cd modules/marketer && claude` — operate inside the harness with the skills auto-discovered.
## Skills (Tier 1)
| Skill | Job |
|---|---|
| [`brand-voice`](.claude/skills/brand-voice/SKILL.md) | QA outgoing copy against [`style-guide.md`](style-guide.md) |
| [`daily-briefing`](.claude/skills/daily-briefing/SKILL.md) | Morning marketing briefing — what to ship today, what shifted overnight |
| [`content-draft`](.claude/skills/content-draft/SKILL.md) | Channel-aware drafting (blog, social, email, landing) |
| [`content-repurpose`](.claude/skills/content-repurpose/SKILL.md) | Turn one artifact into N channel variants |
| [`campaign-plan`](.claude/skills/campaign-plan/SKILL.md) | Multi-channel launch orchestrator |
| [`competitor-scan`](.claude/skills/competitor-scan/SKILL.md) | Periodic competitive sweep → battlecards + gap report |
| [`sales-enablement`](.claude/skills/sales-enablement/SKILL.md) | Pitch decks, one-pagers, demo scripts, objection-handling |
| [`week-in-review`](.claude/skills/week-in-review/SKILL.md) | Friday performance recap (worked / didn't / changed) |
Tier 2/3 skills (post-social, content-calendar, persona-refresh, landing-page-brief, lead-triage, launch-announcement, case-study, gtm-motion-design) are planned. See [`.claude/skills/README.md`](.claude/skills/README.md).
## Setup
```bash
cp .env.example .env
# fill in keys for the tools you have access to
```
External integrations (all stubbed in v0 — turn on as keys land):
- **Slack** — posts to `#marketer` (general output) and `#marketer-approve` (anything needing human approval before sending)
- **Salesforce** — lead-gen and CRM context
- **Postiz** — social posting and scheduling
- **GitHub** — issue/PR context for marketing-adjacent engineering work
## Scheduled routines
- `daily-briefing` runs weekday mornings (08:00 ET) and posts to `#marketer`
- `week-in-review` runs Fridays (16:00 ET) and posts to `#marketer-approve`
See [`tasks/scheduled.md`](tasks/scheduled.md) for the cron specs and how to wire them via the bridge `/schedule` skill.
## Owner
Nathanael Wolfe (@nathanaelwolfe). Engineering-side coordination via [`oramasearch/amaro-bridge`](https://github.com/oramasearch/amaro-bridge).