Skip to content

Commit 6f348f3

Browse files
committed
Add AI skill files documentation to README
- Added AI-Assisted Development section to README - Bump version to 9.5.1
1 parent d8fed3d commit 6f348f3

3 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
[9.5.1] - 2026-02-19
2+
3+
* Added AI skill files in `skills/` directory for AI coding assistants
4+
* Added AI-Assisted Development section to README
5+
16
[9.5.0] - 2025-11-29
27

38
### New Features

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,18 @@ class TodoManager {
226226
227227
[Explore the ecosystem →](https://flutter-it.dev)
228228

229+
## AI-Assisted Development
230+
231+
This package includes **AI skill files** in the `skills/` directory that help AI coding assistants
232+
(Claude Code, Cursor, GitHub Copilot, and others) generate correct code using command_it.
233+
234+
The skill files teach AI tools critical rules, common patterns, and anti-patterns specific to command_it.
235+
Included skills: `command-it-expert`, `listen-it-expert`, `flutter-architecture-expert`, `feed-datasource-expert`.
236+
237+
They follow the [Agent Skills](https://github.com/agentskills) open standard.
238+
239+
[Learn more about AI skills →](https://flutter-it.dev/misc/ai_skills)
240+
229241
## Learn More
230242

231243
### 📖 Documentation

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: command_it
22
description: command_it is a way to manage your state based on `ValueListenable` and the `Command` design pattern. It is a rebranding of flutter_command.
3-
version: 9.5.0
3+
version: 9.5.1
44
homepage: https://github.com/flutter-it/command_it
55

66
screenshots:

0 commit comments

Comments
 (0)