Install
$ agentstack add skill-higangssh-yocto-agent-skills-yocto-doc-router ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Yocto Doc Router
Use this skill to route Yocto and BitBake questions to the correct official documentation before answering. Yocto is release-sensitive; do not rely on generic memory when syntax, variables, classes, host support, or QA behavior may differ by branch.
Workflow
- Identify the release or branch: inspect
LAYERSERIES_COMPAT_*,conf/layer.conf, Poky/OE-Core branch names, build output, or vendor layer documentation. - If the release is unknown, state the assumption and prefer current official docs.
- Read [../../references/shared/official-doc-map.md](../../references/shared/official-doc-map.md) to route by problem type.
- For release changes, read [../../references/yocto/migration.md](../../references/yocto/migration.md).
- Return the smallest useful doc path, the reason it matters, and the evidence needed from the user's tree.
Routing Rules
- New build setup: Quick Build, Development Tasks Manual, source directory structure, supported host distro.
- Syntax and overrides: BitBake User Manual > Syntax and Operators, Conditional Syntax, Functions, Tasks.
- Variables: Reference Manual Variables Glossary plus [../../references/bitbake/variables-core.md](../../references/bitbake/variables-core.md).
- Classes: Reference Manual Classes plus [../../references/bitbake/classes-core.md](../../references/bitbake/classes-core.md).
- QA errors: Reference Manual QA messages plus [../../references/yocto/qa-errors.md](../../references/yocto/qa-errors.md).
- Layers: Development Tasks Manual > Layers, BitBake concepts for layers and appends.
- Recipes: Development Tasks Manual > Writing a New Recipe, Reference Manual Tasks and Classes.
- BSP/kernel: BSP Guide, Kernel Development Manual, relevant class and variable entries.
- Security/SBOM/CVE/license: Security Manual, Security Reference, Reference Manual classes and variables.
- Image/rootfs: Development Tasks Manual image customization, package management, and Reference Manual image/rootfs tasks.
Output
Answer with:
- assumed or detected release
- official manual section to check
- local file/log/command that confirms the issue
- next focused skill to use, if any:
bitbake-debug,yocto-recipe-review,yocto-layer-review,yocto-image-rootfs,yocto-bsp-kernel, oryocto-security-sbom
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Higangssh
- Source: Higangssh/yocto-agent-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.