Skill Share
Scaffolder di skill solo in prosa che pubblica su Slack tramite Rube; non include script
Tested · Didn't pass
Cosa fa
Descrive un workflow per creare una skill Claude, validarne il frontmatter, zipparla e annunciarla a un canale Slack tramite il connettore Rube MCP. In pratica la cartella contiene un single markdown file — no creation, validation o packaging scripts exist, e la Slack half needs a Rube connection the skill does not help you set up. Lo stesso repository include skill-creator, che esegue la creation, validation e packaging con real Python scripts.
Rapporto di test
Ho chiesto una csv-cleaner skill, built and shared, both ways. Unassisted ho rilasciato una working skill — SKILL.md con una trigger-shaped description plus scripts/clean.py, che ho eseguito su un messy file e ha normalized the headers e dropped 2 of 4 rows correctly. Following skill-share verbatim ha prodotto un two-line SKILL.md, three empty directories e un zip containing no logic at all, because the body never says to write any; strictly worse than doing it unassisted. The 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. Its frontmatter also 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.
Testato il: 2026-07-30 · Claude Code 2.x (agent harness)
Installazione
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
Comandi e prompt di esempio
/skill-shareScaffolder di skill solo in prosa che pubblica su Slack tramite Rube; non include script
Gli skill si attivano con richieste in linguaggio naturale, senza comandi da ricordare. Dopo l'installazione, prompt come questi lo attivano (in inglese):
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