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/gkoreli/backlog-mcp/backlog-ui-frameworknpx skills add gkoreli/backlog-mcp --skill backlog-ui-frameworkgit clone --depth 1 https://github.com/gkoreli/backlog-mcpWrote 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/gkoreli/backlog-mcp/backlog-ui-framework)<a href="https://agentmods.dev/skills/gkoreli/backlog-mcp/backlog-ui-framework"><img src="https://agentmods.dev/badge/skills/gkoreli/backlog-mcp/backlog-ui-framework.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.00074 | $0.02068 |
| Opus 5 | $0.00037 | $0.01034 |
| Sonnet 5 | $0.00015 | $0.00414 |
| Haiku 4.5 | $0.00007 | $0.00207 |
Grade A, and why
backlog-ui-framework 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 — 141 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Backlog UI Framework — Agent Skill
Comprehensive guide for building reactive web components using @nisli/core. Contains rules across 9 categories covering component authoring, reactivity, templates, dependency injection, events, data loading, error handling, migration, and testing.
When to Apply
Reference these guidelines when:
- Creating new web components in
viewer/components/ - Migrating existing
HTMLElement-based components to the reactive framework - Writing or reviewing signal-based reactive state
- Implementing
htmltagged templates with bindings and@eventhandlers - Using
inject()/provide()for dependency injection - Setting up
query()for declarative data loading - Wiring typed
Emitterevents between components - Reviewing code for memory leaks, XSS, or lifecycle issues
- Writing tests for framework components
Rule Categories by Priority
| Priority | Category | Impact | Prefix |
|---|---|---|---|
| 1 | Component Authoring | CRITICAL | comp- |
| 2 | Signals & Reactivity | CRITICAL | signal- |
| 3 | Template Engine | HIGH | tmpl- |
| 4 | Dependency Injection | HIGH | di- |
| 5 | Typed Emitters | MEDIUM-HIGH | emitter- |
| 6 | Declarative Data Loading | MEDIUM-HIGH | query- |
| 7 | Error Handling & Resilience | MEDIUM | error- |
| 8 | Migration & Interop | MEDIUM | migration- |
| 9 | Testing | LOW-MEDIUM | test- |
Quick Reference
1. Component Authoring (CRITICAL)
comp-setup-sync- Setup function MUST be synchronous; capture services sync, use them asynccomp-props-signals- All props areSignal<T>in setup; factories acceptT | Signal<T>inputscomp-factory-composition- ALL custom elements MUST use factory composition; HTML tag syntax is ONLY for native elements (div, span, button)comp-html-for-vanilla- HTML tag syntax (<tag>) is ONLY for native HTML elements; never for custom elementscomp-no-this- Nothisin components; use pure functions with props and hostcomp-no-innerhtml- Never useinnerHTML; usehtmltagged templates for targeted DOM patchingcomp-host-escape-hatch-hostis the second param; use it only for imperative DOM accesscomp-no-class-authoring- Never extend HTMLElement directly for new components; usecomponent()comp-host-attrs- Use second factory arg{ class: '...' }for host-level CSS classes (ADR 0009)comp-prop-input- Factory props acceptT | Signal<T>— plain values are auto-wrapped (ADR 0009)
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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 · 141 lines · 74 tokens per session scan A d6646c67ddd2
backlog-ui-framework is a skill published in the GitHub repository gkoreli/backlog-mcp (5 stars, last pushed 1mo ago), licensed MIT. It adds 74 tokens to every session and 2,068 once invoked, about $0.0004 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-31.
Other skills, from other repositories
cmdb-patterns
Create ServiceNow CIs and cmdbrelci relationships, walk upstream/downstream impact, detect orphan/stale CIs, and align discovered CIs with the proper sysclassname hierarchy.
blast-radius
Trace ServiceNow configuration dependencies — what artifacts touch a given field, what calls a script include, table/app-level config inventory. Use before deletes, renames, or refactors.
change-management
Create and transition ServiceNow change requests (normal/standard/emergency), change tasks, affected CIs, approval routing, CAB scheduling, and conflict detection across maintenance windows.
csm-patterns
Build ServiceNow Customer Service Management — customeraccount, customercontact, sncustomerservicecase routing, service entitlements with usage decrement, and Customer Portal case submission widgets.
discovery-patterns
Configure ServiceNow Discovery — schedules, IP ranges, credential affinities, MID Server assignment, custom probes/sensors, identification rules, and run-status monitoring on discovery tables.
incident-management
Manage ServiceNow incidents — creation with impact/urgency priority calc, auto-assignment by category, reassignment tracking, major incident declaration with bridge calls, time-based escalation, MTTR metrics.