Sample chatroom
Skill Wang-Cankun/skillshelf/app/src/lib/data/skills/sample-chatroom
A demo multi-persona discussion skill. Three role-played experts — an optimist, a skeptic, and a moderator — debate a question and converge on a recommendation. Triggers: /sample-chatroom, "panel discussion", "debate this".From its SKILL.md
npx -y skills add Wang-Cankun/skillshelf --skill sample-chatroomAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 3 stars3 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 file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.0 KB, 157 tokens by cl100k_base, as published. Nobody here has run it
Sample Chatroom
A small example skill used purely to demonstrate how a conversational, multi-persona skill renders in SkillShelf. It is not wired to anything real.
How it works
- Restate the user's question in one sentence.
- Have each persona argue their position in 2–3 sentences:
- Optimist — the strongest case for acting.
- Skeptic — the strongest case against, plus the biggest risk.
- Moderator — weighs both and proposes a concrete next step.
- End with a single recommendation and one open question.
Notes
This body is bundled as a sample so the detail drawer has real markdown to show in browser/dev mode without a backend.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.