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-pivot-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-pivot-grid)<a href="https://agentmods.dev/skills/devexpress/agent-skills/devexpress-winforms-pivot-grid"><img src="https://agentmods.dev/badge/skills/devexpress/agent-skills/devexpress-winforms-pivot-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-pivot-grid"><img src="https://agentmods.dev/badge/skills/devexpress/agent-skills/devexpress-winforms-pivot-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.00080 | $0.03187 |
| Opus 5 | $0.00040 | $0.01594 |
| Sonnet 5 | $0.00016 | $0.00637 |
| Haiku 4.5 | $0.00008 | $0.00319 |
Grade A, and why
devexpress-winforms-pivot-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 11d 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 — 229 lines — stays where its author put it; the contents beside it link to each section on GitHub.
DevExpress WinForms Pivot Grid (PivotGridControl)
PivotGridControl (namespace DevExpress.XtraPivotGrid) is a cross-tabulation control that summarizes bound data across row and column dimensions — like an Excel PivotTable. Fields are assigned to four areas (Row, Column, Data, Filter); the control computes summaries at every intersection.
Before You Start — Ask the Developer
If the host agent has a structured question-asking tool available, use it to ask these questions one at a time with clear options — for example, Claude Code's AskUserQuestion tool or GitHub Copilot's askQuestions tool. If no such tool is available, ask the questions directly in the chat response before generating code.
- Data source? In-memory
List<T>/DataTable, EF/EF Core, an OLAP cube (SSAS), or an Excel file? This decides the binding approach (see the Decision Guide). - Which fields go where? Which columns become Row / Column / Data / Filter fields, and which need calculated or grouped bindings (
ExpressionDataBinding,GroupInterval)? - Summaries? Default
Sum, or otherSummaryType/ custom summaries? Any % of total / running totals? - Layout & interactivity? Should end users rearrange fields (Customization Form), or is the layout fixed in code?
- Formatting? Cell number formats, conditional formatting (
FormatRules: bars/scales/icons), and appearance/skin requirements? - Scale & responsiveness? Large in-memory data →
Optimizedengine +UseAsyncMode. Large database table → server mode (EntityServerModeSource) so aggregation runs in SQL. - Persistence? Save/restore the layout (
SaveLayoutToXml/RestoreLayoutFromXml)?
Reference Files
| Topic | File |
|---|---|
| NuGet setup, first binding, async mode | references/getting-started.md |
| DataSource types, DataSourceColumnBinding, OLAP, server mode (large data), calculated bindings | references/data-binding.md |
| Field areas, totals, groups, BestFit, Customization Form | references/view-layout.md |
| SummaryType, custom summaries, GroupInterval, sorting, TopN, FilterValues | references/summaries-grouping-sorting-filtering.md |
| FormatRules, PivotGridFormatRule, rule types | references/conditional-formatting.md |
| PivotGridAppearances, per-field style, CustomDrawCell, skins | references/appearance.md |
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.
- examples/quickstart.cs 5.4 KB
- references/appearance.md 9.1 KB
- references/conditional-formatting.md 8.0 KB
- references/data-binding.md 9.8 KB
- references/getting-started-dotnet-fw.md 2.6 KB
- references/getting-started.md 5.5 KB
- references/summaries-grouping-sorting-filtering.md 10 KB
- references/view-layout.md 6.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.
- 11d ago First seen · 229 lines · 80 tokens per session scan A 69ec83d3361b
devexpress-winforms-pivot-grid is a skill published in the GitHub repository DevExpress/agent-skills (52 stars, last pushed 23d ago), licensed MIT. It adds 80 tokens to every session and 3,187 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-30.
Other skills, from other repositories
TEMPLATE
../../../agents/personas/TEMPLATE.md.
warp-delegate
Delegate a coding task to the Warp Agent CLI (oz) as a background implementer, then review its diff and land it yourself. Use this whenever the user wants to hand implementation work to Warp - phrasings like "have Warp implement X", "delegate this to the Warp CLI", "run it through Warp", "use oz to…
directory-management
Manages project directory setup and artifact organization. Use when starting a new project, resuming an existing one, or when a PLAN.md needs to be associated with a project directory. Creates the project folder structure (specs/, scripts/, notebooks/, manifests/, agentmemory/) and resolves project naming.
demo-3-repo-pulse
Demo skill that pulls live GitHub API data for a repo, analyses a full year of weekly commit activity and top contributors, and renders a single-file dashboard.html with stat tiles and inline SVG charts — no chart library.
telnyx-voice-advanced-curl
Advanced call control features including DTMF sending, SIPREC recording, noise suppression, client state, and supervisor controls. This skill provides REST API (curl) examples.
telnyx-verify-curl
Look up phone number information (carrier, type, caller name) and verify users via SMS/voice OTP. Use for phone verification and data enrichment. This skill provides REST API (curl) examples.