Skill Share

Scaffolder dovedností pouze v próze, který odesílá na Slack přes Rube; neobsahuje žádné skripty

od frostant · frostant/awesome-claude-skills

Tested · Didn't pass

Skill Share — Scaffolder dovedností pouze v próze, který odesílá na Slack přes Rube; neobsahuje žádné skripty

Co umí

Popisuje pracovní postup pro vytvoření dovednosti Claude, ověření jejího frontmatteru, zabalení a oznámení na kanál Slack prostřednictvím konektoru Rube MCP. V praxi složka obsahuje jediný markdownový soubor — no creation, validation or packaging scripts exist, and the Slack half needs a Rube connection the skill does not help you set up. The same repository ships skill-creator, which does the creation, validation and packaging with real Python scripts.

Testovací report

Požádal jsem o csv-cleaner skill, built and shared, both ways. Unassisted I shipped a working skill — SKILL.md with a trigger-shaped description plus scripts/clean.py, which I ran on a messy file and it normalized the headers and dropped 2 of 4 rows correctly. Following skill-share verbatim produced a two-line SKILL.md, three empty directories and a 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.

Testováno: 2026-07-30 · Claude Code 2.x (agent harness)

Instalace

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

Příkazy a ukázkové prompty

  • /skill-shareScaffolder dovedností pouze v próze, který odesílá na Slack přes Rube; neobsahuje žádné skripty

Skilly se spouštějí běžnými požadavky — žádné příkazy k zapamatování. Po instalaci ho aktivují prompty jako tyto (anglicky):

  • Help me package my csv-cleaner skill and post it to our Slack skills channel
  • Create a new Claude skill called csv-cleaner and validate its frontmatter
  • Build a skill scaffold, zip it, then announce it to the team via Rube