Notre avis
Charge et synthétise le contexte d'un projet en lisant les fichiers hierarchiques de documentation.
Points forts
- Automatise la découverte des fichiers clés (CLAUDE.md, README, ARCHITECTURE)
- Intègre les règles projet automatiquement (.claude/rules)
- Fournit un résumé structuré avec architecture et focus actuel
Limites
- Nécessite que les fichiers CLAUDE.md et README.md existent
- Ne fonctionne que pour les projets avec une structure hiérarchique définie
- Le résumé dépend de la qualité du contenu des fichiers lus
Utilisez cette commande au début d'une session de travail sur un projet nouveau ou peu familier.
Évitez de l'utiliser si vous connaissez déjà bien le projet ou s'il s'agit d'un projet simple sans documentation structurée.
Analyse de sécurité
SûrThe skill only reads local project files (CLAUDE.md, README.md, docs/ARCHITECTURE.md) and summarizes context. No external network calls, no destructive commands, no handling of secrets. Allowed tools are limited to read-only operations.
Aucun point d'attention détecté
Exemples
/primeRead CLAUDE.md, README.md, and docs/ARCHITECTURE.md to understand the project.name: prime description: Load project context - reads CLAUDE.md and hierarchical context allowed-tools: Bash, Read, Glob
Prime Command
Read and internalize project context files to understand the project.
Instructions
Read these files in order:
- CLAUDE.md - Project overview and hierarchical structure pointers
- README.md - Project setup and quick start
- docs/ARCHITECTURE.md - Detailed architecture decisions (if exists)
Claude Code also auto-loads:
.claude/rules/*.md- Project-wide rules (code standards, self-review, parallel workflow)- Component-specific
CLAUDE.mdfiles when working in those directories
Context Discovery
The project uses hierarchical context:
CLAUDE.md # Universal context (~90 lines)
├── .claude/rules/ # Auto-loaded project rules
│ ├── 01-code-standards.md
│ ├── 02-self-review.md
│ └── 03-parallel-workflow.md
├── [component]/CLAUDE.md # Component-specific context
└── knowledge/ # Domain expertise (referenced via @)
Context Output
After reading, summarize:
## Project Context Loaded
**Project**: {{PROJECT_NAME}} - [one-line description]
**Architecture**: [key components]
**Current Focus**: [based on recent activity from git log]
Ready to assist with [domain area].
Expert Next.js App Router
Developpement
Un skill qui transforme Claude en expert Next.js App Router.
Générateur de README
Developpement
Crée des README.md professionnels et complets pour vos projets.
Rédacteur de Documentation API
Developpement
Génère de la documentation API complète au format OpenAPI/Swagger.