webster
v0.6.0Production documentation for an app you built, in a fixed layout modelled on Harvester: subject-first directories and a Docusaurus site whose navigation is the filesystem. Every page declares both what it is and who it is for, with sections from The Good Docs Project and quality checks from the ISO/IEC/IEEE 26514 characteristics: type mixing, alt text, heading order, and reading grade measured against that page's own reader. Extracts the reference material, anchors every claim to a file and line, measures drift against a recorded manifest, and refuses to state what it could not check.
By AlphaBravo2 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 9 skill or MCP entries
- Source updated
- Aug 25, 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 plugin
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install webster@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/alphabravo-oss/guildClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/webster/.
Plugin files
├── .claude-plugin/plugin.json├── skills/adr/SKILL.md├── skills/changelog/SKILL.md├── skills/content-types/SKILL.md├── skills/extraction/SKILL.md├── skills/house-rules/SKILL.md├── skills/no-slop/SKILL.md├── skills/openapi/SKILL.md├── skills/readme-rubric/SKILL.md└── skills/structure/SKILL.md
Included Skills9
Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting significant technical decisions, reviewing past architectural choices, or establishing decision processes.
Automate changelog generation from commits, PRs, and releases following Keep a Changelog format. Use when setting up release workflows, generating release notes, or standardizing commit conventions.
What each kind of page is for, what belongs in it, what must never go in it, and the quality characteristics a page is judged against. Sections from The Good Docs Project, quality characteristics from ISO/IEC/IEEE 26514. Load before writing or auditing any page.
Which reference material is extracted from the source of truth by a tool, and which is written by hand. Load before writing any reference, API or configuration page.
The bar every page written by this plugin is held to, evidence rules, the four uncertainty tags, the voice rules, and the gates a page must clear before it ships. Load before writing or auditing any documentation page.
The tells that make documentation, diagrams and a docs site read as machine-made, and what to do about each. Load before writing any page, drawing any diagram, or building a docs site.
Generate and maintain OpenAPI 3.1 specifications from code, design-first specs, and validation patterns. Use when creating API documentation, generating SDKs, or ensuring API contract compliance.
Audit a GitHub repo's README against best-practice patterns and produce a prioritized punch list of fixes. Runs a structured review covering hero presence, install-to-first-success length, "what is this in one sentence" clarity, audience-jargon match, scannability, and drift signals (stale versions, dead links, badge sprawl). Read-only diagnostic; opens a PR only when the user explicitly asks.
The mandatory documentation layout, which is the one Harvester uses. Subject-first directories, a Docusaurus site whose navigation is the filesystem, and the frontmatter and naming rules that go with it. Load before planning or writing any page.
Plugin manifests1
{
"name": "webster",
"version": "0.6.0",
"description": "Production documentation for an app you built, in a fixed layout modelled on Harvester: subject-first directories and a Docusaurus site whose navigation is the filesystem. Every page declares both what it is and who it is for, with sections from The Good Docs Project and quality checks from the ISO/IEC/IEEE 26514 characteristics: type mixing, alt text, heading order, and reading grade measured against that page's own reader. Extracts the reference material, anchors every claim to a file and line, measures drift against a recorded manifest, and refuses to state what it could not check.",
"author": {
"name": "AlphaBravo"
}
}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.
[webster on Agent Plugins Marketplace](https://pluginsmp.com/plugins/webster)