publish
SkillDev toolsPublish the package to pub.dev. Runs dry-run first, then publishes on confirmation.
Available today. Use it from your connected AI after setup.
No other account needed.
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
- Run
flutter pub publish --dry-runand show the output. - If
$ARGUMENTSis "dry-run", stop here. - Otherwise, ask the user to confirm before proceeding.
- On confirmation, run
flutter pub publish --force(non-interactive). - 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