Skip to content

v2026.07.30 - Initial Release

Choose a tag to compare

@JAICHANGPARK JAICHANGPARK released this 30 Jul 12:43
· 55 commits to main since this release

Workshop Harness v2026.07.30

Highlights

  • 12 Specialized Agent Skills for end-to-end workshop automation
  • One-Click Full Orchestrator (generate-all) triggering all 12 skills in sequence
  • Astral uv Integration with pyproject.toml and auto-dependency installation
  • Open AI Agent Standard via AGENTS.md (agents.md) & CLAUDE.md
  • Dynamic AI Model Discovery Protocol preventing legacy model hardcoding
  • Google AI Studio & GCP Vertex AI Key Issuance Guide in prerequisites
  • Loop Engineering Multi-Persona Evaluator for beginner, intermediate, and advanced attendees
  • Mandatory References Protocol for all generated documentation
  • Multilingual README (English, Korean, Japanese, Chinese)

12 Agent Skills

# Skill Role
1 workshop-scaffolder Standard repo structure scaffolding
2 cross-architecture-checker Apple Silicon, Intel Mac, Win, Linux compatibility audit
3 prerequisite-checker OS-specific SDK/API Key installation guide
4 hands-on-curriculum-builder Step-by-step lab curriculum & prompt packs
5 pdf-handout-generator PDF handout builder via ReportLab
6 workshop-troubleshooter RAM-tier & OS troubleshooting matrix
7 workshop-runbook-generator Facilitator & TA timeline runbook
8 live-debug-assistant 10-second terminal error hotfix
9 workshop-faq-generator Attendee FAQ auto-generation
10 workshop-tester Code smoke tests & broken link auditor
11 workshop-web-researcher Latest tool/SDK/AI model version verification
12 workshop-persona-loop-evaluator Loop Engineering multi-persona review

Quick Start

git clone https://github.com/JAICHANGPARK/workshop-harness.git
cd workshop-harness
./scripts/install_skills.sh
uv run harness_cli.py generate-all --name "my-workshop" --topic "Local RAG with Gemma 4" --stack "python,ollama,docker"

Full Changelog

See CHANGELOG.md

References