# Install And Sync Notes The source repository and runtime install directory are separate. ## Source ```text C:\Users\wangq\Documents\Codex\skills-vault\skills\ ``` ## Local Runtime Install Surface ```text C:\Users\wangq\.agents\skills\ ``` ## Current State This repository includes install scripts for copying reviewed Skill source into `.agents/skills`. PowerShell: ```powershell powershell -ExecutionPolicy Bypass -File .\scripts\install-skill.ps1 -Skill repair-markdown-citations ``` Use `-Force` to back up and replace an existing installed copy: ```powershell powershell -ExecutionPolicy Bypass -File .\scripts\install-skill.ps1 -Skill repair-markdown-citations -Force ``` `-All` installs only registry rows with an installable status and `default` install policy. Optional Skills must be named explicitly. Do not sync CCPE content into `.agents/skills` through this repository.