Skip to content
Back to all apps
In progress · Claude Code skillSaglitz

SaglitzMarketing

The marketing half of shipping, for your agent.

npm · MIT · Node 18+
In progress · Claude Code skill·MIT·Node 18+

SaglitzMarketing turns a coding agent into a marketer: App Store and Play listings, search and answer-engine visibility, Core Web Vitals, conversion. Built as a skill rather than a server, because this work is a sequence of judgements with a person in it, not a function you call and read the return value of.

SaglitzDesign on Glama — MCP server directory
88documents
30tools
10categories
0external calls

Why

Marketing advice ages badly and most of it is repeated long after it stopped being true. Every recommendation here is tied to a primary source and carries the date it was checked; volatile facts — store limits, ranking behaviour, thresholds — are fetched rather than recalled, and anything that cannot be verified is labelled as unverified instead of quietly dropped or quietly asserted.

Install

Not published yet. It runs as a local skill; the repository is not public.

Claude Code
claude mcp add --scope user saglitzdesign -- npx -y saglitzdesign-mcp
Claude Desktop · claude_desktop_config.json
{
  "mcpServers": {
    "saglitzdesign": {
      "command": "npx",
      "args": ["-y", "saglitzdesign-mcp"]
    }
  }
}
Cursor / any MCP client · stdio
npx -y saglitzdesign-mcp

How you use it

Ask your agent to audit a listing or a site, and it follows the module's workflow.

Using saglitzdesign, plan the design of an iOS fitness app.

get_design_roadmap → a phased plan with the docs to read at each step.

Review my landing page for conversion with saglitzdesign.

design_review_checklist + get_design_examples.

How should a primary button behave on mobile?

get_component_guidance → specs, states, labels, anti-patterns.

Measure this screenshot of my app.

measure_screenshot → the real palette, exact contrast ratios, alignment and spacing, as numbers.

Turn our Tailwind theme into SwiftUI tokens.

import_design_tokens → the roles it names, the ones it is missing, and the set re-emitted for iOS.

What's llms.txt and how do I set it up?

seo_geo_guide (GEO) → the tactic with a ready-to-use example.

Frequently asked

Why a skill and not an MCP server like the other two?

Because the shape of the work is different. A design rule can be looked up and a scan can be run, but a marketing decision is a sequence — read the current state, check what is still true, choose a target, write, then measure — with judgement between the steps. A skill can hold that sequence; a set of tools cannot.

Is it available?

Not yet. It is used on this site's own marketing and the modules are being written one at a time. The two that are finished are the App Store one and the web one.

What does "tied to a primary source" mean in practice?

That a claim about an App Store rule cites Apple, and a claim about ranking cites Google, with the date it was read. Where a number is repeated everywhere and stated nowhere official, it is marked unverified rather than passed on.

The marketing half of shipping, for your agent.