Skip to content

lalitkapoor/agent-engineering-system

v0.2.0MIT

Engineering quality, semantic architecture, technical communication, and workflow guidance for autonomous coding 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": "agent-engineering-system",
  "version": "0.2.0",
  "description": "Engineering quality, semantic architecture, technical communication, and workflow guidance for autonomous coding agents",
  "author": {
    "name": "Lalit Kapoor",
    "email": "lalitkapoor@gmail.com"
  },
  "homepage": "https://github.com/lalitkapoor/agent-starter",
  "repository": "https://github.com/lalitkapoor/agent-starter",
  "license": "MIT",
  "keywords": [
    "coding-agents",
    "architecture",
    "code-quality",
    "engineering",
    "technical-writing"
  ]
}