sivalabs-agent-skills

agent
Security Audit
Pass
Health Pass
  • License — License: MIT
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Community trust — 123 GitHub stars
Code Pass
  • Code scan — Scanned 4 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions — No dangerous permissions requested
Purpose
This tool provides a collection of skill guidelines and instructions designed to help AI coding agents (like Claude Code, Codex, and Gemini) build applications using frameworks like Spring Boot and jSpecify.

Security Assessment
The core files are straightforward text-based guidelines that do not execute code, access sensitive data, or make external network requests. The automated code scan found no dangerous patterns, hardcoded secrets, or requested dangerous permissions. However, the README includes an installation command using `curl | bash`. While standard for this type of setup, piping a remote script directly to the shell bypasses manual review and carries an inherent risk of supply chain attacks if the repository is ever compromised. Overall risk: Low.

Quality Assessment
The project is actively maintained, with its last update happening today. It uses a permissive MIT license, making it fully open source and safe for integration into commercial or personal projects. With over 120 GitHub stars, it has established a solid baseline of community trust and validation among developers.

Verdict
Safe to use, though it is highly recommended to inspect the `install.sh` script manually before running the `curl | bash` command.
SUMMARY

Spring Boot skills for AI coding agents

README.md

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

Reviews (0)

No results found