From 12ab35c2eb5668c95810e6a6066f40f4218adc39 Mon Sep 17 00:00:00 2001 From: Andrew Qu Date: Thu, 9 Apr 2026 10:20:06 -0700 Subject: [PATCH] Add proper front-matter to SKILL.md for claude-api (#897) * Add proper front-matter to SKILL.md for claude-api Added metadata section with name, description, and license information. * Apply suggestion from @ericharmeling --------- Co-authored-by: Eric Harmeling --- skills/claude-api/SKILL.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/skills/claude-api/SKILL.md b/skills/claude-api/SKILL.md index 43617fa7..7494a5ed 100644 --- a/skills/claude-api/SKILL.md +++ b/skills/claude-api/SKILL.md @@ -1,3 +1,10 @@ +--- +name: claude-api +description: Build, debug, and optimize Claude API / Anthropic SDK apps. Apps built with this skill should include prompt caching. TRIGGER when: code imports anthropic/@anthropic-ai/sdk; user asks to use the Claude API, Anthropic SDKs, or Managed Agents (/v1/agents, /v1/sessions, /v1/environments). DO NOT TRIGGER when: code imports `openai`/other AI SDK, general programming, or ML/data-science tasks. +license: Complete terms in LICENSE.txt +--- + + # Building LLM-Powered Applications with Claude This skill helps you build LLM-powered applications with Claude. Choose the right surface based on your needs, detect the project language, then read the relevant language-specific documentation.