mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-17 06:26:31 +03:00
Greenfield SkillOpt: 3 epochs optimizing discoverability, decision guidance, and pattern expansion for a brand-new LlamaIndex skill. Epoch 1 — Prominence & Navigation: - Moved Key Principles to top (before Quick Reference) - Added Phase column to Quick Reference in workflow order - Added 'When to use' column to Template Files - Replaced flat When NOT to Use with Framework Routing Guide (LlamaIndex vs LangGraph vs PydanticAI vs Haystack vs DSPy) Epoch 2 — Decision Guidance: - Added Where to Start table (maps existing work → pipeline entry point) - Added Pipeline Mode table (Quick/Full/Evaluate/Graph modes) Epoch 3 — Pattern Expansion: - Replaced flat gotchas with structured Troubleshooting Recovery Guide (3 symptom categories with immediate + permanent fixes) - Added references/example-rag-pipeline.md (end-to-end worked example) - Added references/evaluation-workflow.md (ParamTuner + evaluators) 17 files: SKILL.md, 11 references, 1 script, 4 templates. v1.0.0 → v1.3.0 across 3 SkillOpt epochs. Signed-off-by: Magnus Hedemark <magnus919@pm.me>