share-skill
Compartir habilidades en repositorios git
Migrar habilidades locales de Claude a repositorios git con control de versiones. Automatizar el proceso de habilidades de código abierto con inicialización automática de Git, configuración remota y generación de documentación.
下载技能 ZIP
在 Claude 中上传
前往 设置 → 功能 → 技能 → 上传技能
开启并开始使用
测试它
正在使用“share-skill”。 Help me share the port-allocator skill to GitHub
预期结果:
- Found skill at ~/.claude/skills/port-allocator/
- Creating symlink to ~/Codes/skills/port-allocator/
- Initialized git repository
- Ready to push to git@github.com:username/skills.git
正在使用“share-skill”。 Generate documentation for my skills
预期结果:
- Generating documentation website...
- Style: botanical (Natural Botanical)
- Created index.html with skill listings
- Added table of contents and navigation
- Documentation ready at ~/Codes/skills/docs/
安全审计
低风险Documentation-only skill. All 1725 static findings are false positives triggered by pattern matching on markdown documentation text. No executable code exists. The skill describes legitimate git operations for skill migration. Static analyzer misidentified documentation examples as command execution, URLs as network exfiltration, and standard git operations as credential access.
风险因素
⚙️ 外部命令 (1166)
🌐 网络访问 (87)
📁 文件系统访问 (305)
质量评分
你能构建什么
Publica tus habilidades como código abierto
Migrar habilidades creadas localmente a repositorios públicos de GitHub para compartir con la comunidad
Control de versiones para habilidades
Realizar seguimiento de cambios en habilidades a lo largo del tiempo y colaborar en el desarrollo de habilidades usando flujos de trabajo de Git
Generar documentación de habilidades
Crear hermosos sitios web de documentación automáticamente a partir de metadatos de habilidades y READMEs
试试这些提示
Help me share the port-allocator skill to GitHub
Configure git remote for my skills repository at git@github.com:myorg/skills.git
List all my local skills that I can migrate
Generate a documentation website for my skills repository
最佳实践
- Configurar remotos explícitamente para evitar ambigüedad en los nombres de repositorios
- Ejecutar /share-skill allow primero para otorgar los permisos necesarios
- Usar lenguaje natural con URLs de repositorio completas para destinos no predeterminados
避免
- Usar nombres de repositorio vagos como 'otro repositorio' sin especificar la URL completa
- Intentar migrar habilidades que ya están bajo control de versiones de git
- Olvidar configurar user.name y user.email de Git antes de la migración
常见问题
¿Dónde se almacenan mis habilidades migradas?
¿Modifica share-skill mis archivos de habilidad originales?
¿Puedo usar GitLab en lugar de GitHub?
¿Qué sucede si Git no está instalado?
¿Cómo cambio el estilo de documentación?
¿Son seguros mis datos de configuración?
开发者详情
文件结构