← Back to list

sharing-skills
by ReinaMacCredy
Agent Skills (compatible with Claude Code, Codex, and more—for details visit: https://agentskills.io/home) with Conductor planning, Beads tracking, and TDD for AI-assisted development
⭐ 23🍴 3📅 Jan 17, 2026
SKILL.md
name: sharing-skills description: Use when you've developed a broadly useful skill and want to contribute it upstream via pull request - guides process of branching, committing, pushing, and creating PR to contribute skills back to upstream repository
Sharing Skills
Core Principles
- Test before share - Only share skills validated via creating-skills TDD process
- One skill per PR - Each skill independently reviewable
- Broadly useful - Not project-specific or experimental
Quick Reference
# 1. Sync
git checkout main && git pull upstream main
# 2. Branch
git checkout -b "add-${skill_name}-skill"
# 3. Work
# Edit skills/your-skill-name/SKILL.md
# 4. Commit
git add skills/your-skill-name/
git commit -m "Add ${skill_name} skill"
# 5. Push + PR
git push -u origin "add-${skill_name}-skill"
gh pr create --repo <UPSTREAM_ORG>/<UPSTREAM_REPO> \
--title "Add ${skill_name} skill" \
--body "## Summary\n...\n## Testing\n..."
When to Share vs Keep Personal
| Share | Keep Personal |
|---|---|
| Applies broadly | Project-specific |
| Well-tested | Experimental/unstable |
| Others benefit | Contains sensitive info |
| Documented | Too narrow/niche |
Prerequisites
ghCLI installed and authenticated- Working directory is your local skills clone
- Skill tested using creating-skills TDD process
Anti-Patterns
- ❌ Batching - Multiple skills in one PR
- ❌ Untested - Sharing without baseline testing
- ❌ Project-specific - Personal conventions as universal skills
- ❌ Incomplete docs - Missing Overview, Quick Reference, Common Mistakes
References
- Workflow Example - Complete async-patterns example
Related
- creating-skills - REQUIRED: Create well-tested skills before sharing
- maestro-core - Workflow routing and skill hierarchy
Score
Total Score
75/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon
