yocto-ci-release

yocto-ci-release is a skill for Codex from prashantdivate/awesome-yocto-ai-agent-skills. It costs 81 tokens per session (325 once invoked), scanned A, original, MIT.

A guide for building and releasing Yocto Linux systems in continuous integration. Yocto is a toolset for producing custom Linux images; continuous integration automatically builds and tests changes.

In plain words
What is it for?
It is for managing kas, repo manifests, layers, submodules, build caches, CI test matrices, QEMU or hardware tests, signed artifacts, SDKs, software bills of materials, and license records.
Why use it?
It helps keep embedded Linux builds reproducible, caches organized, secrets protected, and release files traceable.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit It is for managing kas, repo manifests, layers, submodules, build caches, CI test matrices, QEMU or hardware tests, signed artifacts, SDKs, software bills of materials, and license records.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/prashantdivate/awesome-yocto-ai-agent-skills/yocto-ci-release
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add prashantdivate/awesome-yocto-ai-agent-skills --skill yocto-ci-release
Clone the repo
git clone --depth 1 https://github.com/prashantdivate/awesome-yocto-ai-agent-skills

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for yocto-ci-release

README.md
[![agentmods](https://agentmods.dev/badge/skills/prashantdivate/awesome-yocto-ai-agent-skills/yocto-ci-release/github.svg)](https://agentmods.dev/skills/prashantdivate/awesome-yocto-ai-agent-skills/yocto-ci-release)
Your own site
<a href="https://agentmods.dev/skills/prashantdivate/awesome-yocto-ai-agent-skills/yocto-ci-release"><img src="https://agentmods.dev/badge/skills/prashantdivate/awesome-yocto-ai-agent-skills/yocto-ci-release/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for yocto-ci-release

Your own site · 80×15
<a href="https://agentmods.dev/skills/prashantdivate/awesome-yocto-ai-agent-skills/yocto-ci-release"><img src="https://agentmods.dev/badge/skills/prashantdivate/awesome-yocto-ai-agent-skills/yocto-ci-release.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 81 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 325 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00081 $0.00325
Opus 5 $0.00041 $0.00162
Sonnet 5 $0.00016 $0.00065
Haiku 4.5 $0.00008 $0.00032

Measured 12d ago against content hash dbb1c5a49fcf, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

yocto-ci-release scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

yocto-ci-release/SKILL.md · 27 lines

What it actually says

Yocto CI Release

Workflow

  1. Identify source orchestration: kas, repo, submodules, manifest repo, or monorepo.
  2. Pin every layer and external source needed for reproducibility.
  3. Separate caches from build output: DL_DIR, SSTATE_DIR, hash equivalence, container caches, and artifacts.
  4. Build the smallest useful CI matrix: parse, recipe smoke, image, SDK, QEMU/testimage, hardware smoke where available.
  5. Publish signed and checksummed artifacts with machine, distro, image, git refs, build config, license data, and SBOM if enabled.
  6. Keep secrets out of local.conf, logs, and artifacts.

References

Guardrails

  • Do not use floating branch refs for release builds.
  • Do not persist tmp/ as a cache unless the project explicitly accepts the fragility.
  • Do not publish images without checksums and provenance.
  • Do not run hardware flashing in CI without explicit device targeting and recovery controls.
Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 27 lines · 81 tokens per session scan A dbb1c5a49fcf

Subscribe to this mod's changes

yocto-ci-release is a skill published in the GitHub repository prashantdivate/awesome-yocto-ai-agent-skills (4 stars, last pushed 2mo ago), licensed MIT. It adds 81 tokens to every session and 325 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

release-engineering

Plan and verify software releases with versioning, changelogs, release branches, feature flags, canaries, migration gates, rollback, deployment checks, and release readiness. Use when preparing a release, shipping a risky PR, coordinating app/backend/database rollout, recovering from a bad deploy, or defining release…

majiayu000/spellbook · 69 tokens

lov-release-via-cicd

A release workflow for Node, Tauri, Vite, shell, and GitHub Release projects. It checks or configures automated versioning and publishing, including macOS signing and notarisation when relevant.

lovstudio/skills · 47 tokens

github-release-management

Comprehensive GitHub release orchestration with AI swarm coordination for automated versioning, testing, deployment, and rollback management.

ruvnet/RuView · 27 tokens

agent-github-modes

Agent skill for github-modes - invoke with $agent-github-modes.

ruvnet/ruflo · 21 tokens

releasepr

Adopt, configure, run, or troubleshoot compozy/releasepr in a consuming repository, including Actions, beta/stable/legacy plans, notes, dry-runs, and publication. Excludes pr-release internals and general versioning advice.

compozy/compozy · 53 tokens

gitlab-devops

GitLab DevOps operations — issues, merge requests, CI/CD pipelines, repository browsing, labels, milestones, releases, and wiki management. Use when querying GitLab project status, monitoring pipeline executions, browsing repository files, creating issues for network findings, opening merge requests for config…

automateyournetwork/netclaw · 67 tokens