awesome-azure-openai-llm

作者 kimtth已验证

A curated collection of resources for 🌌 Azure OpenAI, 🦙 LLMs (+RAG, Agents). Monthly Updates.

397
Stars
52
Forks
Python
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/kimtth/awesome-azure-openai-llm

快速入门

使用 awesome-azure-openai-llm 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

Azure OpenAI + LLM

GitHub last commit Azure OpenAI GitHub Created At

A comprehensive, curated collection of resources for Azure OpenAI, Large Language Models (LLMs), and their applications.

🔹Concise Summaries: Each resource is briefly described for quick understanding
🔹Chronological Organization: Resources appended with date (first commit, publication, or paper release)
🔹Monthly Updates: The list is updated monthly; candidate entries before the update are tracked in the issue.

🧭 Quick Navigation (Propedia-style)

Layer / EraWhat it controlsJump to sections
Weights
2022-2023
Parametric knowledge baked into the model.
Themes: Pretraining, Scaling Laws, Fine-tuning, RLHF, Alignment, Instruction-following, Few-shot
Foundations: Large Language Model Landscape, Large Language Model Collection, Foundation Model Providers
Training: Large Language Model Training and Optimization, Model Training & Inference, Training & Fine-tuning
Behavior and safety: Trust, Safety, and Security, Safety, Security & LLMOps
Context
2023-2024
What the model sees at inference time.
Themes: Prompting, Chain-of-Thought, RAG, Memory, Long Context, Knowledge Injection, Context Engineering
Prompting: Prompt Engineering and Visual Prompts, Prompt Engineering & Tooling
Retrieval: RAG, Azure AI Search, RAG Best Practices
Memory and context windows: Context and Long-Context Limits, Memory, Data Processing & Memory
Harness
2025-2026
How the agent acts in the real world.
Themes: Function Calling, Tool Ecosystems, MCP, Skills, Workflow Graphs, Multi-agent, A2A protocols, Orchestration, Agent Infrastructure, Security
Agent runtime: AI Application, Agent Frameworks, Agent Development, Agent Best Practices
Protocols and tools: Agent Protocol, Coding & Research, Skills, Harness, Loop Engineering, Dev Tools, MCP & Extensions
Apps and operations: Evaluating Large Language Models, LLMOps, Learning Resources & Workshops, Code Samples & Workshops

Refereces: DailyDoseOfDS - Evolution of the Agent Landscape

1. App & Agent

🚀 RAG Systems, LLM Applications, Agents, Frameworks & Orchestration

⬆ back to top

2. Azure OpenAI & Copilot

🌌 Microsoft's Cloud-Based AI Platform and Services

⬆ back to top

3. Research & Survey

🧠 LLM Landscape, Prompt Engineering, Finetuning, Challenges & Surveys

⬆ back to top

4. Datasets, Evaluation, and Extras

🛠️ Training Data, Datasets & Evaluation Methods

⬆ back to top

5. Best Practices

📋 Curated Blogs, Patterns, and Implementation Guidelines

⬆ back to top

🧭 Start Here

CategoryGoalSuggested path
RAGExplore RAG patternsRAGGraphRAGRAG ApplicationRAG Best PracticesRAG Research
AI EngineeringBuild an AI Engineering WorkflowRAGAI ApplicationAgent ProtocolCodingDeep ResearchDomain-Specific AgentsSkillsHarnessLoop Engineering
Skills & HarnessesExtend a Coding AgentSkillsHarnessLoop EngineeringCodingTool UseEvaluation Metrics
AgentsDesign an agent workflowTop Agent FrameworksAgent Design PatternsTool UseMemoryAgent Research
Data & AnalyticsBuild a data or analytics agentData & Analytics AgentsData Processing & OCRMemoryTool UseEvaluating Large Language Models
Local LLMsBuild a local or self-hosted LLM applicationLarge Language Model CollectionModel Serving & Local RuntimesModel GatewayUI & No-Code ToolObservability & LLMOps
MCP & IntegrationBuild MCP-enabled toolsModel Context ProtocolDev Tools, MCP & ExtensionsSafety, Security & LLMOpsAgent Best Practices
Developer AgentsBuild coding or research agentsCodingDeep ResearchSkillsHarnessLoop EngineeringTool Calling & Agentic
Azure / RAGBuild an Azure RAG applicationAzure OpenAI & Foundry OverviewAzure AI SearchRAG Solution DesignSample ApplicationsEvaluating Large Language Models
Azure / AgentsBuild an Azure agentAgent FrameworksAgent Design PatternsModel Context ProtocolAgent DevelopmentEvaluating Large Language Models
Microsoft 365Build a Microsoft 365 agentMicrosoft 365 Agent DevelopmentCopilot Product CatalogDev Tools, MCP & ExtensionsAgent Development
ProductionOperate an AI application in productionArchitecture Patterns & Use CasesSafety, Security & LLMOpsLLMOpsEvaluating Large Language Models
ResearchLearn the LLM landscapeLarge Language Model LandscapeSurvey and ReferenceLLM Research
Model DevelopmentTrain or fine-tune a modelLarge Language Model CollectionModel Training & InferenceTraining & Fine-tuningDatasets for LLM TrainingEvaluating Large Language Models
MultimodalBuild a multimodal applicationMultimodal ModelsData Processing & OCRRAG ApplicationVision & Multimodal
EvaluationChoose and benchmark a modelLarge Language Model CollectionArchitecture ComparisonsEvaluating Large Language ModelsLLM Evaluation BenchmarksEvaluation Metrics

📖 Legend & Notation

SymbolMeaningSymbolMeaning
githubGitHub repository🗄️Archived files
💡🏆Recommend📺Video content
📑Academic paper🤗Huggingface

Info: Applications that have been archived or have had no commits for more than 12 months are listed in applications.old.md.

^ back to top ^

常见问题

What is awesome-azure-openai-llm?

awesome-azure-openai-llm is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by kimtth. A curated collection of resources for 🌌 Azure OpenAI, 🦙 LLMs (+RAG, Agents). Monthly Updates. It has 397 GitHub stars.

Is awesome-azure-openai-llm safe to use?

Yes. awesome-azure-openai-llm passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install awesome-azure-openai-llm?

Clone the repository with "git clone https://github.com/kimtth/awesome-azure-openai-llm" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is awesome-azure-openai-llm written in?

awesome-azure-openai-llm is primarily written in Python. It is open-source under kimtth on GitHub, so you can review or fork the full source.

Are there alternatives to awesome-azure-openai-llm?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh awesome-azure-openai-llm against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情