autumn: Skill for Cursor

.cursor/skills/autumn-framework-2x/SKILL.md

autumn-framework-2x is a skill for Cursor from henryxm/autumn. It costs 724 tokens per session (8,678 once invoked), scanned A, original, Apache-2.0.

A development guide for Autumn version 2.0.0 projects using Java 8, Spring Boot 2.7.18, MyBatis-Plus 2.x, and the older javax namespace. It is intended for the Autumn master branch or applications locked to that version.

In plain words
What is it for?
Use it when developing or reviewing Autumn 2.0.0 applications, including their modules, data-access code, generators, pages, sites, and bot-related components.
Why use it?
It prevents rules and APIs from the Autumn 3, Java 17, Spring Boot 3, or Jakarta stack being mixed into a version 2 project. It also defines when its constraint checks should be run.

Skill for Cursor

Written for Cursor: installed under .cursor/. Also seen: mentions AGENTS.md.

This is henryxm/autumn's own configuration. It tells Cursor how to work on autumn itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything autumn configures →

Reuse

Borrowing it

Nothing to install: this file belongs to henryxm/autumn. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/henryxm/autumn/master/.cursor/skills/autumn-framework-2x/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/henryxm/autumn

Made for: Cursor.

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 autumn-framework-2x

README.md
[![agentmods](https://agentmods.dev/badge/skills/henryxm/autumn/autumn-framework-2x/github.svg)](https://agentmods.dev/skills/henryxm/autumn/autumn-framework-2x)
Your own site
<a href="https://agentmods.dev/skills/henryxm/autumn/autumn-framework-2x"><img src="https://agentmods.dev/badge/skills/henryxm/autumn/autumn-framework-2x/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 autumn-framework-2x

Your own site · 80×15
<a href="https://agentmods.dev/skills/henryxm/autumn/autumn-framework-2x"><img src="https://agentmods.dev/badge/skills/henryxm/autumn/autumn-framework-2x.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 724 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 8,678 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Prompt Injection · line 12
    Hidden instructions were detected in comments or invisible text. These could contain malicious directives. Manual review is recommended.
    Fix: Audit all comments and invisible characters. Remove any instructions that direct the agent to perform unauthorized actions. Use plain, reviewable content.
How audits are shown
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.00724 $0.08678
Opus 5 $0.00362 $0.04339
Sonnet 5 $0.00145 $0.01736
Haiku 4.5 $0.00072 $0.00868

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

Security

Grade A, and why

autumn-framework-2x 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 10d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.cursor/skills/autumn-framework-2x/SKILL.md · 293 lines

How it starts

The opening of the file, as written. The whole thing — 293 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Autumn 2.x 框架开发(2.0.0 / master)

版本矩阵(本 Skill 唯一适用)

版本 / 约束
Autumn 2.0.0cn.org.autumn:*:2.0.0master 分支)
JDK 1.8(勿按 JDK 17+ / var / 新 API 写法改本线代码)
Spring Boot 2.7.18(父 POM spring-boot-starter-parent
MyBatis-Plus 2.x(与 Boot 2.7 栈一致;以根 pom.xml 属性为准)
Java EE 命名空间 javax.*(非 jakarta.*
3.x 线 禁用本 Skill:Autumn 3.0.0、JDK 17+、Spring Boot 3.5.x 等请用 autumn-framework-3x(在 3.0.0 分支合并并实现后使用)

业务工程须在 AGENTS.md 或首轮对话中写明依赖的 Autumn 主版本,避免 2.x / 3.x 规范混用。

何时启用

  • 当前工作区是 autumn 仓库且检出 master(或维护 2.0.0 标签/分支),或业务工程 Maven 依赖锁定 cn.org.autumn 2.0.0
  • 提到:cn.org.autumnModuleServicegenDaoProviderRuntimeSqlDatabaseTypestaticspagesSitePageAwareautumn.table 等,且 栈为 JDK8 + Boot 2.7
  • 提到:机器人 / Bot / rbt_ / Hook 回调 / message/push / cn.org.autumn.modules.bot / RobotMessageSubscriber(见下文 机器人模块)。

约束扫描(按需)

默认不跑:用户未提及规范体检、合并/CI 自检、constraints-scan约束扫描等时,不要把执行 scripts/constraints-scan 当作本 Skill 的必做步骤。

何时执行:用户或任务明确要求对仓库做与 docs/AI_STANDARDS.md / docs/AI_DATABASE.md 对齐的分组体检、或声明 CI/合并门禁需要脚本结果时,再在任务根目录实际执行(勿只读文档代替执行)。

  1. 命令

    • 本仓库:工作区根执行 bash scripts/constraints-scan(或 bash scripts/constraints-scan .)。
    • 业务仓库且并列 clone 了 autumn:bash ../autumn/scripts/constraints-scan /path/to/business-root(路径按实际调整);若无脚本则从 autumn 仓库拷贝。
    • 依赖rg(ripgrep);可选 AUTUMN_SCAN_SKIP_GEN=1AUTUMN_SCAN_EXTRA=1AUTUMN_SCAN_SKIP_REDIS=1(见脚本头注释)。
  2. 解读输出

    • 按分组 A~H 阅读(H 为 Redis TTL);对照 docs/AI_DATABASE.md §8.5docs/AI_STANDARDS.md
    • 区分真实违规与误报(注释、测试、target/、历史生成代码等)。F 组仅为 gen 路径清单,不计入 TOTAL。
  3. 修复与收尾

    • 任务范围内可确定的违规:直接改代码;超出范围的在回复中列为残留风险
    • 若本次已跑过扫描且改过相关文件,可再跑一次确认未引入新的可修复项(仍属按需,非默认)。

文档加载顺序

所有 AI_*.md 均在仓库 docs/ 下。本仓库内用 @docs/...;业务工程与 autumn 并列时用 @../autumn/docs/...(见 docs/AI_INDEX.md §4)。

Read the full file on GitHub · 293 lines

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. 10d ago First seen · 293 lines · 724 tokens per session scan A d491f4327708

Subscribe to this mod's changes

autumn-framework-2x is a skill published in the GitHub repository henryxm/autumn (49 stars, last pushed 14d ago), licensed Apache-2.0. It adds 724 tokens to every session and 8,678 once invoked, about $0.0036 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

alibaba-java-coding-guidelines-skill

A set of rules for reviewing, generating, and refactoring Java code against Alibaba Java Coding Guidelines, a published style and quality guide. It also covers related Spring, MyBatis, Maven, SQL, database, logging, error-handling, and security code.

ns3154/alibaba-java-coding-guidelines-skill · 60 tokens

azure-security-keyvault-secrets-java

Azure Key Vault Secrets Java SDK for secret management. Use when storing, retrieving, or managing passwords, API keys, connection strings, or other sensitive configuration data.

microsoft/skills · 40 tokens

azure-ai-anomalydetector-java

Build anomaly detection applications with Azure AI Anomaly Detector SDK for Java. Use when implementing univariate/multivariate anomaly detection, time-series analysis, or AI-powered monitoring.

microsoft/skills · 43 tokens

azure-communication-chat-java

Build real-time chat applications with Azure Communication Services Chat Java SDK. Use when implementing chat threads, messaging, participants, read receipts, typing notifications, or real-time chat features.

microsoft/skills · 41 tokens

azure-communication-common-java

Azure Communication Services common utilities for Java. Use when working with CommunicationTokenCredential, user identifiers, token refresh, or shared authentication across ACS services.

microsoft/skills · 35 tokens

union-type-wrappers

Add typed getters and setters over BinaryData properties that represent TypeSpec union types in generated Java models. Use when generated classes expose BinaryData for union-typed fields and you need ergonomic, type-safe accessors instead.

Azure/azure-sdk-for-java · 49 tokens