Springboot Skills Marketplace banner
a-pavithraa a-pavithraa

Springboot Skills Marketplace

Development community

Description

Spring Boot Skill for Claude Code and Codex

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Spring Boot Skills Marketplace

Claude Code skills that help you build Spring Boot apps with architecture that actually fits your needs.

Why This Exists

Projects that start simple tend to grow messy. These skills help you pick the right architecture for where you are now—with a clear path forward when things get complex.

**Start simple. Add complexity only when complexity demands it.**

Built on patterns from [spring-boot-application-architecture-patterns](https://github.com/sivaprasadreddy/spring-boot-application-architecture-patterns).

Architecture Patterns (Progressive)

Pattern Complexity When to Use
Layered ⭐ Low Simple CRUD, prototypes, MVPs
Package-by-Module ⭐⭐ Low-Medium 3-5 distinct features, medium apps
Modular Monolith ⭐⭐ Medium Need module boundaries, Spring Modulith
Tomato ⭐⭐⭐ Medium-High Rich domain, Value Objects, type safety
DDD+Hexagonal ⭐⭐⭐⭐ High Complex domains, CQRS, infra independence

Installation

**Using Codex?** Codex installation and usage instructions are inline below — see [Codex (Manual Installation)](#codex-manual-installation) and [Usage → Codex](#codex).

Claude Code (Plugin Marketplace)

/plugin marketplace add a-pavithraa/springboot-skills-marketplace
/plugin enable a-pavithraa/springboot-skills-marketplace
/plugin install springboot-architecture@springboot-skills-marketplace

Claude Code (Manual Installation)

# Clone or download this repository
git clone https://github.com/a-pavithraa/springboot-skills-marketplace.git

# Copy skills to Claude Code skills directory
cp -r springboot-skills-marketplace/plugins/springboot-architecture/skills/* ~/.claude/skills/

Codex (Manual Installation)

# Clone or download this repository
git clone https://github.com/a-pavithraa/springboot-skills-marketplace.git

# Copy skills to Codex skills directory
mkdir -p ~/.codex/skills
cp -