Find and consolidate duplicate service implementations in Leavn app - analyze variants, choose winner, update call sites, delete duplicates
Scanned 2/12/2026
Install via CLI
openskills install willsigmon/sigstack---
name: Service Consolidator
description: Find and consolidate duplicate service implementations in Leavn app - analyze variants, choose winner, update call sites, delete duplicates
allowed-tools: Read, Edit, Grep, Glob, Bash
---
# Service Consolidator
Consolidate duplicate services:
1. **Find duplicates**: Search for services with similar names (Enhanced, Live, Base)
2. **Compare implementations**: Feature completeness, code quality, usage
3. **Choose winner**: Modern patterns (@Observable, async/await, protocol-based)
4. **Update DIContainer**: Use correct implementation
5. **Find all usages**: Grep for class name
6. **Delete unused**: Remove files + update imports
Use when: Multiple similar services exist, Enhanced variants, consolidation needed
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.