From e49327205f0b7cfc55fc139e1f5427e58c6bff09 Mon Sep 17 00:00:00 2001 From: mohitagw15856 <119053560+mohitagw15856@users.noreply.github.com> Date: Thu, 2 Apr 2026 13:23:23 +0530 Subject: [PATCH 1/3] Update README.md --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e48b726..c546d96 100644 --- a/README.md +++ b/README.md @@ -10,17 +10,15 @@ A community-built library of Claude Skills covering product management, marketin In Claude Code, run: -```bash /plugin marketplace add mohitagw15856/pm-claude-skills -``` + Or clone and symlink for auto-updates: -```bash git clone https://github.com/mohitagw15856/pm-claude-skills.git ~/pm-claude-skills mkdir -p ~/.claude/skills ln -s ~/pm-claude-skills/skills/* ~/.claude/skills/ -``` + That's it. All 53 skills are now available in every Claude Code session. @@ -129,7 +127,6 @@ This is an open-source community library. If you've built a skill that saves you 4. Raise a pull request with a short description of what the skill does and why you built it **SKILL.md template:** -```markdown --- name: your-skill-name description: "One sentence description. Use when [trigger condition]. Does [output description]." @@ -138,7 +135,7 @@ description: "One sentence description. Use when [trigger condition]. Does [outp # Skill Title [Instructions for Claude to follow when this skill is invoked] -``` + **What makes a good skill:** - Solves a recurring professional workflow (not a one-off task) From 093d0e00611593f9bfdfd853d9200f7d2b106a81 Mon Sep 17 00:00:00 2001 From: mohitagw15856 <119053560+mohitagw15856@users.noreply.github.com> Date: Thu, 2 Apr 2026 13:24:08 +0530 Subject: [PATCH 2/3] Update CONTRIBUTING.md --- CONTRIBUTING.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9e2eafc..1e69f56 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,18 +22,16 @@ Click **Fork** in the top right of the GitHub repo. This creates your own copy. ### Step 2: Clone your fork -```bash git clone https://github.com/YOUR_USERNAME/pm-claude-skills.git cd pm-claude-skills -``` + ### Step 3: Create your skill folder Skills live in the `skills/` directory. Create a folder named after your skill using lowercase and hyphens: -```bash mkdir skills/your-skill-name -``` + **Naming rules:** - Lowercase only @@ -46,7 +44,6 @@ Every skill needs exactly one file: `SKILL.md` (uppercase, `.md` extension). **Minimum required structure:** -```markdown --- name: your-skill-name description: "One sentence. Use when [trigger condition]. Produces [output description]." @@ -55,7 +52,7 @@ description: "One sentence. Use when [trigger condition]. Produces [output descr # Skill Title [Your skill instructions here] -``` + **The description field is the most important part.** It's what Claude reads (~100 tokens) to decide if your skill is relevant. Write it like this: @@ -65,7 +62,6 @@ description: "One sentence. Use when [trigger condition]. Produces [output descr **Full recommended structure for a quality skill:** -```markdown --- name: your-skill-name description: "..." @@ -91,7 +87,7 @@ A checklist Claude runs before delivering output. - "Example phrase that would activate this skill" - "Another example" -``` + ### Step 5: Test your skill locally @@ -105,11 +101,10 @@ Before submitting: ### Step 6: Commit and push -```bash git add skills/your-skill-name/SKILL.md git commit -m "feat: add [skill-name] skill for [profession/use case]" git push origin main -``` + ### Step 7: Open a Pull Request From e501288bfc32aee495a941b7931b786f1670d9ed Mon Sep 17 00:00:00 2001 From: mohitagw15856 <119053560+mohitagw15856@users.noreply.github.com> Date: Thu, 2 Apr 2026 13:24:30 +0530 Subject: [PATCH 3/3] Update QUICKSTART.md --- QUICKSTART.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/QUICKSTART.md b/QUICKSTART.md index f9161c8..a2d3ff0 100644 --- a/QUICKSTART.md +++ b/QUICKSTART.md @@ -40,10 +40,9 @@ Get your first PM Skill working in 5 minutes. Start a new conversation and try: -``` Help me write a PRD for a mobile app feature that lets users save articles for later reading -``` + Claude should automatically use the PRD Template Skill and create a structured PRD.