Light weight Claude Skills and Agents for every day tasks.
Lissom Skills
English ยท ็ฎไฝไธญๆ ยท ๆฅๆฌ่ช
โโโ
โLโโ LISSOM โ Simple, reliable Claude Code skills & agents
โโโ SKILLS for daily dev automation and context protection.
Why? What's the difference from GSD, SuperPower?
- Zero Dependency โ just plain files.
- Thin Skill Dispatchers โ relentless context protection.
- Idempotency โ hussle-free resume with minimal state.
- Hammered Specs โ no surprise dev experience.
| /gsd-autonomous | /lissom-auto |
|---|---|
![]() |
![]() |
When to use?
- I have a scoped idea, help me refine the specs and automate the implementation.
When not to use?
- Trivial or small tasks.
- Exploratory tasks โ use
/explore.
Basic Workflow
โโ interview โโ
โ /
research โโ auto โโโบ + โโโบ plan โโโบ impl โโโบ review โโโบ done
Specs.md Research.md / Plan.md Review.md โ
โฒ / โ critical?
โ โโโโโโโโโโโโโ fix cycle (max 3) โโโโ
โ โ
โโโโโโโโโโโโโโโโโ fix cycles exhausted โโโโโ
Installation
Install into your project's directory with:
curl -fsSL https://raw.githubusercontent.com/cuzfrog/lissom-skills/main/scripts/install.sh | bash
Supported:
.claude/Claude Code and compatible agents..opencode/OpenCode..qwen/Qwen Code..gemini/Gemini CLI.
Uninstallation
Remove all installed files from the current project:
curl -fsSL https://raw.githubusercontent.com/cuzfrog/lissom-skills/main/scripts/uninstall.sh | bash
Only files originally installed by this bundle are removed โ any custom files you added are left untouched. Empty directories are cleaned up automatically.
Here We Go!
Run /lissom-auto <task_id> โ get interviewed and wait for the job done!
- It looks for the task in
.lissom/tasks/<task_id>/Specs.md - If not found, it tries to locate with tools (e.g. JIRA MCP)
Best practices
- Don't outsource your thinking. Review architecture and code structure. You should understand your code.
- Use a simple grill-me skill to build the
Specs.md. (mattpocock/skills) - Steer the behavior:
/lissom-auto <task_id> Directly go to plan phase, I have a well-written spec already. - Define test methods (development cycle) clearly (e.g. in
CLAUDE.md)
Configuration
Set preferences in .lissom/settings.local.json to avoid being asked each run:
{
"user_attention": "default",
"fix_threshold": "warning",
"specreviewrequired": false,
"impl_delegation": "single"
}
| Key | Options | |---|---| | user_attention | default โ Interview for major concerns; auto โ Best effort auto pilot; focused โ Exhaustive questioning | | fix_threshold | warning โ Fix critical & warnings; critical โ Critical only; suggestion โ All issues | | specreviewrequired | false โ Skip spec review; true โ Review and refine specs before research | | research_required | true โ Perform research before implementation; false โ Skip research if the specs are already sufficient | | impl_delegation | single โ Perform impl in one subagent (faster in most cases); multiple โ Perform impl in multiple subagents (if impl scope is large; usually not necessary) |
Links
Author
Cause Chung

