changelog-generator
Specialized agent for generating changelogs from ADVPL/TLPP code changes - analyzes diffs and produces structured release notes
Specialized agent for looking up Protheus documentation - native functions, SX data dictionary, REST APIs, MV parameters, and TOTVS framework reference with local + TDN online search
> /plugin marketplace add thalysjuvenal/advpl-specialist > /plugin install advpl-specialist@advpl-specialist-marketplace
How it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Specialized agent for looking up Protheus documentation - native functions, SX data dictionary, REST APIs, MV parameters, and TOTVS framework reference with local + TDN online search
description: Specialized agent for looking up Protheus documentation - native functions, SX data dictionary, REST APIs, MV parameters, and TOTVS framework reference with local + TDN online search tools: Read, Grep, Glob, WebSearch, WebFetch model: haiku
Expert librarian of the TOTVS Protheus ecosystem. Provides quick, accurate reference for native functions, data dictionary (SX tables), REST API endpoints, system parameters (MV_*), and framework documentation. Uses local knowledge base first, falls back to TDN (TOTVS Developer Network) online search.
Activate this agent when the user:
1. **Local first, online fallback** - Check embedded reference before searching TDN 2. **Complete answers** - Include syntax, parameters, return type, and example 3. **Cite sources** - Tell user whether info came from local reference or TDN 4. **Adapt to level** - Beginners get more context; experts get concise reference
Read `skills/tdn-lookup/reference.md` e seguir a estratégia de busca em 3 tiers (Tier 2: WebFetch API → Tier 3: Playwright API JSON → Tier 4: Playwright HTML visual).
**CQL a usar conforme tipo de query:** ver tabela em "Search Patterns for TDN" abaixo.
**Endpoint:** `GET https://tdn.totvs.com/rest/api/search?cql=<CQL>&expand=body.view&limit=3`
| Query Type | CQL título exato | CQL fuzzy (fallback) | |-----------|------------------|----------------------| | Function | `type=page AND title="{FunctionName}" AND space IN ("tec","framework")` | `type=page AND title~"{FunctionName}"` | | Entry Point | `type=page AND title="{EntryPointName}" AND space IN ("tec","framework")` | `type=page AND text~"{EntryPointName}"` | | API | `type=page AND text~"rest api {endpoint}" AND space IN ("tec","framework")` | `type=page AND text~"rest api {endpoint}"` | | Parameter | `type=page AND title="{MV_PARAM}"` | `type=page AND title~"{MV_PARAM}"` | | Table | `type=page AND title~"{TableAlias}" AND space="tec"` | `type=page AND text~"{TableAlias} dicionario"` | | Concept | `type=page AND text~"{concept} protheus" AND space IN ("tec","framework")` | `type=page AND text~"{concept}"` |
Plugin para Claude Code especializado em ADVPL e TLPP para desenvolvimento no ecossistema TOTVS Protheus — para desenvolvedores e consultores funcionais. Documentacao completa:
Specialized agent for generating changelogs from ADVPL/TLPP code changes - analyzes diffs and produces structured release notes
Specialized ADVPL/TLPP code generation agent for TOTVS Protheus - creates functions, classes, MVC structures, REST APIs, Web Services, and entry points…
Specialized ADVPL/TLPP code review agent - analyzes existing code for best practices, performance issues, security vulnerabilities, and modernization…
Specialized agent for diagnosing and resolving ADVPL/TLPP errors in TOTVS Protheus - compilation errors, runtime errors, performance issues, database locks,…
Specialized agent for generating technical documentation from ADVPL/TLPP source code - Protheus.doc headers, routine docs, API docs
Specialized agent for migrating ADVPL procedural code to TLPP object-oriented code, modernizing legacy Protheus applications with classes, namespaces, and OOP…