Verify that
$env:OneDriveis available and that this installer exists:$env:OneDrive\Documents\ScoutSkills\ACT_Skills_for_Scout\Install-ActSkillsForScout.ps1. If either is absent, explain that OneDrive must finish syncing before skills can be updated.Read
library-manifest.jsonfrom the same OneDrive library and report itspackageVersionand skill list. Inspect the matching paths under$HOME\.copilot\skillsto identify which skills are already linked and which published skills need a junction.Preview this exact command and the expected linked paths:
& "$env:OneDrive\Documents\ScoutSkills\ACT_Skills_for_Scout\Install-ActSkillsForScout.ps1" -Apply -ApplyState that it may create only missing named junctions under
$HOME\.copilot\skills, will preserve existing matching junctions, and will stop rather than replace a conflicting local path.Ask for explicit confirmation after showing the preview. Do not execute the command until the user confirms.
After confirmation, run the command exactly as previewed. Do not add
-Publish, do not edit the OneDrive library, and do not remove any skill.Report the installer output and the resulting linked skill names. Tell the user to start a new Scout conversation to use newly linked skills.
Do not modify a repository, workspace, Scout setting, native custom-skill inventory, plugin, marketplace, or cloud-sync configuration.
Act Skill Library Update
Updates the current machine's linked ACT skills from the synced OneDrive library. Use when the user says "update skills", "refresh ACT skills", or asks to enable newly published ACT skills on this machine.
Act Skill Library Update by fabioc-aloha · face9a2
npx skillmds@latest add fabioc-aloha/act-skill-library-update-2 File contents
---name: act-skill-library-update-2description: Updates the current machine's linked ACT skills from the synced OneDrive library. Use when the user says "update skills", "refresh ACT skills", or asks to enable newly published ACT skills on this machine.---1. Verify that `$env:OneDrive` is available and that this installer exists: `$env:OneDrive\Documents\ScoutSkills\ACT_Skills_for_Scout\Install-ActSkillsForScout.ps1`. If either is absent, explain that OneDrive must finish syncing before skills can be updated.2. Read `library-manifest.json` from the same OneDrive library and report its `packageVersion` and skill list. Inspect the matching paths under `$HOME\.copilot\skills` to identify which skills are already linked and which published skills need a junction.3. Preview this exact command and the expected linked paths: ```powershell & "$env:OneDrive\Documents\ScoutSkills\ACT_Skills_for_Scout\Install-ActSkillsForScout.ps1" -Apply -Apply ``` State that it may create only missing named junctions under `$HOME\.copilot\skills`, will preserve existing matching junctions, and will stop rather than replace a conflicting local path.4. Ask for explicit confirmation after showing the preview. Do not execute the command until the user confirms.5. After confirmation, run the command exactly as previewed. Do not add `-Publish`, do not edit the OneDrive library, and do not remove any skill.6. Report the installer output and the resulting linked skill names. Tell the user to start a new Scout conversation to use newly linked skills.7. Do not modify a repository, workspace, Scout setting, native custom-skill inventory, plugin, marketplace, or cloud-sync configuration.
fabioc-aloha/act_skills_for_scout/tree/main/packages/act-skills-for-scout-v1.4.0/act-skill-library-update commit face9a25a7
Frequently asked questions
Run npx skillmds@latest add fabioc-aloha/act-skill-library-update-2 in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Updates the current machine's linked ACT skills from the synced OneDrive library. Use when the user says "update skills", "refresh ACT skills", or asks to enable newly published ACT skills on this machine. It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
fabioc-aloha (@fabioc-aloha) published this skill. Their other Agent Skills are listed on their SkillMD profile.