TOTVS
Official@totvs · Brazil
Repositório dos projetos da TOTVS
Agent Skills by TOTVS
Showing 32 vetted skills indexed across 1 GitHub repositories.
advpl-to-tlpp-migration
Migrate legacy AdvPL .prw/.prx sources to modern TLPP .tlpp code.
utf8-to-cp1252-conversion
Convert AdvPL and TLPP source files from UTF-8 to Windows-1252.
code-review
Review AdvPL/TLPP sources for security, performance, and Protheus compliance.
create-implementation-plan
Generate machine-readable implementation plan files with phases, requirements, and tasks.
sql-code-review
Review SQL code for security, performance, and maintainability issues.
entry-point-designer
Design and document Protheus Entry Points with PARAMIXB and TLPP-first implementation.
documentation-writer
Generate ProtheusDOC comment blocks for AdvPL and TLPP source code elements.
refactor-method-complexity-reduce
Refactor AdvPL/TLPP methods by extracting helper functions to reduce cognitive complexity.
sql-optimization
Analyze SQL execution plans and indexing strategies to reduce query latency.
context-map
Generate a context map of files, dependencies, and tests for Protheus ADVPL/TLPP changes.
tlpp-rest-endpoint-generator
Generate TTALK-compliant TLPP REST endpoints with annotation-based routing.
mvc-generator
Generate Protheus ADVPL/TLPP MVC screen structures with ModelDef, ViewDef, MenuDef, and FWFormBrowse integration.
advpl-tlpp-sdd
Orchestrate Spec-Driven Development for Protheus ADVPL/TLPP projects across Specify, Design, Tasks, and Execute phases.
fwrest-client-generator
Generate Protheus ADVPL/TLPP code consuming REST APIs via FWRest.
data-dictionary-lookup
Query Protheus ERP data dictionary metadata for tables, fields, indexes, and triggers.
query-builder
Build parameterized SQL queries for Protheus ERP tables with soft-delete and branch filters.
tir-test-generator
Generate Python unittest TIR Webapp UI test scripts for Protheus screens.
refactor
Refactor ADVPL/TLPP code with behavior-preserving, small-step changes.
using-git-worktrees
Create isolated git worktrees on new branches with dependency installation and baseline test reporting.
test-driven-development
Enforce a Red-Green-Refactor TDD loop for features and bug fixes.
systematic-debugging
Enforce root-cause investigation before applying software fixes.
using-superpowers
Enforce a mandatory Skill tool check before every response.
dispatching-parallel-agents
Dispatch independent debugging tasks across multiple agents in parallel.
executing-plans
Execute implementation plans in batches with verification and review checkpoints.
Frequently Asked Questions About TOTVS
FAQPage SchemaWhat specific Protheus ERP tasks are supported?▼
These capabilities enable the design of Entry Points, generation of MVC screen structures, creation of TTALK-compliant REST endpoints, and the systematic migration of legacy ADVPL code to modern TLPP syntax.
Who is the target persona for these technical capabilities?▼
The primary users are enterprise software engineers, Protheus ERP developers, and system architects responsible for maintaining, refactoring, and modernizing large-scale business resource planning codebases.
What are the prerequisites for implementing these development standards?▼
Implementation requires an existing Protheus ERP environment, familiarity with ADVPL or TLPP syntax, and access to the Protheus data dictionary for metadata lookups and SQL query construction.