Skip to content

Releases: itk-dev/itkdev-claude-plugins

Release v0.4.0

20 Feb 08:21

Choose a tag to compare

What's Changed

Added

  • itkdev-issue-workflow agent for autonomous GitHub issue workflows (agents/itkdev-issue-workflow.md)
    • Runs in isolated subagent context, auto-delegated by Claude
    • Preloads itkdev-github-guidelines skill for team Git conventions
    • Uses project memory for cross-session codebase knowledge
    • Coexists with the existing /itkdev-issue-workflow skill

Changed

  • Updated plugin.json with full metadata (author, repository, license, keywords)
  • Updated README to document all 5 skills, both MCP servers, and correct directory structure

Removed

  • Removed legacy commands/ directory (content already covered by itkdev-github-guidelines skill)

Full Changelog

v0.3.3...v0.4.0

Release v0.3.3

03 Feb 07:51

Choose a tag to compare

What's Changed

Added

  • 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

Full Changelog

v0.3.2...v0.3.3

Release v0.3.2

27 Jan 10:06

Choose a tag to compare

What's Changed

This release updates MCP server dependencies:

mcp-itkdev-docker: v0.1.1 -> v0.1.2

MCP Versions

  • mcp-claude-code-browser-feedback: v0.4.3
  • mcp-itkdev-docker: v0.1.2

Release v0.3.1

27 Jan 09:23

Choose a tag to compare

What's Changed

Fixed

  • 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

Full Changelog

v0.3.0...v0.3.1

v0.3.0

27 Jan 06:54

Choose a tag to compare

What's New

New Skills

  • Documentation skill (itkdev-documentation) - Generate 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) - 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 skill (itkdev-adr) - Create and manage Architecture Decision Records

    • Interactive information gathering before writing ADRs
    • Comprehensive template with all required fields

Infrastructure

  • 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

Full Changelog: v0.2.0...v0.3.0

Release v0.2.3

26 Jan 07:42

Choose a tag to compare

What's Changed

This release updates MCP server dependencies:

mcp-claude-code-browser-feedback: v0.4.1 -> v0.4.3, mcp-itkdev-docker: v0.1.0 -> v0.1.1

MCP Versions

  • mcp-claude-code-browser-feedback: v0.4.3
  • mcp-itkdev-docker: v0.1.1

Release v0.2.2

24 Jan 11:20

Choose a tag to compare

What's Changed

This release updates MCP server dependencies:

mcp-claude-code-browser-feedback: v0.4.0 -> v0.4.1

MCP Versions

  • mcp-claude-code-browser-feedback: v0.4.1
  • mcp-itkdev-docker: v0.1.0

Release v0.2.1

24 Jan 10:57

Choose a tag to compare

What's Changed

This release updates MCP server dependencies:

mcp-claude-code-browser-feedback: v0.3.1 -> v0.4.0, mcp-itkdev-docker: none -> v0.1.0

MCP Versions

  • mcp-claude-code-browser-feedback: v0.4.0
  • mcp-itkdev-docker: v0.1.0

v0.2.0

24 Jan 09:59

Choose a tag to compare

What's New

Features

  • User-invocable commands: Added slash commands for GitHub workflows (/github-issue-workflow, /itk-dev-github)
  • itkdev-docker MCP server: New MCP server for Docker-related operations
  • Autonomous GitHub issue workflow: 6-phase autonomous development workflow with minimal user interaction
  • Skill renaming: Skills now use itkdev prefix for consistency

Bug Fixes

  • Fix YAML parsing errors in skill descriptions
  • Fix source path format in plugin configuration
  • Fix plugin schema issues (owner field, schema refs)

Full Changelog: v0.1.0...v0.2.0