Add professional open source repository setup with all essential GitHub
community health files, templates, and legal documentation.
Core Files Added (5):
1. **LICENSE**
- Official MIT License
- Copyright 2025 Alireza Rezvani
- GitHub will automatically recognize and display
- Enables commercial use, modification, distribution
2. **CONTRIBUTING.md**
- Complete contribution guidelines
- Skill creation standards following Anthropic spec
- Python script quality requirements
- Development workflow and PR process
- Style guide (Python PEP 8, Markdown, commits)
- Domain-specific guidelines
- Quality checklist for contributors
3. **CODE_OF_CONDUCT.md**
- Contributor Covenant 2.0 standard
- Community standards and expectations
- Enforcement guidelines
- Incident reporting process
4. **SECURITY.md**
- Vulnerability reporting process
- Supported versions table
- Response timelines by severity
- Security best practices for users
- Secure coding guidelines for contributors
- Responsible disclosure policy
5. **CHANGELOG.md**
- Keep a Changelog format
- Complete version history from v1.0.0
- Documents all 42 skills in initial release
- Tracks Anthropic refactoring progress (v1.1.0)
- GitHub pages addition (v1.0.2)
- Semantic versioning with comparison links
GitHub Templates Added (5):
6. **.github/ISSUE_TEMPLATE/bug_report.md**
- Standardized bug reporting
- Environment details checklist
- Reproduction steps required
- Skill-specific context
7. **.github/ISSUE_TEMPLATE/feature_request.md**
- New skill proposal template
- Problem statement and use cases
- ROI and value quantification
- Python tools and references specification
8. **.github/ISSUE_TEMPLATE/skill_improvement.md**
- Enhancement suggestions for existing skills
- Specific change proposals
- Value proposition requirement
- Implementation willingness indicator
9. **.github/ISSUE_TEMPLATE/documentation.md**
- Documentation issue reporting
- Clear before/after examples
- Affected audience specification
- Link validation focus
10. **.github/pull_request_template.md**
- Comprehensive PR checklist
- Quality standards enforcement
- Testing requirements
- Documentation update verification
- ROI value estimation
Benefits:
**For Repository:**
- ✅ Professional open source appearance
- ✅ GitHub recognizes LICENSE automatically
- ✅ Community health score improves to 100%
- ✅ Legal clarity (MIT License)
- ✅ Security vulnerability process established
**For Contributors:**
- ✅ Clear contribution guidelines
- ✅ Standardized issue templates
- ✅ Quality checklists
- ✅ Expected behavior defined
**For Users:**
- ✅ Transparent licensing
- ✅ Security reporting process
- ✅ Version history tracking
- ✅ Professional community standards
Repository Status:
- All GitHub recommended community files present
- Open source best practices followed
- Ready for community contributions
- Professional project presentation
This completes the essential GitHub repository setup for a professional
open source project, making the Claude Skills Library contribution-ready
and community-friendly.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
103 lines
2.4 KiB
Markdown
103 lines
2.4 KiB
Markdown
---
|
|
name: Skill Improvement
|
|
about: Suggest improvements to an existing skill
|
|
title: '[IMPROVEMENT] '
|
|
labels: enhancement
|
|
assignees: ''
|
|
---
|
|
|
|
## Skill Information
|
|
|
|
**Skill Name:** (e.g., content-creator, product-manager-toolkit)
|
|
**Current Version:** (check metadata in SKILL.md)
|
|
**Domain:** (e.g., Marketing, Product, Engineering)
|
|
|
|
## Improvement Type
|
|
|
|
Select the type of improvement:
|
|
- [ ] Add new Python tool/script
|
|
- [ ] Enhance existing script functionality
|
|
- [ ] Add new reference materials
|
|
- [ ] Improve SKILL.md documentation
|
|
- [ ] Add new templates or examples
|
|
- [ ] Update frameworks or best practices
|
|
- [ ] Fix outdated information
|
|
- [ ] Other (specify)
|
|
|
|
## Current Limitation
|
|
|
|
**What is currently missing or could be better?**
|
|
|
|
Describe the limitation or gap in the current skill.
|
|
|
|
## Proposed Enhancement
|
|
|
|
**What should be added or improved?**
|
|
|
|
Detailed description of the proposed improvement.
|
|
|
|
## Specific Changes
|
|
|
|
**What exactly would change?**
|
|
|
|
### If Adding Python Tool:
|
|
- **Script Name:** tool_name.py
|
|
- **Purpose:** What it does
|
|
- **Input:** What it takes
|
|
- **Output:** What it produces
|
|
- **Usage Example:** `python scripts/tool_name.py input.txt`
|
|
|
|
### If Enhancing Documentation:
|
|
- **Files to Update:**
|
|
- **Sections to Add/Modify:**
|
|
- **New Content:**
|
|
|
|
### If Adding References:
|
|
- **New Reference File:** references/framework.md
|
|
- **Content:** Framework, template, or guideline
|
|
- **Purpose:** When and how to use it
|
|
|
|
## Value Proposition
|
|
|
|
**Why is this improvement valuable?**
|
|
|
|
- **Additional Time Savings:** Hours saved per month
|
|
- **Quality Improvement:** Specific quality gains
|
|
- **User Impact:** Who benefits and how
|
|
- **Completeness:** Fills a gap in current coverage
|
|
|
|
## Examples
|
|
|
|
**Show how this would be used:**
|
|
|
|
### Before (Current State):
|
|
```
|
|
Current workflow or limitation
|
|
```
|
|
|
|
### After (With Improvement):
|
|
```
|
|
Improved workflow or capability
|
|
```
|
|
|
|
## Implementation Willingness
|
|
|
|
- [ ] I'm willing to implement this improvement myself
|
|
- [ ] I need help implementing this
|
|
- [ ] I'm suggesting for someone else to implement
|
|
|
|
## Additional Context
|
|
|
|
Any other information:
|
|
- Related skills or tools
|
|
- Industry best practices
|
|
- User feedback or requests
|
|
- Links to relevant resources
|
|
|
|
## Checklist
|
|
|
|
- [ ] I have checked the latest version of the skill
|
|
- [ ] This improvement doesn't duplicate existing functionality
|
|
- [ ] I have clearly described the value proposition
|
|
- [ ] I have provided concrete examples
|