Skills v1.1.1: Interactive discovery, open source release, and agent support
Skills v1.1.1 releases with interactive skill discovery, a non-interactive agent mode supporting 27 coding agents, and full open-source availability on GitHub.
adds interactive skill discovery and is now fully open source.skills@1.1.1 The new interactive discovery keeps the workflow simple for developers, while also giving agents a clear path to discover skills programmatically by replacing the deprecated command with the updated interface.npx add-skillnpx skills You can now use to search as you type and discover skills interactively. For AI agents, includes a meta "find-skills" skill, along with a non-interactive mode designed for automated workflows, and support for 27 coding agents.npx skills findSkills Skills maintenance is also simpler with the new command, which refreshes your local skills without manual steps.npx skills update The full codebase is available on GitHub at .Skills The previous command is deprecated.
Use for interactive discovery, and use to refresh existing skills.npx add-skillnpx skills findnpx skills update Get started with or explore the .npx skills@latestSkills repository Read more Migration