Problem
Current shadowing uses install-time mutual exclusion to handle skill conflicts between DevFlow and other plugins. Aegis uses a namespaced prefix for native Claude Code skill resolution, enabling runtime coexistence without install-time exclusion.
Proposed Fix
Register skills under devflow: namespace (e.g., devflow:core-patterns, devflow:git-workflow). This requires:
- Updating skill directory names or registration metadata
- Updating ambient-router skill matrix references
- Updating installer to register namespaced skills
- Verifying Claude Code resolves namespaced skills correctly
Scope
- Medium effort — touches skill references, ambient-router, and installer
- Enables runtime coexistence with other plugin ecosystems
References
- Aegis (competitive analysis)
Problem
Current shadowing uses install-time mutual exclusion to handle skill conflicts between DevFlow and other plugins. Aegis uses a namespaced prefix for native Claude Code skill resolution, enabling runtime coexistence without install-time exclusion.
Proposed Fix
Register skills under
devflow:namespace (e.g.,devflow:core-patterns,devflow:git-workflow). This requires:Scope
References