cuzfrog
lissom-skills
Pythonโœจ New

Light weight Claude Skills and Agents for every day tasks.

Last updated Jun 30, 2026
53
Stars
5
Forks
0
Issues
0
Stars/day
Attention Score
49
Language breakdown
Python 90.4%
Shell 9.2%
JavaScript 0.4%
โ–ธ Files click to expand
README

Lissom Skills

License: MIT GitHub stars GitHub last commit GitHub repo size CI

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
GSD context LISSOM context
(Context after a 10m task on a small local model with Qwen Code)

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:

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

  • GitHub โ€” source code and releases
  • Issues โ€” bug reports and feature requests
  • License โ€” MIT

Author

Cause Chung

๐Ÿ”— More in this category

ยฉ 2026 GitRepoTrend ยท cuzfrog/lissom-skills ยท Updated daily from GitHub