agent-skills-setuplisted
Install: claude install-skill Luckycat133/skills-repo
# AI IDE Context Migration
Migrate only the context the user names. Treat path, scope, schema, secrets, and
conflicts as part of the migration contract rather than assuming two IDEs store
equivalent files.
## Load references progressively
Keep the first response fast and focused:
1. Read only the source and target sections in
[references/ide-registry.md](references/ide-registry.md).
2. Use [references/ide-paths.json](references/ide-paths.json) or
**scripts/smart-ide-migration.sh --print-path** for deterministic lookup.
3. Read other registry sections only when a referenced compatibility surface is
actually involved. Do not load the complete registry by default.
The registry is the detailed source for platform paths, schemas, precedence,
verification commands, and manual boundaries. The script is the executable
contract. If prose and executable behavior disagree, stop and report the drift.
## Security model
- Resolve only the two IDEs and optional workspace the user specifies. Never
enumerate the home directory or auto-discover every installed IDE.
- Default objects are low risk: **skills,rules,prompts**. MCP, config, project,
agents, hooks, and memory require explicit selection.
- Start with **--dry-run**. It may parse the selected source but creates no
workspace or target output and never prints raw configuration values.
- A write requires explicit approval and **--yes**. A non-interactive run
without it exits before any target write.
- Literal creden