add-annotation skillA
add-annotation is agent-read markdown (skill) from pisberg/vibetags: Add a new @AI... guardrail annotation to VibeTags — register it in GuardrailAnnotations, then wire it through every platform renderer, GranularRenderer, BuildFingerprint, and AnnotationValidator, and update all four docs. Use when the user says "add annotation", "new @AI annotation", "add a new guardrail annotation", or wants VibeTags to support a new kind of AI instruction on Java code..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Add an Annotation to VibeTags
Paths and class names below were derived from the codebase at v1.0.0-RC3 (the `NewAnnotationsV5`
wave — `@AIIdempotent`, `@AIFeatureFlag`, `@AISecure` — plus commit `df01cb8`, which fixed
`BuildFingerprint` silently ignoring 12 annotation buckets and is why Step 5 below is not
optional). If a path 404s, `grep -rln "AISecure" vibetags/src/main/java` from the repo root will
re-locate every dispatch point this skill lists — `@AISecure` is the newest full annotation and
touches every one of them.
## Step 1 — Design the annotation
New file: `vibetags-annotations/src/main/java/se/deversity/vibetags/annotations/AIYourName.java`.
- `@Retention(RetentionPolicy.SOURCE)` always — zero runtime cost is a hard invariant of this
library; nothing about the annotation may require `CLASS` or `RUNTIME` retention.
- `@Target({...})` — pick from `TYPE`, `METHOD`, `FIELD`, `PARAMETER` to match the semantic
(e.g. `@AIInputSanitized`/`@AISecureLogging` target `PARAMETER, FIELD`, not `TYPE`).
- String attributes default to `""`, never `null` — every consumption site checks
`.isBlank()`/`.isEmpty()`, never a null-check.
…Read the whole file at its exact version.
How to install
mdr add pisberg/vibetags/add-annotation@git:20260922.cd093aemdr add pisberg/vibetags/add-annotation@sha256:ceb40766c59664d5Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_hviw4h6md7m56vof)
0 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260922.cd093ae latest | 2026-09-22 | cd093ae | 13,776 B | A | view · diff |
| git:20260921.59d159b | 2026-09-21 | 59d159b | 12,208 B | A | view · diff |
| git:20260919.21c1c41 | 2026-09-19 | 21c1c41 | 11,929 B | A | view · diff |
| git:20260919.25000fc | 2026-09-19 | 25000fc | 12,152 B | A | view · diff |
| git:20260820.1cddfe2 | 2026-08-20 | 1cddfe2 | 12,205 B | A | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (13776 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
pisberg/vibetags · 25 stars · license MIT · pushed 2026-09-25 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_hviw4h6md7m56vof GET https://markdownregistry.com/api/v1/resolve?ref=pisberg/vibetags/add-annotation GET https://markdownregistry.com/api/v1/blob/ceb40766c59664d51c57f8761c7dfee56cc1f38c12573cbbbdcdaa96cffbe8f8
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.