Oxfmt Oxlint

🌐Community
by upamune · vlatest · Repository

Oxfmt Oxlint parses and validates XML files against Oxford's DTD/XSD schemas, ensuring data integrity and identifying errors quickly.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add oxfmt-oxlint npx -- -y @trustedskills/oxfmt-oxlint
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "oxfmt-oxlint": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/oxfmt-oxlint"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill provides access to documentation for OXFMT-OXLINT, a tool that parses and validates XML files against Oxford's DTD/XSD schemas. It allows an AI agent to search this documentation and retrieve relevant information based on user queries. The skill retrieves answers from Markdown files within the docs/ directory, always citing the source URL and fetch date for transparency.

When to use it

  • When you need to understand how OXFMT-OXLINT validates XML files.
  • To troubleshoot issues related to Oxford's DTD/XSD schemas.
  • When looking for specific information about the tool’s features or usage.
  • To determine if documentation has been updated since a particular date.

Key capabilities

  • Documentation Search: Searches Markdown files within the docs/ directory.
  • JSON Output (Optional): Can output search results as JSON using the --json option.
  • Result Limiting: Limits the number of search results to a specified amount, defaulting to 10 with the --max-results N option.
  • Source Citation: Always provides the source_url and fetched_at timestamp for retrieved information.

Example prompts

  • "Search the OXFMT-OXLINT documentation for 'DTD validation'."
  • "How do I use OXFMT-OXLINT to check an XML file?"
  • "What is the latest fetch date for the documentation on XSD schemas?"

Tips & gotchas

  • The skill relies on Markdown files within the docs/ directory; its usefulness depends on the completeness and accuracy of that content.
  • Always pay attention to the fetched_at timestamp, as the underlying documentation may have changed since then.
  • Consider using the --json option for programmatic access or integration with other tools.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
upamune
Installs
35

🌐 Community

Passed automated security scans.