Skip to content

Commit e3f5ed3

Browse files
yomybabyclaude
andauthored
chore(FR-3292): migrate .claude commands to skills with disable-model-invocation (#8218)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent bbe959c commit e3f5ed3

5 files changed

Lines changed: 20 additions & 0 deletions

File tree

.claude/commands/bump-alpha-version.md renamed to .claude/skills/bump-alpha-version/SKILL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
2+
name: bump-alpha-version
23
description: Bump version to next alpha and update dependencies after release.
34
argument-hint: [26.1.0-alpha.0]
45
model: sonnet
6+
disable-model-invocation: true
57
---
68

79
# Bump to Alpha Version and Update Dependencies
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
---
2+
name: create-release
3+
description: Create a release branch, tag, and GitHub release for Backend.AI WebUI.
4+
argument-hint: "[26.4.0 | 26.4.0-alpha.1 | 26.4.0-beta.0]"
5+
model: sonnet
6+
disable-model-invocation: true
7+
---
8+
19
# Create Release
210

311
Create a release branch, tag, and GitHub release for Backend.AI WebUI.

.claude/commands/enhance-component-docs.md renamed to .claude/skills/enhance-component-docs/SKILL.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
---
2+
name: enhance-component-docs
3+
description: Enhance React component documentation with JSDoc, improved Storybook stories, and autodoc configuration.
4+
argument-hint: "<component-files...>"
25
model: sonnet
6+
disable-model-invocation: true
37
---
48

59
# Enhance Component Documentation

.claude/commands/manage-bui-component-story.md renamed to .claude/skills/manage-bui-component-story/SKILL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
2+
name: manage-bui-component-story
23
description: Create or Update BUI Component Story (project)
34
model: sonnet
5+
disable-model-invocation: true
46
---
57

68
# Create or Update BUI Component Story

.claude/commands/update-storybook-autodoc.md renamed to .claude/skills/update-storybook-autodoc/SKILL.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
---
2+
name: update-storybook-autodoc
3+
description: Update React components with JSDoc and enhanced Storybook stories with autodoc functionality.
4+
argument-hint: "<component-path>"
25
model: sonnet
6+
disable-model-invocation: true
37
---
48

59
# Update Storybook with Autodoc

0 commit comments

Comments
 (0)