marketmenow AGENTS.md

marketmenow AGENTS.md is an instructions file for Codex, OpenCode from thearnavrustagi/marketmenow. It costs 2,073 tokens per session, scanned A, original, MIT.

A project-specific instruction guide for MarketMeNow, a Python framework that creates and publishes content across social platforms and email through a command-line tool and web dashboard.

In plain words
What is it for?
Use it when working on MarketMeNow code, tests, formatting, authentication, publishing workflows, or its web dashboard.
Why use it?
It gives coding agents the project’s commands, architecture rules, and important file locations so their changes fit the existing system.

Instructions file for CodexOpenCode

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/thearnavrustagi/marketmenow/agents-md
Clone the repo
git clone --depth 1 https://github.com/thearnavrustagi/marketmenow

Made for: Codex, OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for marketmenow AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/thearnavrustagi/marketmenow/agents-md.svg)](https://agentmods.dev/instructions/thearnavrustagi/marketmenow/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/thearnavrustagi/marketmenow/agents-md"><img src="https://agentmods.dev/badge/instructions/thearnavrustagi/marketmenow/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,073 This file is loaded in full into every session.
When invoked 2,073 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.02073 $0.02073
Opus 5 $0.01037 $0.01037
Sonnet 5 $0.00415 $0.00415
Haiku 4.5 $0.00207 $0.00207

Measured 4d ago against content hash 6126d37c924c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

marketmenow AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

AGENTS.md · 142 lines

How it starts

The opening of the file, as written. The whole thing — 142 lines — stays where its author put it; the contents beside it link to each section on GitHub.

MarketMeNow — Agent Guide

MarketMeNow is a cross-platform marketing automation framework (Python 3.12+, async, ports-and-adapters architecture). It generates and publishes content across Instagram, Twitter/X, Reddit, LinkedIn, YouTube, TikTok, Facebook, and Email via a CLI (mmn) and a FastAPI web dashboard.

Quick Reference

uv sync                              # Install deps
uv run --extra dev pytest             # Test
uv run ruff check src/ tests/        # Lint
uv run ruff format src/ tests/       # Format
uv run mmn --help                    # CLI
uv run mmn workflows                 # List marketing workflows
uv run mmn run <workflow> [OPTIONS]  # Run a workflow
uv run mmn project add <slug>      # Create project (onboarding wizard)
uv run mmn project list             # List projects
uv run mmn project use <slug>       # Switch active project
uv run mmn auth <platform>           # Authenticate
uv run mmn-web                       # Web dashboard (localhost:8000)

Architecture Invariants

  • src/marketmenow/ is platform-agnostic. It must never import platform SDKs or adapter code (except lazy imports in core/registry_builder.py, core/workflow_registry.py, and steps/).
  • src/adapters/ contains all platform-specific logic. Adapter packages are independent and must not import from each other.
  • All adapter interfaces are typing.Protocol with @runtime_checkable — use structural subtyping, never ABC inheritance.
  • All data models are Pydantic BaseModel with frozen=True — mutate via model_copy(update={...}).

Agent Config Locations

Tool Config
Claude Code CLAUDE.md (root) + src/marketmenow/CLAUDE.md, src/adapters/CLAUDE.md, src/web/CLAUDE.md
Cursor .cursor/rules/marketmenow.mdc (always), .cursor/rules/testing.mdc (tests), .cursor/rules/adapters.mdc (adapters), .cursor/rules/web.mdc (web), .cursor/rules/core.mdc (core pipeline)

Read the full file on GitHub · 142 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 142 lines · 2,073 tokens per session scan A 6126d37c924c

Subscribe to this mod's changes

marketmenow AGENTS.md is an instructions file published in the GitHub repository thearnavrustagi/marketmenow (132 stars, last pushed 4mo ago), licensed MIT. It adds 2,073 tokens to every session, about $0.0104 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-01.