From legal-builder-hub
Suggests community skills relevant to the current task by checking registry and practice profile. Invoke directly or via other plugins' hooks. Non-intrusive, surfaces strong matches only.
How this skill is triggered — by the user, by Claude, or both
Slash command
/legal-builder-hub:related-skills-surfacerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Load `~/.claude/plugins/config/claude-for-legal/legal-builder-hub/CLAUDE.md` → practice profile.
~/.claude/plugins/config/claude-for-legal/legal-builder-hub/CLAUDE.md → practice profile.The community might have built the thing you're about to build. This skill notices and mentions it — once, briefly, non-annoyingly.
This skill surfaces related community skills after a task. It can be invoked directly by the user ("what else is out there for X?") or wired into other plugins via a Stop hook — the hook-based pattern requires each sibling plugin to declare a Stop hook that calls this skill, which is not wired by default. Without the hook wiring, invoke it directly.
Other plugins can include a light check at the end of a task:
"The legal-builder-hub found a community skill that might help with this kind of thing: [name] — [one-line]. Want to take a look?"
~/.claude/plugins/config/claude-for-legal/legal-builder-hub/CLAUDE.md → practice profile, installed skills (don't suggest what's already installed).
Registry cache from registry-browser.
Given a task description (what the user was just doing), find registry skills that match:
Threshold: Only surface if the match is strong. Weak matches are noise. Better to surface nothing than to annoy.
If strong match:
💡 The community has a skill for this: [name] from [registry] — "[description]".
/legal-builder-hub:skill-installer [name]to try it.
If no strong match: silent. No output. Don't announce "I found nothing."
Don't surface the same skill twice. If the user didn't install it the first time, they saw it and decided no. Track dismissals in references/surfaced.json.
Per ~/.claude/plugins/config/claude-for-legal/legal-builder-hub/CLAUDE.md → new skill notifications:
End with the next-steps decision tree per CLAUDE.md ## Outputs. Customize the options to what this skill just produced — the five default branches (draft the X, escalate, get more facts, watch and wait, something else) are a starting point, not a lock-in. The tree is the output; the lawyer picks.
npx claudepluginhub zekaisuni/claude-for-legal-turkish --plugin legal-builder-hubSuggests community skills relevant to the current task by checking registry and practice profile. Invoke directly or via other plugins' hooks. Non-intrusive, surfaces strong matches only.
Observes Claude Code sessions to detect repeated workflow patterns (3+ occurrences) and proactively recommends relevant community skills from 27,000+ sources. Useful for automating common tasks via skills.
Interviews users to clarify their goal and recommends the best installed skills for the task. Use when a user is unsure which skill to invoke or how to start.