v0.1.0
duck-ai v0.1.0 — first release
Multi-agent skill, command, and agent installer for Claude Code, Codex, OpenCode and any generic agents directory.
Highlights
Multi-agent installer
- Formal
Adapterinterface (claude / codex / opencode / generic), no hardcoded paths installsymlinks skills + commands into each detected agent
Update + backup + restore
duck-ai updatere-syncs symlinks across detected agents- Any conflicting non-symlink file is backed up before being replaced
duck-ai update --restore <timestamp>recovers prior state from a backup batchduck-ai update --list-backupsto inspect available batches- Backups live under `~/.duck-ai/backups//` (last 5 kept)
Doctor + drift detection
duck-ai doctorreports detection, install paths, managed symlink counts- Surfaces unmanaged drift entries with hint to run
update
Skill registry
- Per-skill
versionin frontmatter duck-ai registrylists managed skills/commands per agent with ok/drift status--all,--source,--jsonfor inspection
TUI
- Interactive Update flow with plan confirmation, live progress and backup hint
Bundled
- Skills: `cinetic-security-setup`, `lando-img-placeholder`, `ps-demo-user`
- Commands: `/lando`, `/ps-customer`, `/ps-url`
Install
```bash
curl -fsSL https://raw.githubusercontent.com/educlopez/duck-ai/main/install.sh | bash
duck-ai update
duck-ai doctor
```
Pin a version with `DUCK_AI_VERSION=v0.1.0` before piping to bash.