Collection of AI agent skills for Claude Code
npx skills add https://github.com/lixiaolin94/skills --skill web-shader-extractorInstallieren Sie diesen Skill über die CLI und beginnen Sie mit der Verwendung des SKILL.md-Workflows in Ihrem Arbeitsbereich.
A small collection of reusable skills for AI coding agents.
| Skill | Description |
|---|---|
| weekly-report | Generate structured weekly reports from multiple evidence channels such as collaboration platforms, Git history, agent sessions, and local documents. |
| web-shader-extractor | Extract WebGL/Canvas/Shader effects from websites and port them into standalone native JS projects. |
Install the whole repository:
npx skills add https://github.com/lixiaolin94/skills
Install a specific skill:
npx skills add https://github.com/lixiaolin94/skills --skill weekly-report
npx skills add https://github.com/lixiaolin94/skills --skill web-shader-extractor
| Contributor | Contributions |
|---|---|
| Huazi | web-shader-extractor — 2D Canvas extraction report that led to 2D Canvas identification, porting strategy, and framework shell-removal rules |
MIT