ahel is live on Product Hunt today. Upvote

Skills.

Give your AI a better way to work.

A skill is a set of written instructions that teaches an AI how to do one job the way it should be done: review a pull request, plan a migration, write the release notes.

Install one here and it travels with your account into Claude, Claude Code, Cursor and every other client you sign in with.

Category: AI & models

8,868 results · page 225 of 296

  • devexpress-winforms-mvvmSkillAI & models

    DevExpress WinForms MVVM Framework with the MVVMContext component. Covers ViewModel types and priority order (compile-time DevExpress.Mvvm.CodeGenerators with [GenerateViewModel]/[GenerateProperty]/[GenerateCommand] preferred; runtime POCO with public virtual properties for legacy projects; ViewMode

    Ready to connect★ 53

    github.com/devexpress/agent-skills53 stars

    View details
  • devexpress-winforms-pivot-gridSkillAI & models

    AI agent skill for the DevExpress WinForms PivotGridControl. Covers NuGet setup, data binding (DataSourceColumnBinding, ExpressionDataBinding, OLAP), field areas and layout, summaries, grouping, sorting, filtering, conditional formatting (FormatRules), and appearance customization. Use for any DevEx

    Ready to connect★ 53

    github.com/devexpress/agent-skills53 stars

    View details
  • devexpress-winforms-property-gridSkillAI & models

    DevExpress WinForms PropertyGridControl — displays and edits the public properties of any object. Covers NuGet setup (DevExpress.Win.VerticalGrid, namespace DevExpress.XtraVerticalGrid), assigning objects via SelectedObject and SelectedObjects, Classic vs Office view (ActiveViewType), automatic row

    Ready to connect★ 53

    github.com/devexpress/agent-skills53 stars

    View details
  • devexpress-winforms-ribbon-and-barsSkillAI & models

    DevExpress WinForms Ribbon (RibbonControl) and traditional Bars (BarManager + Bar) — Office-style ribbon UIs or classic main-menu/toolbar/status-bar UIs. Covers the RibbonForm host requirement, the items/links architecture (BarItem and BarItemLink: BarButtonItem, BarCheckItem, BarToggleSwitchItem, B

    Ready to connect★ 53

    github.com/devexpress/agent-skills53 stars

    View details
  • devexpress-winforms-tab-controlSkillAI & models

    Expert skill for the DevExpress WinForms XtraTabControl (DevExpress.XtraTab, DevExpress.Win.Navigation NuGet). Build tabbed UIs that organize controls into pages — add/remove XtraTabPage pages via the TabPages collection, populate pages, position and orient headers (HeaderLocation, HeaderOrientation

    Ready to connect★ 53

    github.com/devexpress/agent-skills53 stars

    View details
  • devexpress-winforms-tree-listSkillAI & models

    Expert skill for the DevExpress WinForms TreeList control (DevExpress.XtraTreeList.TreeList, DevExpress.Win.TreeList NuGet) — a data-aware control that shows data as a tree, a multi-column tree-grid, or both. Use when binding self-referential data (KeyFieldName, ParentFieldName, RootValue), building

    Ready to connect★ 53

    github.com/devexpress/agent-skills53 stars

    View details
  • devexpress-wpf-accordionSkillAI & models

    Build WPF applications with the DevExpress Accordion Control (AccordionControl) — a hierarchical navigation control for compact app sidebars and category-based UIs. Use when adding AccordionControl to a WPF project; defining static items in XAML (AccordionItem with Header, Glyph, Items); binding to

    Ready to connect★ 53

    github.com/devexpress/agent-skills53 stars

    View details
  • devexpress-wpf-layout-managementSkillAI & models

    Build WPF applications with the DevExpress layout-management controls — DockLayoutManager (Visual Studio-style dockable panels and MDI), LayoutControl (compound forms with auto-aligned labels and groups), DataLayoutControl (auto-generated form from a POCO via DataAnnotations), TileLayoutControl (Win

    Ready to connect★ 53

    github.com/devexpress/agent-skills53 stars

    View details
  • devexpress-wpf-loading-indicatorsSkillAI & models

    Display loading indicators in WPF apps with the DevExpress utility controls — SplashScreenManager (a window-level splash screen shown during startup or long-running operations, runs on a separate UI thread), LoadingDecorator (a content container that wraps any UI and shows an indicator while it load

    Ready to connect★ 53

    github.com/devexpress/agent-skills53 stars

    View details
  • devexpress-wpf-property-gridSkillAI & models

    Build WPF property editors with the DevExpress PropertyGridControl — bind any object via SelectedObject (or multiple via SelectedObjects), define which properties show via PropertyDefinition, edit collections inline via CollectionDefinition (with NewItemInitializer for add/remove), group properties

    Ready to connect★ 53

    github.com/devexpress/agent-skills53 stars

    View details
  • devexpress-wpf-ribbon-and-barsSkillAI & models

    Build WPF applications with the DevExpress Ribbon control, toolbars, and menus. Use when adding RibbonControl, ToolBarControl, MainMenuControl, StatusBarControl, BarManager, or RibbonStatusBarControl to a WPF window; defining bar items (BarButtonItem, BarCheckItem, BarSplitButtonItem, BarSubItem, Ba

    Ready to connect★ 53

    github.com/devexpress/agent-skills53 stars

    View details
  • devexpress-wpf-tab-controlSkillAI & models

    Build WPF tabbed UIs with DevExpress DXTabControl — define tabs explicitly as DXTabItem children or generate them from a data collection via ItemsSource + ItemHeaderTemplate / ItemTemplate, pick one of three views (MultiLine, Scroll, Stretch) for how headers overflow, customize colors per tab (Accen

    Ready to connect★ 53

    github.com/devexpress/agent-skills53 stars

    View details
  • devexpress-xaf-appearanceSkillAI & models

    XAF Conditional Appearance module for dynamic UI styling. Covers AppearanceAttribute for controlling FontColor, BackColor, FontStyle, Enabled, and Visibility on UI elements, AppearanceItemType (ViewItem, Action, LayoutItem), TargetItems, Context (ListView, DetailView, Any), Criteria-based and Method

    Ready to connect★ 53

    github.com/devexpress/agent-skills53 stars

    View details
  • devexpress-xaf-business-logicSkillAI & models

    Implement XAF CRUD operations and business logic with IObjectSpace. Use when creating, reading, updating, or deleting objects, calling CommitChanges, handling ObjectSpace events (Committing, Committed, ObjectChanged, ObjectSaving), accessing ObjectSpace in controllers or business classes, using IXaf

    Ready to connect★ 53

    github.com/devexpress/agent-skills53 stars

    View details
  • devexpress-xaf-business-logic-xpoSkillAI & models

    XPO-specific CRUD and business logic patterns for XAF applications. Sub-skill of devexpress-xaf-business-logic — load this when XPO ORM is detected. Covers UnitOfWork, Session, XPCollection, XPQuery (LINQ to XPO), XPView, NestedUnitOfWork, XPObjectSpace.Session access, AfterConstruction/OnSaving/OnD

    Ready to connect★ 53

    github.com/devexpress/agent-skills53 stars

    View details
  • devexpress-xaf-controllersSkillAI & models

    XAF Controllers and Actions for implementing UI logic and user interaction. Covers ViewController, ObjectViewController<ViewType,ObjectType>, WindowController lifecycle (Activated/Deactivated/OnViewControlsCreated), controller scope (TargetObjectType, TargetViewType, TargetViewId, TargetViewNesting,

    Ready to connect★ 53

    github.com/devexpress/agent-skills53 stars

    View details
  • devexpress-xaf-editorsSkillAI & models

    XAF editors covering Property Editors, List Editors, and View Items; data-type-to-editor mappings; accessing and customizing editor controls with CustomizeViewItemControl and OnViewControlsCreated; and implementing custom Property Editors, List Editors, and View Items for Blazor and WinForms.

    Ready to connect★ 53

    github.com/devexpress/agent-skills53 stars

    View details
  • devexpress-xaf-filteringSkillAI & models

    Filtering data in XAF applications. Covers CriteriaOperator syntax, CriteriaOperator.FromLambda, IObjectSpace filtering methods (GetObjects, GetObjectsQuery, FindObject, GetObjectByKey), CollectionSource.Criteria for List View filtering, ListViewFilterAttribute, SetFilter Action, FullTextSearch Acti

    Ready to connect★ 53

    github.com/devexpress/agent-skills53 stars

    View details
  • devexpress-xaf-filtering-xpoSkillAI & models

    XPO-specific filtering patterns for XAF applications. Sub-skill of devexpress-xaf-filtering — load when XPO ORM is detected. Covers XPCollection with CriteriaOperator, XPQuery<T> LINQ filtering, XPView for lightweight read-only queries, BinaryOperator / GroupOperator / FunctionOperator / ContainsOpe

    Ready to connect★ 53

    github.com/devexpress/agent-skills53 stars

    View details
  • devexpress-xaf-reportsSkillAI & models

    XAF Reports V2 module, data export, and printing. Covers adding the Reports module (AddReports with ReportDataType and EnableInplaceReports), CollectionDataSource and ViewDataSource for report data binding, creating predefined static reports with PredefinedReportsUpdater.AddPredefinedReport and dupl

    Ready to connect★ 53

    github.com/devexpress/agent-skills53 stars

    View details
  • devexpress-xaf-validationSkillAI & models

    XAF Validation module for enforcing data integrity rules. Covers built-in rule attributes (RuleRequiredField, RuleCriteria, RuleRange, RuleRegularExpression, RuleValueComparison, RuleStringComparison, RuleUniqueValue, RuleCombinationOfPropertiesIsUnique, RuleFromBoolProperty, RuleIsReferenced, RuleO

    Ready to connect★ 53

    github.com/devexpress/agent-skills53 stars

    View details
  • devexpress-xaf-viewsSkillAI & models

    XAF Views, layout, and navigation. Covers ListView, DetailView, DashboardView class hierarchy, View creation (Application.CreateListView/CreateDetailView/CreateDashboardView), ShowViewParameters for displaying views in new windows/popups, View.CurrentObject, ListView.CollectionSource, ListView.Edito

    Ready to connect★ 53

    github.com/devexpress/agent-skills53 stars

    View details
  • devextreme-buttonSkillAI & models

    Help developers use the DevExtreme Button component (dxButton) in Angular, React, Vue, and jQuery. Use when someone asks about Button configuration, click handling, icons, styling, button types, form submission, validation, custom templates, or any scenario involving dxButton or DxButton. Trigger ph

    Ready to connect★ 53

    github.com/devexpress/agent-skills53 stars

    View details
  • devextreme-checkboxSkillAI & models

    Help developers use the DevExtreme CheckBox component (dxCheckBox) in Angular, React, Vue, and jQuery. Use when someone asks about CheckBox configuration, value states, three-state behavior, labels, value change events, or any scenario involving dxCheckBox or DxCheckBox. Trigger phrases: "DevExtreme

    Ready to connect★ 53

    github.com/devexpress/agent-skills53 stars

    View details
  • devextreme-dateboxSkillAI & models

    Help developers use the DevExtreme DateBox component (dxDateBox) in Angular, React, Vue, and jQuery. Use when someone asks about DateBox configuration, date/time/datetime types, value formatting, date range limits, disabled dates, value change events, or any scenario involving dxDateBox or DxDateBox

    Ready to connect★ 53

    github.com/devexpress/agent-skills53 stars

    View details
  • devextreme-formSkillAI & models

    Help developers use the DevExtreme Form component (dxForm) in Angular, React, Vue, and jQuery. Use when someone asks about Form configuration, formData binding, simple items, editor types, editorOptions, groups, columns, tabs, validation rules, form submission, runtime changes, custom item templates

    Ready to connect★ 53

    github.com/devexpress/agent-skills53 stars

    View details
  • devextreme-numberboxSkillAI & models

    Help developers use the DevExtreme NumberBox component (dxNumberBox) in Angular, React, Vue, and jQuery. Use when someone asks about NumberBox configuration, value limits, formatting, spin buttons, masks, value change events, or any scenario involving dxNumberBox or DxNumberBox. Trigger phrases: "De

    Ready to connect★ 53

    github.com/devexpress/agent-skills53 stars

    View details
  • devextreme-textareaSkillAI & models

    Help developers use the DevExtreme TextArea component (dxTextArea) in Angular, React, Vue, and jQuery. Use when someone asks about TextArea configuration, multiline input, auto-resize, height limits, value binding, value change events, or any scenario involving dxTextArea or DxTextArea. Trigger phra

    Ready to connect★ 53

    github.com/devexpress/agent-skills53 stars

    View details
  • devextreme-textboxSkillAI & models

    Help developers use the DevExtreme TextBox component (dxTextBox) in Angular, React, Vue, and jQuery. Use when someone asks about TextBox configuration, value binding, input modes, labels, placeholders, masking, value change events, clear button, or any scenario involving dxTextBox or DxTextBox. Trig

    Ready to connect★ 53

    github.com/devexpress/agent-skills53 stars

    View details
  • devextreme-themingSkillAI & models

    Apply, customize, and switch DevExtreme themes (Generic, Material, Fluent). Covers predefined theme CSS import, ThemeBuilder UI and CLI, SCSS variables, custom CSS overrides, color swatches, and runtime theme switching.

    Ready to connect★ 53

    github.com/devexpress/agent-skills53 stars

    View details

What is a skill?

A skill is plain text, usually a SKILL.md file and the scripts it refers to, written for an AI rather than for a person. It carries the steps, the house rules and the examples a good answer needs, so you stop pasting the same briefing into every new chat.

53,585 of the 54,017 skills listed here can be served through ahel today, and they come from public repositories. Each one has its own page with the instructions themselves on it, so you can read what a skill will tell your AI to do before you install it.

Install one and every AI you use gets it

Installing a skill adds it to your gateway and turns it on in the same step. Claude Code surfaces it as a slash command; any client can read the full instructions with the skill_read tool.

Nothing is copied into a project folder. The instructions are served from your account, so the same skill is there in every AI you connect, and turning it off removes it from all of them at once.

See how to connect your AI