Agent skill
julien-dev-powershell-profile
Manage PowerShell profile, aliases, functions. Triggers: add alias, update profile, modify claude command, Microsoft.PowerShell_profile.ps1
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/julien-dev-powershell-profile-theflysurfer-claude-skills-market
SKILL.md
PowerShell Profile Manager
Profile: C:\Users\julien\OneDrive\Documents\PowerShell\Microsoft.PowerShell_profile.ps1
Workflow
- Read profile to identify correct section (11 numbered sections)
- Edit profile (or use Python if OneDrive sync fails)
- User runs
rupto reload
Reference Files
| Need | File |
|---|---|
| Section details | references/profile-structure.md |
| Code patterns | references/code-patterns.md |
| OneDrive issues | references/troubleshooting.md |
Skill Chaining
Skills Required Before
- None (entry point skill)
Input Expected
- User request to modify profile/alias/function
- Clear description of desired behavior
Output Produced
- Format: Modified
Microsoft.PowerShell_profile.ps1 - Side effects: Changes apply after
rupor new terminal
Compatible Skills After
- None typically (standalone modifications)
Tools Used
Read(read current profile state)Edit(modify profile sections)Bashwith Python (workaround for OneDrive sync)
Visual Workflow
User: "Add/modify PowerShell alias"
↓
[THIS SKILL]
├─► Read profile + refs as needed
├─► Identify correct section
├─► Edit (or Python workaround)
└─► Verify modification
↓
User runs `rup` or opens new terminal
Didn't find tool you were looking for?