---
title: "example-plugin"
description: "Example Agent Plugin bundling one skill: copy plugins/ to.agent/plugins/ to try it"
canonical: https://agentpluginsdirectory.com/plugins/example-plugin--harehare
last-updated: 2026-09-25
---

# example-plugin
Example Agent Plugin bundling one skill: copy plugins/ to.agent/plugins/ to try it
- Slug: example-plugin--harehare
- Publisher: minder
- Repository: https://github.com/harehare/minder
- Manifest: plugins/example-plugin/plugin.json
- Version: 0.1.0
- Category (editorial): documentation
- Skills: 1 (changelog-entries)
- MCP servers: 0
- Stars: 0
- Repository created: 2026-07-03
- Repository last pushed: 2026-09-02
- Publisher type: User
- Listing: https://agentpluginsdirectory.com/plugins/example-plugin--harehare
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What example-plugin does, in the publisher's words

minder

A coding-agent harness in Rust.

Local-LLM coding-agent harness (via Ollama) with policy/observability hooks written in mq's embeddable query language, a standard ReAct-style tool-calling loop where hooks only answer narrow policy questions at six fixed interception points and never drive the loop itself.

- Policy without a general-purpose scripting language: hooks are written in mq's embeddable query language, which can't write files, hit the network, or spawn processes, so a hook can observe, block, or transform agent behavior but never cause side effects itself.
- Nothing hidden: every tool call and result streams live to the terminal, split across stdout (the conversation) and stderr (the execution trace). See Live execution display.
- Local-first: runs entirely against a local Ollama server (including gpt-oss), no API key or cloud round-trip needed.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/harehare/minder/HEAD/README.md

## Skills

- changelog-entries: Writes a CHANGELOG.md entry summarizing the current diff

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.
