Skip to content

obra/elements-of-style

v1.0.0Public Domain

Writing guidance based on William Strunk Jr.'s The Elements of Style (1918)

What this package declares

The file a client reads when it loads this plugin, exactly as this revision carries it.

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "elements-of-style",
  "version": "1.0.0",
  "description": "Writing guidance based on William Strunk Jr.'s The Elements of Style (1918)",
  "author": {
    "name": "Jesse Vincent",
    "url": "https://github.com/obra"
  },
  "homepage": "https://github.com/obra/elements-of-style",
  "repository": "https://github.com/obra/elements-of-style",
  "license": "Public Domain",
  "keywords": [
    "writing",
    "style",
    "grammar",
    "composition",
    "clarity"
  ]
}