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 skills add DevExpress/agent-skills --skill devexpress-winforms-ribbon-and-barsgit clone --depth 1 https://github.com/DevExpress/agent-skillsWrote 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/devexpress/agent-skills/devexpress-winforms-ribbon-and-bars)<a href="https://agentmods.dev/skills/devexpress/agent-skills/devexpress-winforms-ribbon-and-bars"><img src="https://agentmods.dev/badge/skills/devexpress/agent-skills/devexpress-winforms-ribbon-and-bars/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/devexpress/agent-skills/devexpress-winforms-ribbon-and-bars"><img src="https://agentmods.dev/badge/skills/devexpress/agent-skills/devexpress-winforms-ribbon-and-bars.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00233 | $0.06344 |
| Opus 5 | $0.00117 | $0.03172 |
| Sonnet 5 | $0.00047 | $0.01269 |
| Haiku 4.5 | $0.00023 | $0.00634 |
Grade A, and why
devexpress-winforms-ribbon-and-bars 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 12d 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 — 307 lines — stays where its author put it; the contents beside it link to each section on GitHub.
DevExpress WinForms Ribbon and Bars
DevExpress.XtraBars is one library that ships both Ribbon UI (RibbonControl + RibbonForm + RibbonStatusBar + BackstageViewControl) and the classic Bars system (BarManager + Bar + BarDockControl). Both stacks share the same items/links architecture — every command is a non-visual BarItem (BarButtonItem, BarCheckItem, BarEditItem, BarSubItem, BarStaticItem, BarHeaderItem, RibbonGalleryBarItem, …) and every visible button/dropdown is a BarItemLink referencing one of those items. The same BarButtonItem can appear in a ribbon page group, the QAT, the page header area, a popup menu, and a status bar at once; clicking any link fires the item's one ItemClick handler.
WinForms vs WPF terminology — three corrections to the prompt:
- The host form for a Ribbon must inherit from
DevExpress.XtraBars.Ribbon.RibbonForm(notThemedWindow— that is WPF).RibbonFormderives fromXtraFormand integrates the ribbon into the non-client area for QAT + caption bar items.- There is no separate
MainMenuControl/StatusBarControl/ToolBarControlin WinForms — those names belong to the WPF Bars stack. In WinForms,BarManagerhosts a collection ofBarobjects; the bar assigned toBarManager.MainMenuplays the main-menu role,BarManager.StatusBarplays the status-bar role, and any otherBarwithDockStyle = Top/Bottom/Left/Rightis a toolbar.- There is no WinForms-native MVVM framework in DevExpress on par with WPF's. The cross-platform
DevExpress.Mvvmpackage (separately installable) does work in WinForms — you can useBindableBase,DelegateCommand, andINotifyPropertyChangedwithBindingSourceto data-bindBarItem.Caption/Enabled/Visible/Down, and a Bind-style helper to wireItemClickto aICommand. This is the pragmatic substitute for ribbon MVVM in WinForms.
When to Use This Skill
(The detailed API surface per task is in the Navigation Guide below.)
What ships with it
8 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.
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.
- 12d ago First seen · 307 lines · 233 tokens per session scan A 3ee6bd83a6b6
devexpress-winforms-ribbon-and-bars is a skill published in the GitHub repository DevExpress/agent-skills (53 stars, last pushed 24d ago), licensed MIT. It adds 233 tokens to every session and 6,344 once invoked, about $0.0012 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
TEMPLATE
../../../agents/personas/TEMPLATE.md.
amazon-location-service
Integrates Amazon Location Service APIs for AWS applications. Use this skill when users want to add maps (interactive MapLibre or static images); geocode addresses to coordinates or reverse geocode coordinates to addresses; calculate routes, travel times, or service areas; find places and businesses through text…
gsd-ui-phase
Generate UI design contract (UI-SPEC.md) for frontend phases.
gsd-ui-review
Retroactive 6-pillar visual audit of implemented frontend code.
uicraft
Create, improve, audit, and polish distinctive production-grade web interfaces, including marketing/landing pages and personal portfolio sites. Use for UI or frontend design, responsive layouts, typography, color, motion, UX copy, accessibility, performance, design-system alignment, onboarding, edge cases, or visual…
design-system
DESIGN.md integration for Forge — ensures visual consistency across all UI tasks through standardized design specifications.