Springboot Skills Marketplace
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 -
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11