documenter:load

Downloads and caches framework documentation as local Markdown files.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/atournayre/claude-personas --skill documenter-load
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: documenter:load
Source: https://github.com/atournayre/claude-personas/tree/main/documenter/skills/load
Command: npx skills add https://github.com/atournayre/claude-personas --skill documenter-load

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of downloading and storing documentation from various frameworks directly into your local environment, ensuring you always have up-to-date reference material.

Core Features & Use Cases

  • Automated Documentation Fetching: Downloads documentation from supported frameworks (Symfony, API Platform, Meilisearch, etc.) via their official websites.
  • Local Markdown Storage: Saves the fetched documentation as local Markdown files, organized by framework and version.
  • Cache Management: Implements a cache to avoid re-downloading documentation that is less than 24 hours old, and automatically purges older cached files.
  • Use Case: When starting a new project using Symfony, you can use this Skill to download the latest Symfony documentation into a local docs/symfony/ directory for quick offline access.

Quick Start

Use the documenter load skill to download the latest Symfony documentation.

Frequently Asked Questions about documenter:load

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I download Symfony documentation into local markdown files?

You can download Symfony documentation into local markdown files by fetching the content from specified official URLs. The tool automatically caches the documentation and organizes it into local directories by framework and version for offline access.

Can I cache API Platform documentation locally to avoid re-downloading it?

Yes, you can cache API Platform documentation locally with a 24-hour cache mechanism. This prevents redundant downloads of recently fetched documentation while automatically purging older cached files to keep your local markdown reference material current.

What frameworks are supported for fetching and storing local documentation?

Supported frameworks for fetching and storing local documentation include Symfony, API Platform, and Meilisearch. The tool downloads their official documentation and saves it as organized local markdown files with versioning support.

Does downloading framework documentation require web scraping capabilities?

Yes, downloading framework documentation requires web scraping and file system operations to manage documentation assets. The tool uses these capabilities to fetch content from official framework websites and store it as local markdown files.

How often is cached framework documentation refreshed?

Cached framework documentation is refreshed after 24 hours. The tool implements a cache that avoids re-downloading documentation less than 24 hours old and automatically purges older cached files to maintain up-to-date local markdown references.

What's the best way to maintain offline reference material for a new Symfony project?

The best way to maintain offline reference material is to download the latest framework documentation into a local directory, such as `docs/symfony/`. The tool organizes files by framework and version, providing quick offline access with automatic cache management.