← All plugins
prettier-markdown-hook
v1.8.0Automatically formats markdown files with prettier on Stop hook, with configurable organization and path exclusions
Claude Code
by Terry LiMIT2.6kupdated 2 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/productivity/prettier-markdown-hook/ inside the repository.
Layout
plugins/productivity/prettier-markdown-hook/
└── .claude-plugin/plugin.json
Manifests1
plugins/productivity/prettier-markdown-hook/.claude-plugin/plugin.json
{
"name": "prettier-markdown-hook",
"version": "1.8.0",
"description": "Automatically formats markdown files with prettier on Stop hook, with configurable organization and path exclusions",
"author": {
"name": "Terry Li"
},
"license": "MIT",
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"keywords": [
"prettier",
"markdown",
"formatting",
"automation",
"hook",
"stop-hook",
"productivity"
]
}