related-skills-surfacer

Surface relevant community skills for legal tasks using registry matches.

100|16|Updated May 13, 2026
One-click install
npx skills add https://github.com/ZekaiSuni/claude-for-legal-turkish --skill related-skills-surfacer-zekaisuni
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: related-skills-surfacer
Source: https://github.com/ZekaiSuni/claude-for-legal-turkish/tree/main/legal-builder-hub/skills/related-skills-surfacer
Command: npx skills add https://github.com/ZekaiSuni/claude-for-legal-turkish --skill related-skills-surfacer-zekaisuni

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Önceki adımın sonunda, yaptığınız işe benzer bir topluluk skill’i olup olmadığını tek bir kez, rahatsız etmeden önerir; böylece “başka ne var?” arayışını boşa zaman harcamadan tamamlamanıza yardımcı olur.

Core Features & Use Cases

  • Benzerlik odaklı öneri: Görev açıklamasıyla skill açıklamaları arasındaki anahtar kelime örtüşmesini ve pratik profil uyumunu temel alır.
  • Gürültüyü azaltma: Zayıf eşleşmeleri göstermeyerek gereksiz yönlendirmeyi engeller.
  • Tek seferlik yüzdürme: Aynı skill’i kullanıcıya birden fazla kez teklif etmez; geri bildirimi references/surfaced.json ile izler.

Kullanım örnekleri:

  • Kullanıcı “is there a community skill for this?” dediğinde veya “what else is out there” gibi öneri istediğinde ilgili bir skill varsa yüzdürür.
  • Diğer builder/skill iş akışlarının sonunda pasif olarak çalışacak şekilde tasarlanmıştır (hook ile bağlama gerektirebilir).

Quick Start

“Bu işle ilgili toplulukta başka hangi skill’ler var? /related-skills-surfacer ile önerileri getir.”

Frequently Asked Questions about related-skills-surfacer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find community skills for my current task without manual searching?

Community skill discovery uses keyword overlap and practice profile matching to surface relevant skills, reducing search friction by emitting a single non-intrusive suggestion when match thresholds are met.

How does skill recommendation matching work in a workflow integration?

Skill recommendation matching compares your task description against a registry cache using keyword overlap and practice profile alignment, filtering out weak matches and already installed skills before suggesting alternatives.

Can I prevent duplicate skill suggestions from repeating in my workflow?

Duplicate skill suggestions are prevented by tracking feedback and surfaced items in a local references file, ensuring a single skill is never offered to the user more than once.

What's the best way to trigger passive skill surfacing at the end of a workflow?

Passive skill surfacing triggers at the end of builder workflows by loading a practice profile from a local CLAUDE.md file and consulting a registry cache, requiring hook integration for automatic execution.

Why are weak matches excluded from community skill recommendations?

Weak matches are excluded to reduce noise and prevent unnecessary redirects, ensuring only highly relevant community skills meeting the match threshold are surfaced to the user.

Does skill discovery require a local practice profile to function?

Skill discovery requires loading a practice profile from a local CLAUDE.md file to evaluate compatibility and filter community registry suggestions accurately.