devboy-skills
Skills subsystem for devboy-tools — procedural recipes that AI agents (Claude Code, Codex, OpenCode, Kimi) load on top of the tool bundle.
This crate provides:
- A
SkillSourcetrait for pluggable skill backends - An
EmbeddedSkillSourcethat ships baselineSKILL.mdfiles inside the binary (viarust-embed) - The
Skill/Frontmattertypes, including YAML frontmatter parsing with a fixed required-field set and extensible unknown fields - Manifest-based install/upgrade lifecycle with collision detection
Implements ADR-012 — skills subsystem, ADR-013, ADR-014, ADR-015.
Features
trace(default) — session-trace module (ADR-015). Pulls inulidfor session ids. Disable for a smaller install path.
Add to your project
[]
= "0.26"
Documentation
API reference on docs.rs/devboy-skills.
For the full bundle see the main project README.
License
Apache-2.0 — see LICENSE.