원클릭으로
featbit-skills
FeatBit Skill for Feature Flag Management and Evaluation. (1) CRUD operations on feature flags. (2) Evaluate flags for users.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
FeatBit Skill for Feature Flag Management and Evaluation. (1) CRUD operations on feature flags. (2) Evaluate flags for users.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | featbit-skills |
| description | FeatBit Skill for Feature Flag Management and Evaluation. (1) CRUD operations on feature flags. (2) Evaluate flags for users. |
| author | featbit-skills-team |
This skill allows you to interact with the FeatBit feature flags. This skills provide two main capabilities:
All the operations and evaluations are performed using the scripts under the same directory where this skill is located.
FeatBit MCP server is not required for this skill, but you may call it to get help on managing feature flags.
Use this skill when you need to manage feature flags programmatically or evaluate feature flags for users in your applications.
It is particularly useful for when you want Agent to help you with tasks such as:
It is also super useful when you want to achieve a complex business logic that involves a multiple steps of feature flag management and evaluation. For example, you want to create parent feature flag then use its return value as a custom property when creating child feature flags. Then you set evaulation rules based on the custom property that equals to the parent flag's value. In this example, the skill can help you orchestrate the entire process seamlessly.
Use [list feature flags script](./list-feature-flags/script.js) to list all feature flags in a given project and environment.
See detailed instructions in the [list feature flags instruction](./list-feature-flags/instruction.md) file.
Use ./enable-disable-feature-flag/script.js to disable or enable a feature flag in a given project and environment.
See detailed instructions in the [list feature flags instruction](./enable-disable-feature-flag/instruction.md) file.