agentsclimarketplace

Claude plugins marketplace

Skill mustafayilmazart/kesif-claude-skills/skills/claude-plugins-marketplace

14 production-ready Claude Code skill — TTS, video, NotebookLM, YouTube, token optimization, prompt engineering

Install
npx -y skills add mustafayilmazart/kesif-claude-skills --skill claude-plugins-marketplace

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Claude Code'u tam bir dev ekibine dönüştüren 6 plugin yönetimi - Planning, Design, Code Review, Security, Memory, Team Coordination. Kullanıcı "claude plugin, dev team, claude takım, planlama ajanı" dediğinde tetiklenir.

SKILL.md

3.0 KB, as published. Nobody here has run it

Claude Code 6 Plugin Marketplace

Claude Code'u tek başına değil, 6 plugin ile tam bir yazılım geliştirme ekibine dönüştüren skill.

6 Plugin Rolü

PluginRolAçıklama
plannerProje YöneticisiPRD → task breakdown → sprint planı
designerUI/UX TasarımcıFigma/Stitch → komponent → CSS token
reviewerSenior DeveloperKod kalite + diff review + best practices
guardianGüvenlik UzmanıOWASP tarama + dependency audit + secret tespiti
memorianBilgi YöneticisiObsidian vault + session memory + decision log
captainTakım KaptanıPlugin'ler arası koordinasyon + çıktı birleştirme

Kurulum

# Plugin dizinini oluştur
mkdir -p "%USERPROFILE%\.claude\plugins"

# Her plugin için ayrı klasör
cd "%USERPROFILE%\.claude\plugins"
# NOT: Aşağıdaki repolar şablon/örnek niteliğindedir.
# Kendi plugin koleksiyonunuzu oluşturun veya
# Awesome Claude Code (https://github.com/hesreallyhim/awesome-claude-code) listesinden
# uyumlu plugin'ler bulun.
git clone https://github.com/<your-org>/claude-plugin-planner planner
git clone https://github.com/<your-org>/claude-plugin-designer designer
git clone https://github.com/<your-org>/claude-plugin-reviewer reviewer
git clone https://github.com/<your-org>/claude-plugin-guardian guardian
git clone https://github.com/<your-org>/claude-plugin-memorian memorian
git clone https://github.com/<your-org>/claude-plugin-captain captain

Kullanım Akışı

Tek Komutla Tüm Takımı Çalıştır

# Örnek: Yeni özellik geliştirme
/team-feature "Kullanıcı profil sayfası ekle"

# Arka planda sırayla:
# 1. planner → task'ları böler
# 2. designer → UI oluşturur
# 3. captain → reviewer ve guardian'a paralel gönderir
# 4. memorian → kararları vault'a yazar

Tekil Plugin Çağrısı

/planner "Checkout akışını planla"
/reviewer "Son commit'i incele"
/guardian "Güvenlik taraması yap"

KEŞİF Entegrasyonu

  • memorianhybrid-memory skill ile bağlanır (Vector + Graph + Relational)
  • designerstitch, 21st-dev, figma MCP'lerini kullanır
  • guardianetik-hacker, sonarqube MCP'lerini tetikler
  • captainkesif-orkestrator skill'i ile eşgüdüm sağlar

Neden Önemli?

Tek Claude prompt'u yerine 6 uzman rol aynı anda çalışır. Her rol kendi bağlamını taşır, kendi araç setini kullanır. Paralel yürütme ile 3-5x hızlanma sağlar.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.