docs/plans/2026-03-28-skiller-plugin-conflict-skip.md
Patch ../skiller so plugin-managed skills that conflict with local/manual skills can be skipped instead of being installed under duplicate names like compound-engineering-*.
plate has local skills in .agents/skills that already occupy names like ce-plan and document-review.compound-engineering plugin currently syncs the same items into .agents/skills under namespaced directories.skiller behavior hardcodes conflict resolution to namespace-on-conflict.skills config option in skiller for plugin conflict handling.plate/.claude/skiller.toml to skip conflicting plugin items.skiller apply no longer regenerates the duplicate compound-engineering-* skills.skiller.toml, not duplicate plugin skills.learnings-researcher does not exist in this repo.cloneLoadedConfig in ../skiller/src/core/apply-engine.ts currently drops skills config, so any new skills option must be threaded there too.../skiller: targeted Jest tests for config parsing and plugin sync../skiller: pnpm build../skiller: pnpm lint:fixplate: bun x /Users/zbeyens/git/skiller/dist/cli/index.js applyplate: pnpm lint:fix