PackageTrack
Sign in Get early access

skills

Install AI skills from your Dart and Flutter package deps into your IDE, so Antigravity, Claude, Codex, Cursor, and other agents know how to use your stack.

1.0.0 114K downloads/mo #1070 most downloaded on pub.dev dart-lang/ai

What this package is like to depend on

Last release 10 days ago

13 Aug 2026

Ships fairly regularly

a new release about every 4 weeks

Nearly every release is documented

notes for 13 of 13 stable releases

Nothing withdrawn

no release was ever pulled

6 months old

17 releases · first in 2026

17 releases in the last 12 months

see the full history below

Release timeline

17 releases · Feb 2026 to Aug 2026
Release Pre-release

Releases

latest 17
  1. 1.0.0 13 Aug 2026
    Release notes
    • Display the actual install directory for each agent in the get command's
      summary message.
    • Fix bug where failing to clone a git repository in skills add still
      saved it to configuration/manifest files.
    • Emphasize (bold) actual skill names in interactive dialog options.
    • Add a --version flag.
    • JSON encode descriptions in the create command.
    • Make list command more consistent with other commands and more informative:
      • Add agent aliases to agent labels (e.g., generic (antigravity, codex)).
      • Display actual install directory for each agent in the list header.
      • Add a note that listed skills are managed skills and additional skills may be installed.
      • Store relative repository paths in manifest and display in list output.
    • Don't crawl into third_party or hidden directories when scanning Git
      repositories for skills.
    • Support hyphens instead of underscores in package name prefixes when matching
      and creating skills.
    • Update wording slightly for selection dialogs.
    • Auto-select newly accepted suggested skill repositories so they are not
      prompted again in the source-selection dialog.
    • Prompt user during skills prune (and after skills get) to remove local or
      global git repository sources that have no installed skills.
    Open source →
    Release notes
    • Display the actual install directory for each agent in the get command's summary message.
    • Fix bug where failing to clone a git repository in skills add still saved it to configuration/manifest files.
    • Emphasize (bold) actual skill names in interactive dialog options.
    • Add a --version flag.
    • JSON encode descriptions in the create command.
    • Make list command more consistent with other commands and more informative:
      • Add agent aliases to agent labels (e.g., generic (antigravity, codex)).
      • Display actual install directory for each agent in the list header.
      • Add a note that listed skills are managed skills and additional skills may be installed.
      • Store relative repository paths in manifest and display in list output.
    • Don't crawl into third_party or hidden directories when scanning Git repositories for skills.
    • Support hyphens instead of underscores in package name prefixes when matching and creating skills.
    • Update wording slightly for selection dialogs.
    • Auto-select newly accepted suggested skill repositories so they are not prompted again in the source-selection dialog.
    • Prompt user during skills prune (and after skills get) to remove local or global git repository sources that have no installed skills.
    Open source →
  2. 1.0.0-beta.4 23 Jul 2026 pre-release
    Release notes
    • Update github repo link to the new location.
    Open source →
    Release notes
    • Update github repo link to the new location.
    Open source →
  3. 1.0.0-beta.3 22 Jul 2026 pre-release
    Release notes
    • feat: Add some basic analytics tracking of commands ran and errors.
    Open source →
    Release notes
    • feat: Add some basic analytics tracking of commands ran and errors.
    Open source →
  4. 1.0.0-beta.2 17 Jul 2026 pre-release
    Release notes
    • feat: Add a create command to assist with creating skills for users of the
      current package.
    Open source →
    Release notes
    • feat: Add a create command to assist with creating skills for users of the current package.
    Open source →
  5. 1.0.0-beta.1 17 Jul 2026 pre-release
    Release notes
    • feat: Added a dialog to select which packages to install skills from during
      skills get and skills remove.
    • feat: Added a dialog to select which specific skills to install during
      skills get and skills remove.
    • Breaking Change: Removed support for rest arguments, instead use the new
      --package, --skill, --git or --all options, or the built in dialogs.
    • Breaking Change: getSkills now takes a set of source uris to install
      instead of just a single package name. To install all skills pass the
      allFlag: true argument. Packages should be provided in package:<name>
      format instead of just by name.
    • refactor: Migrate from .agent/skills to .agents/skills for the generic agent
      adapter. When a .agent/ dir is detected you will be prompted for what action
      to take.
    • feat: Added DialogSupport interface and optional parameter to getSkills,
      includes a CliUtilDialogSupport implementation for use in simple CLIs.
    • feat: Breaking Change - Removed stdout and stdin parameters to
      getSkills and replaced them with a required Logger logger.
    • feat: Check packages for security advisories on install.
    • chore: Move cache dir to .dart_tool/skills from .dart_skills.
    • feat: Allow the user to select an agent if none is detected.
    • fix: Breaking Change - Only install skills from immediate dependencies.
    • chore: Breaking Change - Drop support for the built in "registry" concept.
    • feat: Add a general install from git concept, through the new add command,
      which maps very closely to how npx skills add works.
      • Many commands from https://skills.sh will now work, by simply substituting
        npx skills for dart run skills@.
      • The get command now supports --git arguments for git repos to update
        skills from.
    • feat: Once per machine/project, suggest installing the dart and flutter
      skill repos, if they are not already installed.
    • feat: Support internal: true metadata in frontmatter to skill internal
      skills, unless the INSTALL_INTERNAL_SKILLS=1 environment variable is set.
    • chore: Rename --ide option to --agent option, --ide will still work
      as an alias for some time.
    • chore: Breaking Change: Renamed IDE enum to Agent.
    Open source →
    Release notes
    • feat: Added a dialog to select which packages to install skills from during skills get and skills remove.
    • feat: Added a dialog to select which specific skills to install during skills get and skills remove.
    • Breaking Change: Removed support for rest arguments, instead use the new --package, --skill, --git or --all options, or the built in dialogs.
    • Breaking Change: getSkills now takes a set of source uris to install instead of just a single package name. To install all skills pass the allFlag: true argument. Packages should be provided in package:<name> format instead of just by name.
    • refactor: Migrate from .agent/skills to .agents/skills for the generic agent adapter. When a .agent/ dir is detected you will be prompted for what action to take.
    • feat: Added DialogSupport interface and optional parameter to getSkills, includes a CliUtilDialogSupport implementation for use in simple CLIs.
    • feat: Breaking Change - Removed stdout and stdin parameters to getSkills and replaced them with a required Logger logger.
    • feat: Check packages for security advisories on install.
    • chore: Move cache dir to .dart_tool/skills from .dart_skills.
    • feat: Allow the user to select an agent if none is detected.
    • fix: Breaking Change - Only install skills from immediate dependencies.
    • chore: Breaking Change - Drop support for the built in "registry" concept.
    • feat: Add a general install from git concept, through the new add command, which maps very closely to how npx skills add works.
      • Many commands from https://skills.sh will now work, by simply substituting npx skills for dart run skills@.
      • The get command now supports --git arguments for git repos to update skills from.
    • feat: Once per machine/project, suggest installing the dart and flutter skill repos, if they are not already installed.
    • feat: Support internal: true metadata in frontmatter to skill internal skills, unless the INSTALL_INTERNAL_SKILLS=1 environment variable is set.
    • chore: Rename --ide option to --agent option, --ide will still work as an alias for some time.
    • chore: Breaking Change: Renamed IDE enum to Agent.
    Open source →
  6. 0.3.1 10 Jun 2026
    Release notes
    • Allow config version 0.9.x.
    Open source →
  7. 0.3.0 05 May 2026
    Release notes
    • feat: Adds support for OpenCode.
    • feat: Exports getSkills for programmatic usage as part of the public API.
    • fix: Makes all skills non-user-invocable by default on Claude Code.
    Open source →
  8. 0.2.2 04 May 2026
    Release notes
    • refactor: Refactors the core logic to the getSkills function.
    Open source →
  9. 0.2.1 17 Mar 2026
    Release notes
    • docs: Updates README.
    Open source →
  10. 0.2.0 15 Mar 2026
    Release notes
    • feat: Adds skills prune command.
    • chore: Lowers required Dart version.
    Open source →
  11. 0.1.5 07 Mar 2026
    Release notes
    • fix: Fixes git on Windows.
    Open source →
  12. 0.1.4 07 Mar 2026
    Release notes
    • feat: Adds support for fetching skills from GitHub repositories.
    Open source →
  13. 0.1.3 07 Mar 2026
    Release notes
    • fix: Uses correct skills format for all agents.
    Open source →
  14. 0.1.2 05 Mar 2026
    Release notes
    • fix: Fixes issue with monorepos.
    Open source →
  15. 0.1.1 05 Mar 2026
    Release notes
    • fix: Cleans up output from skills get.
    • fix: Moves config file to .dart_skills/skills_config.json.
    • chore: Adds tests for Windows.
    Open source →
  16. 0.1.0 04 Mar 2026
    Release notes
    • First working version.
    Open source →
  17. 0.0.1 25 Feb 2026
    Release notes
    • Initial version.
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive