File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
apps/docs/content/docs/frameworks Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,12 @@ Install the Flags SDK using your preferred package manager:
1818npm install flags
1919```
2020
21+ If you use an AI coding assistant, we recommend installing the Flags SDK agent skill:
22+
23+ ``` sh title="Terminal"
24+ npx skills add vercel/flags --skill flags-sdk
25+ ```
26+
2127## Declaring a feature flag
2228
2329Create a ` flags.ts ` file in your project and declare a feature flag there:
Original file line number Diff line number Diff line change @@ -110,6 +110,12 @@ npm i -g vercel@latest
110110 npm i flags
111111 ```
112112
113+ If you use an AI coding assistant, we recommend installing the Flags SDK agent skill:
114+
115+ ``` sh
116+ npx skills add vercel/flags --skill flags-sdk
117+ ```
118+
1131192 . Create your first feature flag by importing the ` flag ` method from ` flags/sveltekit ` :
114120
115121 ``` ts title="src/lib/flags.ts"
You can’t perform that action at this time.
0 commit comments