This repository is the Developer Kit for Claude Code - a modular plugin system providing reusable skills, agents, and commands for automating development tasks. The kit includes independent plugins covering Java/Spring Boot/LangChain4J, TypeScript/NestJS/React, Python, PHP/WordPress, AWS CloudFormation, and AI patterns. Designed for multi-CLI.
# Add to your Claude Code skills
git clone https://github.com/giuseppe-trisciuoglio/developer-kitA modular plugin system of reusable skills, agents, and commands for automating development tasks in Claude Code
Developer Kit for Claude Code teaches Claude how to perform development tasks in a repeatable way across multiple languages and frameworks. Built as a modular marketplace, you can install only the plugins you need.
# Install from marketplace (recommended)
/plugin marketplace add giuseppe-trisciuoglio/developer-kit
# Or install from local directory
/plugin install /path/to/developer-kit
Claude Desktop: Enable Skills in Settings
Developer Kit is organized as a modular marketplace with 10 independent plugins (92 skills, 43 agents, 36 commands):
plugins/
├── developer-kit-core/ # Core agents/commands/skills (required)
├── developer-kit-java/ # Java/Spring Boot/LangChain4J/AWS SDK/Lambda
├── developer-kit-typescript/ # NestJS/React/React Native/Next.js/Drizzle/Monorepo
├── developer-kit-python/ # Python development/AWS Lambda
├── developer-kit-php/ # PHP/WordPress/AWS Lambda
├── developer-kit-aws/ # AWS CloudFormation/AWS Architecture
├── developer-kit-ai/ # Prompt Engineering/RAG/Chunking
├── developer-kit-devops/ # Docker/GitHub Actions
├── developer-kit-project-management/ # LRA workflow/Meetings
└── github-spec-kit/ # GitHub specification integration
The Developer Kit follows a systematic development workflow that ensures high-quality, well-documented features from idea to implementation:
No comments yet. Be the first to share your thoughts!
Command: /devkit.brainstorm [idea-description]
Start here when you have a new feature idea or need to explore design alternatives. This command guides you through a systematic 9-phase process:
Output: A comprehensive design document saved to docs/plans/YYYY-MM-DD--design.md
Example:
/devkit.brainstorm Add user authentication with JWT tokens
Command: /devkit.feature-development [--lang=spring|typescript|nestjs|react|python|general] [feature-description]
Use this command to implement the design created during brainstorming. It follows a systematic 7-phase approach: