Skill Share
Generador de esqueletos de habilidades solo en prosa que publica en Slack a través de Rube; no incluye scripts
Tested · Didn't pass
Qué hace
Describe un flujo de trabajo para crear una habilidad de Claude, validar su frontmatter, comprimirla y anunciarla a un canal de Slack a través del conector Rube MCP. En la práctica, la carpeta contiene un único archivo markdown —no existen scripts de creación, validación o empaquetado, y la parte de Slack necesita una conexión Rube que la habilidad no ayuda a configurar. El mismo repositorio incluye skill-creator, que realiza la creación, validación y empaquetado con scripts Python reales.
Informe de la prueba
Se solicitó una csv-cleaner skill, built and shared, both ways. Unassisted entregué una working skill — SKILL.md con una trigger-shaped description plus scripts/clean.py, que ejecuté en un messy file y normalizó los headers y dropped 2 of 4 rows correctly. Following skill-share verbatim produced a two-line SKILL.md, three empty directories y un zip containing no logic at all, because the body never says to write any; strictly worse than doing it unassisted. El Slack step, which is the skill's only original idea, is unmeasured here — it calls Rube tool names (SLACK_SEND_MESSAGE, SLACK_FIND_CHANNELS) that need a connector and workspace OAuth this test could not reach. Su frontmatter también cites a LICENSE.txt that does not exist in the folder, though nine sibling skills in the same repo have one, and the repo's own skill-creator covers three of the four advertised features with actual Python scripts.
Probado el: 2026-07-30 · Claude Code 2.x (agent harness)
Instalación
git clone https://github.com/frostant/awesome-claude-skills.git mkdir -p ~/.claude/skills cd awesome-claude-skills && cp -r skill-share ~/.claude/skills/skill-share
Comandos y prompts de ejemplo
/skill-shareGenerador de esqueletos de habilidades solo en prosa que publica en Slack a través de Rube; no incluye scripts
Los skills se activan con peticiones en lenguaje natural, sin comandos que memorizar. Tras instalarlo, prompts como estos lo activan (en inglés):
Help me package my csv-cleaner skill and post it to our Slack skills channelCreate a new Claude skill called csv-cleaner and validate its frontmatterBuild a skill scaffold, zip it, then announce it to the team via Rube