pack-source-process
Installation
SKILL.md
Pack Source Process
Gather sources and extract agent-failure-relevant insights.
Core Principle: Not all sources are equal. Official docs explain HOW things work — agents already know that from training. Blog posts about mistakes, migration guides, GitHub issues, and changelog breaking changes reveal WHAT GOES WRONG — that's what packs need.
Process
Step 1: Source Prioritization
For community packs, prioritize sources in this order:
- Migration guides (highest value) — they document what changed between versions and what old patterns are now wrong. This is exactly what agents get wrong: using outdated patterns from training data.