lixiaolin94/skills

685 stars · Last commit 2026-07-03

Collection of AI agent skills for Claude Code

README preview

[中文版](README_CN.md)

# Skills

A small collection of reusable skills for AI coding agents.

## Included Skills

| Skill | Description |
|-------|-------------|
| **[web-shader-extractor](web-shader-extractor/)** | Extract WebGL/Canvas/Shader effects from websites and port them into standalone native JS projects. |

## Install

Install the whole repository:

```bash
npx skills add https://github.com/lixiaolin94/skills
```

View full repository on GitHub →