majestic-writing
v0.1.0Draft, revise, and audit prose: voice capture, brand voice, copy editing, direct response, and Minto structure.
By Majestic LabsLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 10 skill or MCP entries
- Source updated
- Aug 27, 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 plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add majestic-writing@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/majesticlabs-dev/majestic-abilitiesClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/writing/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json├── skills/brand-voice/SKILL.md├── skills/content-writer/SKILL.md├── skills/copy-editor/SKILL.md├── skills/direct-response-copy/SKILL.md├── skills/headline-generator/SKILL.md├── skills/minto-pyramid/SKILL.md├── skills/prose-reviser/SKILL.md├── skills/style-forensics/SKILL.md├── skills/style-writer/SKILL.md└── skills/voice-dna-kit/SKILL.md
Included Skills10
Define an aspirational writing voice for an organization from its positioning, audience, and desired perception. Use when creating or repositioning a brand voice, setting cross-channel tone rules, or producing a brand voice guide.
Draft source-grounded general articles, blog posts, how-tos, and guides through a brief, outline, and section workflow. Use when article structure and evidence are primary; use style-writer when formal compliance with an existing voice profile is primary, direct-response-copy for conversion assets, and seo-content for a search-optimization workflow.
Diagnose grammar, clarity, specificity, structure, attribution, voice, and style-guide problems in existing prose with exact quotations and prioritized fixes. Use when asked for a copy review, editorial audit, critique, grammar report, line-level feedback, or explanations before edits. Use prose-reviser when clean revised copy is the primary deliverable.
Create evidence-safe, conversion-oriented landing pages, sales emails, CTAs, ads, offers, and product microcopy from a reader moment, proof set, offer, and desired action. Use when writing a complete commercial asset whose job is to earn a specific response, or rewriting one whose persuasion strategy is in scope; use content-writer for general articles, headline-generator for a headline candidate sprint, copy-editor for a diagnostic review, and prose-reviser for clarity-only revision.
Generate multiple fact-bound news headlines, press-release headlines, feature headlines, and pitch subject lines from supplied evidence, then recommend the strongest candidate. Use when a story, launch, data point, press pitch, or existing flat headline needs a deliberate candidate sprint, not a complete asset.
Restructure a draft or idea using the Minto Pyramid Principle into one governing answer, two to four supporting arguments, and matched evidence. Use when a memo, proposal, presentation, or complex explanation has a buried conclusion, overlapping sections, or weak support.
Rewrite existing informational, workplace, technical, or general prose for clarity, natural rhythm, and author fidelity while preserving facts and uncertainty. Use when the user wants revised copy, including requests to rewrite, tighten, simplify, polish, humanize, make text less robotic, or make it more natural. Use copy-editor when findings are the primary deliverable, content-writer for new drafts, style-writer for measured voice-profile work, and direct-response-copy for commercial persuasion.
Measure and explain the writing style of one or more prose samples using quantitative metrics and cited examples. Use when analyzing sentence rhythm, punctuation, vocabulary, tone, rhetorical devices, or producing a detailed Style DNA report.
Draft and revise prose against an existing voice or Style DNA profile while preserving facts and readability. Use when writing in an established personal or brand voice, applying a voice guide, or checking a draft against measured style constraints.
Capture an existing personal or organizational writing voice from real samples and package it as reusable guidance. Use when preserving an established voice in AI output, extracting writing rules and bans, or creating a portable voice profile.
Plugin manifests3
{
"name": "majestic-writing",
"version": "0.1.0",
"description": "Draft, revise, and audit prose: voice capture, brand voice, copy editing, direct response, and Minto structure.",
"author": {
"name": "Majestic Labs"
},
"license": "MIT",
"keywords": [
"writing",
"editing",
"copy"
],
"skills": "./skills/",
"interface": {
"displayName": "Majestic Writing",
"shortDescription": "Writing, editing, voice, and copy skills.",
"longDescription": "Draft, revise, and audit prose: voice capture, brand voice, copy editing, direct response, and Minto structure.",
"developerName": "Majestic Labs",
"category": "Writing",
"capabilities": [
"Skills"
],
"defaultPrompt": [
"Revise this draft for clarity and voice.",
"Edit this copy against its facts."
]
}
}{
"name": "majestic-writing",
"displayName": "Majestic Writing",
"version": "0.1.0",
"description": "Draft, revise, and audit prose: voice capture, brand voice, copy editing, direct response, and Minto structure.",
"author": {
"name": "Majestic Labs"
},
"license": "MIT",
"keywords": [
"writing",
"editing",
"copy"
]
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "majestic-writing",
"version": "0.1.0",
"description": "Draft, revise, and audit prose: voice capture, brand voice, copy editing, direct response, and Minto structure.",
"author": {
"name": "Majestic Labs"
},
"license": "MIT",
"keywords": [
"writing",
"editing",
"copy"
]
}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.
[majestic-writing on Agent Plugins Marketplace](https://pluginsmp.com/plugins/majestic-writing)