API Documenter — ERP TPE

Generate API documentation from PHP code in ERP TPE projects.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/dnsnamdang/hrm-claude-config --skill api-documenter-erp-tpe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: API Documenter — ERP TPE
Source: https://github.com/dnsnamdang/hrm-claude-config/tree/main/thanh_an/.skills/api-documenter
Command: npx skills add https://github.com/dnsnamdang/hrm-claude-config --skill api-documenter-erp-tpe

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of creating API documentation for ERP TPE projects, saving developers time and ensuring accurate documentation.

Core Features & Use Cases

  • Automated Documentation: Generates API documentation from code automatically.
  • Customizable Templates: Uses customizable templates to format the documentation.
  • Use Case: When you need to quickly generate API documentation for an ERP TPE project, this Skill can help you create it in a structured and professional manner.

Quick Start

Use the api-documenter skill to generate API documentation for the 'Modules/Employee/Routes/api.php' file.

Frequently Asked Questions about API Documenter — ERP TPE

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

FAQPage Schema
How do I automate API documentation generation for PHP code in ERP projects?

You can automate API documentation for PHP code by analyzing route files, controllers, services, transformers, and migrations to extract endpoint details and generate structured documentation automatically from your existing project codebase.

What is the best way to generate API docs from PHP route files and controllers?

The best way to generate API docs from PHP route files and controllers is using automated code analysis tools that parse your ERP project's routing definitions and controller logic to create professional, structured API documentation without manual entry.

Does automated PHP API documentation work with Laravel-specific components like transformers and migrations?

Yes, automated PHP API documentation works with Laravel components by analyzing your transformers and migrations alongside route files and controllers to extract data structures and endpoint behaviors, ensuring the generated documentation reflects your actual database schema and response formatting.

Do I need a PHP environment to generate API documentation for ERP TPE projects?

Yes, you need a PHP environment and direct access to your project code to generate API documentation for ERP TPE projects, because the documentation process relies on parsing actual route files, controllers, services, transformers, and migrations from your codebase.

Can I customize the output format when generating API documentation from PHP code?

Yes, you can customize the output format when generating API documentation from PHP code by applying customizable templates that format the extracted endpoint details, request parameters, and response structures into your preferred documentation layout.

Why is my automated API documentation missing endpoints from my PHP routes?

Automated API documentation might miss endpoints if the analysis cannot access all relevant PHP route files, controllers, or service files in your ERP project, so ensure your codebase paths are correctly configured for comprehensive route and controller parsing.