From docs-agent
Knowledge about documentation style guides and prose linting for consistent, high-quality technical writing
npx claudepluginhub wsagency/ws-claude-marketplace --plugin docs-agentThis skill uses the workspace's default tool permissions.
This skill provides knowledge about industry-standard writing style guides for technical documentation, prose linting with Vale, and agency-specific terminology management.
Retrieves texts, DMs, one-time codes, and inspects threads in ECC workflows. Provides evidence of exact sources checked for verification before replies.
Delivers expertise for HS tariff classification, customs documentation, duty optimization, restricted party screening, and trade compliance across jurisdictions.
Process documents with Nutrient API: convert formats (PDF, DOCX, XLSX, images), OCR scans (100+ languages), extract text/tables, redact PII, sign, fill forms.
This skill provides knowledge about industry-standard writing style guides for technical documentation, prose linting with Vale, and agency-specific terminology management.
The Google style guide (CC-BY 4.0, freely usable) is the recommended base for all documentation at websolutions.hr. Key rules:
code for commands, filenames, parameters, valuesWhere Microsoft's guide complements Google's:
For UI-facing copy and error messages:
Maintain an internal terminology sheet. Decide once, use everywhere:
| Preferred Term | Avoid | Reason |
|---|---|---|
| sign in | log in, login | Industry standard |
| select | check, tick | Platform-neutral |
| Modern convention | ||
| open source | open-source | When used as noun |
Vale enforces style rules automatically in CI and editors.
StylesPath = docs/vale/styles
MinAlertLevel = warning
Packages = Microsoft, Google, write-good
[docs/**/*.md]
BasedOnStyles = Microsoft, Google, write-good
# Custom vocabulary
Vocab = WebSolutions
Create docs/vale/styles/Vocab/WebSolutions/accept.txt for product names, technical terms, and brand names that Vale should not flag.
# .gitea/workflows/vale.yml
name: Prose Lint
on:
pull_request:
paths: ['docs/**/*.md']
jobs:
vale:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: errata-ai/vale-action@v2
with:
files: docs/
Install the Vale VS Code extension for all team members. This gives real-time feedback while writing.
Good documentation meets these measurable criteria:
references/ for detailed guidelinesexamples/ for before/after rewrites