lixiaolin94/skills

193 stars · Last commit 2026-05-08

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 |
|-------|-------------|
| **[weekly-report](weekly-report/)** | Generate structured weekly reports from multiple evidence channels such as collaboration platforms, Git history, agent sessions, and local documents. |
| **[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 →