Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude/skills/git.detect-breaking-changes/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: git.detect-breaking-changes
description: Analyzes the previous N commits for breaking changes across the CDS public API surface. Use this skill when you need to check if any recent changes will cause breaking changes in the CDS public API surface.
allowed-tools: Bash(git log:*), Bash(git show:*), Bash(git diff:*), Bash(git rev-parse:*), Read, Glob, Grep
argument-hint: [Number of commits to review]
argument-hint: "[Number of commits to review]"
model: opus
---

Expand Down
2 changes: 1 addition & 1 deletion .claude/skills/research.component-libs/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: research.component-libs
description: Orchestrates a comprehensive research effort across multiple design systems/component libraries
argument-hint: [research goal (e.g. "theming architecture", "progress bar component API", "styling solutions")]
argument-hint: '[research goal (e.g. "theming architecture", "progress bar component API", "styling solutions")]'
model: claude-sonnet-4-6
disable-model-invocation: true
---
Expand Down
Loading