# agent-skills

Published articles for agent-skills.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Improving HCLS AI reasoning with open-source agent skills

DevFeed: [Improving HCLS AI reasoning with open-source agent skills](<https://devfeed.tech/articles/improving-hcls-ai-reasoning-with-open-source-agent-skills-31521.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/machine-learning/improving-hcls-ai-reasoning-with-open-source-agent-skills/>)

Author: Michael Hsieh

Published: 2026-09-16T19:00:00Z

Content type: article

Language: en

Sources: [Artificial Intelligence](<https://devfeed.tech/sources/artificial-intelligence.md>)

Topics: [Agent Skills](<https://devfeed.tech/topics/agent-skills.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [foundation-models](<https://devfeed.tech/topics/foundation-models.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Bioinformatics](<https://devfeed.tech/topics/bioinformatics.md>), [Medical imaging](<https://devfeed.tech/topics/medical-imaging.md>)

Tags: [agent-skills](<https://devfeed.tech/tags/agent-skills.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [amazon-quick-suite](<https://devfeed.tech/tags/amazon-quick-suite.md>), [announcements](<https://devfeed.tech/tags/announcements.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [foundation-models](<https://devfeed.tech/tags/foundation-models.md>), [generative-ai](<https://devfeed.tech/tags/generative-ai.md>), [healthcare](<https://devfeed.tech/tags/healthcare.md>), [healthcare-and-life-sciences](<https://devfeed.tech/tags/healthcare-and-life-sciences.md>), [intermediate-200](<https://devfeed.tech/tags/intermediate-200.md>), [kiro](<https://devfeed.tech/tags/kiro.md>), [life-sciences](<https://devfeed.tech/tags/life-sciences.md>), [medical-imaging](<https://devfeed.tech/tags/medical-imaging.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [strands-agents](<https://devfeed.tech/tags/strands-agents.md>)

### AI overview

This post presents 38 open-source agent skills spanning 11 healthcare and life sciences domains. The skills encode domain decision procedures for AI agents, and the reported evaluation found a 70-86% head-to-head win rate over agents without the skills.

### Source excerpt

AI agents on foundation models often misapply healthcare and life sciences decision frameworks, citing the right guideline but applying it incorrectly. This post shares 38 open-source agent skills across 11 HCLS domains that close this gap, with installation steps, three worked use cases, and a 410-prompt evaluation showing a 70-86% win rate.

## Review argues 1Password's AI patching benchmark overstates poor patch quality

DevFeed: [Review argues 1Password's AI patching benchmark overstates poor patch quality](<https://devfeed.tech/articles/1password-s-ai-patching-benchmark-is-misleading-26584.md>)

Original publisher: [Read original article](<https://blog.trailofbits.com/2026/09/15/1passwords-ai-patching-benchmark-is-misleading/>)

Author: "Anish Naik"; "Dan Guido"; "Benjamin Samuels"; "Marcelo Morales"

Published: 2026-09-15T11:00:00Z

Content type: opinion

Language: en

Sources: [The Trail of Bits Blog](<https://devfeed.tech/sources/the-trail-of-bits-blog.md>), [The Trail of Bits Blog](<https://devfeed.tech/sources/the-trail-of-bits-blog-2.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Benchmark](<https://devfeed.tech/topics/benchmark.md>), [Vulnerabilities](<https://devfeed.tech/topics/vulnerabilities.md>), [Testing](<https://devfeed.tech/topics/testing.md>), [Agent Skills](<https://devfeed.tech/topics/agent-skills.md>)

Tags: [agent-skills](<https://devfeed.tech/tags/agent-skills.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [patch-the-planet](<https://devfeed.tech/tags/patch-the-planet.md>), [report](<https://devfeed.tech/tags/report.md>), [testing](<https://devfeed.tech/tags/testing.md>), [vulnerabilities](<https://devfeed.tech/tags/vulnerabilities.md>)

### AI overview

The article argues that 1Password's 26% clean-fix headline gives a misleading picture of AI patching because the benchmark included difficult vulnerabilities, prompts instructing agents to apply wrong fixes, trials that prohibited testing, and differing reasoning settings. It reports that 2,634 of 3,067 eligible patches blocked the supplied exploit and announces two agent skills for validation and review.

### Source excerpt

1Password's FLAWED report, published on August 6, 2026, gives defenders a misleading picture of AI patching. Its headline says models produced clean fixes only 26% of the time. That figure includes experiments that deliberately instructed agents to apply the wrong fix, along with experiments in which agents could not compile or test their patches. The report risks making defenders less effective by discouraging them from using technology that could help them fix more vulnerabilities. Teams that take its headline at face value may leave repairable vulnerabilities unaddressed. We want our work to help defenders fix more vulnerabilities. This post shares real-world data on human and agent patch quality from our consulting projects and Patch the Planet. We're also releasing two agent skills: post-patch-validation to help agents test fixes, and review-walkthrough to help engineers review them. How the experiment produces a misleading headline Our review of 1Password's code and data found four choices that make its 26% clean-fix rate a misleading guide to ordinary patching work.1 The sample was selected for difficult fixes. The authors chose six vulnerabilities because their fixes were complex. Clean-fix rates ranged from 3% to 60% across those bugs, so the average depends heavily on which vulnerabilities made the list.2 Two prompts tell agents to apply the wrong fix. Those prompts account for 22% of the data. Combining them with ordinary repair attempts makes the reported rate depend partly on how often the researchers chose to give agents bad advice. More than a third of the trials prohibit testing. One evaluation mode prevents agents from building or running code and accounts for 36% of the data. The headline combines those trials with experiments in which agents could test their patches and act on the results. The models ran at different reasoning settings. GPT-5.5 ran at medium effort and Opus 4.8 at high. These were the tools' defaults. Neither model was tested at i

## And the winners are: Announcing the results of the OpenSearch Agent Skills Hackathon

DevFeed: [And the winners are: Announcing the results of the OpenSearch Agent Skills Hackathon](<https://devfeed.tech/articles/and-the-winners-are-announcing-the-results-of-the-opensearch-agent-skills-hackathon-26237.md>)

Original publisher: [Read original article](<https://opensearch.org/blog/and-the-winners-are-announcing-the-results-of-the-opensearch-agent-skills-hackathon/>)

Author: James McIntyre

Published: 2026-09-14T23:00:09Z

Content type: article

Language: en

Sources: [OpenSearch](<https://devfeed.tech/sources/opensearch.md>)

Topics: [Agent Skills](<https://devfeed.tech/topics/agent-skills.md>), [Hackathon](<https://devfeed.tech/topics/hackathon.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [agent-skills](<https://devfeed.tech/tags/agent-skills.md>), [audit](<https://devfeed.tech/tags/audit.md>), [blog](<https://devfeed.tech/tags/blog.md>), [github](<https://devfeed.tech/tags/github.md>), [hackathon](<https://devfeed.tech/tags/hackathon.md>), [latency](<https://devfeed.tech/tags/latency.md>), [opensearch](<https://devfeed.tech/tags/opensearch.md>), [root-cause-analysis](<https://devfeed.tech/tags/root-cause-analysis.md>), [technical](<https://devfeed.tech/tags/technical.md>)

### AI overview

This OpenSearch article announces the winners of the OpenSearch Agent Skills Hackathon. It describes the competition requirements and judging criteria, then highlights the first-place Unclosed skill, which performs auditable log root-cause analysis through premise audits, hypothesis trees, and closure checks.

### Source excerpt

Meet the three winners of the OpenSearch Agent Skills Hackathon. Their skills tackle log root-cause analysis, GDPR compliance, and slow-query diagnostics, all built read-only, fully auditable, and shipped with real evaluation. The post And the winners are: Announcing the results of the OpenSearch Agent Skills Hackathon appeared first on OpenSearch.

## Presentation: Decision Models in Agentic Architectures: From Production to Agent Skills

DevFeed: [Presentation: Decision Models in Agentic Architectures: From Production to Agent Skills](<https://devfeed.tech/articles/presentation-decision-models-in-agentic-architectures-from-production-to-agent-skills-17397.md>)

Original publisher: [Read original article](<https://www.infoq.com/presentations/decision-models-agentic-ai/>)

Author: Alex Porcelli

Published: 2026-09-14T11:00:00Z

Content type: article

Language: en

Sources: [InfoQ](<https://devfeed.tech/sources/infoq.md>)

Topics: [Agent Skills](<https://devfeed.tech/topics/agent-skills.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [NeMo](<https://devfeed.tech/topics/nemo.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agent-skills](<https://devfeed.tech/tags/agent-skills.md>), [agentic](<https://devfeed.tech/tags/agentic.md>), [agentic-ai-architecture](<https://devfeed.tech/tags/agentic-ai-architecture.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-architecture](<https://devfeed.tech/tags/ai-architecture.md>), [ai-ml-data-engineering](<https://devfeed.tech/tags/ai-ml-data-engineering.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [architecture-design](<https://devfeed.tech/tags/architecture-design.md>), [architectures](<https://devfeed.tech/tags/architectures.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [business](<https://devfeed.tech/tags/business.md>), [decision-models-agentic-ai](<https://devfeed.tech/tags/decision-models-agentic-ai.md>), [development](<https://devfeed.tech/tags/development.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [enterprise-architecture](<https://devfeed.tech/tags/enterprise-architecture.md>), [governance](<https://devfeed.tech/tags/governance.md>), [infoq](<https://devfeed.tech/tags/infoq.md>), [large-language-models](<https://devfeed.tech/tags/large-language-models.md>), [llms](<https://devfeed.tech/tags/llms.md>), [ml-data-engineering](<https://devfeed.tech/tags/ml-data-engineering.md>), [models](<https://devfeed.tech/tags/models.md>), [nemo](<https://devfeed.tech/tags/nemo.md>), [presentation](<https://devfeed.tech/tags/presentation.md>), [production](<https://devfeed.tech/tags/production.md>), [qcon-ai-boston-2026](<https://devfeed.tech/tags/qcon-ai-boston-2026.md>), [qcon-software-development-conference](<https://devfeed.tech/tags/qcon-software-development-conference.md>), [skills](<https://devfeed.tech/tags/skills.md>), [transcripts](<https://devfeed.tech/tags/transcripts.md>)

### AI overview

Alex Porcelli explains how DMN decision models can be integrated with LLMs, agent skills, and NeMo guardrails to create auditable and deterministic agentic architectures for high-stakes enterprise decisions.

### Source excerpt

Alex Porcelli discusses the critical gap in enterprise AI: non-deterministic output and lack of accountability in high-stakes decisions. He shares how integrating DMN decision models with LLMs, agent skills, and NeMo guardrails creates auditable, deterministic agentic architectures - allowing business leaders to own decision logic while engineers maintain robust architectural governance. By Alex Porcelli

## Agent Plugins package your skills, tools, and more

DevFeed: [Agent Plugins package your skills, tools, and more](<https://devfeed.tech/articles/agent-plugins-package-your-skills-tools-and-more-4203.md>)

Original publisher: [Read original article](<https://developers.googleblog.com/agent-plugins-package-your-skills-tools-and-more/>)

Author: Kevin Hou; Haoyu Wang; Alan Blount

Published: 2026-09-12T11:04:33.891311Z

Content type: article

Language: en

Sources: [Google Developers Blog](<https://devfeed.tech/sources/google-developers-blog.md>)

Topics: [Agent Skills](<https://devfeed.tech/topics/agent-skills.md>), [Model Context Protocol (MCP)](<https://devfeed.tech/topics/model-context-protocol-mcp.md>), [MCP Server](<https://devfeed.tech/topics/mcp-server.md>), [Google](<https://devfeed.tech/topics/google.md>), [amazon](<https://devfeed.tech/topics/amazon.md>), [Microsoft](<https://devfeed.tech/topics/microsoft.md>), [OpenAI](<https://devfeed.tech/topics/openai.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>)

Tags: [agent-skills](<https://devfeed.tech/tags/agent-skills.md>), [amazon](<https://devfeed.tech/tags/amazon.md>), [google](<https://devfeed.tech/tags/google.md>), [maintainers](<https://devfeed.tech/tags/maintainers.md>), [manifest](<https://devfeed.tech/tags/manifest.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [mcp-server](<https://devfeed.tech/tags/mcp-server.md>), [microsoft](<https://devfeed.tech/tags/microsoft.md>), [openai](<https://devfeed.tech/tags/openai.md>), [plugin](<https://devfeed.tech/tags/plugin.md>), [portable](<https://devfeed.tech/tags/portable.md>), [skills](<https://devfeed.tech/tags/skills.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

The article introduces Agent Plugins 1.0.0, a vendor-neutral specification for packaging Agent Skills and MCP servers into portable plugins. It standardizes the manifest and directory layout so developers can distribute one package across clients while preserving client-specific flexibility. Google is joining the Core Maintainers and beginning support in its products.

### Source excerpt

Agent Plugins 1.0.0 is a new, vendor-neutral directory specification--backed by Google, Amazon, Microsoft, and others--for packaging Agent Skills and MCP servers into a single portable unit. By standardizing the manifest (plugin.json) and utilizing a fixed directory layout, it eliminates the need for developers to maintain separate wrappers or configurations to support different AI coding agents and IDEs. Google has officially joined as a Core Maintainer and already rolled out support in the Agents CLI and Data Agent Kit, allowing developers to start building and distributing interoperable plugins today.

## Enable on-demand expertise with Agent Skills in Genkit Go

DevFeed: [Enable on-demand expertise with Agent Skills in Genkit Go](<https://devfeed.tech/articles/enable-on-demand-expertise-with-agent-skills-in-genkit-go-4209.md>)

Original publisher: [Read original article](<https://developers.googleblog.com/enable-on-demand-expertise-with-agent-skills-in-genkit-go/>)

Author: Daniela Petruzalek

Published: 2026-09-12T11:04:33.891311Z

Content type: tutorial

Language: en

Sources: [Google Developers Blog](<https://devfeed.tech/sources/google-developers-blog.md>)

Topics: [Agent Skills](<https://devfeed.tech/topics/agent-skills.md>), [Agent Harness](<https://devfeed.tech/topics/agent-harness.md>), [context window](<https://devfeed.tech/topics/context-window.md>), [Go](<https://devfeed.tech/topics/go.md>), [Script](<https://devfeed.tech/topics/script.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agent-skills](<https://devfeed.tech/tags/agent-skills.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [context-window](<https://devfeed.tech/tags/context-window.md>), [developers](<https://devfeed.tech/tags/developers.md>), [go](<https://devfeed.tech/tags/go.md>), [skills](<https://devfeed.tech/tags/skills.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

### AI overview

This article explains how Agent Skills in Genkit Go provide on-demand specialized expertise through progressive disclosure. Skills package instructions, references, and scripts in modular SKILL.md bundles, exposing only metadata initially and loading full content when a task requires it.

### Source excerpt

To prevent context window bloat and reduce token consumption, Genkit Go introduces Agent Skills based on a progressive disclosure architecture. Developers can package specialized instructions, scripts, and references into modular SKILL.md bundles where only the frontmatter metadata is initially exposed to the agent's system prompt. When a task matches the skill's description, Genkit's middleware dynamically loads the full instruction body and associated assets, ensuring the model accesses precise workflows exactly when needed.

## Put Redis data and engineering guidance to work in ChatGPT Work

DevFeed: [Put Redis data and engineering guidance to work in ChatGPT Work](<https://devfeed.tech/articles/put-redis-data-and-engineering-guidance-to-work-in-chatgpt-work-4835.md>)

Original publisher: [Read original article](<https://redis.io/blog/put-redis-data-and-engineering-guidance-to-work-in-chatgpt-work/>)

Author: Olga Lopaci

Published: 2026-09-11T00:00:00Z

Content type: release

Language: en

Sources: [Redis Blog](<https://devfeed.tech/sources/redis-blog.md>)

Topics: [Developer Tools](<https://devfeed.tech/topics/developer-tools.md>), [AI Chat](<https://devfeed.tech/topics/ai-chat.md>), [AI Bots](<https://devfeed.tech/topics/ai-bots.md>)

Tags: [agent-skills](<https://devfeed.tech/tags/agent-skills.md>), [chatgpt](<https://devfeed.tech/tags/chatgpt.md>), [codex](<https://devfeed.tech/tags/codex.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [observability](<https://devfeed.tech/tags/observability.md>), [rag](<https://devfeed.tech/tags/rag.md>), [redis](<https://devfeed.tech/tags/redis.md>), [review](<https://devfeed.tech/tags/review.md>), [security](<https://devfeed.tech/tags/security.md>), [skills](<https://devfeed.tech/tags/skills.md>), [tech](<https://devfeed.tech/tags/tech.md>), [work](<https://devfeed.tech/tags/work.md>)

### AI overview

Redis launched a development plugin for ChatGPT Work and Codex that supplies current Redis guidance for writing, reviewing, and troubleshooting code. It also describes connecting Redis data to ChatGPT Work's Data agent for plain-language exploration and investigation.

### Source excerpt

Redis has launched a development plugin that brings current Redis engineering guidance into ChatGPT Work and Codex. It helps teams write, review, and troubleshoot Redis code without switching between documentation and development tools. Alongside Ope...

## AWS open-sources Pizza Bot: email-style inbox for background AI agents

DevFeed: [AWS open-sources Pizza Bot: email-style inbox for background AI agents](<https://devfeed.tech/articles/aws-open-sources-pizza-bot-email-style-inbox-for-background-ai-agents-8471.md>)

Original publisher: [Read original article](<https://thenewstack.io/aws-pizza-bot-agent-inbox/>)

Author: Paul Sawers

Published: 2026-09-10T22:54:00Z

Content type: news

Language: en

Sources: [The New Stack](<https://devfeed.tech/sources/the-new-stack.md>)

Topics: [AI Bots](<https://devfeed.tech/topics/ai-bots.md>), [AI Chat](<https://devfeed.tech/topics/ai-chat.md>)

Tags: [agent-skills](<https://devfeed.tech/tags/agent-skills.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [amazon-web-services-aws](<https://devfeed.tech/tags/amazon-web-services-aws.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [model-context-protocol](<https://devfeed.tech/tags/model-context-protocol.md>), [open-source](<https://devfeed.tech/tags/open-source.md>)

### AI overview

AWS has open-sourced Pizza Bot, a self-hosted inbox interface for reviewing and triaging work from background AI agents. The desktop app supports scheduled work, human-decision requests, and configurable model providers.

### Source excerpt

Amazon Web Services (AWS) has released a new open-source application dubbed Pizza Bot, which gives developers an email-style inbox for The post AWS open-sources Pizza Bot: email-style inbox for background AI agents appeared first on The New Stack.

## ClickHouse is a launch partner for the Data agent in ChatGPT Work

DevFeed: [ClickHouse is a launch partner for the Data agent in ChatGPT Work](<https://devfeed.tech/articles/clickhouse-is-a-launch-partner-for-the-data-agent-in-chatgpt-work-5030.md>)

Original publisher: [Read original article](<https://clickhouse.com/blog/chatgpt-data-plugin>)

Author: Aditya Chidurala; Teresa Blanco

Published: 2026-09-10T15:13:26Z

Content type: article

Language: en

Sources: [ClickHouse Blog](<https://devfeed.tech/sources/clickhouse-blog.md>)

Topics: [AI Chat](<https://devfeed.tech/topics/ai-chat.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>), [AI Bots](<https://devfeed.tech/topics/ai-bots.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agent-skills](<https://devfeed.tech/tags/agent-skills.md>), [analytics](<https://devfeed.tech/tags/analytics.md>), [chatgpt](<https://devfeed.tech/tags/chatgpt.md>), [clickhouse](<https://devfeed.tech/tags/clickhouse.md>), [codex](<https://devfeed.tech/tags/codex.md>), [dashboards](<https://devfeed.tech/tags/dashboards.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [mcp-server](<https://devfeed.tech/tags/mcp-server.md>), [oauth](<https://devfeed.tech/tags/oauth.md>)

### AI overview

ClickHouse announces a ChatGPT Work plugin that connects ClickHouse Cloud through OAuth for natural-language data exploration, reports, and interactive dashboards.

### Source excerpt

ClickHouse joins the Data agent in ChatGPT Work, connecting ClickHouse Cloud to natural-language queries, reports, and interactive dashboards.

## v0 adds one-click integrations for email, auth, search, and databases

DevFeed: [v0 adds one-click integrations for email, auth, search, and databases](<https://devfeed.tech/articles/v0-adds-one-click-integrations-for-email-auth-search-and-databases-1122.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/v0-adds-one-click-integrations-for-email-auth-search-and-databases>)

Author: Jathin Singaraju

Published: 2026-09-09T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [AI Chat](<https://devfeed.tech/topics/ai-chat.md>)

Tags: [agent-skills](<https://devfeed.tech/tags/agent-skills.md>), [auth](<https://devfeed.tech/tags/auth.md>), [code](<https://devfeed.tech/tags/code.md>), [databases](<https://devfeed.tech/tags/databases.md>), [integration](<https://devfeed.tech/tags/integration.md>), [react](<https://devfeed.tech/tags/react.md>), [search](<https://devfeed.tech/tags/search.md>), [skills](<https://devfeed.tech/tags/skills.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

Vercel's v0 adds inline Marketplace integrations for providers including Resend, Amazon OpenSearch, MongoDB Atlas, Algolia, and Clerk. Connected providers can be configured automatically, and provider skills can guide generated code.

### Source excerpt

We're working toward bringing parity across Vercel integration and v0, starting with Resend, Amazon OpenSearch, MongoDB Atlas, Algolia and Clerk. Prompt v0 with what you want to build, and when your prompt requires a provider, v0 renders a connect card in the chat. With Marketplace integrations in v0, you get: Connect as you build: Prompt v0 with what you want to create, and connect the required provider inline. Automatic setup: Once connected, v0 handles the required environment variables and configuration. Provider skills loaded automatically: When you connect a provider that publishes agent skills, v0 loads them and generates code that follows the provider's recommended patterns. Provider-specific capabilities: Resend, for example, adds transactional email with React Email components. To get started, open a v0 chat and prompt what you want to add to your stack. Read more

## Audit Your Auth0 Tenant with Auth0 Agent Skills

DevFeed: [Audit Your Auth0 Tenant with Auth0 Agent Skills](<https://devfeed.tech/articles/audit-your-auth0-tenant-with-auth0-agent-skills-15637.md>)

Original publisher: [Read original article](<https://auth0.com/blog/audit-your-auth0-tenant-with-auth0-agent-skills/>)

Author: Carlos Aguilar

Published: 2026-09-08T00:00:00Z

Content type: tutorial

Language: en

Sources: [Auth0 Blog](<https://devfeed.tech/sources/auth0-blog.md>)

Topics: [Auth0](<https://devfeed.tech/topics/auth0.md>), [Agent Skills](<https://devfeed.tech/topics/agent-skills.md>), [Security](<https://devfeed.tech/topics/security.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>)

Tags: [agent-skills](<https://devfeed.tech/tags/agent-skills.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [ai-coding-agents](<https://devfeed.tech/tags/ai-coding-agents.md>), [auth0](<https://devfeed.tech/tags/auth0.md>), [cli](<https://devfeed.tech/tags/cli.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [developer-tools](<https://devfeed.tech/tags/developer-tools.md>), [security](<https://devfeed.tech/tags/security.md>)

### AI overview

This article introduces Auth0 Agent Skills, including the Auth0 HealthCheck skill, which gives local AI coding agents scoped visibility into a live Auth0 tenant. It audits security and configuration, evaluates plan and use-case fit, generates reports and recommendations, and provides approved Auth0 CLI fixes without automatically applying changes.

### Source excerpt

Audit your Auth0 tenant's security and configuration, assess capability and plan fit, and generate a personalized report with prioritized recommendations for B2C, B2B, or internal applications.

## The iOS Simulator Inside Cursor, Claude Code, and Codex

DevFeed: [The iOS Simulator Inside Cursor, Claude Code, and Codex](<https://devfeed.tech/articles/the-ios-simulator-inside-cursor-claude-code-and-codex-11482.md>)

Original publisher: [Read original article](<https://www.avanderlee.com/ai-development/the-ios-simulator-inside-cursor-claude-code-and-codex/>)

Author: Antoine van der Lee

Published: 2026-09-07T13:07:15Z

Content type: opinion

Language: en

Sources: [SwiftLee](<https://devfeed.tech/sources/swiftlee.md>)

Topics: [iOS](<https://devfeed.tech/topics/ios.md>), [cursor](<https://devfeed.tech/topics/cursor.md>), [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [codex](<https://devfeed.tech/topics/codex.md>), [App](<https://devfeed.tech/topics/app.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agent-skills](<https://devfeed.tech/tags/agent-skills.md>), [ai-development](<https://devfeed.tech/tags/ai-development.md>), [app-development](<https://devfeed.tech/tags/app-development.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [codex](<https://devfeed.tech/tags/codex.md>), [cursor](<https://devfeed.tech/tags/cursor.md>), [developer-tools](<https://devfeed.tech/tags/developer-tools.md>), [ios](<https://devfeed.tech/tags/ios.md>)

### AI overview

An opinion article examines how the iOS Simulator is becoming integrated into Cursor, Claude Code, and Codex as app development shifts toward orchestrating AI agents. It argues that visual testing, performance review, and critical human validation remain essential, and describes AI Agents for the iOS Simulator as a way to automate navigation and validation within the developer workflow.

### Source excerpt

App development is changing, and the iOS Simulator is too, as it starts to appear in Cursor, Claude Code, and Codex in different ways. I've been developing apps since 2009 and the RocketSim developer tool since 2019, and I can tell we're reinventing ourselves like never before. I also started to wonder: what is the ... -> The post The iOS Simulator Inside Cursor, Claude Code, and Codex appeared first on SwiftLee.

## Leverage Android skills and Gemma 4 in Android Studio Quail 4

DevFeed: [Leverage Android skills and Gemma 4 in Android Studio Quail 4](<https://devfeed.tech/articles/leverage-android-skills-and-gemma-4-in-android-studio-quail-4-4243.md>)

Original publisher: [Read original article](<https://android-developers.googleblog.com/2026/09/leverage-gemma-4-android-studio-quail.html>)

Author: Android Developers (noreply@blogger.com)

Published: 2026-09-01T15:00:00Z

Content type: release

Language: en

Sources: [Android Developers Blog](<https://devfeed.tech/sources/android-developers-blog.md>), [Android Developers Blog](<https://devfeed.tech/sources/android-developers-blog-2.md>)

Topics: [Android skills](<https://devfeed.tech/topics/android-skills.md>), [Android Studio](<https://devfeed.tech/topics/android-studio.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [releases](<https://devfeed.tech/topics/releases.md>), [gemma4](<https://devfeed.tech/topics/gemma4.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agent-skills](<https://devfeed.tech/tags/agent-skills.md>), [android-gradle-plugin](<https://devfeed.tech/tags/android-gradle-plugin.md>), [android-skills](<https://devfeed.tech/tags/android-skills.md>), [android-studio](<https://devfeed.tech/tags/android-studio.md>), [gemma](<https://devfeed.tech/tags/gemma.md>), [jetpack](<https://devfeed.tech/tags/jetpack.md>), [llms](<https://devfeed.tech/tags/llms.md>), [performance](<https://devfeed.tech/tags/performance.md>), [release](<https://devfeed.tech/tags/release.md>)

### AI overview

Android Studio Quail 4 is a stable production release that preloads curated Android skills for its agent. The skills help LLMs handle Android-specific workflows such as upgrades, profiling, navigation, and adaptive UI work.

### Source excerpt

Posted by Amman Fasil Asfaw, Product Manager, Android Studio Android Studio Quail 4 is now stable and ready for you to use in production. This is the final stable release for Android Studio Quail. The new features in Android Studio enable you to build premium apps with AI efficiently and effectively. Check out the video below to see the most helpful new features from the last 4 releases that can help improve and speed up your development. Here is a deep dive into what's new in Android Studio Quail 4: Android skills bundled into Android Studio While LLMs are incredibly capable at generic coding queries, they frequently write incorrect or outdated code when confronted with rapidly evolving Android APIs, platform-specific migrations, or complex configuration structures.To solve this, we bundle Android skills that have been curated by the team who builds Android, directly into Android Studio. Following the open-standard agent skills specification, these are modular, AI-optimized instructions designed specifically to guide LLMs through complex Android workflows. Android skills are now pre-loaded directly into the IDE, so you can start using them without having to manually download additional files. When you prompt the Android Studio agent, we analyze your prompt and search against the metadata for installed skills, automatically invoking them when they're most relevant. Your agent gains instant domain expertise, applying Google's best practices with less overhead spent on long, manual setup prompts. Android Studio comes preloaded with 23 curated skills, including: Need help upgrading your build? You have the Android Gradle Plugin (AGP) 9 Upgrade skill. Want to profile your app for any performance issues? You have the Android Profiler skill. Ready for a Jetpack Navigation framework upgrade? You have the Navigation3 skill. Adapting your app UI to different Android devices? You have the Adaptive skill. We also encourage you to create your own custom skills to extend Agent M

## Leverage Android skills and Gemma 4 in Android Studio Quail 4

DevFeed: [Leverage Android skills and Gemma 4 in Android Studio Quail 4](<https://devfeed.tech/articles/leverage-android-skills-and-gemma-4-in-android-studio-quail-4-22700.md>)

Original publisher: [Read original article](<http://android-developers.googleblog.com/2026/09/leverage-gemma-4-android-studio-quail.html>)

Author: Android Developers (noreply@blogger.com)

Published: 2026-09-01T15:00:00Z

Content type: article

Language: en

Sources: [Android Developers Blog](<https://devfeed.tech/sources/android-developers-blog-3.md>)

Topics: [Agent Skills](<https://devfeed.tech/topics/agent-skills.md>), [Android Studio](<https://devfeed.tech/topics/android-studio.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [LLMs](<https://devfeed.tech/topics/llms.md>), [Google](<https://devfeed.tech/topics/google.md>), [gemma4](<https://devfeed.tech/topics/gemma4.md>)

Tags: [agent-skills](<https://devfeed.tech/tags/agent-skills.md>), [ai](<https://devfeed.tech/tags/ai.md>), [android-skills](<https://devfeed.tech/tags/android-skills.md>), [android-studio](<https://devfeed.tech/tags/android-studio.md>), [development](<https://devfeed.tech/tags/development.md>), [gemma-4](<https://devfeed.tech/tags/gemma-4.md>), [google](<https://devfeed.tech/tags/google.md>), [llms](<https://devfeed.tech/tags/llms.md>)

### AI overview

Android Studio Quail 4 is stable and includes Android skills bundled directly into the IDE. The curated, preloaded skills help its agent handle complex Android workflows, including API changes, migrations, configuration, profiling, navigation upgrades, and adaptive UI work.

### Source excerpt

Posted by Amman Fasil Asfaw, Product Manager, Android Studio Android Studio Quail 4 is now stable and ready for you to use in production. This is the final stable release for Android Studio Quail. The new features in Android Studio enable you to build premium apps with AI efficiently and effectively. Check out the video below to see the most helpful new features from the last 4 releases that can help improve and speed up your development. Here is a deep dive into what's new in Android Studio Quail 4: Android skills bundled into Android Studio While LLMs are incredibly capable at generic coding queries, they frequently write incorrect or outdated code when confronted with rapidly evolving Android APIs, platform-specific migrations, or complex configuration structures.To solve this, we bundle Android skills that have been curated by the team who builds Android, directly into Android Studio. Following the open-standard agent skills specification, these are modular, AI-optimized instructions designed specifically to guide LLMs through complex Android workflows. Android skills are now pre-loaded directly into the IDE, so you can start using them without having to manually download additional files. When you prompt the Android Studio agent, we analyze your prompt and search against the metadata for installed skills, automatically invoking them when they're most relevant. Your agent gains instant domain expertise, applying Google's best practices with less overhead spent on long, manual setup prompts. Android Studio comes preloaded with 23 curated skills, including: Need help upgrading your build? You have the Android Gradle Plugin (AGP) 9 Upgrade skill. Want to profile your app for any performance issues? You have the Android Profiler skill. Ready for a Jetpack Navigation framework upgrade? You have the Navigation3 skill. Adapting your app UI to different Android devices? You have the Adaptive skill. We also encourage you to create your own custom skills to extend Agent M

## Neon is now available in Grok Bot

DevFeed: [Neon is now available in Grok Bot](<https://devfeed.tech/articles/neon-is-now-available-in-grok-bot-5654.md>)

Original publisher: [Read original article](<https://neon.com/blog/neon-is-now-available-in-grok-bot>)

Author: Dominik Koch

Published: 2026-09-01T12:00:00Z

Content type: news

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Bot](<https://devfeed.tech/topics/bot.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agent-skills](<https://devfeed.tech/tags/agent-skills.md>), [bots](<https://devfeed.tech/tags/bots.md>), [database](<https://devfeed.tech/tags/database.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [mcp-server](<https://devfeed.tech/tags/mcp-server.md>), [migration](<https://devfeed.tech/tags/migration.md>), [product](<https://devfeed.tech/tags/product.md>), [sql](<https://devfeed.tech/tags/sql.md>), [testing](<https://devfeed.tech/tags/testing.md>), [tools](<https://devfeed.tech/tags/tools.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

### AI overview

Neon is available as a Grok Bot plugin, combining Neon agent skills with the Neon MCP Server to let authorized bots manage Neon database workflows.

### Source excerpt

Neon is now available as a plugin in Grok Bot. You just have to connect your Neon account once and you'll be able to ask a Grok bot to build on Neon.

## Auditing Coding-Agent Configuration, Skills, Memory, and Hooks

DevFeed: [Auditing Coding-Agent Configuration, Skills, Memory, and Hooks](<https://devfeed.tech/articles/audit-your-agent-files-18047.md>)

Original publisher: [Read original article](<https://addyo.substack.com/p/audit-your-agent-files>)

Author: Addy Osmani

Published: 2026-08-27T14:31:10Z

Content type: tutorial

Language: en

Sources: [Elevate](<https://devfeed.tech/sources/elevate.md>)

Topics: [Agent Skill](<https://devfeed.tech/topics/agent-skill.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [Claude](<https://devfeed.tech/topics/claude.md>), [sdlc](<https://devfeed.tech/topics/sdlc.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agent-skill](<https://devfeed.tech/tags/agent-skill.md>), [agent-skills](<https://devfeed.tech/tags/agent-skills.md>), [claude](<https://devfeed.tech/tags/claude.md>), [coding-agents](<https://devfeed.tech/tags/coding-agents.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [markdown](<https://devfeed.tech/tags/markdown.md>), [sdlc](<https://devfeed.tech/tags/sdlc.md>)

### AI overview

This practical guide argues that coding-agent configuration files can become outdated as models, harnesses, and codebases change. It recommends periodically reviewing configuration, memory, skills, and hooks, while acknowledging concerns about token costs, excessive instructions, and uncertain effects on quality. The author describes using Claude's /doctor and maintaining Agent Skill packages.

### Source excerpt

A practical guide to auditing what your coding agent still needs.

## How Datadog saves over $1 million each month by optimizing AI usage

DevFeed: [How Datadog saves over $1 million each month by optimizing AI usage](<https://devfeed.tech/articles/how-datadog-saves-over-1-million-each-month-by-optimizing-ai-usage-2279.md>)

Original publisher: [Read original article](<https://www.datadoghq.com/blog/how-datadog-saves-money-by-optimizing-ai-usage/>)

Author: Bowen Chen; Yosra Chelbi; Nader Khalil; Dmitrii Ulianin

Published: 2026-08-26T00:00:00Z

Content type: article

Language: en

Sources: [Datadog | The Monitor blog](<https://devfeed.tech/sources/datadog-the-monitor-blog.md>)

Topics: [Optimization](<https://devfeed.tech/topics/optimization.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [cloud cost management](<https://devfeed.tech/topics/cloud-cost-management.md>), [Claude](<https://devfeed.tech/topics/claude.md>), [Agent Skills](<https://devfeed.tech/topics/agent-skills.md>)

Tags: [agent-skills](<https://devfeed.tech/tags/agent-skills.md>), [ai](<https://devfeed.tech/tags/ai.md>), [anthropic](<https://devfeed.tech/tags/anthropic.md>), [claude](<https://devfeed.tech/tags/claude.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [cloud-cost-management](<https://devfeed.tech/tags/cloud-cost-management.md>), [cost](<https://devfeed.tech/tags/cost.md>), [optimization](<https://devfeed.tech/tags/optimization.md>)

### AI overview

Datadog describes how it tracks AI spending and optimizes tool configurations, model choices, and workflows to reduce monthly AI costs by over $1 million while balancing performance.

### Source excerpt

Learn how Datadog uses agent evaluations, spending guardrails, and context optimization to save over $1 million each month while balancing cost and performance.

## Just landed in the Neon CLI

DevFeed: [Just landed in the Neon CLI](<https://devfeed.tech/articles/just-landed-in-the-neon-cli-5479.md>)

Original publisher: [Read original article](<https://neon.com/blog/just-landed-in-the-neon-cli>)

Author: Carlota Soto

Published: 2026-08-25T12:00:00Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [MCP](<https://devfeed.tech/topics/mcp.md>), [Agent Skills](<https://devfeed.tech/topics/agent-skills.md>), [API keys](<https://devfeed.tech/topics/api-keys.md>)

Tags: [agent-skills](<https://devfeed.tech/tags/agent-skills.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ci](<https://devfeed.tech/tags/ci.md>), [cli](<https://devfeed.tech/tags/cli.md>), [coding](<https://devfeed.tech/tags/coding.md>), [database](<https://devfeed.tech/tags/database.md>), [diagnostics](<https://devfeed.tech/tags/diagnostics.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [product](<https://devfeed.tech/tags/product.md>), [tool](<https://devfeed.tech/tags/tool.md>)

### AI overview

An update on recent Neon CLI changes, including the shorter npm package name, agent-focused setup for MCP and skills, project and branch linking, environment-variable management, database diagnostics, dashboard access, and project-scoped keys.

### Source excerpt

The Neon CLI moved fast over the last couple of months. It is a key tool for agents, who do all the work without ever opening the Console - let's take a look at some of recent changes.

## Algolia joins the Vercel Marketplace

DevFeed: [Algolia joins the Vercel Marketplace](<https://devfeed.tech/articles/algolia-joins-the-vercel-marketplace-806.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/algolia-vercel-marketplace>)

Author: Sam Halstead

Published: 2026-08-19T04:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [AI search](<https://devfeed.tech/topics/ai-search.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>)

Tags: [agent-skills](<https://devfeed.tech/tags/agent-skills.md>), [api](<https://devfeed.tech/tags/api.md>), [cli](<https://devfeed.tech/tags/cli.md>), [search](<https://devfeed.tech/tags/search.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

Algolia can now be provisioned and managed through the Vercel Marketplace, with credentials added to project environment variables. The integration supports indexed search, crawling Vercel domains, InstantSearch interfaces, recommendations, AI ranking, and agent skills for API use.

### Source excerpt

You can now provision and manage Algolia directly from the Vercel Marketplace. Algolia is a hosted search platform. You send it your content, it builds an index, and your app queries that index instead of your database. Results come back in milliseconds, with typo tolerance, synonyms, and facet counts built in. Key capabilities: Index product catalogs, documentation, or any other content Add recommendations and AI ranking to surface the most relevant results Point the Algolia Crawler at a Vercel domain to index your site automatically Build search interfaces with Algolia's InstantSearch libraries Installing adds your Algolia credentials to your project's environment variables; redeploy to pick them up. Algolia's agent skills install too, so your coding agent knows how to use the API out of the box. Install Algolia on the Vercel Marketplace or with the Vercel CLI: vc i algolia. Read more

## How AI Coding Agents Can Unlock Materials Simulation with NVIDIA ALCHEMI Toolkit

DevFeed: [How AI Coding Agents Can Unlock Materials Simulation with NVIDIA ALCHEMI Toolkit](<https://devfeed.tech/articles/how-ai-coding-agents-can-unlock-materials-simulation-with-nvidia-alchemi-toolkit-6838.md>)

Original publisher: [Read original article](<https://developer.nvidia.com/blog/how-ai-coding-agents-can-unlock-materials-simulation-with-nvidia-alchemi-toolkit/>)

Author: Elizabeth Goodman

Published: 2026-08-18T18:00:00Z

Content type: article

Language: en

Sources: [NVIDIA Developer](<https://devfeed.tech/sources/nvidia-developer.md>), [NVIDIA Technical Blog](<https://devfeed.tech/sources/nvidia-technical-blog.md>)

Topics: [ALCHEMI](<https://devfeed.tech/topics/alchemi.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [Agent Skills](<https://devfeed.tech/topics/agent-skills.md>), [PyTorch](<https://devfeed.tech/topics/pytorch.md>), [CUDA](<https://devfeed.tech/topics/cuda.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [Python](<https://devfeed.tech/topics/python.md>), [AI Development](<https://devfeed.tech/topics/ai-development.md>)

Tags: [agent-skills](<https://devfeed.tech/tags/agent-skills.md>), [agentic-ai-generative-ai](<https://devfeed.tech/tags/agentic-ai-generative-ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [ai-coding](<https://devfeed.tech/tags/ai-coding.md>), [alchemi](<https://devfeed.tech/tags/alchemi.md>), [coding](<https://devfeed.tech/tags/coding.md>), [computational-chemistry-materials-science](<https://devfeed.tech/tags/computational-chemistry-materials-science.md>), [compute](<https://devfeed.tech/tags/compute.md>), [cuda](<https://devfeed.tech/tags/cuda.md>), [developer-tools-techniques](<https://devfeed.tech/tags/developer-tools-techniques.md>), [featured](<https://devfeed.tech/tags/featured.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [python](<https://devfeed.tech/tags/python.md>), [pytorch](<https://devfeed.tech/tags/pytorch.md>), [simulation-modeling-design](<https://devfeed.tech/tags/simulation-modeling-design.md>)

### AI overview

This article presents an end-to-end workflow for using AI coding agents with NVIDIA ALCHEMI Toolkit to build GPU-accelerated atomistic materials simulations. It explains how ALCHEMI agent skills and reference files provide API knowledge, describes the Python, PyTorch, CUDA and NVIDIA GPU environment, and reports validation across 45 generated pipelines.

### Source excerpt

Atomistic simulation requires three things: knowledge of the science, compute-efficient implementation of simulations, and accessible interfaces to the...

## Neon skills landed in the Vercel CLI

DevFeed: [Neon skills landed in the Vercel CLI](<https://devfeed.tech/articles/neon-skills-landed-in-the-vercel-cli-5681.md>)

Original publisher: [Read original article](<https://neon.com/blog/neon-skills-landed-in-the-vercel-cli>)

Author: Carlota Soto

Published: 2026-08-14T12:00:00Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agent-skills](<https://devfeed.tech/tags/agent-skills.md>), [backend](<https://devfeed.tech/tags/backend.md>), [cli](<https://devfeed.tech/tags/cli.md>), [coding](<https://devfeed.tech/tags/coding.md>), [database](<https://devfeed.tech/tags/database.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [integration](<https://devfeed.tech/tags/integration.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [product](<https://devfeed.tech/tags/product.md>), [skills](<https://devfeed.tech/tags/skills.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

The article explains that installing a Vercel Marketplace integration through the CLI can also install provider agent skills. It uses Neon as an example: one command provisions a database, connects it to a Vercel project, makes connection variables available locally, and gives a coding agent instructions for using the database.

### Source excerpt

Vercel just gave their CLI a new trick: when you install a Marketplace integration from the terminal, it also installs that provider's agent skills. A single command now provisions a Neon database on your Vercel project and hands your coding agent the instructions it needs to actually use it.

## Ship agent skills like packages: discovery index, digests, and install sources

DevFeed: [Ship agent skills like packages: discovery index, digests, and install sources](<https://devfeed.tech/articles/ship-agent-skills-like-packages-discovery-index-digests-and-install-sources-19788.md>)

Original publisher: [Read original article](<https://evilmartians.com/chronicles/publishing-agent-skills-discovery-index>)

Author: Travis Turner (richardturner@evilmartians.com)

Published: 2026-08-12T00:00:00Z

Content type: tutorial

Language: en

Sources: [Evil Martians](<https://devfeed.tech/sources/evil-martians.md>)

Topics: [Agent Skills](<https://devfeed.tech/topics/agent-skills.md>), [Agent Skill](<https://devfeed.tech/topics/agent-skill.md>), [ai-coding](<https://devfeed.tech/topics/ai-coding.md>), [Publishing](<https://devfeed.tech/topics/publishing.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [make](<https://devfeed.tech/topics/make.md>), [rubygems](<https://devfeed.tech/topics/rubygems.md>)

Tags: [agent-experience](<https://devfeed.tech/tags/agent-experience.md>), [agent-skill](<https://devfeed.tech/tags/agent-skill.md>), [agent-skills](<https://devfeed.tech/tags/agent-skills.md>), [ai](<https://devfeed.tech/tags/ai.md>), [coding](<https://devfeed.tech/tags/coding.md>), [coding-agents](<https://devfeed.tech/tags/coding-agents.md>), [dx](<https://devfeed.tech/tags/dx.md>), [github](<https://devfeed.tech/tags/github.md>), [jamstack](<https://devfeed.tech/tags/jamstack.md>), [json](<https://devfeed.tech/tags/json.md>), [llms](<https://devfeed.tech/tags/llms.md>), [npm](<https://devfeed.tech/tags/npm.md>), [rubygems](<https://devfeed.tech/tags/rubygems.md>), [sha-256](<https://devfeed.tech/tags/sha-256.md>), [skills](<https://devfeed.tech/tags/skills.md>)

### AI overview

This tutorial explains how to publish agent skills so AI coding agents can discover and install them. It covers a .well-known/agent-skills/index.json discovery index, SHA-256 integrity digests, single-file, multi-file, and bundle packaging, multiple install commands, and hosting skills from a GitHub repository while re-hosting the served files on the publisher's domain.

### Source excerpt

How to publish agent skills so any AI coding agent can find and install them: the .well-known/agent-skills/index.json discovery index, SHA-256 integrity digests, single-file vs multi-file vs bundle packaging, and every install command. Worked from the catalog we just open-sourced.

## Eval-driven development: How we build better agent skills for Firebase

DevFeed: [Eval-driven development: How we build better agent skills for Firebase](<https://devfeed.tech/articles/eval-driven-development-how-we-build-better-agent-skills-for-firebase-16673.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2026/08/eval-driven-development-agent-skills>)

Author: Charlotte Liang

Published: 2026-08-11T00:00:00Z

Content type: article

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Agent Skills](<https://devfeed.tech/topics/agent-skills.md>), [Firebase](<https://devfeed.tech/topics/firebase.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [Development](<https://devfeed.tech/topics/development.md>), [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agent-skills](<https://devfeed.tech/tags/agent-skills.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [cli](<https://devfeed.tech/tags/cli.md>), [coding-agents](<https://devfeed.tech/tags/coding-agents.md>), [development](<https://devfeed.tech/tags/development.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [mcp](<https://devfeed.tech/tags/mcp.md>)

### AI overview

This article explains how Firebase combines Agent Skills, the Firebase CLI, and MCP servers to help AI coding agents produce better Firebase code. It describes skills as focused, outcome-driven guidance for current APIs, best practices, Firestore development, and Firebase Security Rules, and notes that they can help agents discover recent features beyond their training data.

### Source excerpt

How we build better agent skills for Firebase

## Skill packs are now available on skills.sh

DevFeed: [Skill packs are now available on skills.sh](<https://devfeed.tech/articles/skill-packs-are-now-available-on-skills-sh-1100.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/skill-packs-are-now-available>)

Author: Andrew Qu

Published: 2026-08-07T04:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [AI Bots](<https://devfeed.tech/topics/ai-bots.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agent-skills](<https://devfeed.tech/tags/agent-skills.md>), [community](<https://devfeed.tech/tags/community.md>), [github](<https://devfeed.tech/tags/github.md>), [local](<https://devfeed.tech/tags/local.md>), [skills](<https://devfeed.tech/tags/skills.md>), [update](<https://devfeed.tech/tags/update.md>)

### AI overview

skills.sh now lets users bundle multiple agent skills into unlisted, shareable packs. Packs can be assembled from community skills, local folders and ZIPs, and public or private GitHub repositories, then installed or updated with commands.

### Source excerpt

You can now bundle multiple agent skills into a shareable pack on skills.sh. Build a pack from community skills, your own local folders and zips, or public and private GitHub repositories. Every pack is unlisted, with its own URL. Share that link with a single person, or your whole team to standardize the skills across your projects. Install a pack with one command: Run npx skills update to update a pack to its latest version. Explore and create packs at skills.sh/packs. Read more

[Next page](<https://devfeed.tech/tags/agent-skills.md?cursor=WyIyMDI2LTA4LTA3VDA0OjAwOjAwKzAwOjAwIiwgIjkzM2Y2Mjc5LWU1MWUtNDE4NS05MWE4LTRkMGEyOTE4ZjVkZSJd>)