Flawed summarizer
Skill Redfloor/skillsmith/tests/fixtures/skills/flawed-summarizer
An agent with subskills that audits, optimizes, tests, and self-heals agentic skills and prompt-based tools (Claude SKILL.md + Agent SDK / MCP).
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.
One thing 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.
What its author says it does
Copied from the file, not written here
Helps with various tasks.
SKILL.md
0.5 KB, 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.