Skip to content

insodimension/agents-best-practices

v0.1.1MIT

Agents Best Practices — provider-neutral agent-harness architecture: loops, tools, permissions, planning, memory, compaction, evals, safety

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": "agents-best-practices",
	"version": "0.1.1",
	"description": "Agents Best Practices — provider-neutral agent-harness architecture: loops, tools, permissions, planning, memory, compaction, evals, safety",
	"author": {
		"name": "Dimension"
	},
	"license": "MIT",
	"keywords": [
		"agents",
		"harness",
		"architecture",
		"tools",
		"mcp",
		"evals",
		"prompt-caching",
		"memory",
		"compaction",
		"skill"
	],
	"extensions": {
		"ai.insodimension.dimension": {
			"contractVersion": 1,
			"title": "Agents Best Practices",
			"icon": "assets/icon.svg",
			"category": "skills",
			"defaultEnabled": false,
			"examples": [
				"Design an agent harness for a support-triage bot — tools, permissions, loop",
				"Audit my agent architecture against best practices",
				"Blueprint an MVP coding agent with compaction and evals"
			],
			"skillCard": {
				"skill": "agents-best-practices",
				"use": "summary",
				"icon": "assets/icon.svg",
				"title": "Agents Best Practices"
			}
		}
	}
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • ai.insodimension.dimension