Skip to content

itk-dev/itkdev-claude-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ITK Dev Claude Plugins

A Claude Code plugin marketplace for ITK Dev team tools and MCP servers.

Structure

itkdev-claude-plugins/
├── .claude-plugin/
│   ├── plugin.json            # Plugin manifest
│   └── marketplace.json       # Marketplace catalog
├── .mcp.json                   # MCP server configurations
├── commands/                   # Slash commands (Markdown files)
│   └── example.md
├── skills/                     # Skills (Markdown files with frontmatter)
│   └── itkdev-github-guidelines.md
└── README.md

Installation

Team members can install the marketplace and plugins with:

# Add the marketplace
/plugin marketplace add itk-dev/itkdev-claude-plugins

# Install the itkdev-tools plugin
/plugin install itkdev-tools@itkdev-marketplace

Included MCP Servers

browser-feedback

Browser feedback collection tool from mcp-claude-code-browser-feedback.

Included Skills

itkdev-github-guidelines

GitHub workflow guidelines for the ITK Dev team. Automatically activates when working with Git, branches, commits, or pull requests. Covers:

  • Branch naming conventions (feature/issue-{number}-{description})
  • Conventional commit messages
  • Changelog updates (Keep a Changelog format)
  • PR requirements and templates

Adding New Tools

Adding MCP Servers

Edit .mcp.json to add new MCP server configurations:

{
  "mcpServers": {
    "your-server": {
      "command": "npx",
      "args": ["-y", "github:org/repo"]
    }
  }
}

Adding Commands

Create new Markdown files in the commands/ directory. Each file becomes a slash command.

Adding Skills

Create new Markdown files in the skills/ directory with YAML frontmatter:

---
name: skill-name
description: When this skill should be activated automatically.
---

# Skill Content

Your skill instructions here...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •