Skip to content

Add Related Kits sidebar on skill pages - #52

Merged
itskai-dev merged 1 commit into
mainfrom
feature/related-kits-sidebar
Feb 8, 2026
Merged

Add Related Kits sidebar on skill pages#52
itskai-dev merged 1 commit into
mainfrom
feature/related-kits-sidebar

Conversation

@itskai-dev

Copy link
Copy Markdown
Collaborator

What this does

Adds a "Works well with" sidebar on each skill/kit page that shows 3-5 related kits based on tag overlap.

Changes

  • ✨ Created RelatedKits component that:
    • Takes the current skill's tags
    • Finds other skills with overlapping tags
    • Sorts by number of shared tags (most related first)
    • Shows top 3-5 as clickable cards with highlighted shared tags
  • 🔄 Replaced generic "Other Skills" section with intelligent tag-based recommendations
  • 💅 Styled shared tags with cyan accent to highlight commonalities

Implementation Details

  • Pure tag-based matching using Set intersection
  • Falls back gracefully (shows nothing if no related skills found)
  • Follows existing component patterns and styling
  • Built successfully with all static pages generated

Preview

Each skill page now shows related skills that share tags, making it easy for users to discover complementary skills that work well together.

- Created RelatedKits component that shows 3-5 related skills based on tag overlap
- Replaces generic 'Other Skills' section with intelligent recommendations
- Highlights shared tags between skills
- Sorts by number of overlapping tags for better relevance
@vercel

vercel Bot commented Feb 8, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
agent-hub Ready Ready Preview, Comment Feb 8, 2026 5:33am

Request Review

@supabase

supabase Bot commented Feb 8, 2026

Copy link
Copy Markdown

This pull request has been ignored for the connected project oldbapagtyvkplbqllwa because there are no changes detected in supabase directory. You can change this behaviour in Project Integrations Settings ↗︎.


Preview Branches by Supabase.
Learn more about Supabase Branching ↗︎.

@itskai-dev
itskai-dev merged commit 86168c0 into main Feb 8, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant