azure-search-documents-ts Skill
Build search applications using Azure AI Search SDK for JavaScript (@azure/search-documents). Use when creating/managing indexes, implementing vector/hybrid search, semantic ranking, or building agentic retrieval with knowledge bases. Published by microsoft in skills.
Decision snapshot
Is this a fit?
Research, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Permission behavior not yet detected.
Copy skill directory
2 months ago · MIT license
No specific cautions were detected. Review the source and requested permissions before installing.
What is azure-search-documents-ts Skill?
Build search applications using Azure AI Search SDK for JavaScript (@azure/search-documents). Use when creating/managing indexes, implementing vector/hybrid search, semantic ranking, or building agentic retrieval with knowledge bases. Published by microsoft in skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Research
- Research use cases
Declared skill metadata
- Declared author: Microsoft
- Declared license: MIT
- Source file: .github/plugins/azure-sdk-typescript/skills/azure-search-documents-ts/SKILL.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- Install or run with Copy skill directory
When to use azure-search-documents-ts Skill
- Use it for research.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/skills
- Skill file: .github/plugins/azure-sdk-typescript/skills/azure-search-documents-ts/SKILL.md
What it does
Build search applications using Azure AI Search SDK for JavaScript (@azure/search-documents). Use when creating/managing indexes, implementing vector/hybrid search, semantic ranking, or building agentic retrieval with knowledge bases.
Skill instructions
Azure AI Search SDK for TypeScript Build search applications with vector, hybrid, and semantic search capabilities. Installation bash npm install @azure/search-documents @azure/identity Environment Variables bash AZURESEARCHENDPOINT=https://<service-name.search.windows.net AZURESEARCHINDEXNAME=my-index AZURESEARCHADMINKEY=<admin-key Optional if using Entra ID AZURETOKENCREDENTIALS=prod Required only if DefaultAzureCredential is used in production Authentication typescript import { SearchClient, SearchIndexClient } from "@azure/search-documents"; import { DefaultAzureCredential, ManagedIdentityCredential } from "@azure/identity"; const endpoint = process.env.AZURESEARCHENDPOINT!; const indexName = process.env.AZURESEARCHINDEXNAME!; // Local dev: DefaultAzureCredential. Production: set AZURETOKENCREDENTIALS=prod or AZURETOKENCREDENTIALS=<specificcredential const credential = new DefaultAzureCredential({requiredEnvVars: ["AZURETOKENCREDENTIALS"]}); // Or use a specific credential directly
Verified compatibility and discovery
Frequently asked questions
What is azure-search-documents-ts?
azure-search-documents-ts is a open-source AI agent skill with Copy skill directory. Build search applications using Azure AI Search SDK for JavaScript (@azure/search-documents).
Who is azure-search-documents-ts best for?
azure-search-documents-ts is best for reusing agent instructions, scripts, and references, research workflows.
How do I install azure-search-documents-ts?
Install or run azure-search-documents-ts using Copy skill directory. Check azure-search-documents-ts for the latest setup command.
Is azure-search-documents-ts actively maintained?
azure-search-documents-ts may need a closer maintenance check before production use.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.