Skip to content

Skills, Plugins, and Marketplace

What are Skills, when to write one, what plugins are, how the marketplace works. Examples and publishing your own.

Şükrü Yusuf KAYA
12 min read
Advanced
Skills + Plugins mimari görseli

Skills vs Tools vs Plugins

  • Tool: Programatik bir fonksiyon çağrısı (Modül 7-8).
  • Skill: Markdown + (opsiyonel) script kombinasyonu; Claude'un gerektiğinde tetiklediği "kapsül" beceri.
  • Plugin: Skills + tools + MCP'leri bir paket halinde dağıtmak.
Bir skill, açıklamasıyla tetiklenen bir mini-uzmanlıktır. Claude doğru zamanda skill'in SKILL.md'sini okur ve onun kurallarına uyar.
markdown
---
name: pptx-creator
description: |
Use this skill when the user asks to create or edit a .pptx
presentation file. Triggers: "deck", "slides", ".pptx".
---
 
# pptx-creator skill
 
When triggered, follow these steps:
 
1. Ask the user for: target audience, length, tone, key points.
2. Build slide-by-slide outline.
3. Use python-pptx (pre-installed) to render to disk.
4. Return the file path.
 
## Tone defaults
- Professional unless told otherwise.
- One key idea per slide.
- Avoid more than 6 bullets per slide.
SKILL.md örneği — Claude bunu otomatik tetikler.
Boşluk doldur · text
Skill açıklaması (description) Claude'un onu _____ kararını verdiği yerdir. Plugin birden fazla _____ ve MCP'yi paketler. SKILL.md dosyası _____ formatındadır.

Frequently Asked Questions

A skill triggers on demand — opt-in discipline. The system prompt is always-on baseline.

Yorumlar & Soru-Cevap

(0)
Yorum yazmak için giriş yap.
Yorumlar yükleniyor...

Related Content