Skip to content

Commit 5755437

Browse files
committed
Add AI Skills for Coding Assistants page and hint boxes
- New page: AI Skills for Coding Assistants (EN + ES) - Added sidebar entry in both languages - Added tip boxes on root index and all package getting-started pages (EN + ES)
1 parent 55b3e33 commit 5755437

13 files changed

Lines changed: 232 additions & 0 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ export default defineConfig({
162162
collapsed: false,
163163
items: [
164164
{ text: 'Artículos y Videos', link: '/es/misc/articles' },
165+
{ text: 'Skills de IA para Asistentes de Código', link: '/es/misc/ai_skills' },
165166
{ text: 'How to contribute', link: '/misc/contribute' }
166167
]
167168
}
@@ -319,6 +320,7 @@ export default defineConfig({
319320
collapsed: false,
320321
items: [
321322
{ text: 'Articles & Videos', link: '/misc/articles.md' },
323+
{ text: 'AI Skills for Coding Assistants', link: '/misc/ai_skills.md' },
322324
{ text: 'How to contribute', link: '/misc/contribute.md' }
323325
]
324326
}

docs/documentation/command_it/getting_started.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ command_it is a way to manage your state based on `ValueListenable` and the `Com
77

88
![command_it Data Flow](/images/command-it-flow.svg)
99

10+
::: tip AI-Assisted Development
11+
command_it ships with **AI skill files** in its `skills/` directory. They help AI tools generate correct command patterns. [Learn more →](/misc/ai_skills)
12+
:::
13+
1014
## Installation
1115

1216
Add to your `pubspec.yaml`:

docs/documentation/get_it/getting_started.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ next:
3535
3636
---
3737

38+
::: tip AI-Assisted Development
39+
get_it ships with **AI skill files** in its `skills/` directory. They help AI coding assistants generate correct get_it code. [Learn more →](/misc/ai_skills)
40+
:::
41+
3842
## Installation
3943

4044
Add get_it to your `pubspec.yaml`:

docs/documentation/listen_it/listen_it.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ These primitives work together to help you build reactive data flows in your Flu
2424

2525
> Join our support Discord server: [https://discord.com/invite/Nn6GkYjzW](https://discord.com/invite/Nn6GkYjzW)
2626
27+
::: tip AI-Assisted Development
28+
listen_it ships with **AI skill files** in its `skills/` directory. They help AI tools generate correct operator chains and collection patterns. [Learn more →](/misc/ai_skills)
29+
:::
30+
2731
## Installation
2832

2933
Add to your `pubspec.yaml`:

docs/documentation/watch_it/getting_started.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ next:
3333
3434
---
3535

36+
::: tip AI-Assisted Development
37+
watch_it ships with **AI skill files** in its `skills/` directory. They teach AI tools critical rules like watch ordering. [Learn more →](/misc/ai_skills)
38+
:::
39+
3640
## Installation
3741

3842
Add watch_it to your `pubspec.yaml`:

docs/es/documentation/command_it/getting_started.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ command_it es una forma de gestionar tu estado basada en `ValueListenable` y el
77

88
![Flujo de datos command_it](/images/command-it-flow.svg)
99

10+
::: tip Desarrollo Asistido por IA
11+
command_it incluye **archivos de skills de IA** en su directorio `skills/`. Ayudan a las herramientas de IA a generar patrones correctos de commands. [Más información →](/es/misc/ai_skills)
12+
:::
13+
1014
## Instalación
1115

1216
Añade a tu `pubspec.yaml`:

docs/es/documentation/get_it/getting_started.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ next:
3535
3636
---
3737

38+
::: tip Desarrollo Asistido por IA
39+
get_it incluye **archivos de skills de IA** en su directorio `skills/`. Ayudan a los asistentes de código con IA a generar código correcto de get_it. [Más información →](/es/misc/ai_skills)
40+
:::
41+
3842
## Instalación
3943

4044
Añade get_it a tu `pubspec.yaml`:

docs/es/documentation/listen_it/listen_it.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ Estas primitivas trabajan juntas para ayudarte a construir flujos de datos react
2424

2525
> Únete a nuestro servidor de Discord para soporte: [https://discord.com/invite/Nn6GkYjzW](https://discord.com/invite/Nn6GkYjzW)
2626
27+
::: tip Desarrollo Asistido por IA
28+
listen_it incluye **archivos de skills de IA** en su directorio `skills/`. Ayudan a las herramientas de IA a generar cadenas de operadores y patrones de colecciones correctos. [Más información →](/es/misc/ai_skills)
29+
:::
30+
2731
## Instalación
2832

2933
Añade a tu `pubspec.yaml`:

docs/es/documentation/watch_it/getting_started.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ next:
3333
3434
---
3535

36+
::: tip Desarrollo Asistido por IA
37+
watch_it incluye **archivos de skills de IA** en su directorio `skills/`. Enseñan a las herramientas de IA reglas críticas como el orden de los watch. [Más información →](/es/misc/ai_skills)
38+
:::
39+
3640
## Instalación
3741

3842
Añade watch_it a tu `pubspec.yaml`:

docs/es/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ Operadores de transformación, filtrado, combinación y debounce para ValueNotif
9999

100100
---
101101

102+
::: tip Desarrollo Asistido por IA
103+
Cada paquete de flutter_it incluye **archivos de skills de IA** que ayudan a Claude Code, Cursor, GitHub Copilot y otras herramientas de IA a generar código correcto. [Más información →](/es/misc/ai_skills)
104+
:::
105+
102106
## Primeros Pasos
103107

104108
**¿Nuevo en flutter_it?** Empieza aquí:

0 commit comments

Comments
 (0)