skills 0.1.1 copy "skills: ^0.1.1" to clipboard
skills: ^0.1.1 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

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

dependencies:
  skills: ^0.1.1

Alternatively, your editor might support dart 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
0
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

License

unknown (license)

Dependencies

args, config, glob, package_config, path, yaml

More

Packages that depend on skills