Files
Feng Yu f6e6a899dc fix(shotcut): fix --at regression on non-empty tracks, update docs
- Rewrite _absolute_insertion_point() to walk physical playlist children
  instead of using broken prop_offset calculation
- Fix ducking window separator from ':' to '..' for correct timecode parsing
- Add 3 regression tests for --at insertion on non-empty tracks
- Update README: mark melt/ffmpeg as required dependencies, add REPL
  command reference with example session
- Update SKILL.md: add complete REPL command list, two-step workflow docs
- Sync SKILL.md to root mirror
2026-04-20 17:39:40 +08:00
..
2026-04-18 11:53:57 +00:00

CLI-Anything Skills

This directory is the canonical npx skills surface for in-repo CLI-Anything harnesses.

Layout:

skills/
  cli-anything-audacity/SKILL.md
  cli-anything-blender/SKILL.md
  ...

Typical usage:

npx skills add HKUDS/CLI-Anything --list
npx skills add HKUDS/CLI-Anything --skill cli-anything-audacity -g -y

The SKILL.md files here are the canonical repo-root copies. Installed harness packages still ship compatibility copies inside cli_anything/<software>/skills/ for local runtime discovery.

CI rule:

  • If a harness keeps a deep packaged SKILL.md, it must also have a matching repo-root skills/<skill-id>/SKILL.md.
  • A future harness that only defines its canonical skill directly in skills/ is also valid.