BeClaude

engpro-advpl-tlpp-skills

New
54GitHub TrendingGeneralby totvs

Repositório contendo skills para orientar desenvolvimento ADVPL/TLPP com agentes de IA

First seen 5/29/2026

Summary

This skill provides specialized guidance for developing ADVPL/TLPP code using AI agents, offering best practices, code patterns, and error resolution strategies tailored to the Protheus ecosystem.

  • It helps developers write more efficient, maintainable, and compliant ADVPL/TLPP code by leveraging AI-powered suggestions and corrections.

Install & Usage

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/engpro-advpl-tlpp-skills.md

3
Invoke with @agent-name
@engpro-advpl-tlpp-skills

Use Cases

Generate ADVPL/TLPP code snippets for common Protheus business rules, such as inventory movements or financial operations.
Debug and fix syntax errors or logic issues in existing ADVPL/TLPP source code with context-aware suggestions.
Refactor legacy ADVPL/TLPP code to follow modern best practices and improve performance.
Create custom functions or reports in ADVPL/TLPP by describing the desired functionality in natural language.
Optimize SQL queries embedded in ADVPL/TLPP code for better database performance.
Learn ADVPL/TLPP syntax and conventions through interactive examples and explanations.

Usage Examples

1

/engpro-advpl-tlpp-skills Write a function in ADVPL to calculate the weighted average cost of inventory items.

2

/engpro-advpl-tlpp-skills Debug this ADVPL code: {User provides a code snippet with an error}

3

/engpro-advpl-tlpp-skills Refactor this TLPP report to use modern error handling and improve readability.

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is engpro-advpl-tlpp-skills?

This skill provides specialized guidance for developing ADVPL/TLPP code using AI agents, offering best practices, code patterns, and error resolution strategies tailored to the Protheus ecosystem. It helps developers write more efficient, maintainable, and compliant ADVPL/TLPP code by leveraging AI-powered suggestions and corrections.

How to install engpro-advpl-tlpp-skills?

To install engpro-advpl-tlpp-skills: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/engpro-advpl-tlpp-skills.md. Finally, @engpro-advpl-tlpp-skills in Claude Code.

What is engpro-advpl-tlpp-skills best for?

engpro-advpl-tlpp-skills is a agent categorized under General. It is designed for: agent. Created by totvs.

What can I use engpro-advpl-tlpp-skills for?

engpro-advpl-tlpp-skills is useful for: Generate ADVPL/TLPP code snippets for common Protheus business rules, such as inventory movements or financial operations.; Debug and fix syntax errors or logic issues in existing ADVPL/TLPP source code with context-aware suggestions.; Refactor legacy ADVPL/TLPP code to follow modern best practices and improve performance.; Create custom functions or reports in ADVPL/TLPP by describing the desired functionality in natural language.; Optimize SQL queries embedded in ADVPL/TLPP code for better database performance.; Learn ADVPL/TLPP syntax and conventions through interactive examples and explanations..