Skip to content

v3.6

Choose a tag to compare

@muippt muippt released this 20 Jul 03:33
· 15 commits to main since this release

What's New

  • 52-item, 10-layer audit model for AI agent skill quality assurance
  • 3-layer architecture (L1/L2/L3) with context-aware loading
  • 33 anti-pattern catalog (AP-1 to AP-33), each traced to a real incident
  • 8-stage gated workflow with explicit entry/exit criteria
  • Automated audit script (skill-audit.sh) for batch scanning
  • Stall detection rules for iterative and scheduled skills
  • Security-first design with pre-publish credential and PII scanning

Quick Start

git clone https://github.com/muippt/mu-skill-creator.git
cp -r mu-skill-creator /path/to/your/agent/skills/
bash scripts/skill-audit.sh --verbose

Links