Skip to content

Commit 8e98eda

Browse files
committed
last update
1 parent a41edeb commit 8e98eda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/blog/a-developers-guide-to-building-and-testing-ai-skills.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Here are the main things to remember:
3131

3232
## Writing your own skill
3333

34-
Let's create our first skill ! I want to create a skill to enforce the usage of the recent [useTemplateRef](https://vuejs.org/api/composition-api-helpers.html#usetemplateref) in Vue.js instead of the generic `ref` primitive.
34+
Let's create our first skill ! I want to create a skill to enforce the usage of the recent [useTemplateRef](https://vuejs.org/api/composition-api-helpers.html#usetemplateref) in Vue.js instead of the generic `ref` primitive. useTemplateRef infers the type and matches the element from the `<template>` automatically, very useful !
3535

3636
The good thing about creating a skill is that you can get help from... well, MORE skills ! [Anthropic](https://github.com/anthropics/skills/tree/main/skills/skill-creator) and [OpenAI](https://github.com/openai/skills/tree/main/skills/.system/skill-creator) even provides their own !
3737

0 commit comments

Comments
 (0)