personal-os-setup: Skill for Claude Code

.claude/skills/docs-site/SKILL.md

docs-site is a skill for Claude Code from AmineDjeghri/personal-os-setup. It costs 84 tokens per session (958 once invoked), scanned A, original, MIT.

A guide for editing and publishing the project’s MkDocs documentation website. MkDocs turns Markdown files into a browsable documentation site.

In plain words
What is it for?
Use it to add documentation pages, preview or deploy the site, fix missing pages, and update documentation build exclusions.
Why use it?
It explains the project’s unusual documentation layout and prevents new files or directories from being accidentally published or left out. It also identifies which API pages are generated automatically.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is AmineDjeghri/personal-os-setup's own configuration. It tells Claude Code how to work on personal-os-setup 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 personal-os-setup configures →

Reuse

Borrowing it

Nothing to install: this file belongs to AmineDjeghri/personal-os-setup. 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/AmineDjeghri/personal-os-setup/main/.claude/skills/docs-site/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/AmineDjeghri/personal-os-setup

Made for: Claude Code.

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-site

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/aminedjeghri/personal-os-setup/docs-site"><img src="https://agentmods.dev/badge/skills/aminedjeghri/personal-os-setup/docs-site.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 958 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 pass 7 Sept 2026
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.00084 $0.00958
Opus 5 $0.00042 $0.00479
Sonnet 5 $0.00017 $0.00192
Haiku 4.5 $0.00008 $0.00096

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

Security

Grade A, and why

docs-site 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 11d 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.

.claude/skills/docs-site/SKILL.md · 36 lines

How it starts

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

Docs site (properdocs/mkdocs) in personal-os-setup

The config file is properdocs.yml at repo root (not the conventional mkdocs.yml).

The one thing to know before touching anything here

docs_dir: . — the entire repo root is the mkdocs source, not a docs/ subfolder in the usual sense. This is why README.md, CHANGELOG.md, and CONTRIBUTING.md at repo root are directly part of the published site (see the nav: block). It also means any new top-level directory you add to the repo is crawled into the docs build unless excluded. The mkdocs-exclude plugin's glob list in properdocs.yml is what keeps .venv/**, dist/**, .ruff_cache/**, .github/**, etc. out.

If you add a new top-level directory (a cache dir, a build output dir, a new tool's data dir) — add it to that exclude list in properdocs.yml, or it may get published. The mkdocs-same-dir plugin is the other half of making docs_dir: . work at all.

Auto-generated pages — don't hand-maintain these

  • scripts/gen_doc_stubs.py (via the gen-files plugin) walks src/**/*.py and generates one API-reference stub per module under package/<path>.md (::: <dotted.module.path> mkdocstrings directive) plus package/SUMMARY.md. Adding a new Python module under src/ automatically gets an API-reference page — no manual nav edit needed. Skips __init__.py files.
  • scripts/gen_example_pages.py does the same for docs/examples/**/*.py, pulling each file's module docstring (via ast.get_docstring) into docs/examples/index.md's table. A SyntaxError in an example file is swallowed silently — the build won't fail, the example just loses its description in the index.
  • literate-nav (nav_file: SUMMARY.md) drives the API Reference:/examples sub-navs from those generated SUMMARY.md files.

Adding a genuinely new hand-written doc page

Files added under docs/ generally surface automatically via same-dir/mkdocs-material's directory conventions. If it needs a specific slot in the top-level nav, edit properdocs.yml's nav: list directly. Always verify with a local preview — don't assume placement; auto-discovery interacting with docs_dir: . is not always intuitive.

Read the full file on GitHub · 36 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. 11d ago First seen · 36 lines · 84 tokens per session scan A c1bc583eeb6c

Subscribe to this mod's changes

docs-site is a skill published in the GitHub repository AmineDjeghri/personal-os-setup (602 stars, last pushed 2d ago), licensed MIT. It adds 84 tokens to every session and 958 once invoked, about $0.0004 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

hula-skill

HuLa project skill for frontend (Vue 3 + Vite + UnoCSS + Naive UI/Vant), backend (Tauri v2 + Rust + SeaORM/SQLite), full-stack flows, and build/release work. Use when the user mentions hula or HuLa or requests changes in this repository; after triggering, ask which scope (frontend/backend/fullstack/build-release) to…

HuLaSpark/HuLa · 86 tokens

microsoft-powertoys

Comprehensive operational skill specification for Anthropic Claude to automate, script, troubleshoot, and optimize Microsoft PowerToys, FancyZones, PowerToys Run, Keyboard Manager, Awake, and settings.json automation.

alivirgo/Major-AI-Skills · 48 tokens

eartrumpet

Comprehensive operational skill specification for Anthropic Claude to automate, script, troubleshoot, and optimize EarTrumpet, Windows Core Audio APIs (WASAPI), pycaw audio session automation, and per-app endpoint routing.

alivirgo/Major-AI-Skills · 49 tokens

flow-launcher

Comprehensive operational skill specification for Anthropic Claude to automate, script, troubleshoot, and optimize Flow Launcher, C# / Python JSON-RPC plugins, plugin.json manifests, and Everything search integration.

alivirgo/Major-AI-Skills · 43 tokens

wsl-bash-crlf-or-tempfile

When a Windows shell (PowerShell/cmd) feeds a bash script into WSL, CRLF line endings can corrupt the first shell builtin; force LF or pipe via a temp file.

chen3feng/agent-skills · 48 tokens

wsl-networking-mode-dns-fallback

When WSL's mirrored networking fails and falls back to "None", plus /etc/wsl.conf has generateResolvConf=false, the distro has no DNS; fix both layers.

chen3feng/agent-skills · 47 tokens