dlexa-user

Orchestrate dlexa CLI calls for Spanish normative linguistic guidance.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/Disble/dlexa --skill dlexa-user
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dlexa-user
Source: https://github.com/Disble/dlexa/tree/main/.claude/skills/dlexa-user
Command: npx skills add https://github.com/Disble/dlexa --skill dlexa-user

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This Skill helps LLMs orchestrate the dlexa CLI to answer normative linguistic doubts in Spanish, including parsing outputs and troubleshooting errors.

Core Features & Use Cases

  • Guides end-users through discovery, DPD lookups, and route-based queries with the dlexa CLI.
  • Enables parsing of Markdown and JSON outputs for automation scripts and workflows.
  • Includes integration patterns, validation prompts, and error-handling best practices for robust automation.

Quick Start

Invoke the dlexa CLI for a normative doubt and parse the output.

Frequently Asked Questions about dlexa-user

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

FAQPage Schema
How do I query the dlexa CLI for normative linguistic guidance in Spanish?

The dlexa CLI supports direct DPD lookups and route-based queries, returning results in both markdown and JSON formats. You parse these outputs programmatically to automate normative linguistic consultation workflows.

What is the best way to automate dlexa CLI output parsing for linguistic queries?

The best way to automate dlexa CLI output parsing is to request JSON formats for structured data extraction and markdown for readable text, applying the integration patterns and validation prompts to ensure robust script execution.

How do I handle errors when running dlexa CLI commands for DPD lookups?

To handle errors during dlexa CLI DPD lookups, you implement the documented error-handling best practices and validation checks, ensuring that invalid query syntax or missing data structures do not disrupt your automation scripts.

Does the dlexa CLI require any dependencies to perform route-based queries?

No dependencies are required to perform dlexa CLI route-based queries. The tool operates independently to provide normative consultation, allowing you to validate CLI syntax and data structures without external packages.

Can I use dlexa CLI for both direct DPD lookups and discovery queries?

Yes, you can use the dlexa CLI for both direct DPD lookups and discovery queries. It orchestrates these distinct query routes to obtain comprehensive normative linguistic data and safely returns the parsed results.