featbit-documentation
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.
What this skill does
# 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](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
2. **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
3. **Experimentation** (https://docs.featbit.co/experimentation)
- A/B testing, experiment creation, metric types
- Statistical analysis, result interpretation
4. **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
5. **API Documentation** (https://docs.featbit.co/api-docs)
- REST API authentication, endpoints, data hierarchy
- Flag Evaluation API (client-side vs server-side)
6. **Data Import/Export** (https://docs.featbit.co/data-import-and-export)
- End users, feature flags, segments
- Analytics data export (ClickHouse/MongoDB)
7. **IAM** (https://docs.featbit.co/iam)
- Teams, groups, policies
- Role-based access control (RBAC)
8. **Installation** (https://docs.featbit.co/installation)
- Deployment options: Standalone, Standard, Professional
- Docker Compose, Terraform AWS, custom infrastructure
9. **Integrations** (https://docs.featbit.co/integrations)
- Authentication: API tokens, SSO (Okta, KeyCloak, Auth0)
- Observability: OpenTelemetry, New Relic, Grafana, DataDog
- Chat apps: Slack
- Analytics: GrowthBook
10. **Licenses** (https://docs.featbit.co/licenses)
- Open Core model, enterprise features
- Pricing: https://featbit.co/pricing
11. **Tech Stack** (https://docs.featbit.co/tech-stack)
- Architecture, services (UI/API/Evaluation/Analytics)
- Infrastructure components, data flows, performance benchmarks
12. **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.
```
Related in Backend & APIs
jfrog
IncludedInteract with the JFrog Platform via the JFrog CLI and REST/GraphQL APIs. Use this skill when the user wants to manage Artifactory repositories, upload or download artifacts, manage builds, configure permissions, manage users and groups, work with access tokens, configure JFrog CLI servers, search artifacts, manage properties, set up replication, manage JFrog Projects, run security audits or scans, look up CVE details, query exposures scan results from JFrog Advanced Security, manage release bundles and lifecycle operations, aggregate or export platform data, or perform any JFrog Platform administration task. Also use when the user mentions jf, jfrog, artifactory, xray, distribution, evidence, apptrust, onemodel, graphql, workers, mission control, curation, advanced security, exposures, or any JFrog product name.
cupynumeric-migration-readiness
IncludedPre-migration readiness assessor for porting NumPy to cuPyNumeric. Use BEFORE substantial porting work begins when the user asks whether code will scale on GPU, whether they should migrate to cuPyNumeric, which NumPy patterns transfer cleanly, what must be refactored before porting, or mentions pre-port assessment, scaling analysis, or refactor planning. Inspect the user's source code, look up NumPy usage, cross-reference the cuPyNumeric API support manifest, and distinguish distributed-scaling-friendly patterns from blockers such as unsupported APIs, scalar synchronization, host round-trips, Python/object-heavy control flow, shape/data-dependent branching, and in-place mutation hazards. Produce a verdict of READY, LIGHT REFACTOR, SIGNIFICANT REFACTOR, or NOT RECOMMENDED, with concrete refactor pointers.
alibabacloud-data-agent-skill
IncludedInvoke Alibaba Cloud Apsara Data Agent for Analytics via CLI to perform natural language-driven data analysis on enterprise databases. Data Agent for Analytics is an intelligent data analysis agent developed by Alibaba Cloud Database team for enterprise users. It automatically completes requirement analysis, data understanding, analysis insights, and report generation based on natural language descriptions. This tool supports: discovering data resources (instances/databases/tables) managed in DMS, initiating query or deep analysis sessions, real-time progress tracking, and retrieving analysis conclusions and generated reports. Use this Skill when users need to query databases, analyze data trends, generate data reports, ask questions in natural language, or mention "Data Agent", "data analysis", "database query", "SQL analysis", "data insights".
token-optimizer
IncludedReduce OpenClaw token usage and API costs through smart model routing, heartbeat optimization, budget tracking, and native 2026.2.15 features (session pruning, bootstrap size limits, cache TTL alignment). Use when token costs are high, API rate limits are being hit, or hosting multiple agents at scale. The 4 executable scripts (context_optimizer, model_router, heartbeat_optimizer, token_tracker) are local-only — no network requests, no subprocess calls, no system modifications. Reference files (PROVIDERS.md, config-patches.json) document optional multi-provider strategies that require external API keys and network access if you choose to use them. See SECURITY.md for full breakdown.
resend-cli
IncludedUse this skill when the task is specifically about operating Resend from an AI agent, terminal session, or CI job via the official resend CLI: installing/authenticating the CLI, sending/listing/updating/cancelling emails, batch sends, domains and DNS, webhooks and local listeners, inbound receiving, contacts, topics, segments, broadcasts, templates, API keys, profiles, or debugging Resend CLI/API failures. Trigger on mentions of Resend CLI, `resend`, `resend doctor`, `resend emails send`, `resend domains`, `resend webhooks listen`, `resend emails receiving`, or agent-friendly terminal automation.
alibabacloud-odps-maxframe-coding
IncludedUse this skill for MaxFrame SDK development and documentation navigation on Alibaba Cloud MaxCompute (ODPS). Helps answer MaxFrame API, concept, official example, and supported pandas API questions; create data processing programs; read/write MaxCompute tables; debug jobs (remote or local); and build custom DPE runtime images. Trigger when users mention MaxFrame, MaxCompute with MaxFrame, ODPS table processing, DPE runtime, MaxFrame docs/examples, DataFrame/Tensor operations, or GPU runtime setup. Works for both English and Chinese queries about Alibaba Cloud data processing with MaxFrame.