jamditis

LLM Advisor Data Schema — Data skill for Claude Code

Data community

Validate JSON data structures for the LLM Advisor.

How to install LLM Advisor Data Schema

Installs to ~/.claude/skills/jamditis-tools-llm-advisor-data-schema/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jamditis-tools-llm-advisor-data-schema && curl -fsSL https://raw.githubusercontent.com/jamditis/tools/HEAD/.claude/skills/llm-advisor-data-schema.md -o ~/.claude/skills/jamditis-tools-llm-advisor-data-schema/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What LLM Advisor Data Schema does


name: llm-advisor-data-schema description: Validate JSON data structures for the LLM Advisor. Activate when creating, editing, or debugging data in the advisor's JSON files.

LLM Advisor Data Schema Expert

Six JSON files power the LLM Advisor. They reference each other by tool name—consistency is critical. A typo in a tool name causes silent failures.

When to activate

  • Adding new models, tools, or case studies
  • Editing decision tree paths
  • Debugging "tool not found" or empty U

Alternatives in Data

  • LLM Redteam — LLM red-team corpus runner — fires categorized prompt-injection / jailbreak / system-prompt-leak / data-exfil 4.5k ★
  • Bug Bounty Master Workflow — Full pipeline: Recon -> Learn -> Hunt -> Validate -> Report 924 ★
  • Reddit MCP Buddy — Clean, LLM-optimized Reddit MCP server 624 ★

Full documentation available on GitHub

View Source Repository