mrkeyoor.com_
Tue 01 Sept 17:45 UTC
Dev Toolsevaluationupdated 26 Aug 2026

garden-skills review

Garden Skills is an English-first collection of five instruction packs for Claude Code, Codex, Cursor, and other coding agents, with Chinese and Japanese versions of the main README. It covers web design, browser-recorded presentations, GPT Image 2 prompting, knowledge retrieval, and turning source material into styled articles.

+1,159stars / 7d
Verdict

Our Garden Skills run installed 0 packages in 21 seconds, but it had no build or test target, so adoption depends on reading and trialing the individual instructions rather than trusting a passing suite. Use it when one of the five workflows matches a repeated job and your team is comfortable reviewing agent output. Pin the chosen skill instead of subscribing to every update blindly.

We ran it

Lab card: what happened when we ran garden-skillsScreenshot of garden-skills (github.com/ConardLi/garden-skills)
Install✓ · 21s0 packages · 37 MB
Buildn/ano build script
Testsn/ano test script
Known vulns00 critical · 0 high · 0 moderate · 0 low (npm audit)
Repo592 files~12,569 lines of source · 19.4 MB · 2 CI workflows

Answers from our run

Does garden-skills build from source?

Dependencies installed in 21 seconds (0 packages), and the project has no separate build step. We cloned commit aaf9a82 into a clean Debian container with 3 CPUs and no project-specific setup.

Does garden-skills have tests you can run?

Not through a standard command: the project exposes no test script or target that our harness could run.

Does garden-skills have known vulnerabilities in its dependencies?

npm audit found none in the dependency tree at the time of our run.

Who should not use garden-skills?

Teams expecting a tested software package: our checkout had no build or test target, so there is no executable suite proving that all five instruction packs behave as written.

What are the alternatives to garden-skills?

Anthropic Skills, Superpowers, Vercel Agent Skills. Our Garden Skills run installed 0 packages in 21 seconds, but it had no build or test target, so adoption depends on reading and trialing the individual instructions rather than trusting a passing suite.

Setup4/521-second install with no package tree, but each skill has its own needs
Docs4/5Five install paths, compatibility notes, and per-skill guides
Community4/510,754 stars and 16 open issues and PRs, with July activity
Maturity3/5Pinned releases exist, but the root has no build or test target

Who it’s for

Developers who want inspectable SKILL.md files instead of an opaque agent extension.
Claude Code users who prefer a marketplace install, and Codex or Cursor users willing to copy skills into their agent directory.
Teams that want to pin a skill as a release archive, checksum it, and review changes before updating.
Frontend and content teams whose work matches one of the five included workflows.

Who it’s NOT for

Teams expecting a tested software package: our checkout had no build or test target, so there is no executable suite proving that all five instruction packs behave as written.
Buyers who need one stable version for the whole collection: releases are tagged per skill, and the latest release names only web-design-engineer.
Presentation teams relying on keyboard-started auto playback: issue 27 reports that Space can skip step 0 and desynchronize narration, with clicking given as the workaround.
Teams using parallel agents on recurring presentation diagrams without manual review: issue 28 documents the same four-quadrant map drifting across four chapters.
Developers seeking general backend, database, or infrastructure skills: the current five-pack is concentrated on visual, article, image, and retrieval work.

Setup reality

Our sandbox installed the commit aaf9a82 checkout in 21 seconds, but npm added 0 packages. There was no build target and no test target, so both steps were skipped. Npm audit found 0 known vulnerabilities; the 592-file checkout occupied 19.4 MB and contained about 12,569 source lines.

Installation can be one npx skills add command, a Claude Code marketplace subscription, a checksummed release archive, a manual copy, or a Git submodule. Individual skills may still need their own services and keys, such as an image API or a configured knowledge source.

The repository is content and scripts rather than one runtime. Agent directory names differ, release tags belong to individual skills, and generated work still needs review. Two CI workflow files exist, but our checkout exposed no local test script or tests directory.

Five skills cover a narrow band of agent work

Garden Skills is a collection, not a general agent framework. The five entries target web presentations, frontend design, GPT Image 2 work, knowledge retrieval, and styled article production. Each skill puts its method in readable instructions and supporting files, so a developer can inspect what the agent will be told before installing it. The main README is in English, with Chinese and Japanese translations available.

That focus is useful if your backlog resembles the gallery. A frontend team can reuse the design workflow, while a content team can turn a script into a 16:9 presentation or an article into a themed page. Backend migrations, observability, database operations, and deployment are outside the current five-skill set. The 19.4 MB checkout should be judged as a small specialist shelf, not as an all-purpose agent toolkit.

Installation is easy, versioning is per skill

The README documents five installation routes. npx skills add can install the collection or one named skill. Claude Code users can subscribe through the plugin marketplace. Teams that need reproducibility can download an immutable zip, verify its SHA-256 checksum, or pin the repository as a submodule. Manual copies are also documented for .claude/skills, .agents/skills, and .codex/skills.

The catch is version shape. Formal releases belong to individual skills, and the latest GitHub release on July 12, 2026 was web-design-engineer-v1.3.0. Installing the repository head and pinning a released zip are different choices. A team that has reviewed one workflow should pin that artifact, record its checksum, and update after reading its diff. Subscribing to a marketplace pack trades that control for easier updates.

What happened when we ran it

Our sandbox installed commit aaf9a82 in 21 seconds and npm reported 0 packages installed. The repository occupied 19.4 MB, with 592 files and about 12,569 lines of source. Npm audit found 0 known vulnerabilities. Those numbers make the checkout cheap to try and leave little dependency surface at the repository root.

There was no build script or target, so we skipped the build. There was also no test script or target, and no tests directory, so we skipped tests. Two CI workflow files were present, but that does not turn an absent local suite into a pass. Our run establishes that the repository can be installed as checked out; it does not prove that each agent follows every instruction or that generated artifacts meet their acceptance criteria.

The instructions are the product and the trust boundary

A skill changes agent behavior by adding context, procedures, scripts, and sometimes commands. Garden Skills makes those materials visible, which is preferable to installing a black box, but visibility only helps if someone reads them. The web design skill can ask an agent to create or change application code. The image skill supports local generation, host-native delegation, or prompt-only use, and a chosen runtime may require an API credential.

Treat each directory like code from a dependency. Review its SKILL.md, scripts, referenced assets, expected write locations, and network calls. Then test it in a disposable project with the same agent your team uses. The root install adding 0 packages does not mean later generated projects have no dependencies. It means Garden itself did not pull a package tree during our measured setup.

Presentation automation has two concrete failure reports

The web presentation workflow has detailed checkpoints and a fixed 1920 by 1080 stage, but open issue 27 describes a repeatable auto-mode problem. Pressing Space at the start gate can also reach the stage navigation handler, skip step 0, and put narration out of sync. The reporter says clicking the gate avoids the problem. Anyone recording unattended playback should verify the opening step before a long capture.

Issue 28 describes a different coordination limit from a 9-chapter, 44-step production. Parallel agents independently redrew the same four-quadrant map across four chapters, changing its position, size, and orientation. The eventual fix was a shared component. That is a useful warning for teams attracted to parallel generation: shared visual elements need to be identified and implemented once before work fans out.

July activity is current, while the open queue mixes issues and PRs

GitHub showed 10,754 stars and 16 open issues and pull requests when fetched. The last push was July 12, 2026, the same day as the latest release. Open items include bug reports, feature requests, and proposed skill additions, so the combined count should not be read as 16 confirmed defects. The dated push and recent discussion show maintenance activity without proving response times or release cadence.

Garden Skills is worth sampling when a named workflow saves repeated prompt design. Its strongest property is that the instructions are available to inspect, pin, and edit. Its weakest property is equally plain: our 21-second install had no executable build or test target. The right adoption unit is one reviewed skill for one recurring job, followed by comparison of its output against your own acceptance checks.

Alternatives

ProjectWhat it isPick it when
Anthropic Skills gh↗Anthropic's public examples and document-focused agent skills.pick this instead when you want first-party Claude examples or document creation workflows.
Superpowers gh↗A workflow system for planning, implementing, and checking coding work with agents.pick this instead when software-development discipline matters more than visual and content production.
Vercel Agent Skills gh↗Agent instructions centered on web development practices from Vercel.pick this instead when your work is mainly React and web application engineering.

What people are saying

  1. [github-trending] ConardLi/garden-skills

Sources

  1. Garden Skills repository and README
  2. web-design-engineer v1.3.0 release
  3. Auto mode skips the opening step
  4. Parallel chapters redraw shared diagrams

More dev tools reviews

workmux · v2rayNG · SecLists · hashcat · eslint · fastfetch · the whole board →