Curiosity
Official@curiosity-ai · Munich, Germany
Knowledge graph for industrial AI
Agent Skills by Curiosity
Showing 3 vetted skills indexed across 1 GitHub repositories.
tesserae
Build web UIs in C# with Tesserae components compiled to JavaScript by Transpose.
tesserae-benchmarking
Measure Tesserae rendering cost and verify layout changes with Playwright-driven benchmarks.
uicons-fonts
Regenerates UIcons webfonts and enum, baking optical centering into glyph outlines.
Frequently Asked Questions About Curiosity
FAQPage SchemaWhat tasks can I accomplish with Curiosity's Tesserae skills?▼
You can build web UIs in C# using Tesserae components with fluent configuration and Stack/Grid layout, look up per-component API references, benchmark rendering performance with Tesserae.Bench, and update UIcons webfonts with re-baked optical centering of glyph outlines.
Who should use the Tesserae and benchmarking skills?▼
Engineers writing or editing Tesserae apps in C#, and performance-focused developers asking 'is this faster', 'why is this page slow', or 'did this break the layout' after changing Stack/Grid, sizing extensions, components, or tps/assets/css stylesheets.
How does Tesserae benchmarking verify a change did not break rendering?▼
It runs the Tesserae.Bench harness, a ten-page app shaped like a real product, driven by Playwright under a CDP CPU profile. You A/B two builds to measure rendering cost, find where build time or memory goes, and prove the visible output is unchanged.
When should I use the uicons-fonts skill?▼
Use it when bumping the icon set, when an icon looks off centre, when icons that should overlap have drifted apart, or when touching Build.UpdateInterfaceIcons. It updates the bundled UIcons webfonts and enum and re-bakes optical centering into glyph outlines.
What are the prerequisites for building UIs with Tesserae?▼
You write the UI in C#, which the Transpose compiler compiles to JavaScript. Layout uses Stack/Grid containers with sizing and spacing helpers, and per-component references live in the references/ folder for API lookup while editing a Tesserae app.