skills 0.1.5 copy "skills: ^0.1.5" to clipboard
skills: ^0.1.5 copied to clipboard

CLI that installs AI agent skills from your Dart and Flutter package dependencies into your IDE, so Antigravity, Cursor, Claude, and other assistants know how to use your stack.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate skills

Use it

The package has the following executables:

$ skills

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add skills

With Flutter:

 $ flutter pub add skills

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  skills: ^0.1.5

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:skills/skills.dart';
20
likes
150
points
449
downloads

Publisher

verified publisherserverpod.dev

Weekly Downloads

CLI that installs AI agent skills from your Dart and Flutter package dependencies into your IDE, so Antigravity, Cursor, Claude, and other assistants know how to use your stack.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

args, config, glob, package_config, path, yaml

More

Packages that depend on skills