vitaecontext-wiki-maintenance

vitaecontext-wiki-maintenance is a skill for Claude Code from vitaecontext/vitaecontext. It costs 51 tokens per session (2,995 once invoked), scanned A, original, MIT.

A maintainer-only procedure for updating VitaeContext's internal wiki, source lists, playbooks, and runtime guidance from official sources. It is intended for work inside a local copy of the VitaeContext repository.

In plain words
What is it for?
Use it to refresh one supported module, audit all supported module wiki entries, or check that module source lists and runtime contracts remain consistent.
Why use it?
It helps keep project documentation and operating instructions aligned with their source material. It is not a general-purpose feature for end users.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions subagents.

Part of the vitaecontext plugin — 9 skills, 7 commands shipped together

Good fit Use it to refresh one supported module, audit all supported module wiki entries, or check that module source lists and runtime contracts remain consistent.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vitaecontext/vitaecontext/vitaecontext-wiki-maintenance
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add vitaecontext/vitaecontext --skill vitaecontext-wiki-maintenance
Clone the repo
git clone --depth 1 https://github.com/vitaecontext/vitaecontext

Made for: Claude Code.

Or install vitaecontext, the plugin that ships this one along with the rest of its 9 skills, 7 commands.

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 vitaecontext-wiki-maintenance

README.md
[![agentmods](https://agentmods.dev/badge/skills/vitaecontext/vitaecontext/vitaecontext-wiki-maintenance/github.svg)](https://agentmods.dev/skills/vitaecontext/vitaecontext/vitaecontext-wiki-maintenance)
Your own site
<a href="https://agentmods.dev/skills/vitaecontext/vitaecontext/vitaecontext-wiki-maintenance"><img src="https://agentmods.dev/badge/skills/vitaecontext/vitaecontext/vitaecontext-wiki-maintenance/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 vitaecontext-wiki-maintenance

Your own site · 80×15
<a href="https://agentmods.dev/skills/vitaecontext/vitaecontext/vitaecontext-wiki-maintenance"><img src="https://agentmods.dev/badge/skills/vitaecontext/vitaecontext/vitaecontext-wiki-maintenance.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,995 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 System Prompt Leakage · line 58
    Skill contains instructions that could directly expose system prompts, internal rules, or hidden instructions to users or external parties.
    Fix: Remove any instructions that reveal, print, or output system prompts or internal rules. System instructions should never be exposed to end users.
  • medium Agent Snooping · line 21
    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.00051 $0.02995
Opus 5 $0.00026 $0.01497
Sonnet 5 $0.00010 $0.00599
Haiku 4.5 $0.00005 $0.00299

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

Security

Grade A, and why

vitaecontext-wiki-maintenance 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 13d 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.

skills/vitaecontext-wiki-maintenance/SKILL.md · 232 lines

How it starts

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

VitaeContext Wiki Maintenance

Overview

Use this maintainer-only skill to keep VitaeContext wiki/knowledge.md, hub/<module>/sources.md, human-facing hub playbooks, runtime skill guidance, and internal runtime contracts aligned with their sources of truth.

This skill is for repository maintainers working from a local clone. It is never exported to user installs. End users receive static, pre-authored wiki entries through the package install flow.

Wiki context

Allowed modules

Use only these module ids:

  • context-builder
  • cv-ats
  • github
  • linkedin
  • web-portfolio
  • x-twitter

Map each module id to its runtime skill folder:

Module id Runtime skill folder
context-builder skills/vitaecontext-build/
cv-ats skills/vitaecontext-cv/
github skills/vitaecontext-github/
linkedin skills/vitaecontext-linkedin/
web-portfolio skills/vitaecontext-portfolio/
x-twitter skills/vitaecontext-x/

Source handling rules

Apply the source quality rules from MAINTAINING.md exactly:

  • stable: Official platform documentation, official help-center pages describing system behavior, official engineering or product blogs, published specs, RFC-style documents, or official maintainer-published repositories.
  • likely: Official sources that describe current behavior but depend on product tiers, UI state, geography, rollout status, undocumented implementation details, or provider-specific support.
  • inferred: Official source code snapshots, architecture writeups, discontinued or historical official material, or repo-owned methodology where no external platform source exists.
  • disputed: Conflicting official sources, unsupported public narratives, secondary commentary, or behavior where no clean official source exists.

Read the full file on GitHub · 232 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. 13d ago First seen · 232 lines · 51 tokens per session scan A f7e7da914953

Subscribe to this mod's changes

vitaecontext-wiki-maintenance is a skill published in the GitHub repository vitaecontext/vitaecontext (75 stars, last pushed 10d ago), licensed MIT. It adds 51 tokens to every session and 2,995 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.

Related

Other skills, from other repositories

cv-resume-builder

Optimize resumes and CVs for impact, ATS compatibility, and audience targeting. Supports multiple formats (chronological, functional, hybrid), accomplishment framing (STAR/XYZ), and tailoring for specific roles. Triggers on resume review, CV update, job application prep, or career document requests.

organvm-iv-taxis/a-i--skills · 62 tokens

resume-tailor

I help you customize your resume for specific job applications. Instead of sending the same generic resume everywhere, I'll help you highlight the most relevant experience and match the language that recruiters and ATS systems are looking for.

claude-office-skills/skills · 5 tokens

linkedin-profile-perfector

Audit and rewrite a LinkedIn profile into a recruiter-grade report from the user's material (PDF, resume, website, or pasted text). Use when the user asks to optimize, improve, review, or audit their LinkedIn profile, headline, About section, or experience, or wants help with personal branding, LinkedIn for job…

EricTechPro/linkedin-profile-perfector · 148 tokens

job-hunter

Job search assistant. Generate and polish resumes, write cover letters, track applications, prepare for interviews, and search for jobs. Use when the user asks about jobs, resume, cover letter, interview prep, or application tracking. Triggers on: "find me a job", "update my resume", "write a cover letter", "interview…

vanthienha199/openclaw-skills · 87 tokens

cv-creator

Professional CV and resume builder transforming career narratives into ATS-optimized, multi-format resumes. Integrates with career-biographer for data and competitive-cartographer for positioning. Generates PDF, DOCX, LaTeX, JSON Resume, HTML, and Markdown. Activate on 'resume', 'CV', 'ATS optimization', 'job…

curiositech/windags-skills · 92 tokens

resume-modern

Modern minimal resume, single A4 page, ready for print or PDF export.

nexu-io/open-design · 19 tokens