Skip to content

Commit 4dd2b9f

Browse files
Add frontmatter to skill file and fix skill install command (#1213)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: arthurfiorette <47537704+arthurfiorette@users.noreply.github.com>
1 parent 0f06a04 commit 4dd2b9f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.agents/skills/axios-cache-interceptor.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
name: axios-cache-interceptor
3+
description: A caching interceptor for Axios that prevents redundant network requests, handles concurrent request deduplication, and supports HTTP caching standards.
4+
---
5+
16
# axios-cache-interceptor
27

38
A caching interceptor for [Axios](https://axios-http.com/) that prevents redundant network requests, handles concurrent request deduplication, and supports HTTP caching standards.

docs/src/guide/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ If you are using an AI coding assistant, you can install the axios-cache-interce
138138
to give it up-to-date context about this library:
139139

140140
```bash
141-
npx skills add axios-cache-interceptor
141+
npx skills add arthurfiorette/axios-cache-interceptor
142142
```
143143

144144
This uses the [Skills](https://github.com/vercel-labs/skills) framework. Once installed,

0 commit comments

Comments
 (0)