Skill Share
Endast-prosa-färdighetsbyggare som postar till Slack via Rube; levererar inga skript
Tested · Didn't pass
Vad den gör
Beskriver ett arbetsflöde för att skapa en Claude-färdighet, validera dess frontmatter, zippa den och meddela den till en Slack-kanal genom Rube MCP connector. I praktiken innehåller mappen en enda markdown file — inga creation, validation eller packaging scripts existerar, och Slack-delen behöver en Rube connection som färdigheten inte hjälper dig att ställa in. Samma repository levererar skill-creator, som utför creation, validation och packaging med riktiga Python scripts.
Testrapport
Bad om en csv-cleaner skill, byggd och delad, båda sätten. Utan assistans levererade jag en working skill — SKILL.md med en trigger-shaped description plus scripts/clean.py, som jag körde på en messy file och den normalized the headers och dropped 2 of 4 rows correctly. Att följa skill-share verbatim producerade en two-line SKILL.md, three empty directories och en 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 och 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.
Testad: 2026-07-30 · Claude Code 2.x (agent harness)
Installation
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
Kommandon och exempelprompter
/skill-shareEndast-prosa-färdighetsbyggare som postar till Slack via Rube; levererar inga skript
Skills triggas av vanliga förfrågningar — inga kommandon att memorera. Efter installationen aktiverar prompter som dessa skillen (på engelska):
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