Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
bytedance avatar

Byted Sol Stability Sli Modeling

  • 2 installs
  • 411 repo stars
  • Updated August 4, 2026
  • bytedance/agentkit-samples

byted-sol-stability-sli-modeling is a Claude skill that models a capability description into a validated, structured SLI spec for SLO and error-budget management.

About

This skill turns a natural-language capability or scenario description into a structured SLI spec used for SLO and error-budget management. A developer uses it to define availability, latency, correctness and similar SLIs around key user journeys instead of raw CPU or memory metrics. It enforces required fields and enum validation and outputs a machine-readable spec plus a report.

  • Models capability descriptions into structured SLI specs
  • Enforces strict enums for sli_type and severity with no silent defaults
  • Defaults to request-based measurement over a rolling 30d window

Byted Sol Stability Sli Modeling by the numbers

  • 2 all-time installs (skills.sh)
  • Ranked #1,138 of 1,435 DevOps & CI/CD skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

byted-sol-stability-sli-modeling capabilities & compatibility

Capabilities
sli modeling · slo definition · error budget · reliability engineering
Use cases
devops
From the docs

What byted-sol-stability-sli-modeling says it does

将能力描述建模为结构化 SLI Spec,用于 SLO 与 Error Budget 管理。
SKILL.md
优先采用 request-based 口径(good requests / total requests)
SKILL.md
npx skills add https://github.com/bytedance/agentkit-samples --skill byted-sol-stability-sli-modeling

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs2
repo stars411
Last updatedAugust 4, 2026
Repositorybytedance/agentkit-samples

What it does

Model a capability description into a validated SLI spec for SLO and error-budget management.

When should I use this skill?

You need to define SLIs, SLOs, or error budgets for a capability or user journey and want a validated structured spec.

What you get

Produces a validated sli-spec.json and sli-report.md with enforced fields, enums, and a rolling 30d default window.

  • sli-spec.json
  • sli-report.md

By the numbers

  • Constrains sli_type to 6 enum values
  • Defaults to a rolling 30d target window

Files

SKILL.mdMarkdownGitHub ↗

SLI Modeling Skill

输入

  • 能力/场景描述文本(必填)
  • owner(必填)
  • 参考文档路径(选填)

输出

固定输出到 output/<slug>/

  • sli-spec.json
  • sli-report.md

SLI Spec 字段(强约束)

  • capability
  • user_journey
  • sli_name
  • sli_typeavailability|latency|correctness|freshness|completeness|consistency
  • measurement
  • denominator
  • dimension
  • target_slo
  • error_budget
  • severityP0|P1|P2
  • owner

执行规则

1. 不得输出缺失字段的 SLI Spec。 2. sli_typeseverity 必须命中枚举。 3. 字段校验失败必须返回可诊断错误,不静默补全无意义默认值。 4. 允许通过输入文本中的 key: value 形式显式指定字段并覆盖推断。 5. 优先围绕关键用户旅程建模(如登录、核心请求、结算),避免使用 CPU/内存等内部资源指标直接充当 SLI。 6. 优先采用 request-based 口径(good requests / total requests);确有需要时才采用 period-based 口径,并在 target_slo 中显式说明窗口。 7. 默认使用 rolling 30d 目标窗口,error_budget 默认遵循 1 - target_slo 的口径。 8. 不使用 100% 作为默认目标;建议使用 99.x 目标并通过 burn-rate 观察预算消耗。

CLI

byted-sol-stablity-sli-modeling \
  --input examples/input.capability.md \
  --owner team-observability \
  --out-dir output

Related skills

DevOps & CI/CDmonitoringinfra

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.