Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions sites/docs/firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
{ "regex": "(.*)\\.$", "destination": ":1", "type": 301 },

{ "source": "/ads", "destination": "https://flutter.dev/monetization", "type": 301 },
{ "source": "/ai/package-skills", "destination": "https://dart.dev/ai/package-skills", "type": 301 },
{ "source": "/blog", "destination": "https://flutter.dev/blog", "type": 301 },
{ "source": "/blog/:rest*", "destination": "https://flutter.dev/blog/:rest*", "type": 301 },
{ "source": "/community", "destination": "https://flutter.dev/community", "type": 301 },
Expand Down
8 changes: 5 additions & 3 deletions sites/docs/src/content/ai/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ coding strategies and best practices.

In addition to core Flutter plugins, you can also equip your assistant with
skills that are shipped directly by third-party `pub.dev`
packages using the [skills](/ai/package-skills) package.
packages using [package skills](https://dart.dev/ai/package-skills).

To learn more about the underlying architecture and capabilities of each tool,
check out [How Flutter AI tools work](/ai/tools).
Expand Down Expand Up @@ -287,8 +287,10 @@ npx skills add dart-lang/skills --skill '*' --agent universal --yes

* To learn more about how skills and tools interact, check out
[How Flutter AI tools work](/ai/tools).
* To publish or consume skills from dependencies, refer to
[Package skills](/ai/package-skills).
* To discover and install skills from dependencies, refer to
[Package skills](https://dart.dev/ai/package-skills).
* To publish skills with your own packages, refer to
[Ship skills with packages](https://dart.dev/tools/pub/package-skills).
* To give your assistant search access to official Flutter and Dart
documentation, connect to the [Developer Knowledge MCP server](
https://developers.google.com/knowledge/mcp).
Expand Down
94 changes: 0 additions & 94 deletions sites/docs/src/content/ai/package-skills.md

This file was deleted.

11 changes: 8 additions & 3 deletions sites/docs/src/content/ai/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,10 @@ skills using the `skills` CLI:
dart run skills@ get
```

To learn how to install or publish package skills, check out
[Package skills](/ai/package-skills).
To learn how to discover and install package skills, check out
[Package skills](https://dart.dev/ai/package-skills).
To bundle skills with your own package, check out
[Ship skills with packages](https://dart.dev/tools/pub/package-skills).

---

Expand Down Expand Up @@ -174,4 +176,7 @@ interact:

* Follow the [Get started with AI](/ai/get-started) guide to install official
plugins in your editor.
* Learn how to consume and publish [Package skills](/ai/package-skills).
* Learn how to install skills with
[Package skills](https://dart.dev/ai/package-skills).
* Learn how to distribute skills with
[Ship skills with packages](https://dart.dev/tools/pub/package-skills).
Original file line number Diff line number Diff line change
Expand Up @@ -1079,6 +1079,7 @@ To distribute skills with your package:

When developers add your package as a dependency, their assistants can
automatically discover your instructions. To learn more about authoring
guidelines and best practices, check out [Package skills](/ai/package-skills).
guidelines and best practices, check out
[Ship skills with packages](https://dart.dev/tools/pub/package-skills).

[Writing a good plugin]: {{site.flutter-blog}}/writing-a-good-flutter-plugin-1a561b986c9c
Original file line number Diff line number Diff line change
Expand Up @@ -514,4 +514,5 @@ dart run skills@ get
```

To learn more about how skills help coding assistants understand your
dependencies, check out [Package skills](/ai/package-skills).
dependencies, check out
[Package skills](https://dart.dev/ai/package-skills).
6 changes: 3 additions & 3 deletions sites/docs/src/data/sidenav/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -474,8 +474,8 @@
permalink: /packages-and-plugins/dependency-management
- title: Develop packages & plugins
permalink: /packages-and-plugins/developing-packages
- title: Package skills
permalink: /ai/package-skills
- title: Ship skills with packages
permalink: https://dart.dev/tools/pub/package-skills
- title: Swift Package Manager
permalink: /packages-and-plugins/swift-package-manager
children:
Expand Down Expand Up @@ -652,7 +652,7 @@
- title: How AI tools work
permalink: /ai/tools
- title: Package skills
permalink: /ai/package-skills
permalink: https://dart.dev/ai/package-skills
Comment thread
jesskuras marked this conversation as resolved.

- title: Build AI-powered apps
permalink: /ai/genui
Expand Down
Loading