project-standardization
Installation
SKILL.md
Project Standardization & Automation for @j0kz/mcp-agents
Ensure consistency across monorepo using automated scripts and established patterns.
4 Critical Rules (NEVER VIOLATE)
Rule 1: version.json is Single Source of Truth
- ❌ NEVER manually edit package.json versions
- ✅ ALWAYS use:
npm run version:sync - 11 packages must stay in sync
Rule 2: URL Casing Rules
- GitHub:
j0KZ(capital K, Z) - npm:
@j0kz(lowercase) - Mixing breaks links and installations