Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/microsoft/hve-core/performance-slo-plannernpx skills add microsoft/hve-core --skill performance-slo-plannergit clone --depth 1 https://github.com/microsoft/hve-coreWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/microsoft/hve-core/performance-slo-planner)<a href="https://agentmods.dev/skills/microsoft/hve-core/performance-slo-planner"><img src="https://agentmods.dev/badge/skills/microsoft/hve-core/performance-slo-planner.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00137 | $0.01242 |
| Opus 5 | $0.00068 | $0.00621 |
| Sonnet 5 | $0.00027 | $0.00248 |
| Haiku 4.5 | $0.00014 | $0.00124 |
Grade A, and why
performance-slo-planner scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 84 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Performance & SLO/SRE Planner
Turn vague "it should be fast and reliable" expectations into measurable SLIs, SLOs, a load model, a test matrix, and a reliability backlog for production readiness. Pairs with Azure Load Testing tooling for execution. This skill plans; it does not run the tests.
When to Use
- Defining service level objectives and error budgets before launch.
- Characterizing load behavior (steady, peak, spike, soak) for a system with "no characterized load."
- Setting latency/throughput budgets and a false-positive/accuracy baseline.
- Producing a reliability/SRE backlog for a production-readiness review.
When Not to Use
- Running the load tests: hand the test matrix to the Azure Load Testing tools.
- Security, RAI, or privacy concerns: use the respective specialist skill.
- Authoring or restating requirements: cite the PRD's existing NFR ids rather than re-deriving targets.
- Redefining user journeys: reference the PRD's existing FR ids rather than inventing flows.
Inputs
Gather what exists; flag what is missing as an assumption to validate.
- Business goals (BRD): the business objectives and risk tolerance behind the targets (for example revenue-critical flows, contractual SLAs) that justify each SLO and error budget.
- Critical user journeys: the flows that must stay fast (for example: incident ingest → display, dispatch action, alert acknowledge).
- Stated NFRs (PRD): latency/availability targets from the PRD's NFRs, Success Metrics, and Operational Readiness sections (for example stratified SLAs like "Critical ≤ 60s, Standard ≤ 3min").
- Traffic assumptions: expected and peak concurrency, request rates, and growth.
- Accuracy expectations: false-positive tolerance where relevant (for example alerting).
Procedure
- Identify SLIs. For each critical journey pick measurable indicators: latency (p50/p95/p99), availability, error rate, and accuracy/false-positive rate where relevant.
- Set SLOs and error budgets. For each SLI define a target, a measurement window, and the resulting error budget. Anchor each SLO to a specific PRD NFR id when present; otherwise propose a target and mark it
[ASSUMPTION]for tuning. - Define the load model. Specify steady-state, peak, spike, and soak profiles with concurrency/rate and duration for each.
- Build the test matrix. Map each load profile to the journeys it exercises, the pass/fail SLO thresholds, and the environment.
- Plan capacity and degradation. Note scaling assumptions, saturation points, and required graceful-degradation behavior (no silent fidelity drops).
- List observability hooks. Name the metrics/traces needed to measure each SLI in production; an SLO you cannot measure is not real.
- Write the backlog to
.copilot-tracking/performance-plans/<date>-performance-slo-plan.mdusing the Output Format.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 84 lines · 137 tokens per session scan A 7b34e54b4603
performance-slo-planner is a skill published in the GitHub repository microsoft/hve-core (1,426 stars, last pushed today), licensed MIT. It adds 137 tokens to every session and 1,242 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
portfolio
Cross-chain DeFi portfolio discovery, rebalancing suggestions, and NEAR Intent construction. Activates when the user pastes a wallet address or asks about yield/positions/rebalancing. Bootstraps a per-user "portfolio" project, aggregates positions across all the user's addresses inside one project, and offers a…
prompt-proximity-architecture
Turn an approved measurement charter, ICPs, and buyer jobs into a budget-aware prompt coverage blueprint across proximity bands, aided status, information acts, journey states, roles, locales, evidence grades, partitions, and measurement lanes. Use before prompt wording to define required, optional, and prohibited…
crypto-market-rank
Crypto market rankings and leaderboards. Query trending tokens, top searched tokens, Binance Alpha tokens, tokenized stocks, social hype sentiment ranks, smart money inflow token rankings, top meme token rankings from Pulse launchpad, and top trader PnL leaderboards. Use this skill when users ask about token rankings…
copy-trading
Wallet evaluation, monitoring, and copy-trade strategy design for Solana DEX trading.
strategy-framework
Standardized template for defining trading strategies with entry rules, exit rules, position sizing, risk parameters, and performance criteria.
trading-signal
Subscribe and retrieve on-chain Smart Money signals. Monitor trading activities of smart money addresses, including buy/sell signals, trigger price, current price, max gain, and exit rate. Use this skill when users are looking for investment opportunities — smart money signals can serve as valuable references for…