Reusable Agent Skills

TVL AI Skills

A compact list of reusable skills for AI assistants. Each skill lives in the public TVL Skills repository and can be installed into compatible Agent Skills tools.

Skills index

Available skills

Six skills, each with a dedicated page for concepts, example prompts, and installation commands.

tvl-write-linkedin-post

Draft and validate structured LinkedIn posts using CROFTAFC and LinkedIn Writing Protocol v3.

tvl-design-diagram

Turn rough systems, workflows, and decision gates into clear Mermaid diagrams with an Ethical AI check.

tvl-ethical-ai-audit

Audit drafts, claims, citations, plans, and agent behavior for EthicalAI failure modes.

tvl-confirmation-bias-audit

Audit conclusions for one-sided evidence, missing alternatives, and failure to falsify.

tvl-seo-geo-audit

Audit pages for technical SEO, accessibility, structured data, multilingual hygiene, and AI answer visibility.

tvl-build-free-website

Build simple static websites and publish them for free with GitHub Pages.

How it works

From install to structured output

A skill is a reusable set of instructions your AI assistant loads on demand. Install once, then invoke it whenever the task matches.

1

Install the skills

One command copies the skills from the public GitHub repository into your Agent Skills tool.

Works in Claude Code, ChatGPT/Codex, and compatible tools
2

Invoke a skill

Mention the skill by name — for example $tvl-seo-geo-audit — or simply describe the task and let the assistant pick the matching skill.

Same instructions, same behavior, every run
3

Review the output

Each skill returns a defined format: a validated LinkedIn post, a Mermaid diagram, or an audit report with clear verdicts.

Structured results you can check, not guess
Quick install

Add the skills to your tools

All skills live in the public TVL Skills repository and install with the Agent Skills CLI.

Install all TVL skills

$ npx skills add danlex/tvl-skills

Install a single skill

$ npx skills add danlex/tvl-skills --skill tvl-seo-geo-audit

Ask Claude Code to install one

Install the skill tvl-write-linkedin-post from danlex/tvl-skills into Claude Code, then list the installed skills to confirm it is available.

Example prompt

Use $tvl-seo-geo-audit to audit https://academy.tvl.tech/en/skills/ for technical SEO, accessibility, structured data, multilingual hygiene, and AI answer visibility.
Looking for more detail? Each skill page covers the concepts behind the skill, ready-to-paste prompts, and per-skill installation commands.