odin-writing-advanced
v2.0.2Advanced ODIN workflows for substantial writing and editorial work.
By OutlineDrivenLicense: SEE LICENSE IN LICENSE35 GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 6 skill or MCP entries
- Source updated
- Sep 3, 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 odin-writing-advanced for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add odin-writing-advanced@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/OutlineDriven/odin-claude-pluginClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/odin-writing-advanced/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/copywriting-prose-creator/SKILL.md├── skills/copywriting-tone-of-voice-creator/SKILL.md├── skills/engineering-blog-writing/SKILL.md├── skills/writing-beats/SKILL.md├── skills/writing-fragments/SKILL.md└── skills/writing-shape/SKILL.md
Included Skills6
Use when asked to codify, audit, or port measurable prose style rules (syntax, rhythm, mechanics) into a versioned PROSE.md, separate from emotional tone. Not for tone-of-voice guides — use copywriting-tone-of-voice-creator; not for general copywriting — use copywriting.
Use when a user asks to create, refresh, or port a brand tone of voice guide with channel-specific modulation. Not for prose style guides — use copywriting-prose-creator; not for general copywriting — use copywriting.
Use when asked to write, review, or improve an engineering blog post, technical architecture deep dive, postmortem, or technical launch announcement. Produces evidence-grounded engineering copy with verified metrics, working code, and clear trade-off analysis.
Use when a grounded piece needs user-selected beat-by-beat assembly. Writes only human-selected verbatim beats to a target file in the chosen order. Not for unstructured capture — use writing-fragments; not for paragraph shaping — use writing-shape.
Use when exploration needs heterogeneous noticings captured before structure. Useful noticings are preserved without premature synthesis. Not for beat-by-beat assembly from selected sources — use writing-beats; not for paragraph-by-paragraph shaping — use writing-shape.
Use when shaping a source document paragraph by paragraph without modifying it. Produces an approved, grounded document with named gaps for rejected paragraphs. Not for selected-beat assembly — use writing-beats; not for fragment capture — use writing-fragments.
Plugin manifests2
{
"name": "odin-writing-advanced",
"version": "2.0.2",
"description": "Advanced ODIN workflows for substantial writing and editorial work.",
"keywords": [
"odin",
"outlinedriven",
"agent-skills",
"writing",
"advanced"
],
"author": {
"name": "OutlineDriven",
"url": "https://github.com/OutlineDriven"
},
"interface": {
"displayName": "ODIN Writing Advanced",
"shortDescription": "Advanced ODIN workflows for substantial writing and editorial work.",
"category": "Writing"
}
}{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "odin-writing-advanced",
"displayName": "ODIN Writing Advanced",
"version": "2.0.2",
"description": "Advanced ODIN workflows for substantial writing and editorial work.",
"author": {
"name": "OutlineDriven",
"url": "https://github.com/OutlineDriven"
},
"homepage": "https://github.com/OutlineDriven/odin-claude-plugin",
"repository": "https://github.com/OutlineDriven/odin-claude-plugin",
"license": "SEE LICENSE IN LICENSE",
"keywords": [
"odin",
"outlinedriven",
"agent-skills",
"writing",
"advanced"
]
}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.
[odin-writing-advanced on Agent Plugins Marketplace](https://pluginsmp.com/plugins/odin-writing-advanced)