
Yoe
- 59 repo stars
- Updated July 23, 2026
- yoebuild/yoe
yoe is a Claude Code skills marketplace for the yoe AI-first embedded Linux build system, helping developers create, update, audit, and debug Starlark unit files.
About
yoe is the yoebuild/yoe marketplace described as Claude Code skills for yoe, the AI-first embedded Linux build system. Its single yoe plugin v0.1.0 (Apache-2.0) ships five skills from ./.claude: new-unit generates Starlark .star units from upstream URLs referencing Alpine APKBUILD, Yocto bitbake, and Buildroot packaging; update-unit refreshes versions; audit-unit reviews units; diagnose fixes build failures; pulling-alpine-packages routes Alpine main/community feeds without per-package files. Skills cover autotools, cmake, go_binary, bun_app, nodejs_app, python_venv, and binary classes. Install via `/plugin marketplace add yoebuild/yoe` and `/plugin install yoe@yoe`. Use when packaging firmware dependencies or debugging `yoe build` failures inside Claude Code.
- 5 skills: new-unit, update-unit, audit-unit, diagnose, pulling-alpine-packages
- new-unit generates Starlark .star files with autotools, cmake, go, bun, nodejs classes
- References Alpine APKBUILD, Yocto bitbake, and Buildroot packaging conventions
- yoe plugin v0.1.0 Apache-2.0 for AI-first embedded Linux builds
Yoe by the numbers
- Data as of Jul 24, 2026 (Skillselion catalog sync)
/plugin marketplace add yoebuild/yoeAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| repo stars | ★ 59 |
|---|---|
| Last updated | July 23, 2026 |
| Repository | yoebuild/yoe ↗ |
How do you package software for yoe embedded Linux?
Generate Starlark .star yoe units, pull Alpine packages, and diagnose embedded Linux build failures using five bundled Claude Code skills.
Who is it for?
Embedded Linux developers using the yoe build system who want Claude Code to author Starlark units and debug yoe build pipelines.
Skip if: General application web development or teams building with Yocto or Buildroot directly without adopting yoe's Starlark unit model.
What you get
Authored .star unit files, Alpine feed routes, audited packages, and resolved yoe build failures.
- .star unit files
- Alpine feed routes
- Diagnosed build logs
By the numbers
- 5 Claude Code skills in yoe plugin v0.1.0
- Apache-2.0 licensed plugin for yoe embedded Linux build system
Plugins in this marketplace
1 plugin - install individually after you add the marketplace.
Recommended Marketplaces
How it compares
Use yoe skills over generic Dockerfile helpers when packaging targets yoe's Starlark unit and Alpine feed model.
FAQ
How many skills does the Yoe marketplace plugin include?
Yoe ships five Claude Code skills in plugin v0.1.0: new-unit for creating Starlark .star units, update-unit for version bumps, audit-unit for package review, diagnose for build failure triage, and pulling-alpine-packages for routing Alpine main/community feeds.
What build system classes does Yoe new-unit support?
Yoe new-unit detects upstream build systems and emits Starlark units using autotools, cmake, go_binary, bun_app, nodejs_app, python_venv, or binary classes. It cross-references Alpine APKBUILD, Yocto bitbake, and Buildroot recipes before writing .star files.