Agent Plugins Marketplace
← All plugins

writing-pack

v0.1.0

Four skills for writing that people and agents can use: plain-language user copy, architecture decision records, developer guides, and clarifying questions before work starts

Claude Code4 Skills

By Dork Labs0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
4 skill or MCP entries
Source updated
Sep 26, 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 writing-pack for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install writing-pack@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. 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/dork-labs/marketplace

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

Plugin files

plugins/writing-pack/
├── .claude-plugin/plugin.json
├── skills/clarifying-requirements/SKILL.md
├── skills/writing-adrs/SKILL.md
├── skills/writing-developer-guides/SKILL.md
└── skills/writing-for-humans/SKILL.md

Included Skills4

clarifying-requirementsskills/clarifying-requirements/SKILL.md

Analyzes user prompts for gaps, ambiguities, and unstated assumptions, then asks clarifying questions before work begins. Use when requests are vague, lack acceptance criteria, or have hidden complexity.

writing-adrsskills/writing-adrs/SKILL.md

Guides writing concise, effective Architecture Decision Records. Use when creating ADRs, extracting decisions from specs, or reviewing ADR quality.

writing-developer-guidesskills/writing-developer-guides/SKILL.md

Structures developer guides for optimal AI agent and human consumption. Use when creating or updating a project's developer guides, or when documentation needs to support autonomous coding agents.

writing-for-humansskills/writing-for-humans/SKILL.md

Writes user-facing prose a non-developer can read: release notes, changelog entries, READMEs, package descriptions, docs guides and concept pages, blog posts, UI microcopy, and error messages. Use when writing or reviewing any copy a person (not a coding agent) will read.

Plugin manifests1

plugins/writing-pack/.claude-plugin/plugin.json
{
  "name": "writing-pack",
  "version": "0.1.0",
  "description": "Four skills for writing that people and agents can use: plain-language user copy, architecture decision records, developer guides, and clarifying questions before work starts",
  "author": {
    "name": "Dork Labs"
  }
}

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

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