Agent skill · software engineering · mvanhorn
pp-learn-loop-example
Printing Press CLI for Learn Loop Example. Golden fixture exercising the spec-declared self-learning loop.
Why this skill is useful
Adds executable commands for the learn-loop-example-pp-cli that extend the AI's capabilities in self-learning loop management.
What it needs
Requires learn-loop-example-pp-cli installed locally. About 11k tokens when loaded. Last updated 2026-08-06. 4,383 stars on the source repository.
What this skill does
Learn Loop Example — Printing Press CLI Prerequisites: Install the CLI This skill drives the learn-loop-example-pp-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first: 1. Install via the Printing Press installer. It defaults binaries to $HOME/.local/bin on macOS/Linux and %LOCALAPPDATA%\Programs\PrintingPress\bin on Windows: 2. Verify: learn-loop-example-pp-cli --version 3. Ensure the reported install directory is on $PATH for the agent/runtime that will invoke this skill. If the npx install fails before this CLI has a public-library category, install Node or use the category-specific Go fallback after publish. If --version reports "command not found" after install, the runtime cannot see the binary directory on $PATH. Do not proceed with skill commands until verification succeeds. Golden fixture exercising the spec-declared self-learning loop. Demonstrates the shape every printed CLI gets when its spec declares a learn: block: the generator emits internal/learn/ subpackages, the teach/recall/learnings commands, the v3 store schema additions, and the self-learning sections in README.md / SKILL.md / AGENTS.md. The underlying resource surface mirrors the sync-walker fixture (top-level games + walker-fanned-out leagues) so the emitted shape covers the typical multi-file CLI alongside the learn package. Identifiers in the learn block are intentionally neutral (EXAMPLE- ticker, ALPHA/BRAVO entities) so the scripts/verify-learn-purity.sh gate cannot trip on this fixture. When Not to Use This CLI Do not activate this CLI for requests that require creating, updating, deleting, publishing, commenting, upvoting, inviting, ordering, sending messages, booking, purchasing, or changing remote state. This printed CLI exposes read-only commands for inspection, export, sync, and analysis. Command Reference games — Top-level games resource. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills mvanhorn/learn-loop-example