Token导航 LogoToken导航TokenDH.com
运维和基础设施需要联网github未标认证来源可访问许可证需确认审计通过

featbit-documentation壮举文档

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

190

周安装

8

GitHub Stars

11

下载量

67
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:featbit-documentation(壮举文档)
来源仓库:https://github.com/featbit/featbit-skills
仓库路径:skills/featbit-documentation
安装命令:
npx skills add https://github.com/featbit/featbit-skills --skill featbit-documentation
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/featbit/featbit-skills --skill featbit-documentation

简介

featbit-documentation 返回 FeatBit 相关文档 URL 列表,供进一步查阅详细信息。

  • 适用于查询功能开关、实验管理和灰度发布等主题的官方说明。
  • 仅在其他 FeatBit 技能无法解答时使用作为补充手段。
  • 建议优先参考最新版本的官方文档获取准确信息。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

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)

- SDK integration, flag creation tutorials, interactive demos - How-to guides: testing in production, remote config, beta testing, entitlement, A/B testing

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

- Flag creation, variations, lifecycle management - User targeting: rules, percentage rollouts, individual targeting - User segments: standard, shareable, global - Organizing: projects, environments, flag lists

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

- A/B testing, experiment creation, metric types - Statistical analysis, result interpretation

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

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

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

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

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

- End users, feature flags, segments - Analytics data export (ClickHouse/MongoDB)

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

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

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

- Deployment options: Standalone, Standard, Professional - Docker Compose, Terraform AWS, custom infrastructure

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

- Authentication: API tokens, SSO (Okta, KeyCloak, Auth0) - Observability: OpenTelemetry, New Relic, Grafana, DataDog - Chat apps: Slack - Analytics: GrowthBook

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

- Open Core model, enterprise features - Pricing: https://featbit.co/pricing

  1. Tech Stack (https://docs.featbit.co/tech-stack)

- Architecture, services (UI/API/Evaluation/Analytics) - Infrastructure components, data flows, performance benchmarks

  1. 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.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.15%
按下载量换算24

Claude

29.8%
按下载量换算20

Cursor

21.55%
按下载量换算14

Gemini CLI

9.38%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills