---
title: "starter"
description: "Starter plugin bundling the example agent and greet skill."
canonical: https://agentpluginsdirectory.com/plugins/starter
last-updated: 2026-09-26
---

# starter
Starter plugin bundling the example agent and greet skill.
- Slug: starter
- Publisher: Mikolaj Machalski
- Repository: https://github.com/Voldziu/mammon-plugins
- Manifest: plugins/starter/plugin.json
- Version: 1.0.0
- License: MIT
- Category (editorial): other
- Skills: 1 (greet)
- MCP servers: 0
- Stars: 0
- Repository created: 2026-08-11
- Repository last pushed: 2026-08-11
- Publisher type: User
- Listing: https://agentpluginsdirectory.com/plugins/starter
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What starter does, in the publisher's words

Personal agents & skills, composed into plugins for Claude Code and GitHub Copilot.

- agents/: source agents (.agent.md)
- skills/: source skills ( /SKILL.md)
- plugins/: plugin definitions ( /plugin.source.json, hand-authored); the served plugin.json and copied content are generated by CI
- scripts/: materialize_plugins.js (node), scaffold.py (uv)
- docs/: handbook (architecture, conventions, ADRs, changelog)

Then reference it from a plugin in plugins/ /plugin.source.json. CI materializes on push.

See docs/ for details.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/Voldziu/mammon-plugins/HEAD/README.md

## Skills

- greet: Greet a person by name in a chosen language. Use when the user asks to generate a greeting.

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