sdk-version-detector

sdk-version-detector is a skill for Claude Code, Cursor from aborroy/aiup-alfresco. It costs 48 tokens per session (570 once invoked), scanned A, original, Apache-2.0.

A project check that identifies which Alfresco software development kit, or SDK, a Java extension uses: the older in-process Maven style or the separate Spring Boot style.

In plain words
What is it for?
Reading Maven project files and dependencies, identifying the Alfresco SDK and version patterns, and choosing suitable code-generation approaches.
Why use it?
The two SDK types run and are configured differently, so generated Java code must match the project already in use.

Skill for Claude CodeCursor

Written for Claude Code and Cursor: shipped in a Claude Code plugin, but also installed under .cursor/.

Part of the aiup-alfresco plugin — 38 skills, 25 commands, 3 agents, 3 hooks shipped together

Good fit Reading Maven project files and dependencies, identifying the Alfresco SDK and version patterns, and choosing suitable code-generation approaches.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aborroy/aiup-alfresco/sdk-version-detector
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add aborroy/aiup-alfresco --skill sdk-version-detector
Clone the repo
git clone --depth 1 https://github.com/aborroy/aiup-alfresco

Made for: Claude Code, Cursor.

Or install aiup-alfresco, the plugin that ships this one along with the rest of its 38 skills, 25 commands, 3 agents, 3 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for sdk-version-detector

README.md
[![agentmods](https://agentmods.dev/badge/skills/aborroy/aiup-alfresco/sdk-version-detector/github.svg)](https://agentmods.dev/skills/aborroy/aiup-alfresco/sdk-version-detector)
Your own site
<a href="https://agentmods.dev/skills/aborroy/aiup-alfresco/sdk-version-detector"><img src="https://agentmods.dev/badge/skills/aborroy/aiup-alfresco/sdk-version-detector/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for sdk-version-detector

Your own site · 80×15
<a href="https://agentmods.dev/skills/aborroy/aiup-alfresco/sdk-version-detector"><img src="https://agentmods.dev/badge/skills/aborroy/aiup-alfresco/sdk-version-detector.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 570 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00048 $0.00570
Opus 5 $0.00024 $0.00285
Sonnet 5 $0.00010 $0.00114
Haiku 4.5 $0.00005 $0.00057

Measured 9d ago against content hash 064ca3787da3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

sdk-version-detector scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.cursor/skills/sdk-version-detector/SKILL.md · 51 lines

What it actually says

SDK Version Detector

Detect which Alfresco SDK the project uses and report which code generation patterns apply.

Detection Logic

  1. Search for pom.xml in the project root and submodules
  2. Check <parent> <artifactId>:
    • alfresco-sdk-aggregatorIn-Process SDK (Maven)
    • alfresco-java-sdkOut-of-Process SDK (Spring Boot)
  3. If neither parent is found, check for alfresco-java-event-api-spring-boot-starter dependency → Out-of-Process
  4. If still unclear, check for alfresco.platform.version or acs.version properties → In-Process

SDK Types

In-Process SDK (Maven SDK alfresco-sdk-aggregator)

Deploys as a Platform JAR or AMP inside the ACS JVM.

SDK Version ACS Version Java Spring Patterns
4.x (≤4.11) 6.x–7.x 11 5.x Legacy ServiceRegistry, XML-only config
4.x (4.12+) 25.x–26.1 17+ 6.x/Boot 3.x Web Scripts, XML for integration points, Java config for internal wiring

Use for: behaviours, web scripts, actions, content model bootstrap — anything that must run inside the Alfresco JVM.

Out-of-Process SDK (Spring Boot SDK alfresco-java-sdk)

Runs as a separate Spring Boot application outside ACS, connected via ActiveMQ and REST.

SDK Version ACS Version Java Spring Boot Patterns
7.x 25.x–26.1 17+ 3.x @AlfrescoEventListener, standard Spring Boot @Configuration

Use for: event listeners, external integrations, async processing — anything that reacts to repository events over ActiveMQ.

Output

Report:

  • Extension type: In-Process or Out-of-Process
  • Detected SDK and version
  • Detected ACS version
  • Java version requirement
  • For In-Process: whether to use XML or Java-based Spring configuration
  • For Out-of-Process: confirm event API and ActiveMQ configuration patterns
  • Any version-specific warnings
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 51 lines · 48 tokens per session scan A 064ca3787da3

Subscribe to this mod's changes

sdk-version-detector is a skill published in the GitHub repository aborroy/aiup-alfresco (13 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 48 tokens to every session and 570 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

spring-boot-engineer

Generates Spring Boot 3.x configurations, creates REST controllers, implements Spring Security 6 authentication flows, sets up Spring Data JPA repositories, and configures reactive WebFlux endpoints. Use when building Spring Boot 3.x applications, microservices, or reactive Java applications; invoke for Spring Data…

Jeffallan/claude-skills · 91 tokens

java-architect

Use when building, configuring, or debugging enterprise Java applications with Spring Boot 3.x, microservices, or reactive programming. Invoke to implement WebFlux endpoints, optimize JPA queries and database performance, configure Spring Security with OAuth2/JWT, or resolve authentication issues and async processing…

Jeffallan/claude-skills · 67 tokens

112-java-maven-plugins

Use when you need to add or configure Maven plugins in your pom.xml — including quality tools (enforcer, surefire, failsafe, jacoco, pitest, spotbugs, pmd), security scanning (OWASP), code formatting (Spotless), version management, container image build (Jib), build information tracking, and benchmarking (JMH) …

jabrena/plinth · 149 tokens

121-java-object-oriented-design

Use when reviewing, improving, or refactoring Java object-oriented design, including applying SOLID, DRY, or YAGNI; improving classes and interfaces; correcting encapsulation, inheritance, or polymorphism; resolving God Class, Feature Envy, or Data Clumps; and improving object creation, methods, or exception…

jabrena/plinth · 107 tokens

110-java-maven-best-practices

Use when you need to review, improve, or troubleshoot a Maven pom.xml file — including dependency management with BOMs, plugin configuration, version centralization, multi-module project structure, build profiles, or any situation where you want to align your Maven setup with industry best practices. This should…

jabrena/plinth · 115 tokens

111-java-maven-dependencies

Use when you need to add or evaluate Maven dependencies that improve code quality or domain modeling — including nullness annotations (JSpecify), static analysis (Error Prone + NullAway), functional programming (VAVR), architecture testing (ArchUnit), or money and currency support (JavaMoney) — and want a…

jabrena/plinth · 133 tokens