You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
├── skills/ # Skills (subdirectories with SKILL.md)
21
-
│ └── itkdev-github-guidelines/
22
-
│ └── SKILL.md
19
+
│ ├── itkdev-adr/
20
+
│ ├── itkdev-documentation/
21
+
│ ├── itkdev-drupal/
22
+
│ ├── itkdev-github-guidelines/
23
+
│ └── itkdev-issue-workflow/
23
24
└── README.md
24
25
```
25
26
@@ -41,8 +42,24 @@ Team members can install the marketplace and plugins with:
41
42
42
43
Browser feedback collection tool from [mcp-claude-code-browser-feedback](https://github.com/itk-dev/mcp-claude-code-browser-feedback).
43
44
45
+
### itkdev-docker
46
+
47
+
Docker environment management for ITK Dev projects from [mcp-itkdev-docker](https://github.com/itk-dev/mcp-itkdev-docker). Provides template detection, comparison, and setup tools for ITK Dev Docker configurations.
48
+
44
49
## Included Skills
45
50
51
+
### itkdev-adr
52
+
53
+
Architecture Decision Record management. Activates when creating, updating, or managing ADRs and documenting architectural decisions.
54
+
55
+
### itkdev-documentation
56
+
57
+
Technical documentation and README generation for ITK Dev projects. Covers README files, deployment guides, architecture docs, and API documentation following ITK Dev documentation standards.
58
+
59
+
### itkdev-drupal
60
+
61
+
Drupal 10/11 development assistance. Covers code auditing, module/theme development, drush commands, configuration management, and ITK Dev Docker environment integration.
62
+
46
63
### itkdev-github-guidelines
47
64
48
65
GitHub workflow guidelines for the ITK Dev team. Automatically activates when working with Git, branches, commits, or pull requests. Covers:
@@ -51,6 +68,10 @@ GitHub workflow guidelines for the ITK Dev team. Automatically activates when wo
51
68
- Changelog updates (Keep a Changelog format)
52
69
- PR requirements and templates
53
70
71
+
### itkdev-issue-workflow
72
+
73
+
Autonomous GitHub issue workflow. Works through GitHub issues with minimal user interaction — handling development, testing, review, and merge — only pausing when user review or merge approval is required.
74
+
54
75
## Release Workflows
55
76
56
77
### Manual Release
@@ -86,7 +107,7 @@ This plugin automatically releases new versions when MCP server dependencies pub
0 commit comments