Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By kimliss
A development toolkit plugin providing context modes, code review, and development utilities for Claude Code.
npx claudepluginhub kimliss/claude-code-inhand --plugin dev-toolkitSoftware architecture specialist for system design, scalability, and technical decision-making. Use PROACTIVELY when planning new features, refactoring large systems, or making architectural decisions.
Build and compilation error resolution specialist. Use PROACTIVELY when build fails or compilation errors occur. Fixes build errors with minimal diffs, no architectural edits. Focuses on getting the build green quickly. Supports multiple languages and build systems.
Expert code review specialist. Proactively reviews code for quality, security, and maintainability. Use immediately after writing or modifying code. MUST BE USED for all code changes.
PostgreSQL database specialist for query optimization, schema design, security, and performance. Use PROACTIVELY when writing SQL, creating migrations, designing schemas, or troubleshooting database performance. Incorporates Supabase best practices.
Documentation and codemap specialist. Use PROACTIVELY for updating codemaps and documentation. Runs /update-codemaps and /update-docs, generates docs/CODEMAPS/*, updates READMEs and guides.
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
Explains code with visual diagrams and analogies. Use when explaining how code works, teaching about a codebase, or when the user asks "how does this work?"
Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices.
Pattern for progressively refining context retrieval to solve the subagent context problem
Executes bash commands
Hook triggers when Bash tool is used
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Complete developer toolkit for Claude Code
Use this agent when evaluating new development tools, frameworks, or services for the studio. This agent specializes in rapid tool assessment, comparative analysis, and making recommendations that align with the 6-day development cycle philosophy. Examples:\n\n<example>\nContext: Considering a new framework or library
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Essential development subagents for everyday coding tasks - backend, frontend, fullstack, mobile, and API design
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Vue.js development plugin with Vue Language Server support and component patterns.
iOS/Swift development plugin with sourcekit-lsp support and SwiftUI patterns.
Go development plugin with gopls LSP support, Go-specific agents, and project scaffolding.
Python development plugin with Pyright LSP support, Django/FastAPI patterns.
Flutter development plugin with Dart Language Server support and cross-platform patterns.
Claude Code in hand, everything at your fingertips.
A curated plugin marketplace for Claude Code — 11 plugins across 6 categories, covering the full development lifecycle.
English | 简体中文
# Add the marketplace
claude plugin marketplace add kimliss/claude-code-inhand
# Install any plugin
claude plugin install dev-toolkit
claude plugin install go-dev
| Plugin | Description | LSP |
|---|---|---|
| dev-toolkit | General-purpose toolkit with 10 agents, 3 context modes, 4 skills | — |
| Plugin | Description | LSP |
|---|---|---|
| go-dev | Go development with project scaffolding | gopls |
| java-dev | Java / Spring Boot development | jdtls |
| python-dev | Python (Django / FastAPI) development | Pyright |
| Plugin | Description | LSP |
|---|---|---|
| vue-dev | Vue.js / Nuxt development | Vue Language Server |
| react-dev | React / Next.js development | — |
| Plugin | Description | LSP |
|---|---|---|
| android-dev | Android / Kotlin / Jetpack Compose | — |
| ios-dev | iOS / Swift / SwiftUI | sourcekit-lsp |
| flutter-dev | Flutter / Dart cross-platform | Dart Language Server |
| Plugin | Description | LSP |
|---|---|---|
| devops-toolkit | CI/CD, Docker, Kubernetes, Terraform | — |
| Plugin | Description | LSP |
|---|---|---|
| database-toolkit | Schema design, query optimization, migrations | — |
The core plugin that powers your daily workflow.
| Component | Details |
|---|---|
| Agents | planner · code-reviewer · tdd-guide · security-reviewer · architect · build-error-resolver · e2e-runner · refactor-cleaner · doc-updater · database-reviewer |
| Contexts | dev — rapid implementation · research — exploration & learning · review — code quality & security |
| Skills | iterative-retrieval · backend-patterns · frontend-patterns · explain-code |
claude-plugins-inhand/
├── .claude-plugin/
│ └── marketplace.json # Plugin registry (11 plugins)
├── plugins/ # All plugins
│ ├── dev-toolkit/
│ ├── go-dev/
│ ├── java-dev/
│ ├── python-dev/
│ ├── vue-dev/
│ ├── react-dev/
│ ├── android-dev/
│ ├── ios-dev/
│ ├── flutter-dev/
│ ├── devops-toolkit/
│ └── database-toolkit/
├── external_plugins/ # External plugin references (reserved)
└── templates/ # Plugin development template
# Create a new plugin from template
cp -r templates/plugin-template plugins/your-plugin
See CONTRIBUTING.md for the full guide.
This project is licensed under the GNU General Public License v3.0.