sivaprasadreddy/sivalabs-agent-skills
Plugin Claude Code
Plugin marketplace listing 1 plugin: java-dev.
sivaprasadreddy/sivalabs-agent-skills
Plugin Claude Code
Plugin marketplace listing 1 plugin: java-dev.
sivaprasadreddy/sivalabs-agent-skills
Plugin Claude Code
A collection of agents, skills, hooks, commands, and rules for AI Agentic development workflow.
sivaprasadreddy/sivalabs-agent-skills
Instructions file CodexOpenCode
Instructions for sivaprasadreddy/sivalabs-agent-skills, covering agent instructions, installation methods, method 1: claude code plugin installation, add the agent-skills marketplace and install plugins.
sivaprasadreddy/sivalabs-agent-skills
Agent
Use this agent when the user has recently written or modified code and wants feedback on code quality, design, potential bugs, or architectural improvements. This agent should be invoked proactively after logical chunks of work are completed, such as: Example 1: user: "I've just implemented the book rating feature…
sivaprasadreddy/sivalabs-agent-skills
Skill Claude CodeCodex
Review Java code for bugs, duplicate code, correctness risks, maintainability improvements, and missing tests. By default review files modified in git; when the user explicitly names files, classes, packages, or a diff, review that scope instead. Generate a detailed review.md report with actionable comments and fixes.
sivaprasadreddy/sivalabs-agent-skills
Skill Claude CodeCodex
Use this skill when asked to perform any of the following actions in a Java project: To add jspecify support To prevent NullPointerExceptions To better handle Nullability This skill will add jspecify dependency, configure Maven or Gradle build to automatically use jspecify for checking Nullability issues.
sivaprasadreddy/sivalabs-agent-skills
Skill Claude CodeCodex
Collaboratively design, implement, review, and refine software features with a human developer using an iterative pair programming workflow. Prioritize understanding, explicit approval, small reviewable changes, and synchronized specifications.
sivaprasadreddy/sivalabs-agent-skills
Skill Claude CodeCodex
Use when the user wants to create/generate/scaffold a new Spring Boot project (Maven or Gradle, REST API / Web App / Spring Boot + Angular full stack). Derives progen CLI inputs from the user's plain-English project description, asks for any missing mandatory info, ensures the progen binary is available, and runs it…
sivaprasadreddy/sivalabs-agent-skills
Skill Claude CodeCodex
Build Spring Boot 4.x applications following the best practices. Use this skill: When developing Spring Boot applications using Spring MVC, Spring Data JPA, Spring Modulith, Spring Security To create recommended Spring Boot package structure To implement REST APIs, entities/repositories, service layer, modular…
sivaprasadreddy/sivalabs-agent-skills
Skill Claude CodeCodex
Verifies whether code follows Spring Modulith code structure or not. Show list of violations along with recommendations on how to fix them. Use this skill: When reviewing Spring Boot applications which uses Spring Modulith When verifying whether Spring Boot application code follows Spring Modulith package structure.
sivaprasadreddy/sivalabs-marketplace
Plugin Claude Code
Plugin marketplace listing 1 plugin: spring-boot-dev.
sivaprasadreddy/sivalabs-marketplace
Plugin Claude Code
Plugin for Spring Boot application development.
sivaprasadreddy/sivalabs-marketplace
MCP server Claude CodeCodexCursor +2
Context7's hosted MCP server: up-to-date library documentation and code examples on demand. Remote server at mcp.context7.com.
sivaprasadreddy/sivalabs-marketplace
Skill Claude CodeCodex
Creates JPA entities following best practices.
sivaprasadreddy/sivalabs-marketplace
Skill Claude CodeCodex
Creates recommended package structure for Spring Boot projects.
sivaprasadreddy/sivalabs-marketplace
Skill Claude CodeCodex
Creates Spring Data JPA repositories following best practices.
sivaprasadreddy/sivalabs-marketplace
Skill Claude CodeCodex
Creates Spring REST APIs following best practices.
sivaprasadreddy/sivalabs-marketplace
Skill Claude CodeCodex
Creates Spring Service classes following best practices.
Instructions file CodexOpenCode
AGENTS.md instructions for sivaprasadreddy/sdd-skills, covering ai agent context, what this repo is, sdd workflow, key files and their roles and skill file format.
Instructions file
Claude Code instructions for sivaprasadreddy/sdd-skills, a project described as: Agent Skills for Spec Driven Development.
Skill Claude CodeCodex
SDD step 7. Archive feature.md and plan.md into docs/specs-archive/ - / directory, then update docs/project.md with the new feature, and any architecture decisions made. Use after /sdd-review is complete and the feature is ready to merge.
Skill Claude CodeCodex
SDD step 1. Analyse a feature request and produce a detailed feature.md spec. Use when the user describes a new feature they want to build. Asks for missing details before writing the spec.
Skill Claude CodeCodex
SDD step 4. Read plan.md and implement the feature step by step, then verify all acceptance criteria are met. Use after /sdd-plan has produced plan.md.
Skill Claude CodeCodex
SDD step 0. Analyse the project codebase and create docs/project.md with tech stack, architecture, and conventions. Run once before starting SDD in a new project. If docs/project.md already exists, asks whether to regenerate it.