giuseppe-trisciuoglio/developer-kit

This repository is a starter kit for building "skills" and "agents" for Claude Code. The current content focuses on patterns, conventions, and agents for Java projects (Spring Boot, JUnit, LangChain4J), but the kit is designed to be extensible and multi-language (PHP, TypeScript, Python, etc.).

67 stars5 forksUpdated Jan 24, 2026
npx skills add giuseppe-trisciuoglio/developer-kit

README

Developer Kit for Claude Code

A curated collection of reusable skills and agents for automating development tasks in Claude Code — focusing on Java/Spring Boot patterns with extensibility to TypeScript, Python, and PHP

Developer Kit for Claude Code teaches Claude how to perform development tasks in a repeatable way across multiple languages and frameworks. It includes specialized agents for code review, testing patterns, REST API design, and AI integration.

šŸš€ Quick Start

# Claude Code CLI
/plugin marketplace add giuseppe-trisciuoglio/developer-kit

# Or from local directory
/plugin install /path/to/developer-kit

Claude Desktop: Enable Skills in Settings

šŸ“– Complete Installation Guide — Multi-CLI support, local project installation, team setup


✨ Key Features

  • Specialized — Domain-specific agents for code review, testing, AI development, and full-stack development
  • Composable — Skills stack together automatically based on task context
  • Portable — Use across Claude.ai, Claude Code CLI, Claude Desktop, and Claude API
  • Efficient — Skills load on-demand, consuming minimal tokens until actively used

šŸ“š Available Components

Skills

CategoryGuide
JUnit TestingGuide
Spring BootGuide
AWS Java SDKGuide
AWS CloudFormationGuide
LangChain4JGuide
ReactGuide
shadcn-uiGuide
Tailwind CSSGuide
TypeScript DocsGuide
NestJSGuide

Agents

Specialized AI assistants for specific development domains.

šŸ“– Complete Agents Guide — All agents with usage examples

CategoryExamples
Java/Spring Bootspring-boot-code-review-expert, java-refactor-expert, java-security-expert
TypeScript/NestJSnestjs-backend-development-expert, typescript-refactor-expert, nestjs-security-expert
React/Frontendreact-frontend-development-expert, react-software-architect-review, expo-react-native-development-expert
Pythonpython-code-review-expert, python-refactor-expert, python-security-expert, python-software-architect-expert
AWSaws-solution-architect-expert, aws-cloudformation-devops-expert, aws-architecture-review-expert
AI/LangChain4Jlangchain4j-ai-development-expert, prompt-engineering-expert
General Purposegeneral-debugger, general-code-reviewer, general-refactor-expert, document-generator-expert

Commands

Workflow automation commands for development tasks.

šŸ“– Complete Commands Guide — All commands with examples

CategoryExamples
Java Development/devkit.java.code-review, /devkit.java.write-unit-tests, /devkit.java.refactor-class
LRA Workflow/devkit.lra.init, /devkit.lra.start-session, /devkit.lra.checkpoint
Security/devkit.java.security-review, /devkit.ts.security-review, /devkit.generate-security-assessment
Spec Kit/speckit.check-integration, /speckit.optimize, /speckit.verify
GitHub/devkit.github.create-pr, /devkit.github.review-pr
TypeScript/devkit.typescript.code-review, /devkit.ts.security-review
Documentation/devkit.generate-document, /devkit.generate-changelog, /devkit.write-a-minute-of-a-meeting
Workflow/devkit.feature-development, /devkit.fix-debugging, /devkit.refactor

šŸŽÆ Use Cases

...

Read full README