skills/featbit-documentation/SKILL.md
FeatBit documentation router that provides likely relevant docs.featbit.co URLs when other FeatBit skills cannot fully answer. Use when user asks about FeatBit features, concepts, deployment, SDKs, API, integrations, or architecture and the response should point to official documentation for deeper detail. Do not use when another FeatBit skill already provides a complete answer.
npx skillsauth add featbit/featbit-skills featbit-documentationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill is a fallback for FeatBit questions. Use it only after other FeatBit skills do not provide a complete answer. Its job is to return a short list of likely relevant documentation URLs so the agent can open those pages and extract the final details.
Activate this skill when:
Do not use this skill when another FeatBit skill already provides a full answer.
FeatBit documentation is organized into 12 main sections. Use the topic keywords below to identify relevant areas, then consult the complete index for specific URLs.
Complete Documentation Index: references/complete-documentation-index.md
Contains all 75 documentation URLs with detailed summaries. Reference this when you need specific page URLs.
Getting Started (https://docs.featbit.co/getting-started)
Feature Flags (https://docs.featbit.co/feature-flags)
Experimentation (https://docs.featbit.co/experimentation)
Relay Proxy (https://docs.featbit.co/relay-proxy)
API Documentation (https://docs.featbit.co/api-docs)
Data Import/Export (https://docs.featbit.co/data-import-and-export)
IAM (https://docs.featbit.co/iam)
Installation (https://docs.featbit.co/installation)
Integrations (https://docs.featbit.co/integrations)
Licenses (https://docs.featbit.co/licenses)
Tech Stack (https://docs.featbit.co/tech-stack)
GitHub Repositories
User query: "How do I gradually roll out a feature to 20% of users?"
Your response:
Here are the relevant documentation pages:
1. https://docs.featbit.co/feature-flags/targeting-users-with-flags/percentage-rollouts - Primary guide for percentage-based rollouts
2. https://docs.featbit.co/feature-flags/targeting-users-with-flags/targeting-rules - Understanding targeting rules structure
3. https://docs.featbit.co/feature-flags/create-flag-variations - How to set up flag variations
These pages explain how to enable percentage rollouts within targeting rules to serve features to a specified percentage of users with consistent assignment.
tools
Expert guidance for integrating FeatBit JavaScript Client SDK in browser environments. Use when user asks about "JavaScript client SDK", "browser feature flags", "FeatBit JS", "vanilla JS SDK", or mentions browser-side HTML/JS with FeatBit. Do not use for Node.js server-side, React, React Native, .NET, Python, Java, or Go questions.
development
Expert guidance for integrating FeatBit Java Server SDK. Use when user asks about "Java SDK", "Java feature flags", "FeatBit Java", "Maven feature flags", or mentions .java or build.gradle files with FeatBit. Do not use for .NET, Go, Node.js, Python, or JavaScript questions.
development
Expert guidance for integrating FeatBit Go Server SDK. Use when user asks about "Go SDK", "Golang feature flags", "FeatBit Go", or mentions .go files with FeatBit. Do not use for Node.js, Python, Java, .NET, or JavaScript questions.
tools
Expert guidance for integrating FeatBit .NET Server SDK into C# and ASP.NET Core applications. Use when user asks about ".NET SDK", "C# feature flags", "ASP.NET Core FeatBit", "dotnet feature flags", or mentions .cs or .csproj files. Do not use for Node.js, Python, Java, Go, or client-side JavaScript questions.