5.2 KiB
Installation Guide
Complete guide to installing and using PM Claude Skills.
Prerequisites
Required
- Claude Account: Pro, Team, or Enterprise plan
- Code Execution: Must be enabled (see below)
- Access: claude.ai, Claude Code, or API access
Check Your Account Type
- Go to claude.ai
- Click your profile in bottom-left
- See "Claude Pro" / "Claude Team" / "Claude Enterprise"
If you have Free plan: Skills are not available. Upgrade here
Step 1: Enable Code Execution
Skills require Code Execution to be enabled.
- Go to claude.ai
- Click profile icon (bottom-left)
- Click Settings
- Click Features
- Toggle on "Code Execution and File Creation"
- Click Save
Step 2: Download Skills
Option A: Download Individual Skills (Recommended)
- Navigate to the skill you want (e.g.,
skills/prd-template) - Click the skill folder
- Download the
SKILL.mdfile - If there are other files in the folder, download those too
Option B: Clone the Entire Repository
git clone https://github.com/mohitagw15856/pm-claude-skills.git
cd pm-claude-skills
Option C: Download Pre-packaged Skills (When Available)
Check the Releases page for .skill files ready to upload.
Step 3: Package the Skill
Skills must be packaged as .skill files (which are just renamed .zip files).
On Mac/Linux:
# Navigate to the skill folder
cd pm-claude-skills/skills/prd-template
# Create a zip of the folder contents
zip -r prd-template.skill .
# Move it somewhere convenient
mv prd-template.skill ~/Downloads/
On Windows:
- Navigate to the skill folder (e.g.,
skills/prd-template) - Select all files inside the folder
- Right-click → "Send to" → "Compressed (zipped) folder"
- Rename from
.zipto.skill
Important Notes:
- ⚠️ The
.skillfile should contain the files directly, NOT a parent folder - ✅ Correct:
prd-template.skillcontainsSKILL.mdat root - ❌ Wrong:
prd-template.skillcontainsprd-template/SKILL.md
Step 4: Upload to Claude
- Go to claude.ai
- Click your profile icon (bottom-left)
- Click Settings
- Click Skills in the left sidebar
- Click Upload Skill button
- Select your
.skillfile - Wait for "Skill uploaded successfully"
That's it! The Skill is now available.
Step 5: Test the Skill
Start a new conversation and test:
For PRD Template:
"Help me write a PRD for a mobile app onboarding feature"
For Meeting Notes:
"Create meeting notes from this discussion: [paste transcript]"
For Stakeholder Update:
"Create a stakeholder update for our Q1 progress"
Claude should automatically recognize when to use the Skill and apply it.
Verification
To verify a Skill is installed:
- Go to Settings → Skills
- You should see your uploaded Skills listed
- Each Skill shows:
- Name
- Description
- Date uploaded
Managing Skills
View Installed Skills
Settings → Skills → See all installed Skills
Remove a Skill
Settings → Skills → Click skill → Click "Remove"
Update a Skill
- Remove the old version
- Upload the new version
Disable a Skill Temporarily
Currently not possible - you must remove and re-upload
Troubleshooting
"Code Execution must be enabled"
- Go to Settings → Features → Enable "Code Execution and File Creation"
"Invalid skill file"
- Make sure you're uploading a
.skillfile (renamed .zip) - Ensure SKILL.md has proper frontmatter (see Creating Skills)
- Check that files are at root level, not in a subfolder
"Skill uploaded but not working"
- Try starting a new conversation
- Make sure your request matches the Skill's description triggers
- Check that the Skill's frontmatter
descriptionfield is clear
Skill triggers at wrong times
- The
descriptionfield controls when Skills trigger - Edit SKILL.md to make triggers more specific
- Re-package and re-upload
Cannot find uploaded Skill
- Check Settings → Skills
- Try refreshing the page
- Try logging out and back in
For Team/Enterprise Plans
Sharing Skills with Your Team
Team/Enterprise admins can provision Skills organization-wide:
- Go to Admin Console
- Navigate to Skills management
- Upload Skills to organization library
- All team members will have access
Private vs. Shared Skills
- Private Skills: Only visible to you
- Shared Skills: Visible to entire organization
- Team admins can make Skills shared
Next Steps
- Customize Skills to match your workflow
- Create your own Skills
- Troubleshooting Guide
Video Tutorial
[Coming Soon] Watch a 5-minute video walkthrough of the installation process.
Need Help?
- 🐛 Report an issue
- 💬 Ask in Discussions
- ✉️ Email: mohit15856@gmail.com

