wendy-contributing

Guide developers through WendyOS contributions including Yocto builds and E2E testing.

62|5|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/wendylabsinc/claude-skills --skill wendy-contributing-wendylabsinc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wendy-contributing
Source: https://github.com/wendylabsinc/claude-skills/tree/main/wendy-contributing
Command: npx skills add https://github.com/wendylabsinc/claude-skills --skill wendy-contributing-wendylabsinc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance for developers looking to contribute to WendyOS, covering everything from building the operating system to understanding its internal architecture and testing procedures.

Core Features & Use Cases

  • WendyOS Building: Detailed instructions for Yocto builds on various targets (Jetson, VM, Raspberry Pi).
  • Agent Internals: Explanations of the wendy-agent architecture, container management, and deployment.
  • E2E Testing: Guidance on setting up and running end-to-end tests for the wendy-agent.
  • System Architecture: Insights into containerd, mDNS, and device identity.

Quick Start

Follow the steps to build a WendyOS image for the Raspberry Pi.

Frequently Asked Questions about wendy-contributing

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

FAQPage Schema
How do I build a WendyOS image for Raspberry Pi using Yocto and BitBake?

To build a WendyOS image for Raspberry Pi, you need to use Yocto and BitBake tasks within the meta-wendyos layers. This Skill provides step-by-step instructions for configuring and executing Yocto builds across various hardware targets.

What is the architecture of the wendy-agent and how does it handle container management?

The wendy-agent architecture manages container deployment and operations using containerd and nerdctl. This Skill explains the agent internals, detailing how it handles system architecture and container orchestration within WendyOS.

How do I set up and run E2E tests for embedded Linux agent development?

You can set up and run end-to-end tests for the wendy-agent by following the provided E2E testing guidance. This Skill covers the necessary procedures to validate agent functionality and ensure system reliability during development.

Does WendyOS support mDNS configuration and device identity generation?

Yes, WendyOS supports mDNS configuration and device identity generation as core components of its system architecture. This Skill offers insights into configuring these networking and identity features for your embedded Linux devices.

Can I use containerd and nerdctl for container management in Yocto builds?

Yes, containerd and nerdctl are used for container management within the WendyOS architecture. This Skill provides expert guidance on integrating and utilizing these tools alongside your Yocto recipes and BitBake tasks.