skills 1.0.0-beta.4 copy "skills: ^1.0.0-beta.4" to clipboard
skills: ^1.0.0-beta.4 copied to clipboard

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.

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: ^1.0.0-beta.4

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';
45
likes
150
points
54.7k
downloads

Documentation

API reference

Publisher

verified publisherlabs.dart.dev

Weekly Downloads

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.

Repository (GitHub)
View/report issues
Contributing

License

BSD-3-Clause (license)

Dependencies

args, cli_util, collection, crypto, glob, http, io, logging, meta, package_config, path, unified_analytics, yaml

More

Packages that depend on skills