AI news and explainers at 7 AM weekdays, plus a Sunday weekly at 8Get it in your inbox

METAL LAB

ConardLi/garden-skills

10,802+136 todayCSS

A skill pack that hands AI coding agents ready-made expertise for design, video, images, and search

garden-skills is a collection of five production-ready Skills that plug into AI coding agents like Claude Code, Cursor, and Codex. Each skill is a self-contained folder covering web video presentations, web design, image generation, local knowledge-base search, or turning raw text into polished articles. It can be installed via a CLI, a pinned zip download, or a git submodule, and the agent then loads the relevant skill on demand.

What it does

  1. A Skill is just a folder with a required SKILL.md instruction file plus optional reference docs, scripts, and assets that an agent loads when needed.
  2. web-video-presentation turns scripts into 16:9 web presentations with 23 built-in themes and pluggable text-to-speech narration.
  3. web-design-engineer polishes AI-generated web pages using 25 anchored style recipes such as Linear, Stripe Press, and Bloomberg Terminal.
  4. gpt-image-2 is a prompt-engineering skill for GPT Image 2 and compatible APIs, shipping 18 visual categories and 79 structured prompt templates.
  5. kb-retriever answers questions from a local knowledge folder using layered index files and bounded search rounds, while beautiful-article converts URLs, PDFs, or notes into a share-ready article with 11 authoring themes.

Why it matters

It lets developers and content creators drop in tested workflows instead of rewriting prompts from scratch every time they need an agent to design, film, illustrate, or research something. This matters especially for tasks like design and video where output quality varies wildly without a structured process.

Terms in this repo

  • Agent Skills · Folders of instructions and tools that AI agents load on demand to perform specialized tasks
  • SKILL.md · The required file inside a skill folder describing when and how to use it
  • TTS · Text-to-speech, technology that converts written text into spoken audio
  • knowledge base · A collection of documents prepared in advance to answer questions from, here referring to a local folder

Repository description (English)

ConardLi's open-source Skills collection, featuring web design, knowledge retrieval, image generation, and more.

Open on GitHub

Trending repos

All repos →

Latest from METAL LAB