docs
v1.1.2Word document creation: generic docs, formal letters, internal memos. Uses document-skills:docx when available, falls back to python-docx. NBG formatting conventions.
By weirdappsLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 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 docs for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install docs-3@agent-plugin-marketplacePaste 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/weirdapps/plessas-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/docs/.
Plugin files
├── .claude-plugin/plugin.json└── skills/word-documents/SKILL.md
Included Skills1
Anything to do with producing a formal written document in Word: a structured document from a brief, a business letter to an external party, or an internal memo. Use this whenever the deliverable is a written document rather than slides or an email, however the request is phrased, for example "I need this in writing", "something official for the regulator", "write it up properly", "put it on letterhead", or in Greek «γράψ' το επίσημα», «θέλω μια επιστολή», «κάν' το σημείωμα», «βγάλ' το σε Word». These are samples, not an exhaustive list: judge by meaning, not by matching words. Do NOT use for slide decks (use presentations), for email, including formal email (use outlook-mail), or for reading spreadsheets (use spreadsheets).
Plugin manifests1
{
"name": "docs",
"description": "Word document creation: generic docs, formal letters, internal memos. Uses document-skills:docx when available, falls back to python-docx. NBG formatting conventions.",
"version": "1.1.2",
"author": {
"name": "weirdapps"
},
"license": "MIT",
"keywords": [
"word",
"docx",
"document",
"letter",
"memo",
"report"
],
"commands": "./commands",
"homepage": "https://github.com/weirdapps/plessas-marketplace/tree/master/plugins/docs",
"repository": "https://github.com/weirdapps/plessas-marketplace"
}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.
[docs on Agent Plugins Marketplace](https://pluginsmp.com/plugins/docs-3)