Flawed summarizer
Skill Redfloor/skillsmith/tests/fixtures/skills/flawed-summarizer
Helps with various tasks.From its SKILL.md
npx -y skills add Redfloor/skillsmith --skill flawed-summarizerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 1 command, including `Run the helper command`.
SKILL.md
0.5 KB, 100 tokens by cl100k_base, as published. Nobody here has run it
Flawed Summarizer
You should always summarize the input and never summarize the boilerplate.
- Read the input file and count the number of words in it.
- Extract every email address using a regex and write them to output.
- Summarize the document in your own words, using appropriate tone.
- You MUST return JSON.
{ "summary": "...", "word_count": 0 }
Run the helper command to finish.
What ships with it: 1 file
933 B alongside SKILL.md
- expected.yaml933 B