From 51a55e23d15836cbb25ab3cd9c4cced5e8219d9a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 21:40:14 +0000 Subject: [PATCH] chore: update docs/ai-agents-mcp.md [20260514-2139] --- docs/ai-agents-mcp.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ai-agents-mcp.md b/docs/ai-agents-mcp.md index 2e8fc20a..e4c030cc 100644 --- a/docs/ai-agents-mcp.md +++ b/docs/ai-agents-mcp.md @@ -8,11 +8,13 @@ Resources, tools, and projects related to autonomous AI agents, Model Context Pr 4. [LLM Operators and Infrastructure](#llm-operators-and-infrastructure) ## Introduction + - [Cursor AI Fundamentals Course](https://cursor.com/es/learn) - *(Related to ai topic)* - [anthropic.com: Introducing the Model Context Protocol](https://www.anthropic.com/news/model-context-protocol) - [modelcontextprotocol.io: MCP Official Documentation](https://modelcontextprotocol.io/introduction) ## AI Agents + - [IBM IAM for AI Agents](https://t.co/EKsVgKA4xn) - This resource discusses how IBM Identity and Access Management (IAM) provides native IAM for AI agents, enabling them to have an identity and deliver least privileged access. - [Level Up Your Agents: Announcing Google's Official Skills Repository](https://cloud.google.com/blog/topics/developers-practitioners/level-up-your-agents-announcing-googles-official-skills-repository) 🌟 - This blog post announces the launch of Google's official Agent Skills repository on GitHub, designed to equip AI agents with condensed expertise on specific technologies and tasks. Skills are presented in an open Markdown format, including reference files and code snippets, to provide agent-first documentation. This approach aims to reduce 'context bloat' often encountered when using Model Context Protocol (MCP) servers, leading to more efficient and cost-effective AI agent interactions with Google Cloud products like Gemini API, BigQuery, and GKE. - [Claude Code Best Practice](https://github.com/shanraisshan/claude-code-best-practice) - A GitHub repository focused on 'vibe coding to agentic engineering', providing practices and examples for interacting with AI models like Claude. It includes sections on agents, commands, skills, development workflows, and implementation details. - [Kiro: Engineering Rigor for Agentic Development](https://kiro.dev/) - Kiro is a tool designed to bring engineering discipline to AI agent development. It focuses on managing intent, handling long-running tasks across large codebases, and validating code correctness through a learning agent. Key features include converting natural language prompts into structured requirements (EARS notation), generating architectural designs, creating implementation plans with discrete, sequenced tasks, and enabling terminal-based interaction for building features, automating workflows, and debugging.