lenserfight: Skill for Codex

.agents/skills/docs-publication-manager/SKILL.md

docs-publication-manager is a skill for Codex from conectlens/lenserfight. It costs 57 tokens per session (941 once invoked), scanned A, original, MIT.

A documentation workflow for creating and improving technical documents such as READMEs, public guides, contribution instructions, and translated documentation.

In plain words
What is it for?
Use it to improve documentation navigation, write onboarding and contribution guides, add new pages, and prepare English-first translations or locale stubs.
Why use it?
It turns scattered implementation details into shorter, clearer documents and checks that language versions have the required structure.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents).

This is conectlens/lenserfight's own configuration. It tells Codex how to work on lenserfight 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 lenserfight configures →

Reuse

Borrowing it

Nothing to install: this file belongs to conectlens/lenserfight. 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/conectlens/lenserfight/main/.agents/skills/docs-publication-manager/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/conectlens/lenserfight

Made for: 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 docs-publication-manager

README.md
[![agentmods](https://agentmods.dev/badge/skills/conectlens/lenserfight/docs-publication-manager.svg)](https://agentmods.dev/skills/conectlens/lenserfight/docs-publication-manager)
Your own site
<a href="https://agentmods.dev/skills/conectlens/lenserfight/docs-publication-manager"><img src="https://agentmods.dev/badge/skills/conectlens/lenserfight/docs-publication-manager.svg" alt="Measured on agentmods" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 941 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.
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.00057 $0.00941
Opus 5 $0.00028 $0.00470
Sonnet 5 $0.00011 $0.00188
Haiku 4.5 $0.00006 $0.00094

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

Security

Grade A, and why

docs-publication-manager 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 8d 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/docs-publication-manager/SKILL.md · 77 lines

How it starts

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

Docs Publication Manager

Use when

  • README or docs structure needs improvement
  • Internal knowledge must be turned into compact public docs
  • The repo needs clearer onboarding or contribution guidance
  • A new doc page needs to be added for English and/or any supported locale
  • Translated stubs need to be filled in or checked

Workflow

  1. Identify audience, document goal, and missing information.
  2. Produce concise, navigable markdown with minimal redundancy.
  3. Return document structure, edits, and follow-up gaps.
  4. For new pages: create English first, then create stubs for any locales where the English page is marked stable.
  5. For any locale page: verify frontmatter lang is set and a fallback link to English exists.

Language rules

Default language: English

  • All documentation must be written in English first.
  • English docs live at docs/<section>/<slug>.md.
  • VitePress serves English at / (root locale).

Supported locales

Code Label Status Root
en English Complete docs/
tr Türkçe WIP docs/tr/
es Español Stub docs/es/
fr Français Stub docs/fr/
de Deutsch Stub docs/de/
zh 中文 Stub docs/zh/
ja 日本語 Stub docs/ja/
ko 한국어 Stub docs/ko/
ru Русский Stub docs/ru/
pt Português Stub docs/pt/
it Italiano Stub docs/it/

Page rules for every locale

  • Mirror the English path exactly: docs/{locale}/{same/path}.md
  • Required frontmatter: lang: {locale} and title: {translated title}
  • Stubs must contain a blockquote linking to the English version
  • Do not write inaccurate or machine-translated content — use stubs until a reviewer approves
  • Stub pattern (adapt wording to the target language):
    > This page has not yet been translated. [View the English version.](/<english-path>)
    

Turkish (/tr/) — additional rules

  • Stubs use: > Bu sayfa henüz tam olarak Türkçeye çevrilmemiştir. [İngilizce sürümünü görüntüle.](/<english-path>)

Read the full file on GitHub · 77 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 8d ago First seen · 77 lines · 57 tokens per session scan A 38bdb7bab578

Subscribe to this mod's changes

docs-publication-manager is a skill published in the GitHub repository conectlens/lenserfight (18 stars, last pushed 28d ago), licensed MIT. It adds 57 tokens to every session and 941 once invoked, about $0.0003 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.