Find Duplicate Dart and Flutter Code with Kevin Moore's Deslop Skill
Deslop is a code deduplication tool I’ve been working on recently. It supports Dart, C# and seven other languages. Last week, Kevin Moore the Google Product Manager for Flutter and Dart published an agent skill that runs Deslop over Dart and Flutter repositories. It’s the procedure around detection: when to scan, when to stop, and which findings to leave alone. Key Takeaways: Kevin Moore’s deslop-duplication-audit skill turns a Deslop scan into a four-phase protocol: read-only discovery, a hard stop for user confirmation, an architectural verdict on each cluster, then test-gated refactoring. The verdict phase is the important one, because it explicitly tells the agent to reject some duplicates and leave the code alone. github.com/kevmoo/kevmoo_… - another skill, wrapping the amazing tool by @CFDevelop - this CLI is super useful. The skill just streamlines bits for your favorite agent!— Kevin Moore...