Llm Artifacts Detection

🌐Community
by existential-birds · vlatest · Repository

Provides LLMs guidance and assistance for building AI and machine learning applications.

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 llm-artifacts-detection npx -- -y @trustedskills/llm-artifacts-detection
2

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

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

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

About This Skill

What it does

This skill enables AI agents to identify and extract structured artifacts—such as code blocks, JSON objects, or XML tags—from unstructured text generated by Large Language Models. It ensures that complex outputs are parsed accurately for downstream processing or integration into applications.

When to use it

  • You need to reliably pull specific data formats (like JSON) out of verbose conversational responses.
  • Your workflow requires automating the extraction of code snippets from natural language explanations.
  • You are building a pipeline where an agent must validate that generated content meets strict structural requirements before execution.

Key capabilities

  • Detects and isolates structured data formats embedded within free-form text.
  • Supports identification of various artifact types including code, JSON, and XML.
  • Enhances the reliability of parsing LLM outputs for programmatic use.

Example prompts

  • "Extract the JSON configuration object from the following system log analysis."
  • "Identify any Python code blocks in this explanation of machine learning concepts."
  • "Parse the XML schema definition hidden within this natural language description."

Tips & gotchas

Ensure your input text clearly demarcates artifacts (e.g., using markdown backticks or explicit tags) to maximize detection accuracy. This skill is most effective when combined with validation steps to confirm the extracted structure matches your expected schema before processing.

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
existential-birds
Installs
51

🌐 Community

Passed automated security scans.