·agent-generator-tutor
</>

agent-generator-tutor

Interactive teaching agent for the goal-seeking agent generator and eval system. Provides a structured 14-lesson curriculum covering agent generation, SDK selection, multi-agent architecture, progressive evaluation (L1-L12), retrieval strategies, intent classification, math code generation, self-improvement loops with patch proposer and reviewer voting, and memory export/import.

25Installs·1Trend·@rysweet

Installation

$npx skills add https://github.com/rysweet/amplihack --skill agent-generator-tutor

How to Install agent-generator-tutor

Quickly install agent-generator-tutor AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/rysweet/amplihack --skill agent-generator-tutor
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: rysweet/amplihack.

SKILL.md

View raw

Interactive teaching agent for the goal-seeking agent generator and eval system.

Loads the GeneratorTeacher from src/amplihack/agents/teaching/generatorteacher.py and guides users through a structured 14-lesson curriculum with exercises and quizzes.

| L01 | Introduction to Goal-Seeking Agents | Architecture, GoalSeekingAgent interface | | L02 | Your First Agent (CLI Basics) | Prompt files, CLI invocation, pipeline | | L03 | SDK Selection Guide | Copilot, Claude, Microsoft, Mini SDKs | | L04 | Multi-Agent Architecture | Coordinators, sub-agents, shared memory |

Interactive teaching agent for the goal-seeking agent generator and eval system. Provides a structured 14-lesson curriculum covering agent generation, SDK selection, multi-agent architecture, progressive evaluation (L1-L12), retrieval strategies, intent classification, math code generation, self-improvement loops with patch proposer and reviewer voting, and memory export/import. Source: rysweet/amplihack.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/rysweet/amplihack --skill agent-generator-tutor
Category
</>Dev Tools
Verified
First Seen
2026-03-01
Updated
2026-03-10

Browse more skills from rysweet/amplihack

Quick answers

What is agent-generator-tutor?

Interactive teaching agent for the goal-seeking agent generator and eval system. Provides a structured 14-lesson curriculum covering agent generation, SDK selection, multi-agent architecture, progressive evaluation (L1-L12), retrieval strategies, intent classification, math code generation, self-improvement loops with patch proposer and reviewer voting, and memory export/import. Source: rysweet/amplihack.

How do I install agent-generator-tutor?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/rysweet/amplihack --skill agent-generator-tutor Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/rysweet/amplihack