Implement feature flags using the Vercel Flags SDK with server-side evaluation, environment-based toggles, and Vercel Toolbar integration.
feature-flags-setup follows the SKILL.md standard. Use the install command to add it to your agent stack.
--- name: feature-flags-setup description: Implement feature flags using the Vercel Flags SDK with server-side evaluation, environment-based toggles, and Vercel Toolbar integration. --- # Feature Flags with Flags SDK To set up Feature Flags with Flags SDK, refer to the fullstackrecipes MCP server resource: **Resource URI:** `recipe://fullstackrecipes.com/feature-flags-setup` If the MCP server is not configured, fetch the recipe directly: ```bash curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/feature-flags-setup ```