Agent Plugins Marketplace
All plugins

authoring

v0.2.0

Author text deliverables and deliver them: README / CLAUDE.md / release notes / work logs, and posting the result to Slack. Visual deliverables — slide decks, HTML documents and PDF export — live in the visuals plugin. Install at user scope to make it available across all projects.

Claude Code5 Skills

By atman-332 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
5 skill or MCP entries
Source updated
Sep 13, 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 authoring 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 authoring@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/atman-33/workhub

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

Plugin files

plugins/authoring/
├── .claude-plugin/plugin.json
├── skills/create-claude-md/SKILL.md
├── skills/create-readme/SKILL.md
├── skills/create-release-notes/SKILL.md
├── skills/create-work-log/SKILL.md
└── skills/post-to-slack/SKILL.md

Included Skills5

create-claude-mdskills/create-claude-md/SKILL.md

Generate or refine a concise, effective CLAUDE.md for the current project following official best-practice guidelines. Use when the user wants to create, write, or update a project's CLAUDE.md.

create-readmeskills/create-readme/SKILL.md

Create a comprehensive, well-structured README.md for the current project. Use when the user wants to create, write, or refine a project's README.

create-release-notesskills/create-release-notes/SKILL.md

Write user-facing release notes from the Conventional Commits history between two refs — grouped by impact, in plain language, with internal-only changes filtered out. Use when the user wants release notes, an announcement of what's new in a version, or a user-readable summary of changes since the last release (distinct from a developer changelog).

create-work-logskills/create-work-log/SKILL.md

Compose a daily or weekly work log from git activity across the user's configured repositories and save it as Markdown (e.g. into an Obsidian vault). Use when the user asks for a work log, daily report, weekly summary, 日報/週報, or "what did I do today/this week".

post-to-slackskills/post-to-slack/SKILL.md

Post a message to a Slack channel, resolving channel/user names to IDs and adding an optional @mention or thread reply. Use when the user wants to post, share, or notify something in Slack, or when another skill needs to deliver its output to a Slack channel.

Plugin manifests1

plugins/authoring/.claude-plugin/plugin.json
{
  "name": "authoring",
  "version": "0.2.0",
  "description": "Author text deliverables and deliver them: README / CLAUDE.md / release notes / work logs, and posting the result to Slack. Visual deliverables — slide decks, HTML documents and PDF export — live in the visuals plugin. Install at user scope to make it available across all projects.",
  "author": {
    "name": "atman-33",
    "url": "https://github.com/atman-33"
  }
}

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

[authoring on Agent Plugins Marketplace](https://pluginsmp.com/plugins/authoring)