doc-loader

star 8

Charge la documentation d'un framework depuis son site web dans des fichiers markdown locaux. Supporte Symfony, API Platform, Meilisearch, atournayre-framework et Claude Code.

atournayre By atournayre schedule Updated 2/4/2026

name: doc-loader description: > Charge la documentation d'un framework depuis son site web dans des fichiers markdown locaux. Supporte Symfony, API Platform, Meilisearch, atournayre-framework et Claude Code. allowed-tools: [Task, WebFetch, Write, Edit, Bash, Read, Glob] model: sonnet

Documentation Loader Skill

Instructions à Exécuter

IMPORTANT : Exécute ce workflow étape par étape :

Usage

/doc:framework-load <framework> [version]

Frameworks supportés

Framework Agent Path
symfony symfony-docs-scraper docs/symfony/[version]/
api-platform api-platform-docs-scraper docs/api-platform/[version]/
meilisearch meilisearch-docs-scraper docs/meilisearch/[version]/
atournayre-framework atournayre-framework-docs-scraper docs/atournayre-framework/[version]/
claude claude-docs-scraper docs/claude/

Workflow

  1. Parser arguments (framework, version)
  2. Vérifier README contenant les URLs
  3. Gérer cache (24h par défaut)
  4. Déléguer à agent scraper spécialisé
  5. Générer statistiques finales

Cache

  • Fichiers < 24h : ignorés
  • Fichiers > 24h : supprimés et rechargés
  • Délai 2s entre requêtes (anti rate-limit)

Error Handling

  • Framework non supporté → ARRÊT
  • README introuvable → ARRÊT
  • Échec scraping URL → WARNING (continue)

References

Notes

  • Fichiers markdown nommés depuis URL
  • Support multi-version
Install via CLI
npx skills add https://github.com/atournayre/claude-marketplace --skill doc-loader
Repository Details
star Stars 8
call_split Forks 2
navigation Branch main
article Path SKILL.md
More from Creator