ConardLi/garden-skills: README-based editorial guide
A guide grounded in the README, repository metadata, and license for installing and checking ConardLi/garden-skills.
Project scope
ConardLi/garden-skills describes itself in the README as "ConardLi's open-source Skills collection, featuring web design, knowledge retrieval, image generation, and more.". This article keeps to facts that can be checked in the repository. Stars, forks, and promotional badges are signals of attention, not proof of quality. Under "Garden Skills", the README says: A curated collection of production-ready Agent Skills for Claude Code, Cursor, Codex, and other AI coding agents.. That establishes the project's stated boundary, not a production test.
Suitable use cases
The README's "web-video-presentation" section gives a useful starting point for deciding whether the project fits: Click / keyboard driven (chapter, step) cursor, with one narration beat per visual step. If that problem is not yours, popularity is a poor reason to adopt it. Project names, commands, and component names are kept as written so a reader can return to the primary source without guessing at terminology. Another checkable README item is: Fixed 1920×1080 stage that scales to the viewport for stable screen recording. It can shape a first test, but it does not replace testing in the intended environment.
How it works
The operating model is spread across sections such as "web-video-presentation". The source evidence includes: Category: Web Video / Presentation Engineering Best for: turning scripts, articles, lessons, product demos, and talks into click-driven 16:9 web presentations that can be screen-recorded as cinematic videos.. This article does not turn missing architecture, performance, or security details into claims. A real deployment still needs a look at the repository layout, configuration files, and release history.
Installation and first run
Start installation from the README's documented entry point. A command that can be checked in the source is: # Replace <skill> and <version> with the version you want. SKILL=web-design-engineer VERSION=1.0.0 curl -fsSL -o "${SKILL}.zip" \ "https://github.com/ConardLi/garden-skills/releases/download/${SKILL}-v${VERSION}/${SKILL}-${VERSION}.zip" # Verify the checksum (highly recommended for unattended installs) curl -fsSL -o "${SKILL}.zip.sha256" \ "https://github.com/ConardLi/garden-skills/releases/download/${SKILL}-v${VERSION}/${SKILL}-${VERSION}.zip.sha256" shasum -a 256 -c "${SKILL}.zip.sha256" When the README contains no runnable command, this article does not invent one. Open its "Table of contents" section and confirm system dependencies, default ports, and first-run initialization before using a public server.