Skip to content

janjaali/janjaali-agent-plugin

v1.0.0MIT

Reusable, agent-agnostic skills: general code and markdown conventions, Scala ADR compliance, and a spec-driven development workflow.

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": "janjaali-agent-plugin",
  "version": "1.0.0",
  "description": "Reusable, agent-agnostic skills: general code and markdown conventions, Scala ADR compliance, and a spec-driven development workflow.",
  "author": {
    "name": "janjaali",
    "email": "ghashange@live.com"
  },
  "repository": "https://github.com/janjaali/agent-plugin",
  "license": "MIT",
  "keywords": ["conventions", "adr", "spec-driven-development", "scala"]
}