Skip to content

refactor: transition to Claude Plugin Marketplace with Native MCP and shell scripts#34

Merged
sonesuke merged 36 commits intomainfrom
refactor/plugin-marketplace
Feb 22, 2026
Merged

refactor: transition to Claude Plugin Marketplace with Native MCP and shell scripts#34
sonesuke merged 36 commits intomainfrom
refactor/plugin-marketplace

Conversation

@sonesuke
Copy link
Owner

Description

This PR transitions patent-kit from a Rust-based CLI into a standalone Claude Code Plugin Marketplace, enabling seamless installation and execution within Claude Code.

Key Changes

  • Rust Removal: Deleted all Rust code, Cargo.toml, etc.
  • Plugin Architecture: Added .claude-plugin/marketplace.json and .claude-plugin/plugin.json.
  • Native MCP Servers: Integrated google-patent-cli and arxiv-cli directly into plugin.json mcpServers.
  • Skill Migration (CLI -> MCP): Completely rewrote all 9 SKILL.md files to replace bash CLI execution with direct MCP tool usage.
  • English Enforcement: Translated all Japanese documentation inside SKILL.md to English to maintain global standards.
  • Python Removal: Replaced the Python merge script with native Shell (merge.sh) and PowerShell (merge.ps1) scripts, making the project dependency-free.
  • Automated Workflows: Configured GitHub Actions (ci.yml for Prettier formatting checks and codeql.yml for automated security scans).

Notes

  • Users now simply clone or add the marketplace repository to their Claude environment. Manual MCP configuration and Python installation is no longer required.

@sonesuke sonesuke merged commit f5066eb into main Feb 22, 2026
3 checks passed
@sonesuke sonesuke deleted the refactor/plugin-marketplace branch February 22, 2026 05:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant