lingtai-recipe

Validates and packages LingTai recipe bundles and network exports into canonical .recipe/ structures.

621|58|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/huangzesen/lingtai --skill lingtai-recipe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lingtai-recipe
Source: https://github.com/huangzesen/lingtai/tree/main/tui/internal/preset/skills/lingtai-recipe
Command: npx skills add https://github.com/huangzesen/lingtai --skill lingtai-recipe

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Packaging LingTai recipe bundles and network exports into portable seeds that can be shared, backed up, and rehydrated by others.

Core Features & Use Cases

  • Validate and enforce the recipe and bundle structure (.recipe/, library, and optional .lingtai snapshot) before shipping.
  • Support both recipe-only exports and full-network exports, including the library sibling and per-agent state handling.
  • Provide a built-in validator and guidance to ensure secure, reusable bundles for diverse recipients.

Quick Start

Run the LingTai recipe export flow on a ready project to produce a portable bundle.

Frequently Asked Questions about lingtai-recipe

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

FAQPage Schema
How do I package a LingTai network export into a portable bundle?

To package a LingTai network export, run the recipe export flow which validates schemas, required fields, and library layout before assembling a canonical .recipe/ structure for sharing. This produces a portable bundle ready for rehydration by others.

What does recipe bundle validation check before sharing?

Recipe bundle validation enforces schema compliance, required fields, locale rules, library layout, and safety checks including placeholder detection, stray file identification, and init.json stripping before packaging the export.

Can I export a recipe-only bundle without including the full network?

Yes, you can export a recipe-only bundle. The packaging process supports both recipe-only exports and full-network exports, handling library siblings and optional .lingtai/ snapshots while enforcing structural schema validation.

Does the export process strip init.json and check for stray files?

Yes, the export validator performs safety checks that strip init.json and detect stray files. These precautions ensure the final .recipe/ bundle remains secure and reusable for diverse recipients.

What is the best way to share LingTai recipes with others?

The best way to share LingTai recipes is using the recipe export flow, which applies safety checks, enforces locale rules, and packages your network into a canonical .recipe/ structure for secure backup and rehydration.

When do I need to include a .lingtai snapshot in my recipe export?

You include an optional .lingtai snapshot when performing a full-network export. This captures per-agent state alongside the library sibling and .recipe/ structure, ensuring complete network portability for recipients.