publish

SkillDev tools

Publish the package to pub.dev. Runs dry-run first, then publishes on confirmation.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the publish skill

What this skill tells your AI

The instructions your AI receives, as published by quisapp/flutter_contacts in .claude/skills/publish/SKILL.md and read by ahel’s review.

Publish the package to pub.dev.

Steps

  1. Run flutter pub publish --dry-run and show the output.
  2. If $ARGUMENTS is "dry-run", stop here.
  3. Otherwise, ask the user to confirm before proceeding.
  4. On confirmation, run flutter pub publish --force (non-interactive).
  5. Report success or failure.

Signals

GitHub stars
110
Forks
194
Last commit
Sep 2026
Hacker News mentions
20
Advanced
Catalog kind
skill
Gateway key
publish-quisapp
Source
github.com/quisapp/flutter_contacts