a1-marketing-skills
v0.1.0Marketing decision support and editorial workflows for AI agents.
By Zinnur TemerbekovLicense: MIT6 GitHub starsUpdated last month
Directory evidence
- Runtimes
- Codex
- Parsed components
- 6 skill or MCP entries
- Source updated
- Aug 9, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install a1-marketing-skills for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add a1-marketing-skills@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/ztemerbekov/a1-marketing-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .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
Included Skills6
Audit consumer psychology hypotheses or analyze test outcomes using peer-reviewed research to explain user behavior, identify flaws, and set evidence limits.
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.
Relentlessly stress-test one marketing idea, decision, or plan through round-by-round grilling
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.
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.
Russian command alias for a1-copy-editing.
Plugin manifests1
{
"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"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[a1-marketing-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/a1-marketing-skills)