project-careti: Skill for Claude Code

.agents/skills/minor-version-update/SKILL.md

minor-version-update is a skill for Claude Code, Codex from caretive-ai/project-careti. It costs 0 tokens per session (1,291 once invoked), scanned A, original, Apache-2.0.

A release checklist for minor 0.4.x updates of the Caret project. It covers reviewing Git changes and updating user and developer documentation.

In plain words
What is it for?
Use it when releasing a minor version, reviewing commits and changed files, deciding what belongs in each document, and asking the user how updates should be recorded.
Why use it?
It helps keep version notes, changelogs, documentation, and announcements consistent with the actual changes.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for cline. Also seen: installed under .agents/ (shared by several agents); built for cline.

This is caretive-ai/project-careti's own configuration. It tells Claude Code and Codex how to work on project-careti 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 project-careti configures →

Reuse

Borrowing it

Nothing to install: this file belongs to caretive-ai/project-careti. 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/caretive-ai/project-careti/main/.agents/skills/minor-version-update/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/caretive-ai/project-careti

Made for: Claude Code, Codex.

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 minor-version-update

README.md
[![agentmods](https://agentmods.dev/badge/skills/caretive-ai/project-careti/minor-version-update/github.svg)](https://agentmods.dev/skills/caretive-ai/project-careti/minor-version-update)
Your own site
<a href="https://agentmods.dev/skills/caretive-ai/project-careti/minor-version-update"><img src="https://agentmods.dev/badge/skills/caretive-ai/project-careti/minor-version-update/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 minor-version-update

Your own site · 80×15
<a href="https://agentmods.dev/skills/caretive-ai/project-careti/minor-version-update"><img src="https://agentmods.dev/badge/skills/caretive-ai/project-careti/minor-version-update.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,291 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: 2 findings, 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 Rogue Agent · line 1
    Skill modifies its own code, configuration, or behavior at runtime. Self-modification enables an agent to escalate privileges, disable safety constraints, or install persistent backdoors.
    Fix: Prevent the skill from modifying its own code, SKILL.md, or configuration files. Treat skill files as read-only at runtime.
  • medium Agent Snooping · line 168
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
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.00000 $0.01291
Opus 5 $0.00000 $0.00646
Sonnet 5 $0.00000 $0.00258
Haiku 4.5 $0.00000 $0.00129

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

Security

Grade A, and why

minor-version-update 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.

.agents/skills/minor-version-update/SKILL.md · 169 lines

How it starts

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

Minor Version Update Skill

Overview

Caret의 마이너 버전 업데이트(0.4.x) 시 수행해야 하는 작업들을 정의합니다.

When to Use

  • 마이너 버전 업데이트 배포 시 (예: 0.4.5 → 0.4.6)
  • README/CHANGELOG/docs 업데이트가 필요할 때

Step 1: Git 변경사항 분석

마지막 태그 또는 버전 이후의 변경사항을 확인합니다:

# 마지막 버전 태그 이후 커밋 확인
git log --oneline $(git describe --tags --abbrev=0)..HEAD

# 또는 특정 커밋 이후
git log --oneline <last-version-commit>..HEAD

# 변경된 파일 목록
git diff --name-only $(git describe --tags --abbrev=0)..HEAD

Step 2: 사용자 확인 (필수)

AI는 작업 전 반드시 다음을 사용자에게 확인해야 합니다:

2-1. 문서 유형 구분

문서 유형 파일 특징
사용자용 README, docs.careti.ai, announcement 사용자에게 어필, 중요 기능만
개발자용 CHANGELOG.md 실제 로그, 모든 변경사항

2-2. 확인할 질문들

  1. 업데이트 방식:

    • 이전 버전 내용에 추가할까요? (사용자용 권장)
    • 새로 덮어쓸까요? (개발자용 CHANGELOG)
  2. 포함할 내용:

    • 버그패치/링크수정 같은 사소한 변경은 제외할까요? (사용자용 권장)
    • 모든 변경사항을 포함할까요? (개발자용 CHANGELOG)
  3. announcement 업데이트:

    • 이번 업데이트도 announcement에 포함할까요?
    • 개발자가 아닌 일반 사용자에게 중요한 변경인가요?

Step 3: 문서별 업데이트 규칙

사용자용 문서 (README, docs, announcement)

규칙:

  • 버전 번호만 올리고, 이전 버전 내용에 새 내용 추가
  • 버그패치/리팩터링/링크수정 등 사소한 변경은 제외
  • 사용자에게 어필할 수 있는 중요 기능만 포함

예시 (0.4.5 → 0.4.6):

## 🎉 v0.4.6

- 🎁 **Free Credits Promo** — 새 기능 (0.4.6)
- 🤖 **GLM-4.7** — 기존 기능 (0.4.5)
- 🖼️ **Image Tools** — 기존 기능 (0.4.5)
...

개발자용 문서 (CHANGELOG.md)

규칙:

  • 이전 버전 유지, 새 버전 위에 추가
  • 모든 변경사항 포함 (버그패치, 리팩터링 등)
  • 날짜와 함께 기록

예시:

## [0.4.6] 2026-01-19

### ✨ Improved
- **Dynamic branding**: 하드코딩 "Cline" → 동적 브랜드명

### Fixed
- **README links**: 다국어 README 링크 수정

---

## [0.4.5] 2026-01-18
(기존 내용 유지)

Step 4: 파일별 수정 위치

README.md

  • [v0.4.x Update] 배너 텍스트
  • ## 🎉 v0.4.x 섹션

docs.careti.ai (7개 언어)

docs-ko/getting-started/what-is-careti.mdx
docs-en/getting-started/what-is-careti.mdx
docs-ja/getting-started/what-is-careti.mdx
docs-zh/getting-started/what-is-careti.mdx
docs-fr/getting-started/what-is-careti.mdx
docs-de/getting-started/what-is-careti.mdx
docs-ru/getting-started/what-is-careti.mdx

Read the full file on GitHub · 169 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 · 169 lines · 0 tokens per session scan A 7f3a217c2926

Subscribe to this mod's changes

minor-version-update is a skill published in the GitHub repository caretive-ai/project-careti (47 stars, last pushed 1mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 1,291 tokens. 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

batch

Research and plan a large-scale change, then execute it in parallel across 5–30 isolated worktree agents that each open a PR.

asgeirtj/system_prompts_leaks · 30 tokens

release-jetbrains

Use when releasing the Kilo JetBrains plugin -- resolve a version ("next rc" or explicit), run the prepare workflow, edit and commit a filtered human-readable changelog on the release PR, then watch publish to completion.

Kilo-Org/kilocode · 50 tokens

ship

Ship workflow: detect + merge base branch, run tests, review diff, bump VERSION, update CHANGELOG, commit, push, create PR. Use when asked to "ship", "deploy", "push to main", "create a PR", "merge and push", or "get it deployed". Proactively invoke this skill (do NOT push/PR directly) when the user says code is…

GCWing/BitFun · 105 tokens

prepare-release

Prepare a new release by collecting commits, generating bilingual release notes, updating version files, and creating a release branch. Use when asked to prepare/create a release, bump version, or run /prepare-release.

CherryHQ/cherry-studio · 44 tokens

memstack-development-changelog-generator

Use when the user says 'generate changelog', 'update changelog', 'what changed', 'release notes', 'write changelog', or needs a formatted CHANGELOG.md from git commit history. Do NOT use for diary entries, git log viewing, or commit message writing.

cwinvestments/memstack · 63 tokens

release-clisbot

Release clisbot safely to npm and GitHub. Use when Codex is asked to prepare, validate, bump, publish, tag, or document a clisbot beta release, next beta release, or official stable/latest release, including release notes, migration notes, GitHub release notes, npm dist-tags, and post-publish verification.

longbkit/clisbot · 74 tokens