# Resources — Ready-to-install Claude Code skills | Reversed

> Claude Code skills we use every day at Reversed, made agnostic and shared as-is. One command to install, one command to run. Free. Skill content is in French.

Page: https://reversed.ch/en/ressources

## Slides — Reversed Night #01 (Lausanne, 2026-07-08)

### The evening's slides — Relevant AI starts with context

The full deck from the opening talk: why context determines AI relevance, the real architecture of an AIOS (central registry, chain of files pointing to the code), the data / capabilities / automation layers, persistent memory and the practices to apply at home. Content is in French.

- Slides: https://reversednight.reversed.ch
- Navigation: ← / → arrow keys

### Context applied to sales — Charles Perret's slides (Devlo)

The central talk of Reversed Night #01: what context changes about B2B sales and prospecting, by Charles Perret (Devlo). Charles also offers two of his skills, Code Perfect and Expert Council, available further down this page. Content is in French.

- Slides: https://reversednight.devlo.ch

### Context before the model — David Zbinden's slides (Timekraft)

How David runs his business by talking to an AI from his terminal: a second brain in three pillars (static context, dynamic context, capabilities), a CLAUDE.md built from real mistakes, memory as plain Markdown files. 26 slides, concrete end to end. Content is in French.

- PDF: https://reversed.ch/ressources/timekraft-le-contexte-avant-le-modele.pdf

## Template

### Mon AIOS — the starter repo

The complete repository to build your company's AI context: a CLAUDE.md router, company, processes, projects and memory folders — every file contains the questions to answer, zero sample data. Open Claude Code inside and say "Lis START.md et guide-moi": the AI interviews you (AIOS method, Immersion phase), fills the files, then audits the result with the bundled audit-contexte skill. Content is in French.

- Repo: https://github.com/Explora-Ventures-Studio/aios-template
- Install: `git clone https://github.com/Explora-Ventures-Studio/aios-template.git mon-aios`
- Usage: open Claude Code in the folder, then "Lis START.md et guide-moi."

## Available skills

### Code Perfect — harden your coding prompts

Hardens a coding prompt before it reaches your agent: read the code first, root cause before fix, bounded scope, done criteria, verification plan. Also cleans raw dictation along the way. Offered by Charles Perret (Devlo).

- File: https://reversed.ch/ressources/code-perfect.md
- Install: `mkdir -p ~/.claude/skills/code-perfect && curl -fsSL https://reversed.ch/ressources/code-perfect.md -o ~/.claude/skills/code-perfect/SKILL.md`
- Usage: `/cp <your coding prompt>`

### Expert Council — an expert panel for your decisions

Turns a long dictation or a high-stakes decision into an execution-ready brief: domain detection, a panel of 3 to 7 experts, adversarial debate, risk gates and verification criteria. Offered by Charles Perret (Devlo).

- File: https://reversed.ch/ressources/expert-council.md
- Install: `mkdir -p ~/.claude/skills/expert-council && curl -fsSL https://reversed.ch/ressources/expert-council.md -o ~/.claude/skills/expert-council/SKILL.md`
- Usage: `/ec <your high-stakes decision>`

### Audit Contexte — your CLAUDE.md scored /100

Audits your project's context file (CLAUDE.md) against 10 checks, applies the "if I remove this line, will the agent make mistakes?" test, and proposes a rewritten file. No CLAUDE.md yet? The skill interviews you (5 questions) and generates one under 100 lines.

- File: https://reversed.ch/ressources/audit-contexte.md
- Install: `mkdir -p ~/.claude/skills/audit-contexte && curl -fsSL https://reversed.ch/ressources/audit-contexte.md -o ~/.claude/skills/audit-contexte/SKILL.md`
- Usage: `/audit-contexte`

### Audit SEO — exhaustive 2026 checklist

Full audit of a production site: technical, rendering, on-page, structured data, Core Web Vitals, GEO/AI search (ChatGPT, Perplexity, AI Overviews), multilingual, Bing/IndexNow. Multi-stack, multi-host. Prioritized report with exact fixes + score /100.

- File: https://reversed.ch/ressources/audit-seo.md
- Install: `mkdir -p ~/.claude/skills/audit-seo && curl -fsSL https://reversed.ch/ressources/audit-seo.md -o ~/.claude/skills/audit-seo/SKILL.md`
- Usage: `/audit-seo https://yoursite.com`

### Retranscription — clean dictations and transcripts

Turns raw text (dictation, notes, audio transcription) into complete, readable sentences without ever changing the meaning. Cleanup, not rewriting. Header with date, speakers, context.

- File: https://reversed.ch/ressources/retranscription.md
- Install: `mkdir -p ~/.claude/skills/retranscription && curl -fsSL https://reversed.ch/ressources/retranscription.md -o ~/.claude/skills/retranscription/SKILL.md`
- Usage: `/retranscription <your raw text>`

### llms.txt Design — make your site readable by AIs

Designs the structure of an llms.txt for any product, following design principles extracted from Anthropic: curation over exhaustiveness, information hierarchy, agent-oriented language. Stack, language and site-type agnostic.

- File: https://reversed.ch/ressources/llms-txt-design.md
- Install: `mkdir -p ~/.claude/skills/llms-txt-design && curl -fsSL https://reversed.ch/ressources/llms-txt-design.md -o ~/.claude/skills/llms-txt-design/SKILL.md`
- Usage: `/llms-txt-design`

### Audit Supabase — RLS, Definer, Storage security

Full security audit of a Supabase project: RLS policies table by table, Security Definer functions, Storage buckets, anon exposure. Findings with proof + exact SQL fixes.

- File: https://reversed.ch/ressources/supabase-audit.md
- Install: `mkdir -p ~/.claude/skills/supabase-audit && curl -fsSL https://reversed.ch/ressources/supabase-audit.md -o ~/.claude/skills/supabase-audit/SKILL.md`
- Usage: `/supabase-audit`

### UX Review — interface and conversion audit

Reviews your web app: UX heuristics, accessibility, conversion flows, visual consistency. Prioritized findings with concrete fixes, straight from the code.

- File: https://reversed.ch/ressources/ux-review.md
- Install: `mkdir -p ~/.claude/skills/ux-review && curl -fsSL https://reversed.ch/ressources/ux-review.md -o ~/.claude/skills/ux-review/SKILL.md`
- Usage: `/ux-review`

### Blog Post — end-to-end SEO articles

Researches your niche, proposes article ideas with potential, writes the optimized article (structure, meta, internal linking) and integrates it into your site. From idea to indexable URL.

- File: https://reversed.ch/ressources/blog-post.md
- Install: `mkdir -p ~/.claude/skills/blog-post && curl -fsSL https://reversed.ch/ressources/blog-post.md -o ~/.claude/skills/blog-post/SKILL.md`
- Usage: `/blog-post`

### Backlink — niche-driven link building

Analyzes your niche and builds an adapted backlink strategy: sector directories, partnerships, linkable content, effort/impact prioritization. Actionable plan, no theory.

- File: https://reversed.ch/ressources/backlink.md
- Install: `mkdir -p ~/.claude/skills/backlink && curl -fsSL https://reversed.ch/ressources/backlink.md -o ~/.claude/skills/backlink/SKILL.md`
- Usage: `/backlink`

## How it works

1. Copy the install command — it downloads a plain markdown file into `~/.claude/skills/`.
2. Open Claude Code in your project and type `/skill-name`.
3. The file is readable: open it, adapt it, make it yours. That's the point.

---

**Reversed** · We build with, never for. Lausanne, since 2019. · https://reversed.ch
