Spring Boot skills for AI coding agents
# Add to your Claude Code skills
git clone https://github.com/sivaprasadreddy/sivalabs-agent-skillsGuides for using ai agents skills like sivalabs-agent-skills.
Last scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T16:25:10.315Z",
"npmAuditRan": true,
"pipAuditRan": true
}sivalabs-agent-skills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by sivaprasadreddy. Spring Boot skills for AI coding agents. It has 123 GitHub stars.
Yes. sivalabs-agent-skills passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/sivaprasadreddy/sivalabs-agent-skills" and add it to your Claude Code skills directory (see the Installation section above).
sivalabs-agent-skills is primarily written in Python. It is open-source under sivaprasadreddy on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh sivalabs-agent-skills against similar tools.
No comments yet. Be the first to share your thoughts!
A collection of skills/guidelines for building applications using AI Agents.
$ 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
Copy the desired skills (skills/spring-boot, etc) at project-level (project/.claude/skills/spring-boot) or user-level (~/.claude/skills/spring-boot).
project/.claude/skills/ or ~/.claude/skills/project/.codex/skills/ or ~/.codex/skills/project/.gemini/skills/ or ~/.gemini/skills/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