Agent Skills collection · Established, release-versioned collection with substantial adoption signals, though activity dates are uncertain.

ConardLi/garden-skills

Installable collection of five Agent Skills for Claude Code and other SKILL.md-compatible agents, covering web-video presentations, frontend design, GPT Image prompting and generation, local knowledge retrieval, and editorial article production.

frontend designweb presentationsimage generationprompt engineeringlocal knowledge retrievaldocument processingeditorial publishingdata visualizationaudio narrationagent workflows
Routing score
80.0
Readiness
Production-oriented and usable, with per-skill setup and external dependencies varying from low to medium.
License
MIT
Maintenance
active
Components
18
Revision
0

Selection

Select when

  • You want installable Claude Code skills rather than a separate application.
  • You need one collection spanning design, presentations, images, retrieval, and editorial output.
  • You want structured checkpoints before substantial creative implementation.
  • You need a recordable 16:9 web presentation driven by narration beats.
  • You want opinionated frontend direction with many named style recipes.
  • You need GPT Image prompts that can fall back when no image tool exists.
  • You have a locally indexed Markdown, PDF, or Excel knowledge directory.
  • You want source material converted into a themed offline-capable article.
  • You value pinned release archives and checksum-based verification.
  • You can provide the runtime tools and credentials required by the selected skill.

Boundaries

Avoid when

  • You need a standalone GUI or hosted service.
  • You need a general-purpose Claude model gateway or MCP integration layer.
  • You want unopinionated design guidance that preserves every existing convention.
  • You cannot run shell, Node, Python, or frontend build tooling required by the chosen workflow.
  • You need image generation without an API credential or host image tool.
  • You lack a structured local knowledge base or required PDF and Excel utilities.
  • You need guaranteed fully automated delivery without user approval checkpoints.
  • You require independently audited security or quality assurances.
  • You need a native video renderer rather than a screen-recorded web stage.
  • You need a generic web application from the article workflow.

Strengths

Capabilities

Packages five on-demand SKILL.md workflows with references, scripts, templates, and assets.Installs through a Claude Code plugin marketplace, a skills CLI, release archives, manual copying, or a submodule.Builds fixed 1920×1080 click-driven React presentations for clean screen recording.Maps narration beats to full-screen scenes with hard script, outline, implementation, and audio checkpoints.Provides 23 presentation themes and a provider-agnostic TTS runner with MiniMax and OpenAI examples.Guides frontend design through a five-dial Design Read, declared design systems, early drafts, and verification.Includes 25 progressively loaded frontend style recipes across seven design schools.Supports responsive HTML, CSS, JavaScript, React, animation, dashboard, slide, and visualization work.Adapts GPT Image work across local API generation, host-native image-tool delegation, and prompt-only advising.Supplies 79 structured image prompt templates across 18 documented visual categories.Calls OpenAI-compatible image generation and editing endpoints in local generation mode.Archives rendered image prompts and locally generated images with task and timestamp naming.Navigates user-provided local knowledge bases through hierarchical data_structure.md indexes.Uses progressive grep and windowed reads with a five-round retrieval bound.Provides PDF and Excel handling guidance plus a scanned-PDF image-conversion fallback.Transforms URLs, PDFs, DOCX, Markdown, text, screenshots, and notes into themed articles.Targets the external Reacticle component protocol and can produce self-contained HTML with optional PDF.Offers ten article types, eleven themes, configurable retention ratios, and three user checkpoints.Supports optional sub-agent reviews with a documented main-agent fallback.Publishes immutable per-skill release archives with SHA-256 checksum files according to the README.

Risk profile

Risks and limitations

  • Uncertain: the supplied evidence omits the actual SKILL.md files, marketplace manifest, scripts, CI configuration, and release artifacts, so their behavior was not independently inspected.
  • Uncertain: repository activity timestamps are dated in 2026 relative to this analysis context, so recency and maturity signals cannot be independently validated.
  • The root README alternates between five skills and comments or commands saying four, while the marketplace table lists only four and omits beautiful-article.
  • The image documentation disagrees on whether the case library has 17 or 18 categories and reports 160+ or 161 cases.
  • Local image generation requires Node, an enabled mode, an API key, and a compatible image endpoint; host and advisor modes have reduced execution capability.
  • The knowledge retriever requires a user-supplied indexed corpus plus grep, windowed file reads, PDF tooling, and pandas for the documented formats.
  • The article workflow depends on shell and frontend build tooling, installs the external Reacticle package, and may require Python or a headless browser for optional paths.
  • The presentation workflow still requires a browser, screen recorder, and provider-specific credentials or tools for optional narration.
  • Named design recipes and anti-cliché rules are intentionally opinionated and may conflict with established brand systems or project constraints.
  • External APIs, npm packages, hosted assets, websites, and TTS providers can change or expose submitted content under their own policies.
  • Repository-authored compatibility, production-readiness, and test claims were not independently verified from the supplied files.
  • No independent security audit, automated compatibility report, or output-quality benchmark is present in the supplied evidence.

Release archives are documented with SHA-256 checksums, but bundled scripts can execute shell, Node, Python, npm, browser, TTS, and API operations. Image credentials may be read from process variables and local env files, including a home-directory gateway file. Inference: users should review skill code and pin releases before use in sensitive work; no independent audit is evidenced.

Component inventory

18 documented components

Agent Skills collection / Claude Code marketplace

Garden Skills

Portable SKILL.md collection for Claude Code and other coding agents; also exposes Claude Code plugin packs.

README.md
Agent Skill

web-video-presentation

Builds click-driven 16:9 React presentations for screen-recorded videos, with checkpoints, themes, and optional TTS.

skills/web-video-presentation/SKILL.md
Agent Skill

web-design-engineer

Guides polished frontend design through calibration, design-system declaration, early v0, implementation, and verification.

skills/web-design-engineer/SKILL.md
Agent Skill with helper scripts

gpt-image-2

Generates, edits, or advises on image prompts using local OpenAI-compatible APIs, host image tools, or prompt-only mode.

skills/gpt-image-2/SKILL.md
Agent Skill

kb-retriever

Answers from a local multi-format knowledge directory using hierarchical indexes and bounded progressive retrieval.

skills/kb-retriever/SKILL.md
Agent Skill / editorial workflow

beautiful-article

Edits source material into a themed, share-ready self-contained article with checkpoints, reviews, and optional PDF.

skills/beautiful-article/SKILL.md
Claude Code plugin pack

presentation-skills

Claude Code plugin pack containing web-video-presentation.

.claude-plugin/marketplace.json
Claude Code plugin pack

web-design-skills

Claude Code plugin pack containing web-design-engineer.

.claude-plugin/marketplace.json
Claude Code plugin pack

knowledge-base-skills

Claude Code plugin pack containing kb-retriever.

.claude-plugin/marketplace.json
Claude Code plugin pack

image-generation-skills

Claude Code plugin pack containing gpt-image-2.

.claude-plugin/marketplace.json
Command / runtime selector

gpt-image-2 mode detector

Selects Garden-local, host-native delegation, or prompt-advisor mode, with optional JSON output.

skills/gpt-image-2/scripts/check-mode.js
Command

gpt-image-2 generator

Calls an OpenAI-compatible image-generation endpoint from inline text or a saved prompt file.

skills/gpt-image-2/scripts/generate.js
Command

gpt-image-2 editor

Edits an existing image, optionally restricting changes with a mask.

skills/gpt-image-2/scripts/edit.js
Command / project scaffold

beautiful-article scaffold

Bootstraps a Vite, React, TypeScript, and Reacticle article workspace with a selected theme.

skills/beautiful-article/scripts/scaffold.sh
Command / export workflow

beautiful-article PDF export

Exports the built self-contained article HTML to PDF through a headless-browser script.

skills/beautiful-article/scripts/html-to-pdf.sh
Command / project scaffold

web-video-presentation scaffold

Creates a themed Vite, React, and TypeScript presentation workspace.

skills/web-video-presentation/scripts/scaffold.sh
Static web application

GPT Image 2 case browser

Browsable gallery of generated-image cases, reusable prompts, templates, and conversation examples.

website/gpt-image2-website
Demo application

web-design recipe gallery

Live React/Vite gallery of 25 anchored web-design style recipes with deep-linked examples.

demo/web-design-engineer-demo

Technical profile

Requirements and configuration

Repository
ConardLi/garden-skills
License
MIT
DefaultBranch
main
RepositoryStatus
Public, unarchived, and enabled according to supplied GitHub metadata.
MetadataLanguage
CSS is the primary language reported by GitHub metadata.
SkillFormat
Self-contained SKILL.md folders with optional references, scripts, templates, and assets.
SkillCount
Five skills are presented: web-video-presentation, web-design-engineer, gpt-image-2, kb-retriever, and beautiful-article.
ClaudePackaging
The README documents a Claude Code plugin marketplace with four named packs; beautiful-article is not listed in that table.
Installation
Documented paths are skills CLI, Claude Code marketplace, pinned release ZIP, manual copy, and Git submodule.
FrontendStack
Generated presentation and article workspaces use Vite, React, and TypeScript; frontend design also covers HTML, CSS, JavaScript, and React.
ImageAPI
Local image mode targets POST /images/generations and POST /images/edits through an OpenAI-compatible base URL.
ImageConfiguration
ENABLE_GARDEN_IMAGEGEN and OPENAI_API_KEY select local generation, with optional OPENAI_BASE_URL and OPENAI_IMAGE_MODEL.
RetrievalFormats
Markdown or text, PDF, and Excel are documented, with grep, pdftotext or pdfplumber, pandas, and a PDF-to-image fallback.
ArticleRuntime
Beautiful Article targets Reacticle and builds a self-contained HTML file, with optional headless-browser PDF export.
PresentationRuntime
Web Video Presentation scaffolds a fixed 1920×1080 Vite application and offers pluggable shell-based TTS providers.
ReleaseModel
Per-skill tags and ZIP artifacts with checksum files are documented for reproducible installs.
Adoption
Supplied metadata reports 11,242 stars, 1,405 forks, 57 subscribers, and 16 open issues.
EvidenceScope
Analysis is limited to supplied GitHub metadata and selected first-party README files.

Classification

How it enters the stack

Context InjectionTool SurfaceOrchestration

SKILL.md packages inject task guidance into Claude Code; bundled scripts and scaffolds add executable helpers, while some workflows coordinate checkpoints and optional sub-agent reviews. Basic installation is low effort, but selected skills require additional runtimes, tools, or credentials.

Claude Extension · medium setup effort · high confidence · automated

Evidence and risk

Primary sources

first_party_fileREADME.mdhttps://github.com/ConardLi/garden-skills/blob/main/README.md
first_party_fileREADME.ja-JP.mdhttps://github.com/ConardLi/garden-skills/blob/main/README.ja-JP.md
first_party_fileREADME.zh-CN.mdhttps://github.com/ConardLi/garden-skills/blob/main/README.zh-CN.md

Routing context

Conflicts, complements, and synergies

complements

gh_cathrynlavery_diagram_design

Garden Skills covers broader visual and editorial artifact workflows that can use diagrams produced by this specialized skill.

medium confidence
implements-and-references

gh_anthropics_skills

The README identifies Anthropic's Agent Skills specification and reference repository as the format and an acknowledged foundation.

high confidence
overlaps-with

gh_emilkowalski_skills

Inference: both are installable context-injection skill collections with substantial frontend design, motion, and review guidance, but Garden Skills also covers presentations, images, retrieval, and articles.

medium confidence
overlaps-with

gh_codeswithroh_tastemaker

Inference: both extend Claude Code with opinionated UI design workflows and local helpers, while Garden Skills has broader non-UI coverage and Tastemaker has deeper taste-memory and asset-sourcing features.

medium confidence
overlaps_with

gh_freestylefly_awesome_gpt_image_2

Inference: both provide installable Claude Code Agent Skills for GPT Image prompt design; this repository emphasizes a larger style and case catalog, while garden-skills documents generation and delegation modes.

high confidence
overlaps-with

gh_orron_epicinfographics

Both package Claude-installable visual production workflows with scripts and optional media output, while their primary deliverables differ.

medium confidence
overlaps_with

gh_owl_listener_designer_skills

Both cover frontend design and presentation-related workflows, while garden-skills adds image generation, knowledge retrieval, and article production.

medium confidence