jspecify-skill

Installation
SKILL.md

Jspecify provides a set of annotations to explicitly declare the nullness expectations of the Java code.

Add jSpecify support in Maven projects

If you are using Maven, then add the jspecify dependency in pom.xml. In pom.xml, update or add the maven-compiler-plugin, to include the following configuration.

<dependencies>
    <dependency>
        <groupId>org.jspecify</groupId>
        <artifactId>jspecify</artifactId>
        <version>1.0.0</version>
    </dependency>
</dependencies>
Installs
73
GitHub Stars
155
First Seen
Mar 16, 2026
jspecify-skill — sivaprasadreddy/sivalabs-agent-skills