Skip to content

feat: redesign skills cards to card-based layout#132

Merged
Aryansharma28 merged 2 commits intomainfrom
feat/redesign-skills-cards
Mar 19, 2026
Merged

feat: redesign skills cards to card-based layout#132
Aryansharma28 merged 2 commits intomainfrom
feat/redesign-skills-cards

Conversation

@Aryansharma28
Copy link
Contributor

Summary

  • Redesigned the SkillInstall component to a card-based layout matching the new design: bold title, terminal-style install command (>_ npx skills add ...), and slash command reference (/langwatch-tracing) with orange highlight
  • Updated skills across code-prompts (Skills tab), skills directory, and recipes pages with the new card titles
  • Added highlighted "Do all of the above" level-up card with orange gradient background
  • Removed standalone analytics skill from Skills tab (covered by level-up)

Test plan

  • Verify skills cards render correctly on /skills/directory
  • Verify skills tab on /skills/code-prompts shows the new card layout
  • Verify recipes skills tab on /skills/recipes uses the new layout
  • Verify copy button copies the install command
  • Verify "Do all of the above" card has the orange highlighted style
  • Verify dark mode compatibility with CSS variable fallbacks

🤖 Generated with Claude Code

Aryansharma28 and others added 2 commits March 19, 2026 16:50
Redesign the SkillInstall component from the two-row Install/Run format
to a card layout with bold title, terminal-style install command, and
slash command reference. Update skills across code-prompts, directory,
and recipes pages with correct titles and add the highlighted level-up
card. Remove analytics from skills tab in favor of the level-up card.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Replace hardcoded light-mode colors with rgba-based values that work
on both light and dark backgrounds. Use the theme's primary orange
(#e17100) at low opacity for the highlighted card background/border,
and use CSS variables for text colors to inherit dark mode properly.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@Aryansharma28 Aryansharma28 merged commit 0a41831 into main Mar 19, 2026
2 checks passed
@Aryansharma28 Aryansharma28 deleted the feat/redesign-skills-cards branch March 19, 2026 16:07
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