skills 0.3.0
skills: ^0.3.0 copied to clipboard
CLI that installs AI agent skills from your Dart and Flutter package dependencies into your IDE, so Antigravity, Claude, Codex, Cursor, and other assistants know how to use your stack.
Changelog #
0.3.0 #
- feat: Adds support for OpenCode.
- feat: Exports
getSkillsfor programmatic usage as part of the public API. - fix: Makes all skills non-user-invocable by default on Claude Code.
0.2.2 #
- refactor: Refactors the core logic to the
getSkillsfunction.
0.2.1 #
- docs: Updates README.
0.2.0 #
- feat: Adds
skills prunecommand. - chore: Lowers required Dart version.
0.1.5 #
- fix: Fixes git on Windows.
0.1.4 #
- feat: Adds support for fetching skills from GitHub repositories.
0.1.3 #
- fix: Uses correct skills format for all IDEs.
0.1.2 #
- fix: Fixes issue with monorepos.
0.1.1 #
- fix: Cleans up output from
skills get. - fix: Moves config file to
.dart_skills/skills_config.json. - chore: Adds tests for Windows.
0.1.0 #
- First working version.
0.0.1 #
- Initial version.