jspecify-skill — for Claude Code jspecify-skill, hilla-folioman, community, for Claude Code, ide skills, hilla-spring-boot-starter, mongodb-database, postgresql-database, spring-boot, spring-modulith

v1.0.0

Об этом навыке

Подходящий сценарий: Ideal for AI agents that need jspecify provides a set of annotations to explicitly declare the nullness expectations of the java. Локализованное описание: Website when end user can search for mutual funds, check portfolio Jspecify provides a set of annotations to explicitly declare the nullness expectations of the Java code. It covers hilla-spring-boot-starter, mongodb-database, postgresql-database workflows. This AI agent

Возможности

Jspecify provides a set of annotations to explicitly declare the nullness expectations of the Java
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.
<groupId org.jspecify</groupId

# Core Topics

rajadilipkolli rajadilipkolli
[2]
[0]
Updated: 4/24/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 8/11

This page remains useful for teams, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
8/11
Quality Score
46
Canonical Locale
en
Detected Body Locale
en

Подходящий сценарий: Ideal for AI agents that need jspecify provides a set of annotations to explicitly declare the nullness expectations of the java. Локализованное описание: Website when end user can search for mutual funds, check portfolio Jspecify provides a set of annotations to explicitly declare the nullness expectations of the Java code. It covers hilla-spring-boot-starter, mongodb-database, postgresql-database workflows. This AI agent

Зачем использовать этот навык

Рекомендация: jspecify-skill helps agents jspecify provides a set of annotations to explicitly declare the nullness expectations of the java. Website when end user can search for mutual funds, check portfolio Jspecify

Подходит лучше всего

Подходящий сценарий: Ideal for AI agents that need jspecify provides a set of annotations to explicitly declare the nullness expectations of the java.

Реализуемые кейсы использования for jspecify-skill

Сценарий использования: Applying Jspecify provides a set of annotations to explicitly declare the nullness expectations of the Java
Сценарий использования: Applying Add jSpecify support in Maven projects
Сценарий использования: Applying If you are using Maven, then add the jspecify dependency in pom.xml

! Безопасность и ограничения

  • Ограничение: Requires repository-specific context from the skill documentation
  • Ограничение: Works best when the underlying tools and dependencies are already configured

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is jspecify-skill?

Подходящий сценарий: Ideal for AI agents that need jspecify provides a set of annotations to explicitly declare the nullness expectations of the java. Локализованное описание: Website when end user can search for mutual funds, check portfolio Jspecify provides a set of annotations to explicitly declare the nullness expectations of the Java code. It covers hilla-spring-boot-starter, mongodb-database, postgresql-database workflows. This AI agent

How do I install jspecify-skill?

Run the command: npx killer-skills add rajadilipkolli/hilla-folioman/jspecify-skill. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for jspecify-skill?

Key use cases include: Сценарий использования: Applying Jspecify provides a set of annotations to explicitly declare the nullness expectations of the Java, Сценарий использования: Applying Add jSpecify support in Maven projects, Сценарий использования: Applying If you are using Maven, then add the jspecify dependency in pom.xml.

Which IDEs are compatible with jspecify-skill?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for jspecify-skill?

Ограничение: Requires repository-specific context from the skill documentation. Ограничение: Works best when the underlying tools and dependencies are already configured.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add rajadilipkolli/hilla-folioman/jspecify-skill. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use jspecify-skill immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

jspecify-skill

Install jspecify-skill, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

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.

xml
1<dependencies> 2 <dependency> 3 <groupId>org.jspecify</groupId> 4 <artifactId>jspecify</artifactId> 5 <version>1.0.0</version> 6 </dependency> 7</dependencies> 8 9<build> 10 <plugins> 11 <plugin> 12 <groupId>org.apache.maven.plugins</groupId> 13 <artifactId>maven-compiler-plugin</artifactId> 14 <version>3.14.1</version> 15 <configuration> 16 <release>25</release> 17 <encoding>UTF-8</encoding> 18 <fork>true</fork> 19 <compilerArgs> 20 <arg>-XDcompilePolicy=simple</arg> 21 <arg>--should-stop=ifError=FLOW</arg> 22 <arg>-Xplugin:ErrorProne -XepDisableAllChecks -Xep:NullAway:ERROR -XepOpt:NullAway:OnlyNullMarked -XepOpt:NullAway:JSpecifyMode=true</arg> 23 <arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED</arg> 24 <arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED</arg> 25 <arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED</arg> 26 <arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED</arg> 27 <arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED</arg> 28 <arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED</arg> 29 <arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED</arg> 30 <arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED</arg> 31 <arg>-J--add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED</arg> 32 <arg>-J--add-opens=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED</arg> 33 </compilerArgs> 34 <annotationProcessorPaths> 35 <path> 36 <groupId>com.google.errorprone</groupId> 37 <artifactId>error_prone_core</artifactId> 38 <version>2.42.0</version> 39 </path> 40 <path> 41 <groupId>com.uber.nullaway</groupId> 42 <artifactId>nullaway</artifactId> 43 <version>0.12.12</version> 44 </path> 45 </annotationProcessorPaths> 46 </configuration> 47 </plugin> 48 </plugins> 49</build>

Add jSpecify support in Gradle projects

If you are using Gradle, then add the jspecify dependency. In build.gradle or build.gradle.kts, update or add the following jspecify configuration.

groovy
1plugins { 2 id("net.ltgt.errorprone") version "4.3.0" 3} 4 5tasks.withType(JavaCompile).configureEach { 6 options.errorprone { 7 disableAllChecks = true // Other error prone checks are disabled 8 option("NullAway:OnlyNullMarked", "true") // Enable nullness checks only in null-marked code 9 error("NullAway") // bump checks from warnings (default) to errors 10 option("NullAway:JSpecifyMode", "true") // https://github.com/uber/NullAway/wiki/JSpecify-Support 11 } 12 // Keep a JDK 25 baseline 13 options.release = 25 14} 15 16dependencies { 17 implementation("org.jspecify:jspecify:1.0.0") 18 errorprone("com.google.errorprone:error_prone_core:2.42.0") 19 errorprone("com.uber.nullaway:nullaway:0.12.12") 20}

Add @NullMarked to package-info.java files

In every java package under the application main source code (src/main/java), create package-info.java if not exists already, and add the @NullMarked annotation as follows:

java
1@org.jspecify.annotations.NullMarked 2package com.mycompnay.myproject;

If package-info.java file already exists, update the file to add @org.jspecify.annotations.NullMarked annotation. DO NOT REMOVE ANY OTHER EXISTING CODE IN package-info.java FILE.

Verify jSpecify support

If python is installed, after adding the jSpecify support, run scripts/verify_nullmarked.py to check if all non-empty packages has package-info.java file or not.

Связанные навыки

Looking for an alternative to jspecify-skill or another community skill for your workflow? Explore these related open-source skills.

Показать все

openclaw-release-maintainer

Logo of openclaw
openclaw

Локализованное описание: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

widget-generator

Logo of f
f

Локализованное описание: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor

flags

Logo of vercel
vercel

Локализованное описание: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
Браузер

pr-review

Logo of pytorch
pytorch

Локализованное описание: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
Разработчик