implement-cookbook

Generate and validate Valkey integration cookbooks from git changes.

2|Updated May 27, 2026
One-click install
npx skills add https://github.com/edlng/agents --skill implement-cookbook
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-cookbook
Source: https://github.com/edlng/agents/tree/main/skills/universal/implement-cookbook
Command: npx skills add https://github.com/edlng/agents --skill implement-cookbook

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the creation of standardized, high-quality technical cookbooks for Valkey integrations, ensuring that documentation is accurate, runnable, and consistent with existing project samples.

Core Features & Use Cases

  • Automated Scaffolding: Generates structured READMEs, meta.json files, and numbered markdown pages based on PR diffs or local git history.
  • Verification Logic: Automatically creates and executes verification scripts to ensure code snippets are functional and accurate.
  • Use Case: When a developer adds a new Valkey integration to a project, this skill generates the necessary documentation and verification suite to publish it to the official Valkey-Samples repository.

Quick Start

Use the implement-cookbook skill to generate a cookbook for the Valkey integration found in the current git branch.

Frequently Asked Questions about implement-cookbook

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate Valkey integration documentation from git commits?

To generate Valkey integration documentation from git commits, use a tool that analyzes source code changes in PRs or local branches to automatically scaffold READMEs, meta.json files, and numbered markdown pages for the Valkey-Samples repository.

What's the best way to verify code snippets in technical cookbooks?

The best way to verify code snippets in technical cookbooks is to automatically generate and execute verification scripts using Docker and the project's package manager, ensuring that all integration examples are functional and runnable.

Do I need Docker to automate scaffolding for Valkey-Samples?

Yes, you need Docker to automate scaffolding for Valkey-Samples. Generating and validating standardized cookbook directories requires access to git, Docker, and the project's package manager to execute verification scripts and ensure code snippets are runnable.

How does automated cookbook generation handle PR diffs for Valkey integrations?

Automated cookbook generation handles PR diffs by analyzing the source code changes to extract integration logic, then scaffolding standardized cookbook directories with consistent metadata, markdown pages, and verification scripts for the Valkey-Samples ecosystem.

Can I create a standardized cookbook directory without manual markdown formatting?

Yes, you can create a standardized cookbook directory without manual markdown formatting by automating the scaffolding process. This generates structured READMEs, meta.json files, and numbered markdown pages directly from your branch's git history.