Claude Skills

Created
Updated
Author Nicolas Dorriere Reading 1 min

To prevent the AI from drifting over the course of conversations, the CLAUDE.md file is loaded at every turn,
unlike skills, which are invoked only when requested by the user.

━━━━━━━━━━━━━━━━━

Path

.claude/CLAUDE.md
no frontmatter needed

.claude/skills/<skill-name>/SKILL.md
--- 
name: coding 
description: dev projects, code review, debugging, refactoring 
---

━━━━━━━━━━━━━━━━━

Improve

karpathy ✰
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.

ascii
This prompt establishes a strict, error-proof development workflow: verify context, test continuously, apply minimal changes, and validate results. It mandates a concise, ASCII-only output, stripping away all fluff to ensure high-fidelity, reliable code.

coding
This prompt turns the AI into a strictly pragmatic coding assistant by eliminating all conversational filler. It forces a direct, code-first approach, prevents over-engineering, and ensures solutions are simple and ready to copy.

Env

sandbox
This prompt adapts the AI to a minimal Debian container environment. It forces the AI to assume nothing is pre-installed, mandates manual apt dependency management, and authorizes root usage, ensuring it operates safely within the container's isolated, disposable constraints

monolith
This prompt provides a technical stack definition that enforces a specific "Go + Datastar + SQLite" architecture. It mandates minimal dependencies, raw SQL over ORMs, and standardized deployment patterns (systemd, LXC, rsync), ensuring the AI builds a consistent, high-performance, and maintainable application.

UI

palantir
This prompt defines a strict design system for a Palantir-inspired, mission-critical dashboard. It enforces a dark, data-dense, industrial aesthetic with precise typography and semantic colors to ensure maximum legibility and operational focus.

Special

Production-grade engineering skills for AI coding agents.
github.com/addyosmani/agent-skills

Skills for French bureaucracy
github.com/romainsimon/paperasse

 

Close
Fullscreen image