Plow Seeds
seeds/plow-pbc/seed-minimal-test-level-2

seed-minimal-test-level-2

Installs a personalized joke-and-time skill that greets you by nickname — a minimal seed that exercises sub-seed dependencies and user inputs.

Install in your terminal with command:
curl -fsSL https://raw.githubusercontent.com/plow-pbc/seed/main/install.sh | bash -s -- https://github.com/plow-pbc/seed-minimal-test-level-2/blob/main/SEED.md

What this seed does

This seed installs a small, personalised agent skill (/seed-minimal-test-level-2) into your Claude Code environment. During installation it asks you for a nickname, bakes that name into the skill, and from then on whenever you invoke the skill the agent greets you with a little joke — addressed to you by name — and follows up by reporting the current time.

Behind the scenes it is deliberately minimal: its main purpose is to exercise the machinery of the OpenSeed tooling end-to-end. It demonstrates how a seed can collect an operator-supplied value at preflight, depend on another seed (seed-minimal-test, which provides the current-time skill), and produce a working, invocable skill as its output artifact.

It is intentionally not meant to be useful software; it exists as a reference and test fixture for the seed infrastructure itself.

When to use it

  • When you want to verify that your seed installer handles operator inputs (preflight questions) correctly.
  • When you need a quick end-to-end test that exercises sub-seed dependency installation.
  • When you're developing or debugging the OpenSeed seed-install skill and need a known-good seed with a sub-seed.
  • When you want a concrete example of a seed that produces an installed agent skill with a personalised placeholder.
  • When you need a minimal but realistic seed fixture to test Seedbank's import and linking pipeline.

Source

Version history

1 release
v1.0.0Jul 2, 2026

Initial Seed Release.

Dependencies

1 required · 0 optional
seed-minimal-test-level-2
  • Seedseed-minimal-testrequired· seed ›

Contributors

1 contributor
jmfdContributor@jmfd

Comments

0 comments

You need to be signed in with GitHub to comment.

No comments yet — be the first to share how this seed worked for you.

Similar seeds

seed-minimal-test

A minimal smoke-test seed that installs a single 'current-time' skill so your AI agent can tell you what time it is.

by @plow-pbc
2Installs
2dependencies

Also a minimal test seed that installs a single skill to exercise the seed install lifecycle with minimal dependencies.

seed-hermes

Run the Hermes AI agent locally in Docker with a browser dashboard, ChatGPT login, and files you can edit directly from your computer.

by @plow-pbc
1Installs
4dependencies

Both are foundational seeds that set up AI agent infrastructure and demonstrate tooling machinery for other seeds to build upon.

Seed OS Manager

A signed macOS helper that holds your automation permissions so AI agents can control apps without repeated prompts.

by @plow-pbc
0Installs
4dependencies

Both are infrastructure/tooling seeds that enable other seeds to work by providing foundational capabilities that other recipes depend on.

Hermes + gbrain (Compose)

Give your Hermes AI agent a persistent, searchable knowledge graph it can read and write without any image rebuild.

by @plow-pbc
0Installs
3dependencies

Both demonstrate how seeds can add persistent capabilities to AI agents and are designed as reference implementations for agent tooling.