cagatayuncu/marketing-machine

11 stars · Last commit 2026-08-11

Claim-provenance and brand-compliance harness for marketing content: scans your codebase for product truth, lints copy against it, renders on-brand cards and video. Installs as a Claude Code plugin/skill, Cursor rule, or AGENTS.md section.

README preview

# marketing-machine

A **claim-provenance and brand-compliance harness for marketing content.** It reads your codebase
to establish what the product actually does, enforces the rules mechanically, then renders cards
(PNG) and video (MP4) from a single HTML contract.

The pitch: *your marketing copy cannot outrun what your product actually does, and the build checks.*

[![test](https://github.com/cagatayuncu/marketing-machine/actions/workflows/test.yml/badge.svg)](https://github.com/cagatayuncu/marketing-machine/actions/workflows/test.yml)
[![license: MIT](https://img.shields.io/badge/license-MIT-green)](LICENSE)
![node](https://img.shields.io/badge/node-%3E%3D20-339933)
![runtime dependencies](https://img.shields.io/badge/runtime_dependencies-0-blue)

Built for teams that already work with a coding agent — Claude Code, Cursor, or anything that reads
`AGENTS.md` — and want the marketing it produces to survive an audit.

**The long version:** [Marketing That Quotes the Code](https://cagatayuncu.medium.com/marketing-that-quotes-the-code-35803cfd623b)
walks the whole pipeline end to end — including what it deliberately refuses to do. (Written with
this tool; it ends with its own verification table.)

View full repository on GitHub →