KO
|
EN
gitlite — search
Search
#android
#ruby
#java
#php
#python
#dotfiles
#aws
#sms
#react-native
#reactjs
#javascript
#social-media
feature-flag-docs
★ 28
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
YesSteveModel
:
No description available.
zig-js
:
A JavaScript engine in pure Zig.
giffgaff
:
giffgaff 激活和使用攻略
movie-recap-clone
:
影视解说克隆
colorink
:
Colorink — A professional on-screen color picker and palette tool built with PyQt6
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
feature-flag-docs
?
Download (.md)
# Feature Flag Docs > Document feature flags: name, purpose, default, rollout, owner, kill switch, cleanup. **中文简介:** 你写可运营、可清理的特性开关文档。 — 详见 [README.zh.md](./README.zh.md). [](https://raw.githubusercontent.com/skyowl7521-v31cu/feature-flag-docs/main/LICENSE) ## What this skill does - You document flags so rollouts are operable and cleanups happen - Scope: See SKILL.md vertical lock. - Deliverable: See SKILL.md deliverable. - Triggers: feature flag docs, flag catalog, rollout flag, 特性开关文档, feature toggle. ## Install After this package is on GitHub: ```bash npx skills add <github-user>/<repo> --skill feature-flag-docs ``` Local monorepo: point your agent at `skills/feature-flag-docs/` (this folder). ## Options | Option | Values | Default | |--------|--------|---------| | `lang` | `en` · `zh` · `bilingual` | `en` | | `set` | `single` · `catalog` | `single` | Runtime output language follows `lang` (default **en**). Skill docs stay EN-primary. ## When to use | Use | Don't | |-----|--------| | (see bullets) | (see bullets) | **Use** - When you need `feature-flag-docs` workflow **Don't** - Out-of-scope tasks listed in SKILL.md ## Deliverable See SKILL.md deliverable. Full workflow, hard rules, and QA: see [`SKILL.md`](./SKILL.md). ## Example Monorepo sample (if present): `../../output/samples/feature-flag-docs-example-01.md` ## License MIT — see [LICENSE](./LICENSE).