All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Updated itkdev-skills plugin reference to reflect new
itkdev-symfonyskill anditkdev-create-projectagent (11 skills, 3 agents)
- Converted to pure marketplace catalog — all plugins now live in their own repos (#34):
itkdev-skills-> itk-dev/itkdev-skillsitkdev-browser-feedback-> itk-dev/mcp-claude-code-browser-feedbackitkdev-statusline-> itk-dev/itkdev-claude-code-statusline
- Marketplace plugins now reference external GitHub repos instead of local
./extensions/paths - Simplified CI workflows (no local plugin.json version bumping)
- Removed
extensions/directory — plugin code moved to individual repos - Removed
.claude-plugin/mcp-versions.json— version tracking handled by individual repos - Removed
check-mcp-updates.ymlandrelease.ymlworkflows (no longer needed for catalog-only repo)
0.4.0 - 2026-02-20
itkdev-code-reviewagent for automated PR review against ITK Dev standards (agents/itkdev-code-review.md)itkdev-issue-workflowagent for autonomous GitHub issue workflows (agents/itkdev-issue-workflow.md)- Runs in isolated subagent context, auto-delegated by Claude
- Preloads
itkdev-github-guidelinesskill for team Git conventions - Uses project memory for cross-session codebase knowledge
- Coexists with the existing
/itkdev-issue-workflowskill
- Updated
plugin.jsonwith full metadata (author, repository, license, keywords) - Updated README to document all 5 skills, both MCP servers, and correct directory structure
- Removed legacy
commands/directory (content already covered byitkdev-github-guidelinesskill)
0.3.3 - 2026-02-03
- Manual release workflow for creating releases via GitHub Actions UI
- Supports patch, minor, and major version bumps
- Automatically updates CHANGELOG.md and plugin.json
- Creates git tag and GitHub release with notes from changelog
0.3.1 - 2026-01-27
- Skills not loading due to incorrect directory structure (#17)
- Restructured skills from flat files (
skills/skill-name.md) to subdirectories (skills/skill-name/SKILL.md) - Matches Claude Code's expected plugin structure
- Restructured skills from flat files (
0.3.0 - 2026-01-26
- Documentation skill (
itkdev-documentation) for generating README files and technical documentation- Follows AarhusAI documentation style guidelines
- Templates for README, deployment guides, architecture docs, and API documentation
- ITK Dev Docker project documentation support
- Project type auto-detection
- Drupal development skill (
itkdev-drupal) for code auditing, module/theme development, and configuration management (Drupal 10/11)- ITK Dev Docker environment commands
- Taskfile.yml integration
- Xdebug configuration for VS Code and PHPStorm
- ADR (Architecture Decision Record) skill (
itkdev-adr) for creating and managing architectural decisions- Interactive information gathering before writing ADRs
- Comprehensive template with all required fields
- Auto-release workflow for MCP dependency updates
- Daily scheduled check for new MCP releases (8:30 UTC)
- Automated version bump and release creation when updates detected
- Version tracking in
.claude-plugin/mcp-versions.json
0.2.0 - 2025-01-24
- User-invocable skills for common workflows
/itkdev-commit- Create commits following ITK Dev guidelines/itkdev-pr- Create pull requests with proper formatting/itkdev-changelog- Update changelog entries
- Renamed skills to use
itkdevprefix for consistency
0.1.0 - 2025-01-23
- Initial plugin release
- Browser feedback MCP server integration
- GitHub guidelines skill for ITK Dev team workflows
- Plugin marketplace structure