Fähigkeiten creating-skills
🎯

creating-skills

Sicher 🌐 Netzwerkzugriff📁 Dateisystemzugriff⚙️ Externe Befehle

建立有效的 Claude Code 技能

Auch verfügbar von: Asmayaseen,Awais68,BPSAI,Bae-ChangHyun,BrendanShields

Claude Code 技能幫助 AI 代理在專案中應用經過驗證的技術。本指南涵蓋正確的結構、搜尋優化和實際範例,使技能對未來使用可發現且可操作。

Unterstützt: Claude Codex Code(CC)
📊 70 Angemessen
1

Die Skill-ZIP herunterladen

2

In Claude hochladen

Gehe zu Einstellungen → Fähigkeiten → Skills → Skill hochladen

3

Einschalten und loslegen

Teste es

Verwendung von "creating-skills". Help me create a skill for handling API rate limits

Erwartetes Ergebnis:

  • Frontmatter: name: handling-rate-limits, description: Use when API calls fail with 429 errors - provides exponential backoff patterns and retry logic
  • Include triggers: 429 errors, rate limit exceeded, throttled
  • Degrees of freedom: High freedom - adapt backoff timing to specific API
  • One excellent TypeScript example showing retry with exponential backoff
  • Common mistake: Fixed delays instead of exponential backoff

Verwendung von "creating-skills". Review my skill for debugging memory leaks

Erwartetes Ergebnis:

  • Check: Description includes triggers (symptoms) and what skill provides
  • Verify: Name uses gerund form like debugging-memory-leaks
  • Confirm: One excellent example shows both bad and good approaches
  • Ensure: Under 500 lines for token efficiency
  • Add: Keywords like 'out of memory', 'OOM', 'heap' for searchability

Verwendung von "creating-skills". What makes a good skill description?

Erwartetes Ergebnis:

  • Start with 'Use when...' followed by triggers or symptoms
  • Include what the skill provides after the dash
  • Add technology names and error messages Claude would search for
  • Keep under 1024 characters total
  • Use third person perspective, not first person

Sicherheitsaudit

Sicher
v5 • 1/16/2026

Pure documentation skill containing only markdown text and code examples. No executable code, no file system access, no network operations, no environment variable access. All static scanner findings are FALSE POSITIVES triggered by benign documentation content including GitHub URLs in metadata, code example syntax, and common programming terms incorrectly flagged as cryptographic references.

2
Gescannte Dateien
672
Analysierte Zeilen
3
befunde
5
Gesamtzahl Audits
Auditiert von: claude Audit-Verlauf anzeigen →

Qualitätsbewertung

38
Architektur
100
Wartbarkeit
87
Inhalt
21
Community
100
Sicherheit
91
Spezifikationskonformität

Was du bauen kannst

從頭開始建立新技能

遵循經過驗證的模式建立結構良好的技能,以實現最大的可發現性和有效性。

改進現有技能

重構和優化當前技能以提高可搜尋性和 token 效率。

建立技能標準

為團隊範圍內的技能開發和文件定義組織慣例。

Probiere diese Prompts

新技能設定
使用 creating-skills 幫助我為 [技術] 建立新技能。我應該使用什麼結構?frontmatter 應該包含什麼?
描述優化
使用 creating-skills 審查我的技能描述。它是否針對 Claude 搜尋進行了優化?是否包含適當的觸發詞?
範例指導
使用 creating-skills 幫助我為技能撰寫程式碼範例。向我展示良好和不良的做法。
技能驗證
使用 creating-skills 審計我的技能。它是否遵循檢查清單?需要哪些改進?

Bewährte Verfahren

  • 撰寫技能描述時,應同時包含觸發詞(使用時機)和結果(提供的功能)
  • 將技能保持在 500 行以下,並針對頻繁對話中的 token 效率進行優化
  • 包含一個出色的範例,展示問題方法和正確方法

Vermeiden

  • 使用模糊的名稱如 Helper 或 Utils,而非動作導向的動名詞形式
  • 撰寫第一人稱描述(我幫助您...)而非第三人稱(當...時使用)
  • 包含會快速過時的時間敏感資訊

Häufig gestellte Fragen

哪些工具支援 Claude Code 技能?
Claude Code 技能適用於 Claude、Codex 和 Claude Code。每種工具在您描述符合技能描述的任務時都會搜尋技能。
技能的最大大小是多少?
將 SKILL.md 保持在 500 行以下。頻繁載入的技能應保持在 200 字以下以節省 token。
如何引用其他技能?
使用帶有 REQUIRED 或 RECOMMENDED 標籤的技能名稱。避免強制載入檔案路徑,這會浪費 context token。
使用技能時我的資料安全嗎?
是的。技能是唯讀的文件。它們無法存取您的檔案、網路或在系統上執行程式碼。
為什麼我的技能無法被找到?
檢查您的描述是否包含相關的觸發詞和關鍵字。使用 Claude 會搜尋的詞彙,例如錯誤訊息或症狀。
這與 CLAUDE.md 有什麼不同?
CLAUDE.md 包含專案特定的慣例。技能是可重複使用的模式,可適用於許多專案和團隊。

Entwicklerdetails

Dateistruktur

📄 SKILL.md