laravel-project-docs

Generate ARCHITECTURE.md, DATABASE.md, and API.md documentation for Laravel projects.

1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/sasabajic/laravel-best-practice-skills --skill laravel-project-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel-project-docs
Source: https://github.com/sasabajic/laravel-best-practice-skills/tree/main/laravel-project-docs
Command: npx skills add https://github.com/sasabajic/laravel-best-practice-skills --skill laravel-project-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the critical need for thorough and up-to-date technical documentation in Laravel projects, preventing knowledge silos and ensuring project maintainability.

Core Features & Use Cases

  • Automated Documentation Generation: Creates essential documents like ARCHITECTURE.md, DATABASE.md, and API.md based on project analysis.
  • Structured Planning: Facilitates feature planning with detailed templates for implementation steps, requirements, and testing.
  • Proactive Maintenance: Enforces documentation updates before commits and integrates with AI memory for continuous tracking.
  • Use Case: When starting a new Laravel project, this Skill automatically generates the foundational docs/ structure and populates it with an initial analysis, ensuring best practices are documented from day one.

Quick Start

Analyze the current Laravel project and generate the docs/ARCHITECTURE.md and docs/DATABASE.md files.

Frequently Asked Questions about laravel-project-docs

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

FAQPage Schema
How do I generate technical documentation for a Laravel project?

Generate Laravel technical documentation by analyzing the project to automatically create essential files like ARCHITECTURE.md, DATABASE.md, and API.md. This automated analysis populates a structured docs directory with architecture overviews, database schemas, and API endpoints.

What is the best way to document Laravel database schemas and API endpoints?

The best way to document Laravel database schemas and API endpoints is using templated structures that enforce documentation standards. This approach analyzes your project to populate dedicated DATABASE.md and API.md files with accurate, maintainable technical specifications.

Can I enforce documentation updates for Laravel before code commits?

Yes, you can enforce Laravel documentation updates before commits using pre-commit checks. These proactive maintenance checks integrate with AI memory for continuous tracking, preventing knowledge silos and ensuring project maintainability across updates.

Does Laravel documentation generation work for planning new features?

Laravel documentation generation works for planning new features by providing structured planning templates. These templates facilitate detailed feature planning by outlining implementation steps, requirements, and testing protocols to guide development.

When do I need automated documentation for my Laravel architecture?

You need automated documentation for Laravel architecture when starting a new project or preventing knowledge silos. It automatically generates a foundational docs structure populated with an initial analysis, ensuring best practices are documented from day one.