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-data-gridgit 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-data-grid)<a href="https://agentmods.dev/skills/devexpress/agent-skills/devexpress-winforms-data-grid"><img src="https://agentmods.dev/badge/skills/devexpress/agent-skills/devexpress-winforms-data-grid/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-data-grid"><img src="https://agentmods.dev/badge/skills/devexpress/agent-skills/devexpress-winforms-data-grid.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.00213 | $0.06577 |
| Opus 5 | $0.00106 | $0.03289 |
| Sonnet 5 | $0.00043 | $0.01315 |
| Haiku 4.5 | $0.00021 | $0.00658 |
Grade A, and why
devexpress-winforms-data-grid 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 9d 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 — 316 lines — stays where its author put it; the contents beside it link to each section on GitHub.
DevExpress WinForms Data Grid, Tree List, and CardView
DevExpress WinForms Data Grid (DevExpress.XtraGrid.GridControl) is a high-performance, DirectX-accelerated data-aware container that uses a flexible View-based architecture. A single GridControl hosts one or more views — GridView (tabular), BandedGridView, AdvBandedGridView, CardView, LayoutView, TileView, WinExplorerView — each presenting the same underlying data differently. The TreeList control (DevExpress.XtraTreeList.TreeList) is a separate but conceptually similar control for hierarchical data with parent-child relationships.
Many concepts are shared across GridView, BandedGridView, CardView, LayoutView, and TreeList: data binding, column/field definition, in-place editors, conditional formatting, validation, filtering, sorting, focus/selection, drag-and-drop, and layout persistence. Some concepts are unique: master-detail belongs to GridControl, hierarchical node manipulation belongs to TreeList, and card-specific layout settings belong to CardView/LayoutView. This skill covers all three controls in one place because developers rarely use them in isolation.
When to Use This Skill
- Bind a grid or tree list to any data source (DataTable, BindingSource, IList, Entity Framework, XPO, LINQ to SQL, MongoDB, JSON, ServerMode/InstantFeedback sources,
VirtualServerModeSourcefor infinite scrolling). - Define columns in
InitializeComponent(), via auto-generation (AutoPopulateColumns), or in code (PopulateColumns,Columns.AddVisible). Configure unbound columns withUnboundExpressionorCustomUnboundColumnData. - Assign in-place editors with
RepositoryItemdescendants (RepositoryItemSpinEdit,RepositoryItemLookUpEdit,RepositoryItemCheckEdit,RepositoryItemProgressBar,RepositoryItemRichTextEdit, etc.). UseCustomRowCellEditandCustomRowCellEditForEditingfor per-cell editors. - Format cell values (
DisplayFormat,EditFormat,CustomColumnDisplayText) and switch between in-place edit, edit-form, and edit-entire-row modes. - Apply conditional formatting (color scales, data bars, icon sets, expressions) via
FormatRules. - Validate cell or row input with
ValidatingEditor,ValidateRow,InvalidValueException,SetColumnError, orIDXDataErrorInfo. - Configure UI filtering (Excel-style filters, Auto Filter Row, Filter Editor, Find Panel) and apply filters in code (
ActiveFilterString,ActiveFilterCriteria,CustomRowFilter,SubstituteFilter). - Implement sorting and grouping, including custom comparisons (
CustomColumnSort,CustomColumnGroup), grouping by display text, and grouping by date intervals. - Build master-detail layouts with multiple nesting levels, hide detail relations conditionally, and access clone views.
- Print and export data (data-aware export to XLS/XLSX/CSV, WYSIWYG export to PDF/HTML/RTF, customize exported cells via
XlsxExportOptionsEx.CustomizeCell). - Configure focus and selection (
FocusedRowChanged,MultiSelect,MultiSelectMode, Selection Binding). - Implement drag-and-drop between Grid, TreeList, and ListBox via the Drag-and-Drop Behavior.
- Work with
TreeListnodes programmatically (AppendNode,FocusedNode,FindNodeByKeyID, virtual mode). - Configure
CardViewlayout (card size, caption, row/column counts). - Save and restore layout to XML, JSON, Stream, or system Registry.
What ships with it
17 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.
- examples/quickstart.cs 6.1 KB
- references/cardview-layout.md 7.6 KB
- references/cell-display-and-editing.md 12 KB
- references/columns.md 12 KB
- references/conditional-formatting.md 9.0 KB
- references/data-binding.md 12 KB
- references/drag-and-drop.md 8.7 KB
- references/filtering-and-search.md 11 KB
- references/focus-and-selection.md 8.1 KB
- references/getting-started-dotnet-fw.md 2.8 KB
- references/getting-started.md 6.4 KB
- references/master-detail.md 8.2 KB
- references/printing-and-exporting.md 12 KB
- references/saving-and-restoring-layout.md 8.4 KB
- references/sorting-and-grouping.md 8.1 KB
- references/treelist-nodes.md 8.9 KB
- references/validation.md 9.1 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.
- 9d ago First seen · 316 lines · 213 tokens per session scan A 365a58175c5f
devexpress-winforms-data-grid is a skill published in the GitHub repository DevExpress/agent-skills (52 stars, last pushed 22d ago), licensed MIT. It adds 213 tokens to every session and 6,577 once invoked, about $0.0011 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.