enduser-handbook
v1.18.3Author, capture, and publish a Diátaxis-structured end-user handbook for any project — methodology shipped as a reusable skill, project-specific bindings supplied via .claude/handbook/profile.yml.
By Lazy Ants0 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 5, 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 enduser-handbook for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install enduser-handbook@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/lazyants/claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/enduser-handbook/.
Plugin files
├── .claude-plugin/plugin.json└── skills/enduser-handbook/SKILL.md
Included Skills1
Generate and maintain an end-user handbook for any project by reading a per-project profile (`.claude/handbook/profile.yml`) that supplies language, register, stack globs, capture engine, publish target, and glossary discipline. Use when the user asks to create or update the end-user handbook / user manual, add or refresh a chapter for a feature, or re-capture handbook screenshots after a UI change. The workflow discovers the feature surface from the profile-declared route/page globs, drives the running app via the profile-declared capture command to take screenshots, authors Diátaxis chapters in the profile language and register, and publishes via the resolved publish-target adapter. NOT for developer or API documentation.
Plugin manifests1
{
"name": "enduser-handbook",
"description": "Author, capture, and publish a Diátaxis-structured end-user handbook for any project — methodology shipped as a reusable skill, project-specific bindings supplied via .claude/handbook/profile.yml.",
"version": "1.18.3",
"author": {
"name": "Lazy Ants"
},
"skills": "./skills/"
}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.
[enduser-handbook on Agent Plugins Marketplace](https://pluginsmp.com/plugins/enduser-handbook)