Dependency Sync Skill Automatically detect new imports in modified code files and update package manifests. This skill ensures that when code is written that uses new dependencies, the appropriate manifest files (package.json, pyproject.toml, requirements.txt, etc.) are updated automatically. Variables | Variable | Default | Description | |----------|---------|-------------| | AUTO INSTALL | true | Automatically install detected dependencies | | PROMPT BEFORE INSTALL | false | Ask user before installing (overrides AUTO INSTALL) | | INCLUDE DEV DEPS | true | Detect dev dependencies (test frame…