What is azure-search-documents-dotnet?
name: azure-search-documents-dotnet Source: sickn33/antigravity-awesome-skills.
name: azure-search-documents-dotnet
Quickly install azure-search-documents-dotnet AI skill to your development environment via command line
Source: sickn33/antigravity-awesome-skills.
Build search applications with full-text, vector, semantic, and hybrid search capabilities.
| SearchClient | Query indexes, upload/update/delete documents | | SearchIndexClient | Create/manage indexes, synonym maps | | SearchIndexerClient | Manage indexers, skillsets, data sources |
| SimpleField | Non-searchable field (filters, sorting, facets) | | SearchableField | Full-text searchable field | | VectorSearchField | Vector embedding field | | IsKey = true | Document key (required, one per index) | | IsFilterable = true | Enable $filter expressions | | IsSortable = true | Enable $orderby |
name: azure-search-documents-dotnet Source: sickn33/antigravity-awesome-skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill azure-search-documents-dotnetname: azure-search-documents-dotnet Source: sickn33/antigravity-awesome-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill azure-search-documents-dotnet Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/sickn33/antigravity-awesome-skills