Collection of AI agent skills for Claude Code
npx skills add https://github.com/lixiaolin94/skills --skill web-shader-extractorInstala esta habilidad con la CLI y comienza a usar el flujo de trabajo SKILL.md en tu espacio de trabajo.
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