update-spatie-docs

Imports and updates Spatie package docs via artisan docs:import command.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/stephanesoares/dotfiles --skill update-spatie-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-spatie-docs
Source: https://github.com/stephanesoares/dotfiles/tree/main/config/claude/skills/update-spatie-docs
Command: npx skills add https://github.com/stephanesoares/dotfiles --skill update-spatie-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the retrieval and synchronization of Spatie package documentation for a specified repository, ensuring developers have current references.

Core Features & Use Cases

  • Import docs for a given Spatie package repository to ensure up-to-date references.
  • Support both pre-existing repo names and prompting for a repository when not provided.
  • Use cases include updating docs for common packages like backup and laravel-medialibrary.

Quick Start

Run the docs import command for the given repo name using the artisan CLI, and if no repo name is provided, prompt the user.

Frequently Asked Questions about update-spatie-docs

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

FAQPage Schema
How do I update Spatie package documentation from a repository?

You import Spatie docs by running the artisan command docs:import --repo=spatie/{repo_name} for your specified package repository, which fetches and synchronizes the latest documentation locally.

Can I import Laravel medialibrary docs automatically?

Yes, the skill supports importing docs for laravel-medialibrary by fetching and integrating its documentation directly from the specified Spatie repository using the artisan CLI.

What happens if I run the docs import without specifying a repository?

If no repository name is provided, the skill will prompt you to specify the target Spatie package repository before attempting to fetch and import the documentation.

Does this documentation update skill support all Spatie packages?

The skill supports importing documentation for any specified Spatie package repository, including common packages like backup and laravel-medialibrary, by fetching their docs via the artisan CLI.