featbit

featbit-documentation

3
0
# Install this skill:
npx skills add featbit/featbit-skills --skill "featbit-documentation"

Install specific skill from multi-skill repository

# Description

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.

# SKILL.md


name: featbit-documentation
description: 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.
license: MIT
metadata:
author: FeatBit
version: 2.0.0
category: documentation-router
appliesTo:
- "**"


FeatBit Documentation Router

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.

When to Use This Skill

Activate this skill when:
- A FeatBit question is not fully answered by more specific FeatBit skills.
- The request requires authoritative details from FeatBit docs.
- The best next step is to point the agent to official documentation URLs.

Do not use this skill when another FeatBit skill already provides a full answer.

Output Rules (Critical)

  1. Return URLs only (plus a brief 1-line rationale per URL).
  2. Prefer docs.featbit.co URLs from the documentation index.
  3. Provide 3–7 URLs max, ranked by relevance.
  4. If a GitHub repo is more authoritative than docs, include it in addition to docs URLs.

Quick Navigation Guide

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.

Documentation Topics

  1. Getting Started (https://docs.featbit.co/getting-started)
  2. SDK integration, flag creation tutorials, interactive demos
  3. How-to guides: testing in production, remote config, beta testing, entitlement, A/B testing

  4. Feature Flags (https://docs.featbit.co/feature-flags)

  5. Flag creation, variations, lifecycle management
  6. User targeting: rules, percentage rollouts, individual targeting
  7. User segments: standard, shareable, global
  8. Organizing: projects, environments, flag lists

  9. Experimentation (https://docs.featbit.co/experimentation)

  10. A/B testing, experiment creation, metric types
  11. Statistical analysis, result interpretation

  12. Relay Proxy (https://docs.featbit.co/relay-proxy)

  13. FeatBit Agent deployment (Docker/systemd/native)
  14. Auto mode (WebSocket sync) vs Manual mode (air-gapped)
  15. GitHub: https://github.com/featbit/featbit-agent

  16. API Documentation (https://docs.featbit.co/api-docs)

  17. REST API authentication, endpoints, data hierarchy
  18. Flag Evaluation API (client-side vs server-side)

  19. Data Import/Export (https://docs.featbit.co/data-import-and-export)

  20. End users, feature flags, segments
  21. Analytics data export (ClickHouse/MongoDB)

  22. IAM (https://docs.featbit.co/iam)

  23. Teams, groups, policies
  24. Role-based access control (RBAC)

  25. Installation (https://docs.featbit.co/installation)

  26. Deployment options: Standalone, Standard, Professional
  27. Docker Compose, Terraform AWS, custom infrastructure

  28. Integrations (https://docs.featbit.co/integrations)

  29. Authentication: API tokens, SSO (Okta, KeyCloak, Auth0)
  30. Observability: OpenTelemetry, New Relic, Grafana, DataDog
  31. Chat apps: Slack
  32. Analytics: GrowthBook

  33. Licenses (https://docs.featbit.co/licenses)

    • Open Core model, enterprise features
    • Pricing: https://featbit.co/pricing
  34. Tech Stack (https://docs.featbit.co/tech-stack)

    • Architecture, services (UI/API/Evaluation/Analytics)
    • Infrastructure components, data flows, performance benchmarks
  35. GitHub Repositories

    • Main: https://github.com/featbit/featbit
    • Relay Proxy: https://github.com/featbit/featbit-agent
    • Terraform AWS: https://github.com/featbit/featbit-terraform-aws

Usage Example

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.

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.