By kimliss
Python development plugin with Pyright LSP support, Django/FastAPI patterns.
npx claudepluginhub kimliss/claude-code-inhand --plugin python-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.
A plugin for all things related to Svelte development, MCP, skills, and more.
Comprehensive collection of specialized Rust development agents with Claude Code best practices. Includes rust-teamlead agent and rust-team skill for multi-agent collaborative development via Claude Code experimental agent teams. rust-analyzer LSP integration for real-time code intelligence. Handoff protocol via rust-agent-handoff skill for context sharing. Adversarial critic agent for stress-testing designs. Updated for Rust Edition 2024 and modern tooling.