{"id":32517935,"url":"https://github.com/giuseppe-trisciuoglio/developer-kit","last_synced_at":"2026-02-03T15:10:04.808Z","repository":{"id":320052347,"uuid":"1080332870","full_name":"giuseppe-trisciuoglio/developer-kit","owner":"giuseppe-trisciuoglio","description":"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.).","archived":false,"fork":false,"pushed_at":"2026-02-01T11:33:32.000Z","size":7212,"stargazers_count":80,"open_issues_count":1,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-02-01T20:59:11.769Z","etag":null,"topics":["agentic-code","agentic-coding","agents","aws","aws-cloudformation","claude-code","claude-code-skill","claude-code-skills","claude-skills","claude-skills-creator","java","junit","langchain4j","skills","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/giuseppe-trisciuoglio.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-21T08:08:21.000Z","updated_at":"2026-02-01T11:33:26.000Z","dependencies_parsed_at":"2025-10-26T17:37:36.300Z","dependency_job_id":null,"html_url":"https://github.com/giuseppe-trisciuoglio/developer-kit","commit_stats":null,"previous_names":["giuseppe-trisciuoglio/developer-kit-claude-code","giuseppe-trisciuoglio/developer-kit"],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/giuseppe-trisciuoglio/developer-kit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giuseppe-trisciuoglio%2Fdeveloper-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giuseppe-trisciuoglio%2Fdeveloper-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giuseppe-trisciuoglio%2Fdeveloper-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giuseppe-trisciuoglio%2Fdeveloper-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/giuseppe-trisciuoglio","download_url":"https://codeload.github.com/giuseppe-trisciuoglio/developer-kit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giuseppe-trisciuoglio%2Fdeveloper-kit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29047823,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T14:55:20.264Z","status":"ssl_error","status_checked_at":"2026-02-03T14:55:19.725Z","response_time":96,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agentic-code","agentic-coding","agents","aws","aws-cloudformation","claude-code","claude-code-skill","claude-code-skills","claude-skills","claude-skills-creator","java","junit","langchain4j","skills","spring-boot"],"created_at":"2025-10-28T03:00:58.965Z","updated_at":"2026-02-03T15:10:04.794Z","avatar_url":"https://github.com/giuseppe-trisciuoglio.png","language":"Python","funding_links":[],"categories":["HarmonyOS","UI 元件庫 Component Libraries"],"sub_categories":["Windows Manager","Remix / React Router"],"readme":"# Developer Kit for Claude Code\n\n\u003e A curated collection of reusable skills and agents for automating development tasks in Claude Code — focusing on\n\u003e Java/Spring Boot patterns with extensibility to TypeScript, Python, and PHP\n\n**Developer Kit for Claude Code** teaches Claude how to **perform development tasks in a repeatable way** across\nmultiple languages and frameworks. It includes specialized agents for code review, testing patterns, REST API design,\nand AI integration.\n\n## 🚀 Quick Start\n\n```bash\n# Claude Code CLI\n/plugin marketplace add giuseppe-trisciuoglio/developer-kit\n\n# Or from local directory\n/plugin install /path/to/developer-kit\n```\n\n**Claude Desktop**: [Enable Skills in Settings](https://claude.ai/settings/capabilities)\n\n📖 **[Complete Installation Guide](docs/installation.md)** — Multi-CLI support, local project installation, team setup\n\n---\n\n## ✨ Key Features\n\n- **Specialized** — Domain-specific agents for code review, testing, AI development, and full-stack development\n- **Composable** — Skills stack together automatically based on task context\n- **Portable** — Use across Claude.ai, Claude Code CLI, Claude Desktop, and Claude API\n- **Efficient** — Skills load on-demand, consuming minimal tokens until actively used\n\n---\n\n## 📚 Available Components\n\n### Skills\n\n| Category           | Guide                                          |\n|--------------------|------------------------------------------------|\n| JUnit Testing      | [Guide](docs/guide-skills-junit-test.md)       |\n| Spring Boot        | [Guide](docs/guide-skills-spring-boot.md)      |\n| AWS Java SDK       | [Guide](docs/guide-skills-aws-java.md)         |\n| AWS CloudFormation | [Guide](docs/guide-skills-aws-cloudformation.md) |\n| LangChain4J        | [Guide](docs/guide-skills-langchain4j.md)      |\n| React              | [Guide](docs/guide-skills-frontend.md)         |\n| shadcn-ui          | [Guide](docs/guide-skills-frontend.md)         |\n| Tailwind CSS       | [Guide](docs/guide-skills-frontend.md)         |\n| TypeScript Docs    | [Guide](docs/guide-skills-frontend.md)         |\n| NestJS             | [Guide](docs/guide-skills-nestjs.md)           |\n\n### Agents\n\nSpecialized AI assistants for specific development domains.\n\n📖 **[Complete Agents Guide](docs/guide-agents.md)** — All agents with usage examples\n\n| Category          | Examples                                                                                                            |\n|-------------------|---------------------------------------------------------------------------------------------------------------------|\n| Java/Spring Boot  | `spring-boot-code-review-expert`, `java-refactor-expert`, `java-security-expert`                                    |\n| TypeScript/NestJS | `nestjs-backend-development-expert`, `typescript-refactor-expert`, `nestjs-security-expert`                         |\n| React/Frontend    | `react-frontend-development-expert`, `react-software-architect-review`, `expo-react-native-development-expert`      |\n| Python            | `python-code-review-expert`, `python-refactor-expert`, `python-security-expert`, `python-software-architect-expert` |\n| PHP/WordPress     | `php-code-review-expert`, `php-refactor-expert`, `php-security-expert`, `php-software-architect-expert`, `wordpress-development-expert` |\n| AWS               | `aws-solution-architect-expert`, `aws-cloudformation-devops-expert`, `aws-architecture-review-expert`               |\n| AI/LangChain4J    | `langchain4j-ai-development-expert`, `prompt-engineering-expert`                                                    |\n| General Purpose   | `general-debugger`, `general-code-reviewer`, `general-refactor-expert`, `document-generator-expert`                 |\n\n### Commands\n\nWorkflow automation commands for development tasks.\n\n📖 **[Complete Commands Guide](docs/guide-commands.md)** — All commands with examples\n\n| Category         | Examples                                                                                             |\n|------------------|------------------------------------------------------------------------------------------------------|\n| Java Development | `/devkit.java.code-review`, `/devkit.java.write-unit-tests`, `/devkit.java.refactor-class`           |\n| LRA Workflow     | `/devkit.lra.init`, `/devkit.lra.start-session`, `/devkit.lra.checkpoint`                            |\n| Security         | `/devkit.java.security-review`, `/devkit.ts.security-review`, `/devkit.generate-security-assessment` |\n| Spec Kit         | `/speckit.check-integration`, `/speckit.optimize`, `/speckit.verify`                                 |\n| GitHub           | `/devkit.github.create-pr`, `/devkit.github.review-pr`                                               |\n| TypeScript       | `/devkit.typescript.code-review`, `/devkit.ts.security-review`                                       |\n| Documentation    | `/devkit.generate-document`, `/devkit.generate-changelog`, `/devkit.write-a-minute-of-a-meeting`     |\n| Workflow         | `/devkit.feature-development`, `/devkit.fix-debugging`, `/devkit.refactor`                           |\n\n---\n\n## 🎯 Use Cases\n\n- **Code Review \u0026 Architecture** — Automated reviews, architecture validation, security analysis\n- **Testing Strategies** — Unit test patterns, integration testing with Testcontainers\n- **REST API Design** — Standardized API development with proper HTTP semantics\n- **AI Integration** — LangChain4J implementation, RAG patterns, MCP server creation\n- **AWS Cloud Development** — RDS, S3, Lambda, DynamoDB, Secrets Manager patterns\n\n---\n\n## 🌍 Language Support\n\n| Language           | Status                                           |\n|--------------------|--------------------------------------------------|\n| Java/Spring Boot   | ✅ Comprehensive (skills, agents, commands)       |\n| TypeScript/Node.js | ✅ React, NestJS, Expo (skills, agents, commands) |\n| Python             | 🚧 In Progress (agents available)                |\n| PHP/WordPress      | ✅ Agents available (code review, refactor, security, architecture, WordPress) |\n\n---\n\n## 🤝 Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for detailed instructions on adding skills, agents, and commands.\n\n---\n\n## 🔒 Security\n\n⚠️ Skills can execute code. Review all custom skills before deploying.\n\n- Only install from trusted sources\n- Review SKILL.md before enabling\n- Test in non-production environments first\n\n---\n\n## 📘 Documentation\n\n| Guide                                                    | Description                                 |\n|----------------------------------------------------------|---------------------------------------------|\n| [Installation](docs/installation.md)                     | Multi-CLI setup, local project installation |\n| [Agents](docs/guide-agents.md)                           | All agents with usage examples              |\n| [Commands](docs/guide-commands.md)                       | All commands with workflows                 |\n| [LRA Workflow](docs/guide-lra-workflow.md)               | Multi-session project management            |\n| [Skills - Spring Boot](docs/guide-skills-spring-boot.md) | Spring Boot patterns                        |\n| [Skills - JUnit](docs/guide-skills-junit-test.md)        | Testing patterns                            |\n| [Skills - LangChain4J](docs/guide-skills-langchain4j.md) | AI integration                              |\n| [Skills - AWS](docs/guide-skills-aws-java.md)            | AWS SDK patterns                            |\n| [Skills - Frontend](docs/guide-skills-frontend.md)           | React, Tailwind, shadcn                        |\n| [Skills - NestJS](docs/guide-skills-nestjs.md)             | NestJS patterns                               |\n| [Skills - AWS CloudFormation](docs/guide-skills-aws-cloudformation.md) | Infrastructure as Code patterns               |\n\n---\n\n## 📚 Resources\n\n- [What are Skills?](https://support.claude.com/en/articles/12512176-what-are-skills) — Claude support article\n- [Using Skills in Claude](https://support.claude.com/en/articles/12512180-using-skills-in-claude) — Setup guide\n- [anthropics/skills](https://github.com/anthropics/skills) — Official Anthropic skills repository\n\n---\n\n## 📝 License\n\nSee [LICENSE](LICENSE) file.\n\n## 📞 Support\n\n- **Questions?** [Open an issue](https://github.com/giuseppe-trisciuoglio/developer-kit/issues)\n- **Contributions?** [Submit a PR](https://github.com/giuseppe-trisciuoglio/developer-kit/pulls)\n\n## 📅 Changelog\n\nSee [CHANGELOG.md](CHANGELOG.md) for complete history.\n\n---\n\n**Made with ❤️ for Developers using Claude Code**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiuseppe-trisciuoglio%2Fdeveloper-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgiuseppe-trisciuoglio%2Fdeveloper-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiuseppe-trisciuoglio%2Fdeveloper-kit/lists"}