BeClaude

dev-toolkit

New
Community RegistryDevelopmentby kimliss

General-purpose development toolkit with agents, contexts, skills, and hooks for enhanced Claude Code workflows.

Community PluginView Source

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.

![Plugins](plugins/) ![Categories](#plugin-catalog) ![License: GPL v3](LICENSE)

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

bash
# 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 Catalog

Development

PluginDescriptionLSP
dev-toolkitGeneral-purpose toolkit with 10 agents, 3 context modes, 4 skills

Backend

PluginDescriptionLSP
go-devGo development with project scaffoldinggopls
java-devJava / Spring Boot developmentjdtls
python-devPython (Django / FastAPI) developmentPyright

Frontend

PluginDescriptionLSP
vue-devVue.js / Nuxt developmentVue Language Server
react-devReact / Next.js development

Mobile

PluginDescriptionLSP
android-devAndroid / Kotlin / Jetpack Compose
ios-deviOS / Swift / SwiftUIsourcekit-lsp
flutter-devFlutter / Dart cross-platformDart Language Server

DevOps

PluginDescriptionLSP
devops-toolkitCI/CD, Docker, Kubernetes, Terraform

Database

PluginDescriptionLSP
database-toolkitSchema design, query optimization, migrations

dev-toolkit

The core plugin that powers your daily workflow.

ComponentDetails
Agentsplanner · code-reviewer · tdd-guide · security-reviewer · architect · build-error-resolver · e2e-runner · refactor-cleaner · doc-updater · database-reviewer
Contextsdev — rapid implementation · research — exploration & learning · review — code quality & security
Skillsiterative-retrieval · backend-patterns · frontend-patterns · explain-code

Project Structure

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

Contributing

bash
# Create a new plugin from template
cp -r templates/plugin-template plugins/your-plugin

See CONTRIBUTING.md for the full guide.

License

This project is licensed under the GNU General Public License v3.0.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/dev-toolkit.md https://raw.githubusercontent.com/kimliss/claude-code-inhand/main/SKILL.md
3
Invoke in Claude Code
/dev-toolkit
View source on GitHub
agentagentscode-reviewtddsecurityplanning

Frequently 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.