From plugadvpl
Searches ADVPL/.prw source code indexed by plugadvpl using FTS5, literal substring, or identifier-boundary matching. Cheaper than Claude Grep for multi-term queries.
How this skill is triggered — by the user, by Claude, or both
Slash command
/plugadvpl:greppatternThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Pesquisa por padrao no conteudo dos fontes indexados. Mais barato que `Grep` do Claude porque opera sobre SQLite + FTS5.
/plugadvpl:grepPesquisa por padrao no conteudo dos fontes indexados. Mais barato que Grep do Claude porque opera sobre SQLite + FTS5.
/plugadvpl:grep <pattern> [--fts | --literal | --identifier]
--fts (default) — full-text search no FTS5 (tokens, prefixos)--literal — substring literal exata (LIKE)--identifier — casa identificadores ADVPL (respeitando boundaries de simbolos)uvx [email protected] grep $ARGUMENTS
/plugadvpl:grep "TCQuery" — onde aparece TCQuery (FTS)/plugadvpl:grep "RecLock" --literal — substring exata/plugadvpl:grep "U_PLUG001" --identifier — identificador (evita falsos positivos)/plugadvpl:grep "BeginSql alias" — frase no FTSPara cada hit:
Grep/plugadvpl:ingest no projeto/plugadvpl:arch <arquivo> no arquivo mais relevante/plugadvpl:find <termo> se busca um simbolo (mais preciso)npx claudepluginhub jonipraia/plugadvpl --plugin plugadvplQueries a plugadvpl index to look up ADVPL metadata (functions, callers/callees, table usage, MV_ params, SX3 fields, SX7 chains) before reading full source files, reducing token usage 10-50x.
Searches codebases semantically with natural language queries to find implementations by concept (e.g., 'where is X', 'how does Y work'). Returns file paths, lines, and snippets.
Enhances codebase searches via semantic query parsing, regex patterns, AST analysis, symbol lookups, and optimized grep/ripgrep with relevance ranking and context.