Developer Kit Tools Plugin
PluginExternal tools integration skills for CLI utilities, APIs, and third-party services
This plugin provides a unified interface for interacting with various AI coding assistants like Gemini, Copilot, Codex, and Qwen, as well as specialized services through MCP such as NotebookLM for RAG and SonarQube for code analysis. It includes detailed documentation for setup, usage, and best practices for each integrated tool.
Scope
- warning:Single responsibility principleThe plugin bundles a wide range of unrelated capabilities including multiple CLI delegations (Gemini, Copilot, Codex, Qwen) and MCP integrations (NotebookLM, SonarQube), which is a "kitchen-sink" approach and could indicate poor trigger precision.
Maintenance
- warning:Commit recencyThere are no commits in the last 90 days, suggesting the extension might be unmaintained.
Cài đặt
Hãy thêm marketplace trước
/plugin marketplace add giuseppe-trisciuoglio/developer-kit/plugin install developer-kit-tools@developer-kitTiện ích tương tự
Plugin Development Toolkit
99Comprehensive toolkit for developing Claude Code plugins. Includes 7 expert skills covering hooks, MCP integration, commands, agents, and best practices. AI-assisted plugin creation and validation.
Plugin Master
99Complete Claude Code plugin development system. PROACTIVELY activate when users want to: (1) Create/build plugins with 2025 features, (2) Add skills/commands/agents/hooks, (3) Validate plugin structure, (4) Publish to marketplace, (5) Get plugin development guidance. Provides: agent-first design patterns, progressive disclosure skills, hook automation, MCP integration, marketplace publishing. Includes plugin-expert agent and validation utilities.
GitLab Stack Config Generator
98Generates service-specific configuration files for GitLab stack projects using .env as primary config source. Creates nginx, PostgreSQL, Redis configs, meta files (CLAUDE.md, .gitignore, .dockerignore), with strict validation for secrets and paths
Codex Reviewer
80Codex-powered code review gate for Claude Code