Add files via upload

This commit is contained in:
mohitagw15856
2026-04-02 15:12:37 +05:30
committed by mohitagw15856
parent adb742a187
commit fd5b9daa43
3 changed files with 156 additions and 0 deletions
+65
View File
@@ -0,0 +1,65 @@
---
name: "🐛 Bug Report"
about: "A skill isn't triggering correctly, producing wrong output, or something else is broken"
title: "[BUG] "
labels: ["bug"]
assignees: ""
---
## Which skill is affected?
<!-- e.g. plugins/pm-gtm/skills/go-to-market -->
**Skill path:**
---
## What's the problem?
<!-- Tick all that apply -->
- [ ] Skill isn't triggering when it should
- [ ] Skill is triggering when it shouldn't
- [ ] Output is missing a section
- [ ] Output format is wrong
- [ ] Skill description is incorrect or misleading
- [ ] Plugin isn't showing in the marketplace
- [ ] Installation issue
- [ ] Other: ___________
---
## What did you expect to happen?
---
## What actually happened?
<!-- Paste the output or describe what went wrong -->
---
## How to reproduce
<!-- Step by step:
1. Trigger phrase used: "..."
2. Claude Code version: ...
3. What happened: ... -->
1.
2.
3.
---
## Environment
- **Claude Code version:**
- **OS:**
- **Install method:** marketplace / manual / symlink
---
## Any additional context?
<!-- Screenshots, logs, or anything else helpful -->
@@ -0,0 +1,21 @@
---
name: "💬 Question or Feedback"
about: "Ask a question about using the skills, or share feedback on the library"
title: "[QUESTION] "
labels: ["question"]
assignees: ""
---
## What's your question or feedback?
---
## Context
<!-- Which skill or bundle are you asking about? Any relevant details about your setup? -->
---
## What have you already tried?
<!-- If it's a question about getting something working — what have you attempted? -->
+70
View File
@@ -0,0 +1,70 @@
---
name: "💡 Skill Request"
about: "Suggest a new skill you'd like to see added to the library"
title: "[SKILL REQUEST] "
labels: ["skill-request"]
assignees: ""
---
## What skill are you requesting?
<!-- A short name for the skill, e.g. "Legal Contract Review" or "Sales Battlecard Builder" -->
**Skill name:**
---
## What profession or role is this for?
<!-- Who would use this skill day-to-day? -->
- [ ] Product Management
- [ ] Marketing & GTM
- [ ] Engineering & Tech
- [ ] Data & Analytics
- [ ] Leadership & People
- [ ] Design & UX
- [ ] Business & Strategy
- [ ] Legal
- [ ] Finance
- [ ] HR
- [ ] Sales
- [ ] Other: ___________
---
## What workflow does this skill solve?
<!-- Describe the specific task or document this skill should produce.
Be as concrete as possible — what do you do today that takes too long? -->
---
## What should the output look like?
<!-- What does a good output from this skill contain?
E.g. "A structured contract review with flagged clauses, risk rating, and plain English summary" -->
---
## Example trigger phrases
<!-- How would you naturally ask Claude to use this skill?
E.g. "Review this contract", "Flag the key risks in this NDA" -->
-
-
---
## Are you willing to build this skill yourself?
- [ ] Yes — I'll raise a PR with the SKILL.md
- [ ] Maybe — I'd like guidance first
- [ ] No — I'm suggesting it for someone else to build
---
## Any additional context?
<!-- Links, examples, or anything else that would help someone build this skill -->