Borrowing it
Nothing to install: this file belongs to wheregmis/threadlane. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/wheregmis/threadlane/main/.agents/skills/gpui-kit/SKILL.mdgit clone --depth 1 https://github.com/wheregmis/threadlaneWrote 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/wheregmis/threadlane/gpui-kit)<a href="https://agentmods.dev/skills/wheregmis/threadlane/gpui-kit"><img src="https://agentmods.dev/badge/skills/wheregmis/threadlane/gpui-kit.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.1 | $0.00180 | $0.04276 |
| Opus 5 | $0.00090 | $0.02138 |
| Sonnet 5 | $0.00036 | $0.00855 |
| Haiku 4.5 | $0.00018 | $0.00428 |
Grade A, and why
gpui-kit 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 3d 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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
24 files 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.
- references/coding-guides.md 41 KB
- references/gpui/action.md 3.7 KB
- references/gpui/async.md 6.0 KB
- references/gpui/context.md 6.1 KB
- references/gpui/element-advanced.md 20 KB
- references/gpui/element-api.md 11 KB
- references/gpui/element-best-practices.md 13 KB
- references/gpui/element-examples.md 18 KB
- references/gpui/element-id.md 2.4 KB
- references/gpui/element-patterns.md 15 KB
- references/gpui/element.md 3.9 KB
- references/gpui/entity-advanced.md 13 KB
- references/gpui/entity-api.md 8.5 KB
- references/gpui/entity-best-practices.md 15 KB
- references/gpui/entity-patterns.md 13 KB
- references/gpui/entity.md 7.2 KB
- references/gpui/event.md 5.6 KB
- references/gpui/focus-handle.md 4.9 KB
- references/gpui/global.md 3.9 KB
- references/gpui/layout-style.md 6.3 KB
- references/gpui/test-examples.md 3.8 KB
- references/gpui/test-reference.md 13 KB
- references/gpui/test.md 2.7 KB
- references/usage.md 9.8 KB
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.
- 3d ago First seen · 255 lines · 180 tokens per session scan A 88906868b217
gpui-kit is a skill published in the GitHub repository wheregmis/threadlane (5 stars, last pushed today), with no licence file. It adds 180 tokens to every session and 4,276 once invoked, about $0.0009 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-09-05.
Other skills, from other repositories
dd-code-generation
Use pup CLI for immediate Datadog operations or generate code for integration into applications.
omh-rust
This is a Hermes-native rust workflow skill.
bevy-ecs
Structure a Bevy app around its Entity Component System: build the App with plugins, define Component/Resource types, write systems with Query/Res/Commands, filter and order systems, and use the Time resource for frame-rate-independent motion. Use when building or debugging a Bevy game in Rust — when the user mentions…
rust-project
Modern Rust project architecture guide for 2025. Use when creating Rust projects (CLI, web services, libraries). Covers workspace structure, error handling, async patterns, and idiomatic Rust best practices.
gcs-rust-download-object-api
Fix "DownloadObjectRequest not found" error in google-cloud-storage Rust crate. Use when: (1) Trying to download objects from GCS using the Rust SDK, (2) Looking for a download request type in http::objects::download module, (3) Compile error about missing type. The downloadobject method uses GetObjectRequest from the…
azure-keyvault-secrets-rust
Client library for Azure Key Vault Secrets — secure storage for passwords, API keys, and other secrets.