Agent Skills: Feature Flags with Flags SDK

Implement feature flags using the Vercel Flags SDK with server-side evaluation, environment-based toggles, and Vercel Toolbar integration.

UncategorizedID: andrelandgraf/fullstackrecipes/feature-flags-setup

Install this agent skill to your local

pnpm dlx add-skill https://github.com/andrelandgraf/fullstackrecipes/tree/HEAD/.agents/skills/feature-flags-setup

Skill Files

Browse the full folder contents for feature-flags-setup.

Download Skill

Loading file tree…

.agents/skills/feature-flags-setup/SKILL.md

Skill Metadata

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:

curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/feature-flags-setup