sharing-skills
Share skills via pull request
Contribute your useful skills back to the community. This skill guides you through branching, committing, pushing, and creating a pull request to share skills with upstream repositories.
下載技能 ZIP
在 Claude 中上傳
前往 設定 → 功能 → 技能 → 上傳技能
開啟並開始使用
測試它
正在使用「sharing-skills」。 Use sharing-skills to help me share my new error-handling skill
預期結果:
- Step 1: Check current directory and sync with upstream
- Step 2: Create feature branch add-error-handling-skill
- Step 3: Guide through committing skill with proper format
- Step 4: Push branch to your fork
- Step 5: Create pull request with description, testing notes, and context
正在使用「sharing-skills」。 Use sharing-skills to update my existing documentation skill
預期結果:
- Step 1: Sync local main with upstream
- Step 2: Create branch add-docs-update
- Step 3: Stage and commit changes
- Step 4: Push to your fork
- Step 5: Create PR with change summary
安全審計
低風險Documentation-only skill providing git workflow guidance for skill contributions. The 59 static findings are all false positives: network and filesystem patterns are standard git operations in the documented config directory, external command patterns are inline documentation examples using backticks for shell syntax illustration, and cryptographic algorithm references are analysis artifacts in metadata, not actual cryptographic code.
風險因素
⚡ 包含腳本 (1)
⚙️ 外部命令 (1)
品質評分
你能建構什麼
Share useful skills
Contribute tested skills to the upstream repository for community use
Follow git workflow
Properly branch, commit, and PR skills following contribution guidelines
Collaborate on skills
Push changes to fork and create reviewable PRs for skill improvements
試試這些提示
Use sharing-skills to help me contribute my [skill-name] skill to the upstream repository
Use sharing-skills to help me update [existing-skill-name] and create a PR for the changes
Use sharing-skills to sync my fork with upstream and prepare a branch for [skill-name]
Use sharing-skills to help me clean up my local and remote branches after my PR was merged
最佳實務
- Test your skill thoroughly using writing-skills before sharing
- Keep PRs focused - one skill per pull request
- Include clear testing notes in your commit message
避免
- Batching multiple skills into a single PR
- Sharing untested or experimental skills
- Skipping the sync step before creating a branch