Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 20 May 18:43

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 Adapter interface (claude / codex / opencode / generic), no hardcoded paths
  • install symlinks skills + commands into each detected agent

Update + backup + restore

  • duck-ai update re-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 batch
  • duck-ai update --list-backups to inspect available batches
  • Backups live under `~/.duck-ai/backups//` (last 5 kept)

Doctor + drift detection

  • duck-ai doctor reports detection, install paths, managed symlink counts
  • Surfaces unmanaged drift entries with hint to run update

Skill registry

  • Per-skill version in frontmatter
  • duck-ai registry lists managed skills/commands per agent with ok/drift status
  • --all, --source, --json for 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.