improve-card-generator

Diagnose and repair Lorcana card parser and generator coverage gaps.

Updated May 14, 2026
One-click install
npx skills add https://github.com/chroniicallydiistracted/LorcanaChamp --skill improve-card-generator-chroniicallydiistracted
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: improve-card-generator
Source: https://github.com/chroniicallydiistracted/LorcanaChamp/tree/main/references/lorcana-simulator/.agents/skills/improve-card-generator
Command: npx skills add https://github.com/chroniicallydiistracted/LorcanaChamp --skill improve-card-generator-chroniicallydiistracted

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The Skill diagnoses and fixes gaps in Lorcana card parsing and generation coverage so blocked cards become parseable and generator-compliant without introducing gameplay-behavior drift.

Core Features & Use Cases

  • Root-cause diagnosis for parser/generator gaps: Pinpoints missing parsing coverage, manual-override mismatches, and generation stubs using repository-valid checks.
  • Minimal, targeted fixes in the parser/generator pipeline: Applies small changes in the relevant parser/generator modules and verifies type-safety and test correctness before handoff.
  • Unblock reporting and disciplined handoff: Produces a structured unblock report and updates memory to reinforce guardrails for future improvements.
  • Use Cases: Fixing a specific “why is this card unparseable” case, improving conversion coverage for unhandled ability text patterns, and repairing discrepancies between manual overrides and generator outputs.

Quick Start

Ask the AI to run diagnose-manual-overrides and check-manual-override-coverage for the target card text, then apply the smallest parser/generator fix that makes the repro test pass and return an unblock report for the lorcana-cards repository.

Frequently Asked Questions about improve-card-generator

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

FAQPage Schema
How do I fix Lorcana card parsing failures for unparseable ability text?

Fix Lorcana card parsing failures by diagnosing missing parser coverage and applying minimal code fixes to the generator pipeline. This Skill pinpoints root causes for unparseable cards, applies targeted repairs, and validates type-safety with repository checks before handoff.

Why does my Lorcana card generator output mismatch manual overrides?

Lorcana card generator outputs mismatch manual overrides due to discrepancies between override definitions and generation stubs. This Skill diagnoses these mismatches by running coverage checks, applies minimal parser or generator fixes, and verifies test correctness to eliminate the drift.

What's the best way to improve Lorcana card parser coverage for blocked patterns?

The best way to improve Lorcana card parser coverage is reproducing failures from minimal ability text, applying minimal changes to parser modules, and validating with bun test. This Skill enforces a minimal-change boundary to prevent gameplay-behavior drift while expanding coverage.

Can I use bun test to validate Lorcana card parser and generator code fixes?

Yes, you can use bun test to validate Lorcana card parser and generator code fixes. This Skill supports workflows that apply minimal repairs to the pipeline and then run repository-valid checks, ensuring type-safety and test correctness before producing an unblock report.

What limitations exist when repairing Lorcana card generator stubs?

Limitations when repairing Lorcana card generator stubs include adhering to a minimal-change boundary to avoid gameplay-behavior drift. This Skill restricts modifications to targeted parser or generator modules and requires reading memory/schema.md before applying fixes or updating the bank.

How does an unblock report help with Lorcana card generation coverage?

An unblock report helps with Lorcana card generation coverage by structuring diagnosis results, applied fixes, and near-failures. This Skill outputs the report alongside a bank append, reinforcing memory guardrails and providing disciplined handoff for future parser improvements.