Skip to content

Commit 5c194db

Browse files
authored
Merge pull request #11 from itk-dev/feature/add-user-invocable-commands
refactor: rename skills to use itkdev prefix
2 parents ce17fe3 + 67fcdf0 commit 5c194db

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ itkdev-claude-plugins/
1313
├── commands/ # Slash commands (Markdown files)
1414
│ └── example.md
1515
├── skills/ # Skills (Markdown files with frontmatter)
16-
│ └── itk-dev-github.md
16+
│ └── itkdev-github-guidelines.md
1717
└── README.md
1818
```
1919

@@ -37,7 +37,7 @@ Browser feedback collection tool from [mcp-claude-code-browser-feedback](https:/
3737

3838
## Included Skills
3939

40-
### itk-dev-github
40+
### itkdev-github-guidelines
4141

4242
GitHub workflow guidelines for the ITK Dev team. Automatically activates when working with Git, branches, commits, or pull requests. Covers:
4343
- Branch naming conventions (`feature/issue-{number}-{description}`)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: itk-dev-github
2+
name: itkdev-github-guidelines
33
description: GitHub workflow guidelines for itk-dev team. Use when working with Git, creating branches, making commits, opening pull requests, or any GitHub-related development tasks. Ensures compliance with team conventions for branching, commits, changelogs, and PR workflows.
44
---
55

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: github-issue-workflow
2+
name: itkdev-issue-workflow
33
description: "Autonomous GitHub issue workflow: develop, test, review, merge. Use this skill to work through GitHub issues with minimal user interaction - only pausing when user review/merge is required."
44
---
55

0 commit comments

Comments
 (0)