1 min read
The Vercel CLI now supports programmatic flag management, giving teams a direct way to create and manage feature flags from the terminal without opening the dashboard.
vercel flags create my-flagAdd the Flags SDK skill
Building on this foundation, the Flags SDK skill lets AI agents generate and manage flags through natural language prompts.
The skill leverages the CLI under the hood, enabling agents to implement server-side evaluation that prevents layout shifts and maintains confidentiality. Using the SDK's adapter pattern, agents can connect multiple providers and evaluate user segments without rewriting core flag logic.
npx skills add vercel/flagsOnce added, try prompting your agent with this prompt to create your first flag.
Add a feature flag for setting up a new promotion bannerStart generating flags with the Flags SDK skill.