plugins marketplace
← All plugins

a1-marketing-skills

v0.1.0

Marketing decision support and editorial workflows for AI agents.

Codex6 skills

by Zinnur TemerbekovMIT6updated 2 hours ago

Source

git clone https://github.com/ztemerbekov/a1-marketing-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

a1-marketing-skills/
├── .codex-plugin/plugin.json
├── skills/a1-consumer-psy/SKILL.md
├── skills/a1-copy-editing/SKILL.md
├── skills/a1-grill/SKILL.md
├── skills/a1-humanize/SKILL.md
├── skills/a1-marketing-context/SKILL.md
└── skills/a1-redaktura/SKILL.md

Skills6

a1-consumer-psyskills/a1-consumer-psy/SKILL.md

Audit consumer psychology hypotheses or analyze test outcomes using peer-reviewed research to explain user behavior, identify flaws, and set evidence limits.

a1-copy-editingskills/a1-copy-editing/SKILL.md

Copy-edit or review an existing marketing or editorial draft when the user selects that draft as the target—by pasting, attaching, or explicitly naming it—and requests changes or feedback.

a1-grillskills/a1-grill/SKILL.md

Relentlessly stress-test one marketing idea, decision, or plan through round-by-round grilling

a1-humanizeskills/a1-humanize/SKILL.md

Remove recognizable AI-writing patterns from supplied copy while preserving its facts, meaning, language, and authorial voice. Use for explicit requests to humanize text or make it sound less AI-generated, including "очеловечь текст", "убери признаки AI", and "сделай менее AI-шным". Do not use for generic editing or for new marketing strategy, offers, CTAs, positioning, audience selection, or campaign messaging.

a1-marketing-contextskills/a1-marketing-context/SKILL.md

Marketing context: maintain confirmed product facts, audience, positioning, brand voice, verbal messaging, proof, vocabulary, copy examples, or business-goal inputs that the user explicitly wants reused in future marketing work. Use Auto-draft by default; start Interview only when explicitly requested. Passive context discovery never authorizes a write.

a1-redakturaskills/a1-redaktura/SKILL.md

Russian command alias for a1-copy-editing.

Manifests1

.codex-plugin/plugin.json
{
  "name": "a1-marketing-skills",
  "version": "0.1.0",
  "description": "Marketing decision support and editorial workflows for AI agents.",
  "author": {
    "name": "Zinnur Temerbekov"
  },
  "homepage": "https://github.com/ztemerbekov/a1-marketing-skills",
  "repository": "https://github.com/ztemerbekov/a1-marketing-skills",
  "license": "MIT",
  "keywords": [
    "marketing",
    "marketing-decisions",
    "idea-validation",
    "consumer-psychology",
    "marketing-context",
    "copy-editing",
    "editorial-review",
    "humanize"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "A1 Marketing Skills",
    "shortDescription": "Marketing decisions and editorial workflows",
    "longDescription": "A portable collection of marketing skills for stress-testing decisions, maintaining confirmed context, auditing consumer psychology, and editing copy.",
    "developerName": "Zinnur Temerbekov",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "websiteURL": "https://github.com/ztemerbekov/a1-marketing-skills",
    "defaultPrompt": [
      "Stress-test this marketing plan before we execute it.",
      "Set up marketing context from confirmed repository information.",
      "Edit this marketing copy without changing its facts."
    ],
    "composerIcon": "./assets/marketplaces/codex/composer-icon.svg",
    "logo": "./assets/marketplaces/codex/logo.svg"
  }
}