tenki-public-skills — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited tenki-public-skills (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A small, opinionated marketplace of Claude Code skills from tenki. Each one packages a discipline that tends to get skipped under deadline pressure.
This repo is structured as a Claude Code plugin marketplace. Install the bundle in one command, or browse individual skills below.
In any Claude Code session:
/plugin marketplace add tenki-labs/public-claude-skills
/plugin install tenki-public-skillsThat registers five slash commands: /zk-llm-design, /ml-or-not, /design-ai-experiment, /bokmaal-proof, /reflect.
To update later:
/plugin marketplace update tenki-public-claude-skills| Skill | Trigger | What it does |
|---|---|---|
| zk-llm-design | /zk-llm-design <system> | Walks through threat model, what is being proved, scheme selection (Halo2 / Plonk / STARKs / FHE / TEE), and feasibility for a given LLM size. Produces a one-page design doc with a smallest-viable-v0. |
| ml-or-not | /ml-or-not <problem> | Runs a 7-gate pre-check (rules, stability, data, volume, tolerance, drift, economics) and returns a defended verdict: yes / no / not yet. If no, proposes the cheaper alternative concretely. |
| design-ai-experiment | /design-ai-experiment <change> | Turns a vague AI change into a pre-registered experiment with a falsifiable hypothesis, control condition, sample-size estimate, kill criterion, and a paste-ready pre-registration block. |
| bokmaal-proof | /bokmaal-proof <text> | Six-pass Norwegian bokmål proofreading: anglicisms, sentence rhythm, register drift, pronoun and tone, Språkrådet recommendations, and særskriving. The pass most Norwegian language tools miss. |
| reflect | /reflect <decision, belief, action> | Multi-method structured reflection: first principles, steelmanning, pre-mortem, inversion, stakeholder views, second-order thinking. Surfaces the tensions and lands on a position (HOLDS, CHANGES, or DEFERRED with a resolution path). |
Click a skill name above for the full SKILL.md.
/zk-llm-design | /ml-or-not | /design-ai-experiment | /bokmaal-proof | /reflect
Each one packages a discipline that gets skipped because doing it well takes 30 minutes of structured thinking that no one budgets for. The skills make the structured version cheaper than the unstructured version.
public-claude-skills/
.claude-plugin/
marketplace.json # marketplace registry (Claude Code reads this)
plugins/
tenki-public-skills/
.claude-plugin/
plugin.json # plugin manifest
commands/
zk-llm-design.md # slash command entrypoints
ml-or-not.md
design-ai-experiment.md
bokmaal-proof.md
reflect.md
skills/
zk-llm-design/SKILL.md
ml-or-not/SKILL.md
design-ai-experiment/SKILL.md
bokmaal-proof/SKILL.md
reflect/SKILL.md
LICENSE
README.mdThe skills are plain Markdown with no scripts and no dependencies. To adapt them:
/plugin marketplace update.plugins/tenki-public-skills/skills/ with a SKILL.md, and a corresponding commands/<name>.md with the slash-command entrypoint./ml-or-not, swap the scheme table in /zk-llm-design, or add domain-specific anglicisms to /bokmaal-proof. The skills are short on purpose so they are easy to read end-to-end.PRs welcome if you ship something broadly useful.
This repo follows semantic versioning. Skills are content, not code, so version bumps reflect changes in advice or process, not API breaks:
MIT. See LICENSE.
Built by tenki.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.