dakota
Build, test, and release source-built bootc desktop images
All Skills in This Repository (30)
Pure Emerald Level Indicatorsmanaging-bst-overrides
Manage BuildStream junction element overrides with creation, removal, and audit criteria.
using-git-worktrees
Create isolated Git worktrees with directory checks and baseline tests.
buildstream-element-reference
Reference BuildStream `.bst` element variables, kinds, hooks, and systemd paths.
packaging-zig-projects
Package Zig projects in BuildStream with offline dependency caching.
packaging-gnome-shell-extensions
Package GNOME Shell extensions in BuildStream with Meson or Make patterns.
test-driven-development
Guide software development through the Red-Green-Refactor cycle with failing tests before implementation.
systematic-debugging
Guide users through a four-phase root cause analysis process for technical issues.
local-e2e-testing
Build Bluefin OCI images, install them to disks, and launch QEMU VMs for local end-to-end testing.
using-superpowers
Invoke relevant skills before responding to user queries or taking actions.
dispatching-parallel-agents
Dispatch dedicated agents to execute independent tasks concurrently.
packaging-rust-cargo-projects
Package Rust Cargo.toml projects with BuildStream make elements and cargo2 sources.
executing-plans
Execute implementation plans in batches with review checkpoints.
Frequently Asked Questions
FAQPage SchemaHow to install Dakota skills?โผ
Run `npx skills add projectbluefin/dakota --all -g -y` in your terminal to install all skills in this suite globally.
What is Bluefin Dakota?โผ
Dakota is Project Bluefin's bootc OCI desktop image built entirely from source with BuildStream on top of GNOME OS. These skills help you build, package, test, and release that image safely.
How to add software to a BuildStream image?โผ
Load the dakota-packaging skill, which guides your agent to create pinned, deterministic BuildStream elements for Go, Rust, Zig, and GNOME extensions instead of using RPMs or Containerfile overlays.
How to test bootc image upgrades locally?โผ
The dakota-image skill walks your agent through running a local registry, pushing a built image, and verifying a bootc upgrade in a VM or on real hardware.
Do these skills work with GitHub Copilot and Pi?โผ
Yes. The skills live in `.agents/skills/` and are discovered automatically by Pi and GitHub Copilot, and they follow the standard SKILL.md format used by other coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core