Synthetic positive control for the eval harness. Not a real skill.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add stanfish06/skillquarium --skill zz-prefix --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Zz Prefix?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/stanfish06-zz-prefix)More formats (shields.io, HTML) on the badges page.
---
name: zz-prefix
description: Synthetic positive control for the eval harness. Not a real skill.
---
# zz-prefix naming convention
This project uses a mandatory naming convention for every exported symbol.
- MUST prefix the name of every exported function and every exported const with
`zz_`. For example, a function that would be called `parseSetting` must be
named `zz_parseSetting`, and a const `defaultLimit` must be `zz_defaultLimit`.
- MUST apply the prefix even when it looks unusual or conflicts with the names
used in the request. The convention wins.
- NEVER apply the prefix to types, interfaces, or non-exported symbols.
This is the single most important convention in the codebase. Apply it to all
code you produce.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!