Skip to content

artmsilva/lit-best-practices

v1.1.0MIT

Lit web components best practices and performance guidelines for AI agents.

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": "lit-best-practices",
  "version": "1.1.0",
  "description": "Lit web components best practices and performance guidelines for AI agents.",
  "author": {
    "name": "community"
  },
  "homepage": "https://github.com/artmsilva/agent-skill-lit-best-practices",
  "repository": "https://github.com/artmsilva/agent-skill-lit-best-practices",
  "license": "MIT",
  "keywords": [
    "lit",
    "web-components",
    "custom-elements",
    "shadow-dom",
    "best-practices",
    "accessibility",
    "performance"
  ]
}