Falls back when other FeatBit skills are insufficient; returns relevant docs.featbit.co URLs for FeatBit features, concepts, deployment, SDKs, API, integrations, or architecture.
How this skill is triggered — by the user, by Claude, or both
Slash command
/featbit-featbit-skills:featbit-documentationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
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.
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.
npx claudepluginhub joshuarweaver/cascade-code-devops-misc-1 --plugin featbit-featbit-skillsGuides new users through FeatBit setup, creating boolean and multi-variant feature flags, and exploring the Dino Game demo. Use when users ask about FeatBit getting started or first feature flag.
Generates a feature flag management guide and lifecycle playbook for a service or team — covering taxonomy, naming conventions, rollout strategy, monitoring, cleanup policy, and governance.
Searches and interprets Bitdrift documentation for SDK setup, API/service details, product behavior, configuration, and best practices via targeted fetches from docs.bitdrift.io.