dev-toolkit
NewGeneral-purpose development toolkit with agents, contexts, skills, and hooks for enhanced Claude Code workflows.
Overview
<div align="center">
Claude Code Inhand
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.
  
Getting Started · Plugin Catalog · Contributing
</div>
Features
- •Full-stack coverage — Backend, frontend, mobile, DevOps, and database plugins
- •LSP integration — Built-in language server support for Go, Java, Python, Vue, Swift, Dart
- •10 AI agents — Planning, code review, TDD, security audit, architecture, and more
- •3 context modes — Dev, research, and review workflows
- •Extensible — Create your own plugins with the included template
Getting Started
# Add the marketplace
claude plugin marketplace add kimliss/claude-code-inhand
# Install any plugin
claude plugin install dev-toolkit
claude plugin install go-devPlugin Catalog
Development
| Plugin | Description | LSP |
|---|---|---|
| dev-toolkit | General-purpose toolkit with 10 agents, 3 context modes, 4 skills | — |
Backend
| 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 |
Frontend
| Plugin | Description | LSP |
|---|---|---|
| vue-dev | Vue.js / Nuxt development | Vue Language Server |
| react-dev | React / Next.js development | — |
Mobile
| 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 |
DevOps
| Plugin | Description | LSP |
|---|---|---|
| devops-toolkit | CI/CD, Docker, Kubernetes, Terraform | — |
Database
| Plugin | Description | LSP |
|---|---|---|
| database-toolkit | Schema design, query optimization, migrations | — |
dev-toolkit
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 |
Project Structure
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 templateContributing
# Create a new plugin from template
cp -r templates/plugin-template plugins/your-pluginSee CONTRIBUTING.md for the full guide.
License
This project is licensed under the GNU General Public License v3.0.
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/dev-toolkit.md https://raw.githubusercontent.com/kimliss/claude-code-inhand/main/SKILL.md/dev-toolkitFrequently Asked Questions
What is dev-toolkit?
General-purpose development toolkit with agents, contexts, skills, and hooks for enhanced Claude Code workflows.
How to install dev-toolkit?
To install dev-toolkit, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /dev-toolkit.
What is dev-toolkit best for?
dev-toolkit is a community categorized under Development. It is designed for: agent, agents, code-review, tdd, security, planning. Created by kimliss.