Sandbox
@sivaprasadreddy/sivalabs-agent-skills

Skill pack for Spring Boot agents

This repo packages AI agent skills for Spring and Java work. You can install the whole pack or pick one skill, then copy it into the skill folders used by Claude Code, Codex, Gemini, or Cursor.

181 stars41 forksPythonUpdated 14d ago
Who it's for

Builders who want reusable agent instructions for Spring Boot and Java work.

What it delivers

You can give your agent project-specific guidance for Spring apps and code review instead of repeating the same directions.

What it does

Spring Boot skill

Guidance for building Spring Boot applications with an agent.

Spring Modulith Verifier skill

Instructions for working with Spring Modulith verification.

jSpecify skill

Rules and guidance for using jSpecify in Java code.

Java code review skill

A reusable skill for reviewing Java changes with an agent.

Apply Renovate PRs skill

Guidance for handling Renovate dependency update pull requests.

Agent install support

Install steps for Claude Code, Codex, Gemini, and Cursor skill folders.

How to get it

  1. 1Run
    $ npx skills add https://github.com/sivaprasadreddy/sivalabs-agent-skills
    
    # Installing specific skill
    $ npx skills add https://github.com/sivaprasadreddy/sivalabs-agent-skills --skill spring-boot

README

SivaLabs Skills for AI Coding Agents

A collection of skills/guidelines for building applications using AI Agents.

Skills

Usage

$ npx skills add https://github.com/sivaprasadreddy/sivalabs-agent-skills

# Installing specific skill
$ npx skills add https://github.com/sivaprasadreddy/sivalabs-agent-skills --skill spring-boot

Manual Installation

Copy the desired skills (skills/spring-boot, etc) at project-level (project/.claude/skills/spring-boot) or user-level (~/.claude/skills/spring-boot).

  • Claude Code: project/.claude/skills/ or ~/.claude/skills/
  • Codex: project/.codex/skills/ or ~/.codex/skills/
  • Gemini: project/.gemini/skills/ or ~/.gemini/skills/
  • Cursor: project/.cursor/skills/ or ~/.cursor/skills/
# Install at project-level for all supporting agents
$ curl -fsSL https://raw.githubusercontent.com/sivaprasadreddy/sivalabs-agent-skills/refs/heads/main/install.sh | bash

# Install at project-level for selected agents
$ curl -fsSL https://raw.githubusercontent.com/sivaprasadreddy/sivalabs-agent-skills/refs/heads/main/install.sh | bash -s -- --agent claude --agent codex

# Install at user-level for all supporting agents
$ curl -fsSL https://raw.githubusercontent.com/sivaprasadreddy/sivalabs-agent-skills/refs/heads/main/install.sh | bash -s -- --user

# Install at user-level for selected agents
$ curl -fsSL https://raw.githubusercontent.com/sivaprasadreddy/sivalabs-agent-skills/refs/heads/main/install.sh | bash -s -- --user --agent claude --agent codex

References

Files in the repo

Repository payload8 top-level entries
  • .claude-plugin
  • agents
  • skills
  • .gitignore
  • AGENTS.md
  • install.sh
  • LICENSE
  • README.md

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More skills

obra/
superpowers

An agentic skills framework & software development methodology that works.

285k
1 add

Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.

117k
1 add
Vincentwei1021/
anything2explainer

Topic in, narrated explainer video out. A Claude Code / Codex skill that turns any topic into a black-canvas motion-graphics explainer video with TTS voiceover, subtitles and a chapter progress bar. Chinese or English; every frame drawn in code with Remotion.

666

Open-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)

71k