By kimliss
Go development plugin with gopls LSP support, Go-specific agents, and project scaffolding.
npx claudepluginhub kimliss/claude-code-inhand --plugin go-devClaude 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.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Use this agent when you need expert assistance with React Native development tasks including code analysis, component creation, debugging, performance optimization, or architectural decisions. Examples: <example>Context: User is working on a React Native app and needs help with a navigation issue. user: 'My stack navigator isn't working properly when I try to navigate between screens' assistant: 'Let me use the react-native-dev agent to analyze your navigation setup and provide a solution' <commentary>Since this is a React Native specific issue, use the react-native-dev agent to provide expert guidance on navigation problems.</commentary></example> <example>Context: User wants to create a new component that follows the existing app structure. user: 'I need to create a custom button component that matches our app's design system' assistant: 'I'll use the react-native-dev agent to create a button component that aligns with your existing codebase structure and design patterns' <commentary>The user needs React Native component development that should follow existing patterns, so use the react-native-dev agent.</commentary></example>
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
A plugin for all things related to Svelte development, MCP, skills, and more.