piighost: Skill for Claude Code

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

piighost-docs is a skill for Claude Code from Athroniaeth/piighost. It costs 134 tokens per session (11,766 once invoked), scanned A, original, MIT.

A documentation-writing guide for PIIGhost, a project with English and French documentation sites. It explains the required writing style, page structure, diagrams, and inline tags.

In plain words
What is it for?
Use it when editing PIIGhost documentation in the English or French documentation folders.
Why use it?
It helps keep both language versions consistent and makes technical terms understandable by explaining how they work.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions Claude Code.

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

Reuse

Borrowing it

Nothing to install: this file belongs to Athroniaeth/piighost. 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/Athroniaeth/piighost/master/.claude/skills/piighost-docs/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Athroniaeth/piighost

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 piighost-docs

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/athroniaeth/piighost/piighost-docs"><img src="https://agentmods.dev/badge/skills/athroniaeth/piighost/piighost-docs.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 134 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 11,766 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.00134 $0.11766
Opus 5 $0.00067 $0.05883
Sonnet 5 $0.00027 $0.02353
Haiku 4.5 $0.00013 $0.01177

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

Security

Grade A, and why

piighost-docs 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 2d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/audit.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/piighost-docs/SKILL.md · 730 lines

How it starts

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

PIIGhost docs

Overview

PIIGhost ships two parallel documentation sites built with Zensical, an English one (docs/en/) and a French one (docs/fr/). Both are deployed via GitHub Pages.

This skill owns both halves of a doc change, the voice (which mode the page serves, how the text reads, which words it uses) and the plumbing (Zensical build, CSS classes, Mermaid, tables, nav, EN/FR mirroring). Read the voice half before writing, the plumbing half before wiring.

Iron rule: every change applies to both languages. A PR that updates only one will look stale and inconsistent the moment it's published. Same files, same headings, same structure, only the prose differs.

Core principle: write an efficient reference, not a novel. The reader wants to know what the thing does and why, in as few words as possible. Cut every sentence that only announces or dramatises.

When to use

  • Writing or rewriting any page under docs/en/ or docs/fr/.
  • Writing or rewriting the intro/pitch of README.md / README.fr.md.
  • Deciding between "anonymisation" and "dé-identification".
  • Reviewing a draft that feels padded, abstract, or over-narrated.
  • Adding a diagram, a colour-coded table, a nav entry, or a new page.

Not for sentence-level AI-tell cleanup, use the humanizer skill. Not for Python conventions, use piighost-code-style.


Part 1 — Voice

Where each kind of content goes (Diátaxis)

PIIGhost docs follow Diátaxis. Four content modes, each answering a different user need. One page serves one mode. Do not fold reference into a tutorial, or an explanation into a how-to.

Mode User need Where in PIIGhost Example
Tutorial learn by doing, first contact docs/*/getting-started/ quickstart, installation
How-to guide accomplish one task docs/*/examples/ "dé-identifier un thread multi-messages"
Reference look up a fact fast docs/*/reference/ API surface, config keys
Explanation understand why concept pages (architecture, why-…, placeholder-factories, tool-call-strategies, security, limitations) why de-identify at all

Read the full file on GitHub · 730 lines

Files

What ships with it

1 file 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. 2d ago Changed · +356 lines · +27 tokens per session 7cfe182695a8
  2. 10d ago First seen · 374 lines · 107 tokens per session scan A 6c9a662585c9

Subscribe to this mod's changes

piighost-docs is a skill published in the GitHub repository Athroniaeth/piighost (13 stars, last pushed 2d ago), licensed MIT. It adds 134 tokens to every session and 11,766 once invoked, about $0.0007 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

building-pydantic-ai-agents

Build AI agents with Pydantic AI — tools, capabilities (including on-demand loading), structured output, streaming, testing, and multi-agent patterns. Use when the user mentions Pydantic AI, imports pydanticai, or asks to build an AI agent, add tools/capabilities, defer capability loading, stream output, define agents…

pydantic/pydantic-ai · 85 tokens

eu-cra

Expert EU Cyber Resilience Act (CRA) advisor for Regulation (EU) 2024/2847 — mandatory cybersecurity and vulnerability handling requirements for all products with digital elements (PDEs) sold in the EU. Use this skill for gap analysis, product classification (Default / Class I / Class II), conformity assessment route…

Sushegaad/Claude-Skills-Governance-Risk-and-Compliance · 133 tokens

fedramp

Expert guidance for FedRAMP certification and compliance under CR26 (FedRAMP Consolidated Rules for 2026). Use this skill whenever a user asks about FedRAMP authorization, ATO (Authority to Operate), cloud security for federal government, NIST SP 800-53 controls, CSP compliance, or any of the core FedRAMP document…

Sushegaad/Claude-Skills-Governance-Risk-and-Compliance · 236 tokens

gdpr-compliance

Expert GDPR compliance assistant covering all four core workflows: (1) auditing code and systems for GDPR violations, (2) drafting GDPR-compliant documents such as privacy policies, Data Processing Agreements (DPAs), and consent notices, (3) answering GDPR compliance questions with authoritative article citations, and…

Sushegaad/Claude-Skills-Governance-Risk-and-Compliance · 176 tokens

iso42001

Expert ISO 42001 AI Management System (AIMS) compliance advisor. Use this skill whenever a user asks about ISO/IEC 42001:2023, AI governance, AI management systems, AI risk assessment, AI system impact assessment, Annex A controls for AI, Statement of Applicability for AI systems, AI policy, responsible AI, AI…

Sushegaad/Claude-Skills-Governance-Risk-and-Compliance · 173 tokens

nist-800-53

NIST SP 800-53 Rev 5 compliance advisor — all 20 control families (AC, AT, AU, CA, CM, CP, IA, IR, MA, MP, PE, PL, PM, PS, PT, RA, SA, SC, SI, SR), Low/Moderate/High baseline selection, FIPS 199/200 system categorization, control tailoring and overlays, privacy controls (PT family), supply chain risk management (SR…

Sushegaad/Claude-Skills-Governance-Risk-and-Compliance · 177 tokens