Agent Plugins Marketplace
← All plugins

write-doc

v9.4.3

素材からMarkdown資料を直接執筆して保存する公開playbook write-docを提供する

CodexClaude Code1 Skill

By NaoyaNakamori0 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 25, 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 write-doc for Codex and Claude Code

Installs for the current user
codex plugin marketplace add nakamori-naoya/write-doc-plugins
codex plugin marketplace upgrade write-doc
codex plugin add write-doc@write-doc

Paste and run these commands in a terminal with Codex. They add and refresh the write-doc catalog, then install this plugin.

Compatibility: the page URL and API slug “write-doc” remain stable.

  • Codex: write-doc@agent-plugin-marketplace → write-doc@write-doc

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/nakamori-naoya/write-doc-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/write-doc/.

Plugin files

plugins/write-doc/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/write-doc/SKILL.md

Included Skills1

write-docskills/write-doc/SKILL.md

素材、文書型、保存先を受け取り、読み手が一つの判断か行動へ進めるMarkdown資料を1本書いて保存する。「資料にして」「サマリを作って」「ドキュメントを書いて」と言われたとき、または外部packageから公開契約の入力を渡されたときに使う。素材を集めること、合意を取ること、公開すること、複数の資料をまとめて組むことは扱わない。

Plugin manifests2

plugins/write-doc/.codex-plugin/plugin.json
{
  "name": "write-doc",
  "version": "9.4.3",
  "description": "素材からMarkdown資料を直接執筆して保存する公開playbook write-docを提供する",
  "author": {
    "name": "NaoyaNakamori"
  },
  "skills": [
    "./skills/write-doc"
  ],
  "interface": {
    "displayName": "Write Doc",
    "capabilities": [
      "Skills"
    ]
  },
  "metadata": {
    "harness": {
      "marketplace": "write-doc",
      "contractVersion": 2,
      "playbooks": {
        "write-doc": "./skills/write-doc"
      },
      "implements": [
        {
          "id": "write-doc/write-doc",
          "version": 2,
          "kind": "playbook",
          "playbook": "write-doc",
          "types": [
            "north-star",
            "strategy",
            "domain-rule",
            "domain-model",
            "user-journey-bdd",
            "rdb-logical-data-modeling",
            "rdb-physical-design",
            "requirements-discovery",
            "workload-model",
            "quality-requirements",
            "cloud-architecture",
            "architecture",
            "readme",
            "how-to",
            "concept",
            "troubleshooting",
            "adr",
            "period-digest",
            "agent-session-digest",
            "pr-walkthrough",
            "deferred-scope",
            "document-map"
          ]
        }
      ]
    }
  }
}
plugins/write-doc/.claude-plugin/plugin.json
{
  "name": "write-doc",
  "version": "9.4.3",
  "description": "素材からMarkdown資料を直接執筆して保存する公開playbook write-docを提供する",
  "author": {
    "name": "NaoyaNakamori"
  },
  "skills": [
    "./skills/write-doc"
  ],
  "metadata": {
    "harness": {
      "marketplace": "write-doc",
      "contractVersion": 2,
      "playbooks": {
        "write-doc": "./skills/write-doc"
      },
      "implements": [
        {
          "id": "write-doc/write-doc",
          "version": 2,
          "kind": "playbook",
          "playbook": "write-doc",
          "types": [
            "north-star",
            "strategy",
            "domain-rule",
            "domain-model",
            "user-journey-bdd",
            "rdb-logical-data-modeling",
            "rdb-physical-design",
            "requirements-discovery",
            "workload-model",
            "quality-requirements",
            "cloud-architecture",
            "architecture",
            "readme",
            "how-to",
            "concept",
            "troubleshooting",
            "adr",
            "period-digest",
            "agent-session-digest",
            "pr-walkthrough",
            "deferred-scope",
            "document-map"
          ]
        }
      ]
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[write-doc on Agent Plugins Marketplace](https://pluginsmp.com/plugins/write-doc)